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.21.0.txt
+3
Original file line number
Diff line number
Diff line change
@@ -324,6 +324,7 @@ Various enhancements
324
324
- :func:`pd.read_sas()` now recognizes much more of the most frequently used date (datetime) formats in SAS7BDAT files (:issue:`15871`).
325
325
- :func:`DataFrame.items` and :func:`Series.items` is now present in both Python 2 and 3 and is lazy in all cases (:issue:`13918`, :issue:`17213`)
326
326
327
+
<<<<<<< HEAD
327
328
- Improved the import time of pandas by about 2.25x. (:issue:`16764`)
328
329
- Support for `PEP 519 -- Adding a file system path protocol
329
330
<https://www.python.org/dev/peps/pep-0519/>`_ on most readers (e.g.
@@ -347,6 +348,8 @@ Various enhancements
347
348
- :func:`read_excel` raises ``ImportError`` with a better message if ``xlrd`` is not installed. (:issue:`17613`)
348
349
- :meth:`DataFrame.assign` will preserve the original order of ``**kwargs`` for Python 3.6+ users instead of sorting the column names. (:issue:`14207`)
349
350
- :func:`Series.reindex`, :func:`DataFrame.reindex`, :func:`Index.get_indexer` now support list-like argument for ``tolerance``. (:issue:`17367`)
0 commit comments