I\'m having trouble finding a library that allows Parquet files to be written using Python. Bonus points if I can use Snappy or a similar compression mechanism in conjunction wi
pyspark
seems to be the best alternative right now for writing out parquet with python. It may seem like using a sword in place of needle, but thats how it is at the moment.
Simply do, pip install pyspark
and you are good to go.
https://spark.apache.org/docs/latest/sql-data-sources-parquet.html