run python code on VS (v.1.116) got error import Pandas with python extension installed, please how to fix the error
Welcome!
Please note that pandas package library is not part of the Python standard library. You first have to install it via pip install.
Here is a link that may be of some help for you:
https://medium.com/@gbemiadekoya/importing-python-libraries-in-vs-code-e9e7806586a7
or via this YouTube tutorial:
On Windows, it’s recommended that you use the Python Launcher py:
py -m pip install pandas
