Rename Expr output
Description
Rename the output of an expression.
Usage
<Expr>$alias(name)
Arguments
name
|
New name of output |
Value
Expr
Examples
#> polars Expr: col("bob").alias("alice")
Rename the output of an expression.
<Expr>$alias(name)
name
|
New name of output |
Expr
#> polars Expr: col("bob").alias("alice")