Michael Rossol
Results
2
issues of
Michael Rossol
h5pyd is unable to pull a "column" from a recarray/table directly. Example code using h5py: ``` In [14]: with h5py.File(path, mode='r') as f: ...: sector = f['enumerations']['sector']['id'] ...: ...: print(sector)...
enhancement
Check chunkinfo_arr size and chunk anon_dset if needed (chunk_size limit is a kwarg and is defaulted to 1mb) If anon_dset is chunked, load chunkinfo_arr in said chunks