-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: improve DataFrame/SeriesGroupBy.apply doc string #18534
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: improve DataFrame/SeriesGroupBy.apply doc string #18534
Conversation
fa22906
to
55ea94a
Compare
55ea94a
to
675ef93
Compare
Codecov Report
@@ Coverage Diff @@
## master #18534 +/- ##
==========================================
- Coverage 91.35% 91.33% -0.02%
==========================================
Files 164 164
Lines 49801 49804 +3
==========================================
- Hits 45494 45488 -6
- Misses 4307 4316 +9
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #18534 +/- ##
==========================================
- Coverage 91.35% 91.33% -0.02%
==========================================
Files 164 164
Lines 49801 49804 +3
==========================================
- Hits 45494 45488 -6
- Misses 4307 4316 +9
Continue to review full report at Codecov.
|
thanks! |
Thanks and thanks for all the help, you're giving! When is 0.21.1 planned for release? |
(cherry picked from commit 2a0e54b)
(cherry picked from commit 2a0e54b)
git diff upstream/master -u -- "*.py" | flake8 --diff
The doc strings for the
apply
method on GroupBy objects are currently IMO difficult to "translate" into working code. This PR proposes making the doc string more practical, including: