v0.2.0 - Parquet, parquet, S3!
Pre-release
Pre-release
What's Changed
You can now write to Parquet files by specifying a combination of format (-f
) and output filename (-o
). Also, simply because we use the awesome pyarrow library for Parquet support, you can just specify a filename on S3 (-o s3://bucket/data.parquet
) and we'll write the Parquet data there. 🙌
New Contributors
Full Changelog: v0.1.1...v0.2.0