-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Remove pandas. prefix from See Also section in Series #23659
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
Labels
Milestone
Comments
Note that sometimes the prefix is necessary. The docstring for |
I'd like to take this up |
dcreekp
pushed a commit
to dcreekp/pandas
that referenced
this issue
Nov 17, 2018
4 tasks
jreback
pushed a commit
that referenced
this issue
Nov 17, 2018
tm9k1
pushed a commit
to tm9k1/pandas
that referenced
this issue
Nov 19, 2018
Pingviinituutti
pushed a commit
to Pingviinituutti/pandas
that referenced
this issue
Feb 28, 2019
Pingviinituutti
pushed a commit
to Pingviinituutti/pandas
that referenced
this issue
Feb 28, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When referencing other functions in docstrings
See Also
section,pandas
is assumed to be the default project. So, this would be correct:and this would be incorrect:
Note the
pandas.
beforeDataFrame.ndim
, which is not required and adds noise.To get all the cases in which this happens in
Series
, we can use:In this issue we should fix all these cases, and check that the previous command don't report any case.
The text was updated successfully, but these errors were encountered: