-
Notifications
You must be signed in to change notification settings - Fork 189
[Enh]: str zfill #2596
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requesthigh priorityYour PR will be reviewed very quickly if you address thisYour PR will be reviewed very quickly if you address this
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthigh priorityYour PR will be reviewed very quickly if you address thisYour PR will be reviewed very quickly if you address this
We would like to learn about your use case. For example, if this feature is needed to adopt Narwhals in an open source project, could you please enter the link to it below?
I would like to use narwhals for the latent-calendar project. However, it uses zfill
https://github.com/williambdean/latent-calendar/blob/07ffd832188098af21a469470bb988560d7b6e80/latent_calendar/transformers.py#L155
Please describe the purpose of the new feature or describe the problem to solve.
pad a string
Suggest a solution if possible.
use the pandas, polars, spark, etc functionality
If you have tried alternatives, please describe them below.
looked through the docs
Additional information that may help us understand your needs.
No response