forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DEPR: deprecate Index.is_interval (pandas-dev#50196)
* assertion error fix added in pandas/core/indexes/base.py * changes made to pandas/core/infexes/base.py for is_interval deprecation in class Index * changes made to pandas/tests//indexes/common.py to test deprecation of is_interval * docs/source/whatsnew/v2.0.0.rst edited for index.is_interval * changes in pandas/core/indexes/base.py - removed extra import of is_interva;_dtype * brnahc state before rebase * Fixed error in .pre-commit-config.yaml file * unwanted changed fixed in .pre-commit-cofig.yaml
- Loading branch information
1 parent
41eafa4
commit a26bfb7
Showing
3 changed files
with
22 additions
and
6 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