-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
CLN: Remove pd.util._depr_module? #25200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hold onto this for now. We used it for deprecating entire modules. I doubt that such a use case will not come along in the future. |
i think we used this to deprecate datetools +.25 with removing its potentially useful |
@jreback : Yes, that's right. This was a pretty nifty way of doing so, so I'm not really inclined to remove it any time soon given its usefulness. |
Could we move it somewhere outside of the pandas/ directory? It adds noise to coverage stats #26877. |
Is it possible to ignore coverage for those lines? I would prefer that. The reason is that this is a really useful utility that we may want to reuse in the future. |
AFAICT it isn't used anywhere
The text was updated successfully, but these errors were encountered: