h2o (version 3.10.5.3)

h2o.arrange: Sorts H2OFrame by the columns specified. Returns a new H2OFrame, like dplyr::arrange.

Description

Sorts H2OFrame by the columns specified. Returns a new H2OFrame, like dplyr::arrange.

Usage

h2o.arrange(x, ...)

Arguments

x

The H2OFrame input to be sorted.

The column names to sort by.