pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
42.57k stars 17.56k forks source link

DOC: fix Raises TypeError if any kind of string dtype is passed in #59113

Closed haffara closed 4 days ago

haffara commented 4 days ago

DOC: DataFrame.select_dtypes raises TypeError if any kind of string dtype is passed in

mroeschke commented 4 days ago

Is this associated with any open issue?

haffara commented 4 days ago

Is this associated with any open issue?

No

mroeschke commented 4 days ago

Thanks @haffara