Skip to content

Commit 5401aea

Browse files
authored
Update generic.py (#44191)
1 parent e4e60e4 commit 5401aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9893,7 +9893,7 @@ def describe(
98939893
from the result. To exclude numeric types submit
98949894
``numpy.number``. To exclude object columns submit the data
98959895
type ``numpy.object``. Strings can also be used in the style of
9896-
``select_dtypes`` (e.g. ``df.describe(include=['O'])``). To
9896+
``select_dtypes`` (e.g. ``df.describe(exclude=['O'])``). To
98979897
exclude pandas categorical columns, use ``'category'``
98989898
- None (default) : The result will exclude nothing.
98999899
datetime_is_numeric : bool, default False

0 commit comments

Comments
 (0)