Skip to content

v0.2.0 - Parquet, parquet, S3!

Pre-release
Pre-release
Compare
Choose a tag to compare
@dacort dacort released this 08 Jun 20:46
· 16 commits to main since this release
ebf7220

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

  • @dacort made their first contribution in #1

Full Changelog: v0.1.1...v0.2.0