0

在 Wolfran Matematica 中导入文件没有问题

使用Import['filename']我得到:

{"Amplitude", "trace #", "time (sec)"}

使用Import['filename', {"Datasets", "time (sec)"}] 我获取时间数据

当我尝试使用 pandas 或 h5py 上传时,它不起作用

在我使用的熊猫中:r = pd.read_hdf('filename')

在 h5py 中,我使用了:r = h5py.File('filename', 'r')

两种方法都会给出类似的错误信息,主要是:

Unable to open file (file signature not found)
# can't auto open/close if we are using an iterator so delegate to the iterator
4

0 回答 0