Skip to content
Snippets Groups Projects

Write parquet with rust backend to use full statistics option and better optimize row groups

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -88,4 +88,4 @@ def convert(
.sort('path')
)
df.write_parquet(output_path,use_pyarrow=True)
\ No newline at end of file
df.write_parquet(output_path,statistics='full')
\ No newline at end of file
Loading