You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
The text was updated successfully, but these errors were encountered:
util
is not re-exported inpandas/__init__.py
(pd.util
fails) but two functions are documented to be public inpd.util
: hash_pandas_object and hash_array.Should these two functions directly be accessed through
pandas/__init__.py
or shouldutil
be re-exported? Ifutil
should be re-exported, what about the other functions/classes inpandas/util/__init__.py
(they are not documented to be public)?The text was updated successfully, but these errors were encountered: