pub fn open_polars_writer<P: AsRef<Path>>( path: P, ) -> Result<ParquetWriter<File>>
Open a Polars data frame Parquet writer using BookData defaults.