Hello @Craig Podczerwinski ,
Welcome to Microsoft Q&A forum.
Please check and confirm following aspects:
- I believe you installed pandas from VS Python Environments window(View > Other Windows > Python Environments) right? If so, can you confirm that it was installed in the correct location? Normally it should be installed in the default location but the Python runtime you are using might not be loading the modules from the default. If you added different versions of Python environments, please select the correct one and try to use this command
py -m pip install pandas
and install pandas again. - Please try to create a new Python project, install the pandas and import it directly, and test to see if the pandas module can be found.
- Please share us the detailed steps to reproduce this issue and check further if this issue is reproducible.
Feel free to contact us.
Best Regards,
Tianyu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.