-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade Pandas dependency to 2.1 (#31185)
* Upgrade to Pandas 2.1 * Pandas 2.1: Disable interchange protocol tests. * Exclude attrs tests as it is not supported. * Exclude new doctests that exercise unsupported order-sensitive ops. * Iteration over deferred DFs is not supported * Skip 'mul' op when index is used as an axis * Exclude new tests that use index. * Exclude shift test as order-sensitive. * Exclude known failure modes. * Exclude failures that existed on Pandas 1. * Allow bulk-exclusion of an example in all tests. * Exclude examples that use to_timedelta. * Exclude the test that evaluates an inferred .tz value. * Exclude more tz and timedelta tests. * Exclude a tests exercision PeriodProporties.end_time * Exclude tests exercising unsupported GroupBy operations. * Expand the list of elementwise string methods. * Exclude known WontImpl ops * Fix test output normalization. * Exclude remaining new tests that didn't work * Remove test that uses values, an unsupported non-deferred op. * lint
- Loading branch information
Showing
5 changed files
with
190 additions
and
15 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.