프로그래밍/Python
Cannot interpret '<attribute 'dtype' of 'numpy.generic' objects>' as a data type
홍반장水_
2023. 7. 9. 11:41
반응형
error : Cannot interpret '<attribute 'dtype' of 'numpy.generic' objects>' as a data type
발생하면 pandas를 업그레이드 하라.
pip install numpy --upgrade
pip install pandas --upgrade
반응형