Skip to content

Commit 244b295

Browse files
committed
BUG-22984 Fix whatsnew and add test
1 parent 448153d commit 244b295

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/source/whatsnew/v0.24.0.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,11 +1274,15 @@ Notice how we now instead output ``np.nan`` itself instead of a stringified form
12741274
- Bug in :meth:`detect_client_encoding` where potential ``IOError`` goes unhandled when importing in a mod_wsgi process due to restricted access to stdout. (:issue:`21552`)
12751275
- Bug in :func:`to_string()` that broke column alignment when ``index=False`` and width of first column's values is greater than the width of first column's header (:issue:`16839`, :issue:`13032`)
12761276
<<<<<<< HEAD
1277+
<<<<<<< HEAD
12771278
- Bug in :func:`DataFrame.to_csv` where a single level MultiIndex incorrectly wrote a tuple. Now just the value of the index is written (:issue:`19589`).
12781279
- Bug in :meth:`HDFStore.append` when appending a :class:`DataFrame` with an empty string column and ``min_itemsize`` < 8 (:issue:`12242`)
12791280
=======
12801281
- Bug in :func:`to_string()` that caused representations of :class:`DataFrame` to not take up the whole window (:issue:`22984`)
12811282
>>>>>>> a3ace8012... BUG-22984 Fix whatsnew and add test
1283+
=======
1284+
- Bug in :func:`to_string()` that caused representations of :class:`DataFrame` to not take up the whole window (:issue:`22984`)
1285+
>>>>>>> 6271148c6... BUG-22984 Fix whatsnew and add test
12821286

12831287
Plotting
12841288
^^^^^^^^

0 commit comments

Comments
 (0)