Skip to content

DOC: is_float_dtype meant to be an internal function?? #48101

Closed
@MRyderOC

Description

@MRyderOC

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.

This function is internal and should not be exposed in the public API.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions