Hacker News new | ask | show | jobs
by ritchie46 1059 days ago
You can use str.slice or str.extract to clean the data:

https://pola-rs.github.io/polars/py-polars/html/reference/ex...

1 comments

Yes for polars in python. This was an issue I had with explorer in elixir. There is no elixir binding to the str.slice or str.extract functions yet