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.25.0.rst
-52Lines changed: 0 additions & 52 deletions
Original file line number
Diff line number
Diff line change
@@ -235,7 +235,6 @@ Other enhancements
235
235
- :func:`read_excel` can now use ``openpyxl`` to read Excel files via the ``engine='openpyxl'`` argument. This will become the default in a future release (:issue:`11499`)
236
236
- :func:`pandas.io.excel.read_excel` supports reading OpenDocument tables. Specify ``engine='odf'`` to enable. Consult the :ref:`IO User Guide <io.ods>` for more details (:issue:`9070`)
237
237
- :class:`Interval`, :class:`IntervalIndex`, and :class:`~arrays.IntervalArray` have gained an :attr:`~Interval.is_empty` attribute denoting if the given interval(s) are empty (:issue:`27219`)
238
-
- :class:`DataFrame` now treats lists of typing.NameTuple equivalently to lists of nametuples. The behavior of the latter has changed in this release, please see the relevant section in "Breaking Changes".
239
238
240
239
.. _whatsnew_0250.api_breaking:
241
240
@@ -804,57 +803,6 @@ order of the resulting DataFrame has changed compared to previous pandas verison
804
803
805
804
pd.DataFrame(data)
806
805
807
-
DataFrame constructor treats list of namedtuple/dictin the same way
0 commit comments