Skip to content

Commit 46eb051

Browse files
author
Martin Journois
committed
DOC: Update whatsnew about NDFrame._dir_additions enhancements (#16326, #18587)
1 parent 83caccf commit 46eb051

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v0.22.0.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Other Enhancements
163163
- :func:`pandas.read_clipboard` updated to use qtpy, falling back to PyQt5 and then PyQt4, adding compatibility with Python3 and multiple python-qt bindings (:issue:`17722`)
164164
- Improved wording of ``ValueError`` raised in :func:`read_csv` when the ``usecols`` argument cannot match all columns. (:issue:`17301`)
165165
- :func:`DataFrame.corrwith` now silently drops non-numeric columns when passed a Series. Before, an exception was raised (:issue:`18570`).
166-
166+
- :func:`Series` / :func:`DataFrame` tab completion also returns identifiers in the first level of a :func:`MultiIndex`. (:issue:`16326`)
167167

168168
.. _whatsnew_0220.api_breaking:
169169

@@ -256,6 +256,7 @@ Performance Improvements
256256
- Improved performance of :func:`Series.dt.date` and :func:`DatetimeIndex.date` (:issue:`18058`)
257257
- Improved performance of ``IntervalIndex.symmetric_difference()`` (:issue:`18475`)
258258
- Improved performance of ``DatetimeIndex`` and ``Series`` arithmetic operations with Business-Month and Business-Quarter frequencies (:issue:`18489`)
259+
- :func:`Series` / :func:`DataFrame` tab completion limits to 100 values, for better performance. (:issue:`18587`)
259260

260261
.. _whatsnew_0220.docs:
261262

0 commit comments

Comments
 (0)