-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
DOC: remove grammar duplication in groupby docs #21534
DOC: remove grammar duplication in groupby docs #21534
Conversation
doc/source/groupby.rst
Outdated
@@ -680,8 +680,7 @@ match the shape of the input array. | |||
data_range = lambda x: x.max() - x.min() | |||
ts.groupby(key).transform(data_range) | |||
|
|||
Alternatively the built-in methods can be could be used to produce the same | |||
outputs | |||
Alternatively the built-in methods could be used to produce the same outputs. |
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.
Let's take this chance to improve the docs even further and add a comma after "Alternatively"
Marking this for |
Codecov Report
@@ Coverage Diff @@
## master #21534 +/- ##
==========================================
- Coverage 91.92% 91.92% -0.01%
==========================================
Files 153 153
Lines 49594 49594
==========================================
- Hits 45590 45588 -2
- Misses 4004 4006 +2
Continue to review full report at Codecov.
|
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.
Done
@adamjstewart Thanks! |
"can be could be" -> "could be"