Open
Description
🚀 The feature
The ParquetDataFrameLoader
allows us to read parquet files from the local file system, but I don't think it supports reading parquet files from (for example) an S3 bucket.
Make this possible.
Motivation, pitch
I would like to train my models on parquet files stored in an S3 bucket.
Alternatives
You could probably download the parquet file locally and then use the ParquetDataFrameLoader
?
Additional context
No response