-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
DeprecateFunctionality to remove in pandasFunctionality to remove in pandasError ReportingIncorrect or improved errors from pandasIncorrect or improved errors from pandasReshapingConcat, Merge/Join, Stack/Unstack, ExplodeConcat, Merge/Join, Stack/Unstack, Explode
Milestone
Description
Hi,
I was recently updating my pandas from 0.24.2 to 1.1.5 and future warning informed me that default value for sort has changed from None to False. It said that to present current behavior I should change it to sort=True. After i updated my package, I checked if sort=None is still accessible and it is, while docs says it accepts only bool.
May I understand that I can still use sort=None to present old behavior? Or should it be depreciated and raise Error?
Metadata
Metadata
Assignees
Labels
DeprecateFunctionality to remove in pandasFunctionality to remove in pandasError ReportingIncorrect or improved errors from pandasIncorrect or improved errors from pandasReshapingConcat, Merge/Join, Stack/Unstack, ExplodeConcat, Merge/Join, Stack/Unstack, Explode