问题记录——pd.read_hdf throws 'cannot set WRITABLE flag to True of this array'
问题记录——pd.read_hdfthrows'cannotsetWRITABLEflagtoTrueofthisarray'解决办法:降级numpy可以使用如下写入h5文件df.to_hdf('../testA.h5','df')但是无法读取h5文件a=pd.read_hdf("../testA.h5","df")a报错:~/.local/lib/python3.6/site-packages/