Ubuntu – Pandas read_parquet works on Python, but not in VSCode
I'm trying to read a parquet folder using the following code: import pandas as pd df = pd.read_parquet('PASP0001.parquet') I'm working on a virtual environment. The code works perfectly if I open a Python session (note the which command): (.venv) (base)…