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

Method read_hdf

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

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