View source: R/utils_python_data_management.R
| reduce_to_unique | R Documentation |
Function creates an arrow data set that contains only unique cases. That is, duplicates are removed.
reduce_to_unique(dataset_to_reduce, column_name)
dataset_to_reduce |
Object of class |
column_name |
|
Returns a data set of class datasets.arrow_dataset.Dataset where the duplicates are removed according to
the given column.
Other Utils Python Data Management Developers:
class_vector_to_py_dataset(),
data.frame_to_py_dataset(),
get_batches_index(),
prepare_r_array_for_dataset(),
py_dataset_to_embeddings(),
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.