MCPcopy
hub / github.com/dask/dask / read_parquet

Method read_parquet

dask/dataframe/backends.py:86–100  ·  view source on GitHub ↗

Read Parquet files into a DataFrame collection Parameters ---------- path : str or list Source path(s). **kwargs : Optional backend kwargs. See Also -------- dask.dataframe.io.parquet.core.read_parquet

(path: str | list, **kwargs)

Source from the content-addressed store, hash-verified

84
85 @staticmethod
86 def read_parquet(path: str | list, **kwargs):
87 """Read Parquet files into a DataFrame collection
88
89 Parameters
90 ----------
91 path : str or list
92 Source path(s).
93 **kwargs :
94 Optional backend kwargs.
95
96 See Also
97 --------
98 dask.dataframe.io.parquet.core.read_parquet
99 """
100 raise NotImplementedError
101
102 @staticmethod
103 def read_json(url_path: str | list, **kwargs):

Callers 15

test_parquetFunction · 0.80
test_parquetFunction · 0.80
test_parquet_appendFunction · 0.80
test_from_mapFunction · 0.80
test_io_fusion_mergeFunction · 0.80
test_localFunction · 0.80
test_emptyFunction · 0.80
test_simpleFunction · 0.80
test_delayed_no_metadataFunction · 0.80

Calls

no outgoing calls

Tested by 15

test_parquetFunction · 0.64
test_parquetFunction · 0.64
test_parquet_appendFunction · 0.64
test_from_mapFunction · 0.64
test_io_fusion_mergeFunction · 0.64
test_localFunction · 0.64
test_emptyFunction · 0.64
test_simpleFunction · 0.64
test_delayed_no_metadataFunction · 0.64