pub fn save_df_parquet_nonnull<P: AsRef<Path>>( df: DataFrame, path: P, ) -> Result<()>
Save a data frame to a Prquet file without nulls in the schema.