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

Method read_hdf

dask/dataframe/backends.py:156–172  ·  view source on GitHub ↗

Read HDF5 files into a DataFrame collection Parameters ---------- pattern : str or list Source path(s). key : str Group identifier in the store. **kwargs : Optional backend kwargs. See Also --------

(pattern: str | list, key: str, **kwargs)

Source from the content-addressed store, hash-verified

154
155 @staticmethod
156 def read_hdf(pattern: str | list, key: str, **kwargs):
157 """Read HDF5 files into a DataFrame collection
158
159 Parameters
160 ----------
161 pattern : str or list
162 Source path(s).
163 key : str
164 Group identifier in the store.
165 **kwargs :
166 Optional backend kwargs.
167
168 See Also
169 --------
170 dask.dataframe.io.hdf.read_hdf
171 """
172 raise NotImplementedError
173
174
175dataframe_creation_dispatch = CreationDispatch(

Callers 15

read_hdfFunction · 0.80
_read_hdfFunction · 0.80
test_to_hdfFunction · 0.80
test_to_hdf_lock_delaysFunction · 0.80
test_to_hdf_schedulersFunction · 0.80
test_to_hdf_kwargsFunction · 0.80
test_read_hdfFunction · 0.80

Calls

no outgoing calls

Tested by 15

test_to_hdfFunction · 0.64
test_to_hdf_lock_delaysFunction · 0.64
test_to_hdf_schedulersFunction · 0.64
test_to_hdf_kwargsFunction · 0.64
test_read_hdfFunction · 0.64
test_read_hdf_multipleFunction · 0.64