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 74
74
Reshaping
75
75
76
76
- 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`)
77
78
78
79
Other
79
80
Original file line number Diff line number Diff line change 24
24
Sorting because non-concatenation axis is not aligned. A future version
25
25
of pandas will change to not sort by default.
26
26
27
- To accept the future behavior, pass 'sort=True '.
27
+ To accept the future behavior, pass 'sort=False '.
28
28
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'.
30
30
""" )
31
31
32
32
You can’t perform that action at this time.
0 commit comments