pub fn save_df_parquet<P: AsRef<Path>>(df: DataFrame, path: P) -> Result<()>
Save a data frame to a Parquet file.