Filters
Expr.filter | Apply a filter predicate to an expression. |
Expr.slice | Compute a slice of the TableFrame for the specified columns. |
TableFrame.filter | Filter the TableFrame based on the given predicates. |
TableFrame.first | Return a TableFrame with the first row. |
TableFrame.head | Return a TableFrame with the first n rows. |
TableFrame.last | Return a TableFrame with the last row. |
TableFrame.limit | Return a TableFrame with the first n rows. |
TableFrame.slice | Return a TableFrame with a slice of the original TableFrame |
TableFrame.tail | Return a TableFrame with the last n rows. |
TableFrame.unique | Deduplicate rows from the TableFrame. |