df_utils
module provides a consistent interface for loading data frames and saving them to disk.
Supported types: csv, parquet, json, jsonl, arrow
Example usage:
path
- os.PathLike
The path to the file to read.data_frame
- DataFrame
The polars data frame to save.path
- os.PathLike
The path to save the data frame to.