-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Fix PR08, RT02, RT03, and SA01 on pandas.Index.fillna #32355
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
Conversation
Why was all of those files in c4099b5 was removed? |
@RafifEL looks like something went awry with the git workflow here. Can you |
Sure! From your branch try: git reset --hard 1dbea46
git push -f origin rafif-feature |
I'm Sorry, i was trying to see the HTML of the documentation by using "python doc/make.py html". It got an Error, so i delete the reference folder on this branch to see it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job getting back to a clean state. Just some minor fixups otherwise should be good to go here
pandas/core/indexes/base.py
Outdated
or the string 'infer' which will try to downcast to an appropriate | ||
equal type (e.g. float64 to int64 if possible). | ||
|
||
Returns | ||
------- | ||
filled : Index | ||
filled | ||
Index. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's remove this line altogether
Co-Authored-By: William Ayd <[email protected]>
Thanks @RafifEL |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff