-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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: 0.21 deprecations master issue #14220
Comments
What do you think about wesm/pandas2#26? |
updated |
@wesm @jreback All deprecated things are listed at #6581 (at least if we don't forget to add them). So normally, in a possible 0.20, we would remove all the things deprecated in 0.17, so that includes |
updated! |
let's thing again about: #10734 ( |
Something we should discuss is whether we would like to remove things more aggressively (eg that were only deprecated in 0.18/0.19) for 1.0 |
yes, I wanted to pick up that one for some time. I still think it can be done in a backwards compatible way, should look again at it. |
See also #13790 for some top-level functions to deprecate |
Moved filter & between to #21894 |
Contemplated deprecations for 0.20.0
Panel
, Deprecation of Panel ? #13563 (DEPR: Panel deprecated #15601) (0.20.0).ix
: DEPR: deprecate .ix #14218 (DEPR: deprecate .ix in favor of .loc/.iloc #15113) (0.20.0).filter
&.select
DEPR: filter & select #12401 (DEPR: deprecate .select() #17633, 0.21.0).between
DEPR: pd.Series.between #13027.sortlevel
DEPR: sortlevel #14279 (DEPR: deprecate sortlevel in favor of sort_index #15099) (0.20.0)TimeSeries
class (DEPR: remove pd.TimeSeries & Series.is_time_series #15098) (0.20.0)The text was updated successfully, but these errors were encountered: