File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7474Reshaping
7575
7676- Bug in :func:`concat` where error was raised in concatenating :class:`Series` with numpy scalar and tuple names (:issue:`21015`)
77+ - Bug in :func:`concat` warning message providing the wrong guidance for future behavior (:issue:`21101`)
7778
7879Other
7980
Original file line number Diff line number Diff line change 2424 Sorting because non-concatenation axis is not aligned. A future version
2525of pandas will change to not sort by default.
2626
27- To accept the future behavior, pass 'sort=True '.
27+ To accept the future behavior, pass 'sort=False '.
2828
29- To retain the current behavior and silence the warning, pass sort=False
29+ To retain the current behavior and silence the warning, pass ' sort=True'.
3030""" )
3131
3232
You can’t perform that action at this time.
0 commit comments