Skip to content

Commit 067b561

Browse files
committed
whatsnew
1 parent 52295b8 commit 067b561

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v0.21.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ Other Enhancements
164164
- :func:`read_excel` raises ``ImportError`` with a better message if ``xlrd`` is not installed. (:issue:`17613`)
165165
- :func:`read_json` now accepts a ``chunksize`` parameter that can be used when ``lines=True``. If ``chunksize`` is passed, read_json now returns an iterator which reads in ``chunksize`` lines with each iteration. (:issue:`17048`)
166166
- :meth:`DataFrame.assign` will preserve the original order of ``**kwargs`` for Python 3.6+ users instead of sorting the column names
167+
- Improved the import time of pandas by about 2.25x (:issue:`16764`)
167168

168169

169170
.. _whatsnew_0210.api_breaking:

0 commit comments

Comments
 (0)