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