Method: Polars::StructExpr#rename_fields
- Defined in:
- lib/polars/struct_expr.rb
#rename_fields(names) ⇒ Expr
Rename the fields of the struct.
142 143 144 |
# File 'lib/polars/struct_expr.rb', line 142 def rename_fields(names) Utils.wrap_expr(_rbexpr.struct_rename_fields(names)) end |