-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
HDF5 file reading error: "Attribute 'block2_items_variety' does not exist in node:/data" #18972
Comments
Could you edit your original post to include
|
I have added the full traceback, I am in the process of trying to recreate an example I can share here, however, I am working with data I can not easily share so it will take a while if I am even able to do it. |
you would have to show a reproducible example |
I get a similar error. I have an application that reads DEWESoft files, converts them to pandas DataFrame and writes them to HDF5 file(s). The complete code used for conversion is downloadable from https://github.com/JanKalin/python_dewesoft. The data file in question can be copied from ftp://zaguser:zagpublic@ftp.zag.si/publicftp/JanK/Pandas/Ravbarkomanda_2018_04_04_132938.dxd Call
The HDF5 file available at ftp://zaguser:zagpublic@ftp.zag.si/publicftp/JanK/Pandas/2018_04_04_13_29_40_110000.hdf5 is left in a mangled state,:
|
The problem apparently only occurs on 32-bit Python. With 64-bit running inside a 64-bit virtual machine the conversion goes well:
|
And the problem disappears with the latest version of Pandas, 0.23.2 |
Got this error on |
I experienced the same error:
pandas 0.24.2 |
I experience this error with the attached file. MWE is rather simple: import pandas
pandas.read_hdf("/data/gholl/cache/fogtools/2019/72047299999.h5", "root") The resulting traceback:
Software versions: Pandas 1.0.0rc0, pytables 3.6.1, Python 3.7.3. See below for a full output of
|
@jreback I have attached a file with a reproduceable example. Are you able to reproduce this? Could this be reopened please? |
you would need to show writing and reading pls open a new issue if you have a repro example |
Code Sample, a copy-pastable example if possible
The text was updated successfully, but these errors were encountered: