-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REF: Stop mixing DTA/TDA into DTI/TDI (#24476)
* implement _index_data parts of #24024 * implement _eadata, dispatch arithmetic methods to it * dont mix DatetimeLikeArrayMixin into DatetimeIndexOpsMixin * dont inherit TimedeltaIndex from TimedeltaArray * dont inherit from DatetimeArray * use ea_passthrough * remove previously-overriden overridings * stop double-mixing * stop over-writing * handle+test object arrays * Remove unused import * flake8 fixup * edits per comments
- Loading branch information
1 parent
aeff38d
commit 41b2b18
Showing
6 changed files
with
168 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.