-
Notifications
You must be signed in to change notification settings - Fork 358
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
Implement Series.reindex #1737
Implement Series.reindex #1737
Conversation
23e42d7
to
57572d0
Compare
Basically, the logic seems fine to me. |
Anyway, thanks for the work on this, @LucasG0 :) |
47b088c
to
2ac9745
Compare
Thanks for reviewing ! |
Sorry for the late, @LucasG0 . |
4100d8b
to
3defa8c
Compare
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.
Otherwise, LGTM
c5cf742
to
ba105e6
Compare
Thanks, @LucasG0 ! Merging :) |
Thanks. :) |
This PR would close #881.
It includes moving the method
DataFrame._reindex_index
to the genericFrame
class.