Nick Salerni
Nick Salerni
@samster25 This covers a good chunk of the use case. Two others I can think of: 1. The one I can see missing from the above list would be `apply()`...
Would like to take care of a few of these as an intro to this repo !
Thanks @jaychia ! I will take the single-argument string kernels to start: - .str.capitalize() - .str.upper() - .str.lower() - .str.lstrip() - .str.rstrip() - .str.reverse()
Two failing checks are failing on main prior to this PR.
> Hi @nsalerni, thank you for contributing this! I took a quick look at this PR, the main issue is that this implementation is not fully correct, as it only...