-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
AlgosNon-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diffNon-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diffDeprecateFunctionality to remove in pandasFunctionality to remove in pandasgood first issue
Milestone
Description
In #6930 we deprecated order
.
As of 0.18.1, the keyword was no-longer documented, and doesn't raise, but wasn't actually removed.
In [3]: pandas.factorize([0, 1], order=True)
Out[3]: (array([0, 1]), array([0, 1]))
In [4]: pandas.__version__
Out[4]: '0.18.1'
Metadata
Metadata
Assignees
Labels
AlgosNon-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diffNon-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diffDeprecateFunctionality to remove in pandasFunctionality to remove in pandasgood first issue