-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
CLN: Cleanup top-level pandas namespace #23380
Conversation
Drops the following: * pd.pnow * pd.match * pd.groupby * pd.get_store * pd.Expr * pd.Term xref pandas-devgh-15538. xref pandas-devgh-15940.
Hello @gfyoung! Thanks for submitting the PR.
|
Codecov Report
@@ Coverage Diff @@
## master #23380 +/- ##
==========================================
- Coverage 92.22% 92.22% -0.01%
==========================================
Files 169 169
Lines 51261 51236 -25
==========================================
- Hits 47277 47252 -25
Misses 3984 3984
Continue to review full report at Codecov.
|
thanks @gfyoung |
Drops the following: * pd.pnow * pd.match * pd.groupby * pd.get_store * pd.Expr * pd.Term xref pandas-devgh-15538. xref pandas-devgh-15940.
Drops the following: * pd.pnow * pd.match * pd.groupby * pd.get_store * pd.Expr * pd.Term xref pandas-devgh-15538. xref pandas-devgh-15940.
Drops the following: * pd.pnow * pd.match * pd.groupby * pd.get_store * pd.Expr * pd.Term xref pandas-devgh-15538. xref pandas-devgh-15940.
Drops the following:
pd.pnow
pd.match
pd.groupby
pd.get_store
As well as:
pd.Expr
pd.Term
xref #15538.
xref #15940.