Skip to main content
Version: 0.9.0

Filters

Expr.filterApply a filter predicate to an expression.
Expr.sliceCompute a slice of the TableFrame for the specified columns.
TableFrame.filterFilter the TableFrame based on the given predicates.
TableFrame.firstReturn a TableFrame with the first row.
TableFrame.headReturn a TableFrame with the first n rows.
TableFrame.lastReturn a TableFrame with the last row.
TableFrame.limitReturn a TableFrame with the first n rows.
TableFrame.sliceReturn a TableFrame with a slice of the original TableFrame
TableFrame.tailReturn a TableFrame with the last n rows.
TableFrame.uniqueDeduplicate rows from the TableFrame.