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
+7-5
Original file line number
Diff line number
Diff line change
@@ -50,16 +50,19 @@ The `sort` option for :meth:`Index.intersection` has changed in three ways.
50
50
Fixed Regressions
51
51
~~~~~~~~~~~~~~~~~
52
52
53
-
- Bug in :meth:`DataFrame.itertuples` with ``records`` orient raising an ``AttributeError`` when the ``DataFrame`` contained more than 255 columns (:issue:`24939`)
54
-
- Bug in :meth:`DataFrame.itertuples` orient converting integer column names to strings prepended with an underscore (:issue:`24940`)
53
+
- Fixed regression in :meth:`DataFrame.to_dict` with ``records`` orient raising an
54
+
``AttributeError`` when the ``DataFrame`` contained more than 255 columns, or
55
+
wrongly converting column names that were not valid python identifiers (:issue:`24939`, :issue:`24940`).
55
56
- Fixed regression in :func:`read_sql` when passing certain queries with MySQL/pymysql (:issue:`24988`).
56
57
- Fixed regression in :class:`Index.intersection` incorrectly sorting the values by default (:issue:`24959`).
57
58
- Fixed regression in :func:`merge` when merging an empty ``DataFrame`` with multiple timezone-aware columns on one of the timezone-aware columns (:issue:`25014`).
58
59
- Fixed regression in :meth:`Series.rename_axis` and :meth:`DataFrame.rename_axis` where passing ``None`` failed to remove the axis name (:issue:`25034`)
60
+
- Fixed regression in :func:`to_timedelta` with `box=False` incorrectly returning a ``datetime64`` object instead of a ``timedelta64`` object (:issue:`24961`)
59
61
60
-
**Timedelta**
62
+
.. _whatsnew_0241.bug_fixes:
61
63
62
-
- Bug in :func:`to_timedelta` with `box=False` incorrectly returning a ``datetime64`` object instead of a ``timedelta64`` object (:issue:`24961`)
64
+
Bug Fixes
65
+
~~~~~~~~~
63
66
64
67
**Reshaping**
65
68
@@ -69,7 +72,6 @@ Fixed Regressions
69
72
70
73
- Fixed the warning for implicitly registered matplotlib converters not showing. See :ref:`whatsnew_0211.converters` for more (:issue:`24963`).
71
74
72
-
73
75
**Other**
74
76
75
77
- Fixed AttributeError when printing a DataFrame's HTML repr after accessing the IPython config object (:issue:`25036`)
0 commit comments