Skip to content

Commit a7aa052

Browse files
Adding info about pd.concat method into whatsnew 0.24.0 pandas-dev#21510
1 parent 726755f commit a7aa052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.24.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,6 @@ Other
255255
^^^^^
256256

257257
- :meth: `~pandas.io.formats.style.Styler.background_gradient` now takes a ``text_color_threshold`` parameter to automatically lighten the text color based on the luminance of the background color. This improves readability with dark background colors without the need to limit the background colormap range. (:issue:`21258`)
258-
-
258+
- Bug in :meth:`concat` should maintain dict order when :meth:`concat` is called (:issue:`2151`)
259259
-
260260
-

0 commit comments

Comments
 (0)