-
-
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: Pandas 0.24.0 Deprecations #21894
Comments
@jorisvandenbossche @jreback do you know the current thoughts on deprecating filter? Just need someone to do it? I'm going to do If people have thoughts on Feel free to add additional deprecations that we don't want to live with for 1.x. |
@TomAugspurger I hate to revisit things... but do you mind holding off for a little while on |
No worries. I think the decision on |
As I said during the sprint, I am personally not in favor of deprecating the full |
When you get a chance, can you write that up? I'm having trouble recalling the discussion. |
I think NDFrame.filter provides some nice functionality, but has an unfortunate name that can be mixed up with Groupby.filter. I'd like to keep it, but rename it to something else perhaps. |
I think between is ok (no deprecation) what happened to the original list which was much longer? |
Older longer list: #18262 |
Sorry, I forgot about #18262 Let's move this discussion there. |
We'd like to have all these deprecations in place for 0.24.0, and enforced in 1.0
As a reminder, the plan is to have no new deprecations in 0.25.x and 1.0.0. So this is the last round of deprecations before 1.0.
Series.rename(scalar)
->Series.set_name
(xref API: allow DataFrame.rename to take a list-like of colums #14829)NDFrame.filter
NDFrame.between
? (DEPR: pd.Series.between #13027)cc @pandas-dev/pandas-core
The text was updated successfully, but these errors were encountered: