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.PathLike
The path to the file to read.
save
data_frame
-DataFrame
The polars data frame to save.path
-os.PathLike
The path to save the data frame to.