data.frame_to_py_dataset: Convert data.frame to arrow data set

View source: R/utils_python_data_management.R

data.frame_to_py_datasetR Documentation

Convert data.frame to arrow data set

Description

Function for converting a data.frame into a pyarrow data set.

Usage

data.frame_to_py_dataset(data_frame)

Arguments

data_frame

Object of class data.frame.

Value

Returns the data.frame as a pyarrow data set of class datasets.arrow_dataset.Dataset.

See Also

Other Utils Python Data Management Developers: class_vector_to_py_dataset(), create_py_dataset_cache_file_path(), extract_column_from_py_dataset(), get_batches_index(), prepare_r_array_for_dataset(), py_dataset_to_embeddings(), reduce_to_unique(), tensor_list_to_numpy(), tensor_to_numpy()


aifeducation documentation built on March 3, 2026, 1:06 a.m.