Skip to content

Commit 4b443f9

Browse files
committed
DOC: mention 'category' in select_dtypes docstring
1 parent 8d3a39a commit 4b443f9

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)