argopy.stores.filestore.read_csv#

filestore.read_csv(path, **kwargs)[source]#

Return a pandas.dataframe from a path that is a csv resource

Parameters:

Path (str) – Path to csv resources passed to pandas.read_csv()

Return type:

pandas.DataFrame