-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
Open
Labels
API DesignNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further action
Description
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
Labels
API DesignNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further action