
Last chance! 50% off unlimited learning
Sale ends in
Pivot the frame designated by the three columns: index, column, and value. Index and column should be of type enum, int, or time. For cases of multiple indexes for a column label, the aggregation method is to pick the first occurrence in the data frame
h2o.pivot(x, index, column, value)
an H2OFrame
the column where pivoted rows should be aligned on
the column to pivot
values of the pivoted table
An H2OFrame with columns from the columns arg, aligned on the index arg, with values from values arg