You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have noticed that in the nodejs-polars library,
the .rename() function can be called by Series, DataFrame,
while the .alias() function can be called by Series, Expr.
These two functions serve the same purpose,
but I was wondering if it would be possible to make one of them applicable to all three types: Series, DataFrame, and Expr.
Thank you!
The text was updated successfully, but these errors were encountered:
Nekobaex
changed the title
.ename() and .alias()
.rename() and .alias()
Sep 18, 2023
Describe your feature request
Hello, I have noticed that in the nodejs-polars library,
the
.rename()
function can be called bySeries
,DataFrame
,while the
.alias()
function can be called bySeries
,Expr
.These two functions serve the same purpose,
but I was wondering if it would be possible to make one of them applicable to all three types:
Series
,DataFrame
, andExpr
.Thank you!
The text was updated successfully, but these errors were encountered: