Yuta
Results
2
comments of
Yuta
The similar result has occurred in **AWS S3**. ```python >>> import polars as pl >>> df_ng = pl.read_csv("s3://my_bucket/path/to/test_a1.csv.gz") >>> df_ng shape: (0, 1) ┌─────────────────────────────┐ │
`pl.read_csv` does not support compressed files?