I have installed anaconda. Now when i am trying to run
import pandas as pd
I am getting the following error
Traceback (most re
If you are facing same problem as mine. Here is the solution which works for me.
If you get any error, type in command prompt
pip install module_name
I hope it will work for you too