Skip to content

Commit 33ace7b

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v0.22.0.txt

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ Other Enhancements
7777
- :func:`Series.fillna` now accepts a Series or a dict as a ``value`` for a categorical dtype (:issue:`17033`)
7878
- :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`)
7979
- Improved wording of ``ValueError`` raised in :func:`read_csv` when the ``usecols`` argument cannot match all columns. (:issue:`17301`)
80+
- :func:`NDFrame._dir_additions` (tab completion) also returns identifiers in the first level of a :func:`MultiIndex`. (:issue:`16326`)
81+
- :func:`NDFrame._dir_additions` (tab completion) limits to 100 values, for better performance. (:issue:`18587`)
8082

8183
.. _whatsnew_0220.api_breaking:
8284

0 commit comments

Comments
 (0)