Resolve Pandas Could Not Be Resolved from Source in Visual Studio Code on Windows - DevPops-Inc/python GitHub Wiki
• The following resolution is for if the Pandas module could not be resolved from the source.
•
• Expand the “Terminal” menu and select “New Terminal.”
•
• Click in the TERMINAL, type pip install pandas
and press the Enter key to install the Pandas module.
•
• Close Visual Studio Code.
•
• Browse to the previous Python file in the File Explorer and double-click it.
•
• The Pandas module error will be gone this time around.
•