-
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
Index
class deprecation enforcements
#13204
Index
class deprecation enforcements
#13204
Conversation
Index
class deprecation enforcements
Index
class deprecation enforcementsIndex
class deprecation enforcements
``` | ||
Integer, float, or string indexes are all composed of a single column of data. | ||
Most `GenericIndex` methods are inherited from `Frame`, saving us the trouble of rewriting them. | ||
Most `Index` methods are inherited from `Frame`, saving us the trouble of rewriting them. |
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.
Is point 3 below (Index
is a factory class) still correct with these changes?
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.
Good catch. Updated it. Let me know if you think it needs more clarification.
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.
Thanks @galipremsagar
@galipremsagar Do any of these fixes need backported to |
Description
This PR:
Index
related deprecations by removingFloat32Index
,Float64Index
,GenericIndex
,Int8Index
,Int16Index
,Int32Index
,Int64Index
,StringIndex
,UInt8Index
,UInt16Index
,UInt32Index
,UInt64Index
.<NA>
value representation incase ofstring
dtype.This PR also fixes 202 pytests:
= 267 failed, 95670 passed, 2044 skipped, 763 xfailed, 300 xpassed in 442.18s (0:07:22) =
On
pandas_2.0_feature_branch
:= 469 failed, 95464 passed, 2044 skipped, 763 xfailed, 300 xpassed in 469.26s (0:07:49) =
Checklist