I am new to Python and I am trying to import pandas
but I'm getting
"ModuleNotFoundError: No module named 'pandas'"
How can I fix this? I tried on both Python 3.8 and 3.7 and they're giving me the same error. I have Anaconda installed and I'm pretty sure pandas come with it? I have also tried pip install pandas
and it gives me
"Requirement already satisfied"
Please help me!!
Update: I just got mad and deleted Anaconda. I found another way to use pandas which is by doing pip install pandas in cmd.