Documentation Index
Fetch the complete documentation index at: https://docs.oxen.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.