MCPcopy
hub / github.com/dask/dask / read_csv

Method read_csv

dask/dataframe/backends.py:137–151  ·  view source on GitHub ↗

Read CSV files into a DataFrame collection Parameters ---------- urlpath : str or list Source path(s). **kwargs : Optional backend kwargs. See Also -------- dask.dataframe.io.csv.read_csv

(urlpath: str | list, **kwargs)

Source from the content-addressed store, hash-verified

135
136 @staticmethod
137 def read_csv(urlpath: str | list, **kwargs):
138 """Read CSV files into a DataFrame collection
139
140 Parameters
141 ----------
142 urlpath : str or list
143 Source path(s).
144 **kwargs :
145 Optional backend kwargs.
146
147 See Also
148 --------
149 dask.dataframe.io.csv.read_csv
150 """
151 raise NotImplementedError
152
153 @staticmethod
154 def read_hdf(pattern: str | list, key: str, **kwargs):

Callers 15

test_read_csvFunction · 0.80
test_csv_integer_usecolsFunction · 0.80
test_read_csv_keywordsFunction · 0.80
read_filesFunction · 0.80
test_read_csv_indexFunction · 0.80
test_usecolsFunction · 0.80
test_string_blocksizeFunction · 0.80
test_skipinitialspaceFunction · 0.80
test_consistent_dtypesFunction · 0.80
test_consistent_dtypes_2Function · 0.80

Calls

no outgoing calls

Tested by 15

test_read_csvFunction · 0.64
test_csv_integer_usecolsFunction · 0.64
test_read_csv_keywordsFunction · 0.64
read_filesFunction · 0.64
test_read_csv_indexFunction · 0.64
test_usecolsFunction · 0.64
test_string_blocksizeFunction · 0.64
test_skipinitialspaceFunction · 0.64
test_consistent_dtypesFunction · 0.64
test_consistent_dtypes_2Function · 0.64