-
-
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.
BUG: avoid DeprecationWarning when the Series has index as list of Se…
…ries (#55395) (#56325) * BUG: avoid DeprecationWarning when the Series has index as list of Series * hasattr(type(obj), '_data') not working as expected, for instance 'pytest pandas/tests/indexes/period/test_period.py::TestPeriodIndex::test_with_multi_index' * adopt jbrockmendel suggestion: runtime import ABC{Index, Series} * exclude ABCMultiIndex; move changelog to 2.1.3 * fix changelog order * moved changelog 2.1.3 -> 2.1.4 (cherry picked from commit 171cbcd) Co-authored-by: Yao Xiao <[email protected]>
- Loading branch information
1 parent
e9ce3ea
commit 0e9ffbe
Showing
3 changed files
with
18 additions
and
12 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