I am running a iPython notebook via the Anaconda Navigator app (version 1.1.0). When I want to import pandas it gives me a strange error. I thought the Anaconda app included
I can confirm this issue is due to pandas 0.23.
Uninstall and then reinstall 0.22.
pip uninstall pandas pip install pandas==0.22
Hope this could solve the problem.