-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: minor groupby and resampler improvements #19514
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: minor groupby and resampler improvements #19514
Conversation
Codecov Report
@@ Coverage Diff @@
## master #19514 +/- ##
=======================================
Coverage 91.62% 91.62%
=======================================
Files 150 150
Lines 48714 48714
=======================================
Hits 44633 44633
Misses 4081 4081
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.
minor comments. ping on green.
doc/source/groupby.rst
Outdated
@@ -1230,7 +1230,7 @@ code more readable. First we set the data: | |||
import numpy as np | |||
n = 1000 | |||
df = pd.DataFrame({'Store': np.random.choice(['Store_1', 'Store_2'], n), | |||
'Product': np.random.choice(['Product_1', 'Product_2', 'Product_3'], n), | |||
'Product': np.random.choice(['Product_1','Product_2'], n), |
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.
can you put back the formatting. this is not lint compatbile
3a3a324
to
49714e8
Compare
All green. |
git diff upstream/master -u -- "*.py" | flake8 --diff
Some minor improvements to groupby and resampler. In particular:
groupby.pipe