I am having trouble reading an HDF5 file in python. If I am using this code:
import pandas as pd
data = pd.read_hdf('pepper_experiments.h5','handover')
I get the following error:
TypeError: cannot create a storer if the object is not existing nor a value are passed
Does anyone have an idea why it is not working?