mcaceresb / stata-parquet

Read and write parquet files from Stata
MIT License
22 stars 6 forks source link

Compression type #21

Closed reisportela closed 1 year ago

reisportela commented 1 year ago

Great package. Thank you. Would it be possible to specify the compression type as an option for the command? Thank you

mcaceresb commented 1 year ago

@reisportela Sorry for the delay; I've implemented a compression() option for the low-level writer. Note this writer doesn't support missing values for numeric variables, so it should throw an error if it encounters any.