Skip to content

Commit 308ea2b

Browse files
author
Martin Journois
committed
DOC: Update whatsnew about NDFrame._dir_additions enhancements (pandas-dev#16326, pandas-dev#18587)
1 parent e6b035f commit 308ea2b

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,8 @@ 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:`NDFrame._dir_additions` (tab completion) also returns identifiers in the first level of a :func:`MultiIndex`. (:issue:`16326`)
167+
- :func:`NDFrame._dir_additions` (tab completion) limits to 100 values, for better performance. (:issue:`18587`)
167168

168169
.. _whatsnew_0220.api_breaking:
169170

0 commit comments

Comments
 (0)