Skip to main content
Version: 1.3.0

Manipulation

TableFrame.castCast columns to a new data type.
TableFrame.drop_nansDrop rows with NaN values.
TableFrame.drop_nullsDrop rows with null values.
TableFrame.fill_nanReplace all NaN values in the TableFrame with the given value.
TableFrame.fill_nullReplace all null values in the TableFrame with the given value.
Expr.aliasSet the name for a column or expression.
Expr.fill_nanReplace NaN values with the given value.
Expr.fill_nullReplace null values with the given value.