whenever i try to import pandas
in jupyter notebook
, i get the error as following:
AttributeError: module 'pandas' has no attribute '_libs'
How to fix it? i am just new to programming
whenever i try to import pandas
in jupyter notebook
, i get the error as following:
AttributeError: module 'pandas' has no attribute '_libs'
How to fix it? i am just new to programming
I got this error as well, and just fixed it by just updating conda & pandas while using Anaconda
I used to get the same:
AttributeError: module 'pandas' has no attribute '_libs' error
Whenever I used to open the old file in Jupyter notebook, but you can open a new file and then try importing the Pandas it will work.