argopy.stores.filestore.read_csv#

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

Return a pandas.dataframe from an url that is a csv resource

Parameters:

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

Return type:

pandas.DataFrame