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
Currently df.rename(mapping) only accepts a dict as the mapping. It would be nice to also support a lambda function like pandas, as syntactic sugar for df.select(pl.all().name.map(mapping)).
The text was updated successfully, but these errors were encountered:
Description
Currently
df.rename(mapping)
only accepts a dict as the mapping. It would be nice to also support a lambda function like pandas, as syntactic sugar fordf.select(pl.all().name.map(mapping))
.The text was updated successfully, but these errors were encountered: