-
#### Code Sample, a copy-pastable example if possible
```python
import pandas as pd
store = pd.get_store('big1.h5')
i = 0
for df in store.select('/MeasurementSamples', chunksize=100):
i +=…
-
Would it be possible with slight changes in the resolving logic to support fetchers that produce YAML directly?
What i have specifically in mind is to read HDF5 files, either with pandas, or using …
-
I encountered a problem I managed to work around a while ago, but using the Hdf5TreeModel reproduces it.
(**disclaimer** : I probably missed something important in h5py/python doc though, so...)
#### …
-
Hi!
I have an issue with loading the public dataset from Vizgen that is used in [this vignette](https://satijalab.org/seurat/articles/seurat5_spatial_vignette_2).
To give you a view of what the data…
-
This should be **the** 0.1 feature:
- [ ] A way for the user to get and interact easier with trajectories out of the hdf5 files
- [ ] An instrument that reads the groups and makes some assumptions ab…
-
### Issue type
Performance
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
tf 2.17.0
### Custom code
Yes
### OS platform and distributio…
-
In situations were datasets are defined with an outer chunk dimension greater than 1 and the file writer plugin is configured to write a fixed number of frames to HDF into multiple files (so-called "b…
-
Hi,
I can't download the weigths files well through this link https://s3-us-west-2.amazonaws.com/allennlp/, when files downloaded with name and extension (hdf5) like **elmo_2x4096_512_2048cnn_2xhig…
-
The current approach to load data from HDF5 is to load in an h5py or netcdf4 Dataset object and pass that to `from_array`. This is efficient, but also includes the file pointer within the dask graph.…
-
Thank you for this nice work.
I have noticed that some events may exceed the boundaries of the frame. It seems to be a very rare issue. I checked the training set and found that it only occurs for …