Skip to content

API: Is pandas.util public? #55023

Open
Open
@twoertwein

Description

@twoertwein

util is not re-exported in pandas/__init__.py (pd.util fails) but two functions are documented to be public in pd.util: hash_pandas_object and hash_array.

Should these two functions directly be accessed through pandas/__init__.py or should util be re-exported? If util should be re-exported, what about the other functions/classes in pandas/util/__init__.py (they are not documented to be public)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    API DesignNeeds DiscussionRequires discussion from core team before further action

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions