i try to open a h5 file and it give me an error and cannot read it. I show here the code which really basic, and the file i located it in the same directory I'm working on. This is the code:
I already updated pandas, pytables, pathlib I tried with h5py.File
store = pd.HDFStore(path_to_file)
df = store['data']
store.close()
This is the error:
File "tables/hdf5extension.pyx", line 492, in tables.hdf5extension.File._g_new
HDF5ExtError: HDF5 error back trace ...
End of HDF5 error back trace
Unable to open/create file
I hope you can help me Many thanks!