bookdata::arrow::writer

Function save_df_parquet_nonnull

Source
pub fn save_df_parquet_nonnull<P: AsRef<Path>>(
    df: DataFrame,
    path: P,
) -> Result<()>
Expand description

Save a data frame to a Prquet file without nulls in the schema.