View source: R/utils_python_data_management.R
| data.frame_to_py_dataset | R Documentation |
Function for converting a data.frame into a pyarrow data set.
data.frame_to_py_dataset(data_frame)
data_frame |
Object of class |
Returns the data.frame as a pyarrow data set of class datasets.arrow_dataset.Dataset.
Other Utils Python Data Management Developers:
class_vector_to_py_dataset(),
get_batches_index(),
prepare_r_array_for_dataset(),
py_dataset_to_embeddings(),
reduce_to_unique(),
tensor_list_to_numpy(),
tensor_to_numpy()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.