polars.Expr.append¶
- Expr.append(other: polars.internals.expr.Expr, upcast: bool = True) polars.internals.expr.Expr ¶
Append expressions. This is done by adding the chunks of other to this Series.
- Parameters
- other
Expression to append
- upcast
Cast both Series to the same supertype