Skip to content

Commit 354791f

Browse files
committed
ENH: gb.is_monotonic_increasing pandas-dev#17015 fix rebase conflicts
2 parents de7c8e4 + 8ed37cd commit 354791f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/source/whatsnew/v0.21.0.txt

+3
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ Various enhancements
324324
- :func:`pd.read_sas()` now recognizes much more of the most frequently used date (datetime) formats in SAS7BDAT files (:issue:`15871`).
325325
- :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`)
326326

327+
<<<<<<< HEAD
327328
- Improved the import time of pandas by about 2.25x. (:issue:`16764`)
328329
- Support for `PEP 519 -- Adding a file system path protocol
329330
<https://www.python.org/dev/peps/pep-0519/>`_ on most readers (e.g.
@@ -347,6 +348,8 @@ Various enhancements
347348
- :func:`read_excel` raises ``ImportError`` with a better message if ``xlrd`` is not installed. (:issue:`17613`)
348349
- :meth:`DataFrame.assign` will preserve the original order of ``**kwargs`` for Python 3.6+ users instead of sorting the column names. (:issue:`14207`)
349350
- :func:`Series.reindex`, :func:`DataFrame.reindex`, :func:`Index.get_indexer` now support list-like argument for ``tolerance``. (:issue:`17367`)
351+
=======
352+
>>>>>>> 8ed37cd5ce844f9cc6641ae3d6f2cce2e8051312
350353

351354
.. _whatsnew_0210.api_breaking:
352355

0 commit comments

Comments
 (0)