Open chapmanjacobd opened 2 years ago
Actually it uses snappy compression by default since it uses pandas dataframe for conversion and by default pandas uses snappy compression, I don't know why parq tool doesn't show it. I will add compression option too.
@chapmanjacobd I've added a compression option to the latest code in the main branch. Example usage:
It supports the following compression codecs: brotli, snappy, lzo, gzip, None
It would be nice to have options for compression. Looks like there is no compression by default?