NameError: name ‘pd’ is not defined when using pandas in VS Code
I’m working on an automation project in VS Code using Python and pandas to read, clean, and save Excel files. The data is located in a specific path on my system. However, I am encountering an error when trying to read the Excel file.