Jupyter Notebook and Pandas | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Jupyter Notebook and Pandas

Hello! I have issues with importing pandas in Jupyter - all I got is just "ModuleNotFoundError: No module named 'pandas'" I installed pandas in the terminal in many ways before, still saying that "requirement is satisfied". Could you please help?

14th May 2018, 8:19 AM
chionae
chionae - avatar
3 Answers
0
ipykernel and pandas' requirements are all satisfied, but "'conda' is not recognized as an internal or external command". Or maybe I type it in a wrong place? I do it in the main command line.
14th May 2018, 8:52 AM
chionae
chionae - avatar
0
It's Windows 10. Worked with installing conda, but then when i type conda install pandas i receive: ERROR: The install method you used for conda--probably either `pip install conda` or `easy_install conda`--is not compatible with using conda as an application. If your intention is to install conda as a standalone application, currently supported install methods include the Anaconda installer and the miniconda installer. You can download the miniconda installer from https://conda.io/miniconda.html.
14th May 2018, 9:06 AM
chionae
chionae - avatar
0
The problem is that I have it already installed :/
14th May 2018, 10:21 AM
chionae
chionae - avatar