MCPcopy Create free account
hub / github.com/dask/dask / read_csv

Method read_csv

dask/dataframe/backends.py:139–153  ·  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

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