-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC: Series.pad has template variables that are not replaced #39640
Comments
Hi I'm not new to programming and have been in the professional space for over a year now but I have not made an open source contribution before. I am happy to do this but the milestone seems to be due Today? If that is the case, I'll look for another "good first issue" issue. In the meantime I'll have a read of https://pandas-docs.github.io/pandas-docs-travis/development/contributing.html#where-to-start |
Hi @dylanp-git - here's the contributing guide, I think the link you posted is to an old version I'm not sure why this was added to the 1.2.2 milestone, I'm guessing it was meant to be 1.3 - either way, pretty sure it's not due today. I've assigned the issue to you, though in the future you can comment "take" and a bot will assign you |
Thanks @MarcoGorelli - I'll start looking into this. |
Yes, to be clear, there is no hurry in doing this (it doesn't need to be done today or tomorrow). |
moving to 1.2.3 |
Hi @dylanp-git, could you tell me what exactly is the issue?? I tried tweaking it but couldn't understand it though. Thanks! |
Hi, I'm not sure exactly what's the issue yet. I'm trying to understand the The I changed Can anyone confirm what Series.pad is meant to return? If |
@dylanp-git that looks right to me Regarding
I don't think you need to remove the
It just means the method can't be overridden, see mypy docs on final |
closed via #39869 Sorry wrong issue, ignore me |
When looking at the docstring of
pad
:Or on the online version: https://pandas.pydata.org/docs/dev/reference/api/pandas.Series.pad.html
There is a
{klass}
that has not been properly substituted.The text was updated successfully, but these errors were encountered: