-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pandas Support #156
Comments
It's pretty easy now to read a numpy array with h5pyd and convert to a Pandas dataframe. See: https://github.com/HDFGroup/hdflab_examples/blob/master/Tutorial/09-Queries.ipynb for an example. Using HSDS as the basis for a distributed table package would be interesting. This idea is explored a bit in: h5py/h5py#2095. |
Right, but I want to read an HDF5 file created via |
Or |
Perhaps this could be done by enabling pandas HDF-related methods to accept an h5py.File object? Then this could also be an h5pyd.File object. |
Pandas is designed to work with in-memory data which has led to several other projects that support Pandas-like API but work with larger data sets than Pandas can support. |
import h5pyd as h5py
-> Happinessimport pandahsds as pandas
-> SadnessThe text was updated successfully, but these errors were encountered: