Cannot import Pandas in Visual Studio Code
I installed Pandas in Visual Studio Code and checked that it was installed by using pip show pandas in the terminal and it popped up 2.2.2. I also checked that my python version is 3.11.9. I import pandas as pd and use pd.DataFrame function and it didnot appear any error. But when I run the code, it showed: