A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/pandas-dev/pandas/issues/7316 below:

select_dtypes · Issue #7316 · pandas-dev/pandas · GitHub

related #7308
related #7314

maybe something like this

df.get_for_dtypes(types)

types could be a list of string/dtypes or a dtype/string

e.g.

'float64'
['float']
['float32','float64','object']
['float',np.dtype('bool')]
['numeric']
['datetime','timedelta']

are possible values

pretty easy to implement (just translate the types and filter on the blocks, ala _get_numeric_data)


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4