标签: python pandas error-handling
我已经使用
pip install pandas
当我使用导入熊猫
import pandas
我收到此错误:
untimeWarning:numpy.dtype大小已更改,可能表示二进制 不兼容。预期为96,获得了88
这是为什么?