File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,6 @@ Other
175
175
^^^^^
176
176
- Fixed usage of ``inspect `` when the optional dependencies ``pyarrow `` or ``jinja2 ``
177
177
are not installed (:issue: `60196 `)
178
- - Fixed regression in :meth: `DataFrame.from_records ` not initializing subclasses properly (:issue: `57008 `)
179
178
180
179
.. ---------------------------------------------------------------------------
181
180
.. _whatsnew_230.contributors :
Original file line number Diff line number Diff line change @@ -812,6 +812,7 @@ Other
812
812
- Bug in ``Series.list `` methods not preserving the original name. (:issue: `60522 `)
813
813
- Bug in printing a :class: `DataFrame ` with a :class: `DataFrame ` stored in :attr: `DataFrame.attrs ` raised a ``ValueError `` (:issue: `60455 `)
814
814
- Bug in printing a :class: `Series ` with a :class: `DataFrame ` stored in :attr: `Series.attrs ` raised a ``ValueError `` (:issue: `60568 `)
815
+ - Fixed regression in :meth: `DataFrame.from_records ` not initializing subclasses properly (:issue: `57008 `)
815
816
816
817
.. ***DO NOT USE THIS SECTION***
817
818
You can’t perform that action at this time.
0 commit comments