Convert dataset to a local dataset.
Convert dataset to a local dataset.
local dataset
Update all rows in the dataset.
Update all rows in the dataset.
update function
dataset with updated rows
Drop an index of every row.
Drop an index of every row.
index to drop
dataset without index
Select given indices of every row.
Select given indices of every row.
indices to select
dataset with only selected indices
Convert dataset to an array of rows.
Convert dataset to an array of rows.
array of rows
Add a value to every row using a user defined function.
Add a value to every row using a user defined function.
row selectors to generate inputs to UDF
user defined function
dataset with value calculated for all rows
Trait for storing data in a ml.combust.mleap.runtime.LeapFrame.