Skip to content
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/DEPR: Deprecate order kwarg in factorize #6930

Merged
merged 1 commit into from
Apr 22, 2014

Conversation

TomAugspurger
Copy link
Contributor

Closes #6926

order wasn't being used at all.

I couldn't use the deprecate_kwarg decorator since the kwarg is being removed, not changed.

@jreback jreback added this to the 0.14.0 milestone Apr 22, 2014
@jreback
Copy link
Contributor

jreback commented Apr 22, 2014

make sure to add to #6581

TomAugspurger pushed a commit that referenced this pull request Apr 22, 2014
API/DEPR: Deprecate order kwarg in factorize
@TomAugspurger TomAugspurger merged commit 6e8f3f6 into pandas-dev:master Apr 22, 2014
jreback added a commit to jreback/pandas that referenced this pull request Feb 10, 2016
TomAugspurger pushed a commit that referenced this pull request Feb 10, 2016
xref #6930

Author: Jeff Reback <jeff@reback.net>

Closes #12274 from jreback/order and squashes the following commits:

7584397 [Jeff Reback] DEPR: remove order kw from .factorize(), xref #6930
cldy pushed a commit to cldy/pandas that referenced this pull request Feb 11, 2016
xref pandas-dev#6930

Author: Jeff Reback <jeff@reback.net>

Closes pandas-dev#12274 from jreback/order and squashes the following commits:

7584397 [Jeff Reback] DEPR: remove order kw from .factorize(), xref pandas-dev#6930
@TomAugspurger TomAugspurger deleted the factorize-kwarg branch April 5, 2017 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Design Deprecate Functionality to remove in pandas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: Unused order argument in factorize
2 participants