-
-
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
DEPR: deprecate .as_blocks() #17656
DEPR: deprecate .as_blocks() #17656
Conversation
Codecov Report
@@ Coverage Diff @@
## master #17656 +/- ##
==========================================
- Coverage 91.26% 91.24% -0.02%
==========================================
Files 163 163
Lines 49806 49805 -1
==========================================
- Hits 45455 45446 -9
- Misses 4351 4359 +8
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #17656 +/- ##
==========================================
- Coverage 91.26% 91.24% -0.02%
==========================================
Files 163 163
Lines 49806 49805 -1
==========================================
- Hits 45455 45446 -9
- Misses 4351 4359 +8
Continue to review full report at Codecov.
|
df2.between_time df2.cumprod | ||
df2.bfill df2.cumsum | ||
df2.blocks df2.D | ||
df2.D |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What happened here? So much got deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I took a bunch out rather than regenerate it. .as_blocks()
was in that list
doc/source/whatsnew/v0.21.0.txt
Outdated
- :func:`SeriesGroupBy.nth` has deprecated ``True`` in favor of ``'all'`` for its kwarg ``dropna`` (:issue:`11038`). | ||
- :func:`DataFrame.as_blocks` is deprecated as this is exposing the internal implementation (:issue:`17302`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: deprecated --> "deprecated,"
pandas/core/generic.py
Outdated
---------- | ||
copy : boolean, default True | ||
|
||
.. versionadded: 0.16.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't recall: were we still keeping versionadded
that are this old?
update, thanks @gfyoung |
closes #17302