On 2023-05-27 01:30, [email protected] wrote:
I have reinstalled python which reinstalls pip. I have added the path:'C:\sers\Giuseppa\AppData\Local\Packages\PythonSoftwareFoundation.Pytho n.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\Scripts and still get the error below. Could you help me with this please?Traceback (most recent call last): File "C:\Users\Giuseppa\Documents\DataScience\PYTHON\Subsetting.py", line 11, in <module> import pandas as pd ModuleNotFoundError: No module named 'pandas'
Have you tried re-installing pandas? -- https://mail.python.org/mailman/listinfo/python-list
