标签: python pandas hdf5
我在使用python读取HDF5文件时遇到问题。 如果我使用此代码:
import pandas as pd data = pd.read_hdf('pepper_experiments.h5','handover')
我收到以下错误:
TypeError: cannot create a storer if the object is not existing nor a value are passed
The h5 file looks like this
有没有人知道它为什么不起作用?