-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
DEPR: deprecate Term & Expr in the pd.* namespace #13785
Comments
Maybe unrelated, but there is also the |
yes both of these should be removed from the |
I think they need to have a proxy-object to provide the deprecation and then return the current object. |
or would a subclass work? (in pandas/init.py or in io.api.py):
|
yes a public subclass would work (and leave the current names) |
closing in favor of #13790 |
This is imported via
pandas.io.api
. I think making a sub-class might work that has the deprecation.This is used internally, just want to remove the external visibility (as not been necessary for quite a few releases).
The text was updated successfully, but these errors were encountered: