Inside the JupyterLab environment of the GCP Vertex AI workbench, a parquet file can be exported using pd.to_parquet()
but not read using pd.read_parquet()
.
It results in a No such file or directory
error, despite the path being correct and working for .csv files using pd.read_csv()
.
This is the first time I ran into this issue. This exact (and very simple) code works fine locally, on Colab and Deepnote. Does GCP not support .parquet files?