pola-rs / r-polars

Bring polars to R
https://pola-rs.github.io/r-polars/
Other
398 stars 35 forks source link

Rename `$str$parse_int()` to `$str$to_integer()` #1037

Closed etiennebacher closed 1 month ago

etiennebacher commented 1 month ago

Mentioned in #952

eitsupi commented 1 month ago

Thank you. However, upon closer inspection of the Python documentation, I realized that the problem is not just a name change. Sorry for the duplication of work, but please see #1038.

etiennebacher commented 1 month ago

IINM, in #1038, arguments become named, the default value changes, and you updated the docs (changed title, added an example for base 16, etc.), right? If that's the case I could integrate those changes in this PR since I already updated the tests and changelog

etiennebacher commented 1 month ago

Nvm I see you updated #1038