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
+3-3
Original file line number
Diff line number
Diff line change
@@ -797,7 +797,7 @@ The columns were lexicographically sorted previously,
797
797
798
798
The column order now matches the insertion-order of the keys in the ``dict``,
799
799
considering all the records from top to bottom. As a consequence, the column
800
-
order of the resulting DataFrame has changed compared to previous pandas verisons.
800
+
order of the resulting DataFrame has changed compared to previous pandas versions.
801
801
802
802
.. ipython:: python
803
803
@@ -886,7 +886,7 @@ Other API changes
886
886
- Using an unsupported version of Beautiful Soup 4 will now raise an ``ImportError`` instead of a ``ValueError`` (:issue:`27063`)
887
887
- :meth:`Series.to_excel`and :meth:`DataFrame.to_excel` will now raise a ``ValueError`` when saving timezone aware data. (:issue:`27008`, :issue:`7056`)
888
888
- :meth:`ExtensionArray.argsort` places NA values at the end of the sorted array. (:issue:`21801`)
889
-
- :meth:`DataFrame.to_hdf`and :meth:`Series.to_hdf` will now raise a ``NotImplementedError`` when saving a :class:`MultiIndex`withextention data types for a ``fixed``format. (:issue:`7775`)
889
+
- :meth:`DataFrame.to_hdf`and :meth:`Series.to_hdf` will now raise a ``NotImplementedError`` when saving a :class:`MultiIndex`withextension data types for a ``fixed``format. (:issue:`7775`)
890
890
- Passing duplicate ``names``in :meth:`read_csv` will now raise a ``ValueError`` (:issue:`17346`)
891
891
892
892
.. _whatsnew_0250.deprecations:
@@ -1106,7 +1106,7 @@ Indexing
1106
1106
1107
1107
- Improved exception message when calling :meth:`DataFrame.iloc`with a list of non-numeric objects (:issue:`25753`).
1108
1108
- Improved exception message when calling ``.iloc``or``.loc``with a boolean indexer with different length (:issue:`26658`).
1109
-
- Bug in``KeyError`` exception message when indexing a :class:`MultiIndex`with a non-existant key not displaying the original key (:issue:`27250`).
1109
+
- Bug in``KeyError`` exception message when indexing a :class:`MultiIndex`with a non-existent key not displaying the original key (:issue:`27250`).
1110
1110
- Bug in``.iloc``and``.loc``with a boolean indexer not raising an ``IndexError`` when too few items are passed (:issue:`26658`).
1111
1111
- Bug in :meth:`DataFrame.loc`and :meth:`Series.loc` where ``KeyError`` was not raised for a ``MultiIndex`` when the key was less than or equal to the number of levels in the :class:`MultiIndex` (:issue:`14885`).
1112
1112
- Bug in which :meth:`DataFrame.append` produced an erroneous warning indicating that a ``KeyError`` will be thrown in the future when the data to be appended contains new columns (:issue:`22252`).
0 commit comments