edflow.data.agnostics.csv_dset module¶
Summary¶
Classes:
Using a csv file as index, this Dataset returns only the entries in the csv file, but can be easily extended to load other data using the |
Reference¶
-
class
edflow.data.agnostics.csv_dset.CsvDataset(csv_root, **pandas_kwargs)[source]¶ Bases:
edflow.data.dataset_mixin.DatasetMixinUsing a csv file as index, this Dataset returns only the entries in the csv file, but can be easily extended to load other data using the
ProcessedDatasets.