nourish.loaders.table.CSVPandasLoader¶
-
class
nourish.loaders.table.CSVPandasLoader¶ Bases:
nourish.loaders._base.LoaderCSV 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
IteratingLoaderclass.