-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
API: nlargest/nsmallest, take_last -> keep #10792
Labels
Milestone
Comments
Do we need an option to keep all elements in this case, And |
you don't need to keep all option (that would be just sort :) so just a direct keyword replacement for Series |
1 task
gfyoung
added a commit
to forking-repos/pandas
that referenced
this issue
Mar 16, 2017
Affected methods: 1) nlargest 2) nsmallest 3) duplicated 4) drop_duplicates xref pandas-devgh-10236, pandas-devgh-10792, pandas-devgh-10920.
gfyoung
added a commit
to forking-repos/pandas
that referenced
this issue
Mar 16, 2017
Affected methods: 1) nlargest 2) nsmallest 3) duplicated 4) drop_duplicates xref pandas-devgh-10236, pandas-devgh-10792, pandas-devgh-10920.
gfyoung
added a commit
to forking-repos/pandas
that referenced
this issue
Mar 17, 2017
Affected methods: 1) nlargest 2) nsmallest 3) duplicated 4) drop_duplicates xref pandas-devgh-10236, pandas-devgh-10792, pandas-devgh-10920.
gfyoung
added a commit
to forking-repos/pandas
that referenced
this issue
Mar 17, 2017
Affected methods: 1) nlargest 2) nsmallest 3) duplicated 4) drop_duplicates xref pandas-devgh-10236, pandas-devgh-10792, pandas-devgh-10920.
gfyoung
added a commit
to forking-repos/pandas
that referenced
this issue
Mar 17, 2017
Affected methods: 1) nlargest 2) nsmallest 3) duplicated 4) drop_duplicates xref pandas-devgh-10236, pandas-devgh-10792, pandas-devgh-10920.
gfyoung
added a commit
to forking-repos/pandas
that referenced
this issue
Mar 17, 2017
Affected methods: 1) nlargest 2) nsmallest 3) duplicated 4) drop_duplicates xref pandas-devgh-10236, pandas-devgh-10792, pandas-devgh-10920.
gfyoung
added a commit
to forking-repos/pandas
that referenced
this issue
Mar 17, 2017
Affected methods: 1) nlargest 2) nsmallest 3) duplicated 4) drop_duplicates xref pandas-devgh-10236, pandas-devgh-10792, pandas-devgh-10920.
gfyoung
added a commit
to forking-repos/pandas
that referenced
this issue
Mar 17, 2017
Affected methods: 1) nlargest 2) nsmallest 3) duplicated 4) drop_duplicates xref pandas-devgh-10236, pandas-devgh-10792, pandas-devgh-10920.
gfyoung
added a commit
to forking-repos/pandas
that referenced
this issue
Mar 17, 2017
Affected methods: 1) nlargest 2) nsmallest 3) duplicated 4) drop_duplicates xref pandas-devgh-10236, pandas-devgh-10792, pandas-devgh-10920.
AnkurDedania
pushed a commit
to AnkurDedania/pandas
that referenced
this issue
Mar 21, 2017
Affected methods: 1) nlargest 2) nsmallest 3) duplicated 4) drop_duplicates xref pandas-dev#10236, pandas-dev#10792, pandas-dev#10920. Author: gfyoung <gfyoung17@gmail.com> Closes pandas-dev#15710 from gfyoung/create-last-kw-drop and squashes the following commits: b416290 [gfyoung] MAINT: Drop take_last kwarg from method signatures
mattip
pushed a commit
to mattip/pandas
that referenced
this issue
Apr 3, 2017
Affected methods: 1) nlargest 2) nsmallest 3) duplicated 4) drop_duplicates xref pandas-dev#10236, pandas-dev#10792, pandas-dev#10920. Author: gfyoung <gfyoung17@gmail.com> Closes pandas-dev#15710 from gfyoung/create-last-kw-drop and squashes the following commits: b416290 [gfyoung] MAINT: Drop take_last kwarg from method signatures
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nlargest/nsmallest
on frame should havetake_last
->keep
, in-line with #10236here
no deprecation is necessary as this is new in 0.17.0
cc @sinhrks
cc @cpcloud
The text was updated successfully, but these errors were encountered: