You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.24.0.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,6 @@ Other Enhancements
194
194
- :meth:`Index.to_frame` now supports overriding column name(s) (:issue:`22580`).
195
195
- New attribute :attr:`__git_version__` will return git commit sha of current build (:issue:`21295`).
196
196
- Compatibility with Matplotlib 3.0 (:issue:`22790`).
197
-
- Representation of :class:`DataFrame` fills up the terminal window better
198
197
199
198
.. _whatsnew_0240.api_breaking:
200
199
@@ -803,6 +802,7 @@ I/O
803
802
- :func:`read_sas()` will correctly parse sas7bdat files with data page types having also bit 7 set (so page type is 128 + 256 = 384) (:issue:`16615`)
804
803
- 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`)
805
804
- 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`)
805
+
- Bug in :func:`to_string()` that caused representations of :class:`DataFrame` to not take up the whole window (:issue:`22984`)
0 commit comments