How can I read a Google Cloud Storage parquet file into a polars dataframe if the gsutil uri contains a space?
I have parquet files stored in a google cloud bucket, I want to view and process that data using polars in python
I have parquet files stored in a google cloud bucket, I want to view and process that data using polars in python