Undo any renaming operation
Description
This removes any renaming operation like $alias()
or
$name$keep()
. Polars uses the "leftmost rule" to determine
naming, meaning that the first element of the expression will be used to
name the output.
Usage
<Expr>$meta$undo_aliases()
Value
Expr with aliases undone
Examples
#> [1] "bob"
#> [1] "alice"