-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Validate dir
for pd.errors
and pd.util
#57140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
dir
for pd.errors
and `pd.utildir
for pd.errors
and pd.util
|
||
|
||
.. warning:: | ||
|
||
The ``pandas.core``, ``pandas.compat``, and ``pandas.util`` top-level modules are PRIVATE. Stable functionality in such modules is not guaranteed. | ||
The ``pandas.core``, ``pandas.compat`` top-level modules are PRIVATE. Stable functionality in such modules is not guaranteed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've probably just missed this conversation along the way but what prevents us from prefixing these from an underscore to more clearly dictate that intent?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Validates
dir(pd.errors)
matchespd.errors.__all__
moved some items that were in the init to a new file since some of the items didn't seem to semantically belong thereValidate
dir(pd.util)
shows the public apis in the directory.