-
Notifications
You must be signed in to change notification settings - Fork 915
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
Deprecate various functions that don't need to be defined for Index. #10647
Deprecate various functions that don't need to be defined for Index. #10647
Conversation
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.
Two small questions/comments. Otherwise LGTM. This will help with the errors in Sphinx docs!
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #10647 +/- ##
================================================
+ Coverage 86.33% 86.36% +0.02%
================================================
Files 140 142 +2
Lines 22289 22352 +63
================================================
+ Hits 19244 19305 +61
- Misses 3045 3047 +2
Continue to review full report at Codecov.
|
@gpucibot merge |
This PR adds deprecations for various
Frame
methods that shouldn't actually be defined forIndex
objects. These methods can all be moved down toIndexedFrame
in 22.08. This change contributes to making a clean distinction betweenFrame
andIndexedFrame
.