-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
Closed
Labels
Description
Seems like there is no function for public API to check the dtype of an array-like object. Either the documentation needs to be changed or a public function should be provided and treat this one as an internal one by adding underscore at the beginning of it.
P.S. To keep the consistency between "int" and "float" dtype functions, it's better to add another function like is_float64_dtype and keep the current one and triage the documentation.
pandas/pandas/core/dtypes/common.py
Line 1244 in e8093ba
| This function is internal and should not be exposed in the public API. |