DEPR: pandas/core · Issue #27522 · pandas-dev/pandas (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Description
we have a documentation note that pandas.core is private but we need an actual deprecation
see discussion starting here: #27471 (comment)
[Edit by rhshadrach] Current outline (will update as this evolves):
- Prior to 2.2
Fix redirects due to moving doc pages from DOC: Change core paths to api.typing in URLs #55626 (ref: DOC: Change core paths to api.typing in URLs #55626 (comment))Update: The linked PR has been reverted, no fix is needed.
- After 2.2 and prior to 3.0
- Possibly add new locations for object in
pandas.api.typing
(DOC: Provide a public place for users to link to our documentation #55632) - Add
__module__
to all pandas objects pointing to the public location (ENH: set __module__ on top-level public objects #55178)
- Possibly add new locations for object in
- 1-2 weeks before 3.0 RC is released
- Move
pandas.core
topandas._core
and add in stub files for backwards compatibility
- Move
- Anytime after
- Add PendingDeprecationWarning to
pandas.core
- Change PendingDeprecationWarning to DeprecationWarning
- Change DeprecationWarning to FutureWarning
- Remove
pandas.core
- Add PendingDeprecationWarning to