Open
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)?