Can't get pandas to work.
I ran "pip install pandas" and after it did I then ran "pip list" and the package list showed my installed version as 0.23.3 which is the latest pandas release.
Now, when I edit a project file and include this statement (from a tutorial) "import pandas as pd" I get a runtime error message telling me (sorry, I can't rememeber the exact wording) something on the lines that there's no registered package.
Has anyone used pandas in PyCharm? Can you let me know what it is you installed and where from? Do I need to do some post-registration in PC to get it to work?
I also tried installing Anaconda but that didn't solve my problem either but then again, I'm not sure what Anaconda is meant to do for me, if anything. I'd like to run through some pandas tutorials. If anyone has any ideas or suggestions what I need to do to get pandas up and running in PC I'd appreciate it.
TIA. Peter.
Please sign in to leave a comment.