pardata.loaders.table.CSVPandasLoader

class pardata.loaders.table.CSVPandasLoader

Bases: pardata.loaders._base.Loader

CSV to Pandas dataframe loader.

Methods

check_path(path)

Check if the given path is a valid path to the file to be loaded.

load(path, options)

The type hint says Dict, because this loader will be handling those situations in the future, perhaps via a IteratingLoader class.