pandas读取数据错误
在读取 json 文件的时候报错 TypeError: Cannot interpret '<attribute 'dtype' of 'numpy.generic' objects>' as a data type
出现原因:numpy 的版本和 pandas 版本不兼容,见 github issue
解决方法:更新 pandas
pip install -U pandas
pandas读取数据错误
在读取 json 文件的时候报错 TypeError: Cannot interpret '<attribute 'dtype' of 'numpy.generic' objects>' as a data type
出现原因:numpy 的版本和 pandas 版本不兼容,见 github issue
解决方法:更新 pandas
pip install -U pandas