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.1.rst
+11
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,19 @@ Whats New in 0.24.1 (February 3, 2019)
15
15
These are the changes in pandas 0.24.1. See :ref:`release` for a full changelog
16
16
including other versions of pandas. See :ref:`whatsnew_0240` for the 0.24.0 changelog.
17
17
18
+
19
+
.. _whatsnew_0241.regressions:
20
+
21
+
Fixed Regressions
22
+
^^^^^^^^^^^^^^^^^
23
+
24
+
- Bug in :meth:`DataFrame.itertuples` with ``records`` orient raising an ``AttributeError`` when the ``DataFrame`` contained more than 255 columns (:issue:`24939`)
25
+
- Bug in :meth:`DataFrame.itertuples` orient converting integer column names to strings prepended with an underscore (:issue:`24940`)
26
+
- Bug in :meth:`to_string` with ``index`` set to ``False``, leading space is added. (:issue:`24980`)
0 commit comments