mirror of
https://github.com/nushell/nushell.git
synced 2025-05-14 23:14:34 +02:00
# Description Parquet, CSV, NDJSON, and Arrow files can be written to AWS S3 via `polars save`. This mirrors the s3 functionality provided by `polars open`. ```nushell ls | polars into-df | polars save s3://my-bucket/test.parquet ``` # User-Facing Changes - S3 urls are now supported by `polars save` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE |