I have installed PANDAS using -> pip install --upgrade pandas. "Requirement already up-to-date:--------" But when I use :
import pandas as pd
on spyder this is the error
import pandas as pd
Traceback (most recent call last):
File "<ipython-input-5-7dd3504c366f>", line 1, in <module>
import pandas as pd
ModuleNotFoundError: No module named 'pandas'
I tried most of the solutions provided on other stackoverflow questions but nothing supposed to be working. please help. Thank you