-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DEPR: Remove int64 uint64 float64 index part 1 (#49560)
* DEPR: don't make Index instantiate Int64/Uint64/Flaot64Index * fix precommit * fix various issues * np.int_ -> np.intp * update * float16 & groupby.nlargest/nsmallest tests * small fix * tests/window/test_groupby.py types * Revert "np.int_ -> np.intp" This reverts commit d759966. * fixes for comments * fix intp->int_ error * fix interval * fix groupby value_counts * fix comments * fix more comments * fix stuff * fix Co-authored-by: Terji Petersen <terjipetersen@Terjis-Air.fritz.box> Co-authored-by: Terji Petersen <terjipetersen@Terjis-MacBook-Air.local>
- Loading branch information
1 parent
b37589a
commit d010c4a
Showing
85 changed files
with
573 additions
and
436 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
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.