File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ Reshaping
107
107
^^^^^^^^^
108
108
109
109
- Bug in :func:`concat` where error was raised in concatenating :class:`Series` with numpy scalar and tuple names (:issue:`21015`)
110
- -
110
+ - Bug in :func:`concat` warning message providing the wrong guidance for future behavior (:issue:`21101`)
111
111
112
112
Other
113
113
^^^^^
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