Skip to content

Commit

Permalink
DOC: fix Raises TypeError if any kind of string dtype is passed in (#…
Browse files Browse the repository at this point in the history
…59113)

Co-authored-by: fatslow <[email protected]>
  • Loading branch information
haffara and fatslow authored Jun 26, 2024
1 parent f28fe5a commit 32ceb4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -4782,6 +4782,7 @@ def select_dtypes(self, include=None, exclude=None) -> DataFrame:
ValueError
* If both of ``include`` and ``exclude`` are empty
* If ``include`` and ``exclude`` have overlapping elements
TypeError
* If any kind of string dtype is passed in.
See Also
Expand Down

0 comments on commit 32ceb4a

Please sign in to comment.