polars icon indicating copy to clipboard operation
polars copied to clipboard

Modify str.replace_all to also take a dictionary as argument

Open maiiabocharova opened this issue 1 year ago • 5 comments

Problem description

First of all, thank you for the awesome library!

One feature which would be very helpful for me:

When I have multiple replaces which I want to carry out and have a dictionary of such replacements it would be very nice to be able to pass it to str.replace_all directly and not stack one-by-one.

maiiabocharova avatar Dec 15 '22 08:12 maiiabocharova