torch_frame.utils

save

Save a TensorFrame object and optional col_stats to specified path.

load

Load saved TensorFrame object and optional col_stats from a specified path.

cat

Concatenates a list of TensorFrame or TensorData.

generate_random_split

Generate a list of random split assignments of the specified length.

infer_series_stype

Infer stype given Series object.

infer_df_stype

Infer col_to_stype given DataFrame object.