Skip to main content

Module dataset

Module dataset 

Source
Expand description

Dataset types for alimentar.

Provides the Dataset trait and ArrowDataset implementation for working with Arrow-based tabular data.

Structs§

ArrowDataset
An in-memory dataset backed by Arrow RecordBatches.
CsvOptions
Options for CSV parsing.
JsonOptions
Options for JSON/JSONL parsing.
RowIterator
Iterator over individual rows of a dataset.

Traits§

Dataset
A dataset that can be iterated over.