I want to read an Excel CSV file, and after researching, I realized I need to import pandas as pd
. Is there a way to install it into the Visual Studio Code?
I have tried typing import pandas as pd
, but it shows a red line. I'm still new to Python.