Skip to content

Commit 2b389b4

Browse files
Merge pull request #8439 from bthyreau/doc_selectdtypes_categ
DOC: mention 'category' in select_dtypes docstring
2 parents 01d275f + 4b443f9 commit 2b389b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/frame.py

+1
Original file line numberDiff line numberDiff line change
@@ -1903,6 +1903,7 @@ def select_dtypes(self, include=None, exclude=None):
19031903
this will return *all* object dtype columns
19041904
* See the `numpy dtype hierarchy
19051905
<http://docs.scipy.org/doc/numpy/reference/arrays.scalars.html>`__
1906+
* To select Pandas categorical dtypes, use 'category'
19061907
19071908
Examples
19081909
--------

0 commit comments

Comments
 (0)