Skip to content

COMPAT: pandas private API #202

Closed
Closed
@jreback

Description

@jreback

So making some changes here that could potentially break some of the de-facto private API: pandas-dev/pandas#13147

IOW if doing:

from pandas.core import common as pdcom

pdcom.is_categorical()

for example. This wont' break now as I left it in the namespace, but we are migrating to
``pandas.api` for these types of things. However we won't be able to issue a deprecation warning probably to the next version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions