Please, clearly specify the steps to use pandas on jupyter. I see that its not installed in the system yet.
How to install pandas
Please reply asap…
conda install pandas
or
pip install pandas
1 Like
Do we run this command on Anaconda prompt?
yes, run it in the command prompt or your terminal
Hey @aniketdogra09, you just need to run the following command on anaconda prompt :
conda install -c anaconda pandas
Hope this helps
1 Like