Skip to content

pd.core.groupby.GroupBy docstrings missing endline #26232

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

Closed
mrocklin opened this issue Apr 28, 2019 · 2 comments
Closed

pd.core.groupby.GroupBy docstrings missing endline #26232

mrocklin opened this issue Apr 28, 2019 · 2 comments
Labels
Docs Duplicate Report Duplicate issue or pull request

Comments

@mrocklin
Copy link
Contributor

In [1]: import pandas as pd

In [2]: pd.core.groupby.GroupBy.min?
Signature: pd.core.groupby.GroupBy.min(self, **kwargs)
Docstring:
Compute min of group values
See Also   # <<<<-------- There should be an extra line between this and the line above
--------
pandas.Series.groupby
pandas.DataFrame.groupby
pandas.Panel.groupby
File:      ~/miniconda/envs/dev/lib/python3.7/site-packages/pandas/core/groupby/groupby.py
Type:      function

I tried going in to fix this, but it seems that these are auto-generated somewhere, so I decided to raise an issue instead.

@WillAyd
Copy link
Member

WillAyd commented Apr 29, 2019

Thanks but closing as a duplicate of #24071

@alexcwatt has a PR in progress to fix

@WillAyd WillAyd added Docs Duplicate Report Duplicate issue or pull request labels Apr 29, 2019
@WillAyd WillAyd closed this as completed Apr 29, 2019
@mrocklin
Copy link
Contributor Author

mrocklin commented Apr 29, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs Duplicate Report Duplicate issue or pull request
Projects
None yet
Development

No branches or pull requests

2 participants