-1
I’m trying to import the pandas in the notebook jupyter plus it gives me the following mistake:
import pandas as pd
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-3-7dd3504c366f> in <module>
----> 1 import pandas as pd
ModuleNotFoundError: No module named 'pandas'
I have tried also by Spyder and returns same error. Someone has already gone through it and if already as solved.