Skip to content

DOC: update the .agg doc-string with examples #16188

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

Merged
merged 2 commits into from
May 2, 2017
Merged

Conversation

jreback
Copy link
Contributor

@jreback jreback commented May 2, 2017

consolidates .agg docs across frame/series & groupby & window

@jreback jreback added the Docs label May 2, 2017
@jreback jreback added this to the 0.20.0 milestone May 2, 2017
@jreback
Copy link
Contributor Author

jreback commented May 2, 2017

@jorisvandenbossche

@codecov
Copy link

codecov bot commented May 2, 2017

Codecov Report

Merging #16188 into master will decrease coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16188      +/-   ##
==========================================
- Coverage   90.88%   90.86%   -0.03%     
==========================================
  Files         162      162              
  Lines       50827    50833       +6     
==========================================
- Hits        46194    46189       -5     
- Misses       4633     4644      +11
Flag Coverage Δ
#multiple 88.64% <100%> (-0.03%) ⬇️
#single 40.33% <100%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/core/base.py 96.17% <ø> (-0.02%) ⬇️
pandas/core/window.py 96.24% <100%> (ø) ⬆️
pandas/core/generic.py 91.63% <100%> (ø) ⬆️
pandas/core/series.py 94.99% <100%> (+0.01%) ⬆️
pandas/core/frame.py 97.58% <100%> (ø) ⬆️
pandas/core/groupby.py 92.04% <100%> (ø) ⬆️
pandas/plotting/_converter.py 63.54% <0%> (-1.82%) ⬇️
pandas/core/indexes/datetimes.py 95.43% <0%> (+0.09%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 85c4879...34816f3. Read the comment docs.

@codecov
Copy link

codecov bot commented May 2, 2017

Codecov Report

Merging #16188 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16188      +/-   ##
==========================================
+ Coverage   90.86%   90.86%   +<.01%     
==========================================
  Files         162      162              
  Lines       50862    50871       +9     
==========================================
+ Hits        46215    46224       +9     
  Misses       4647     4647
Flag Coverage Δ
#multiple 88.64% <100%> (ø) ⬆️
#single 40.31% <100%> (+0.01%) ⬆️
Impacted Files Coverage Δ
pandas/core/generic.py 91.63% <ø> (ø) ⬆️
pandas/core/base.py 96.17% <ø> (-0.02%) ⬇️
pandas/core/series.py 94.99% <100%> (+0.01%) ⬆️
pandas/core/frame.py 97.58% <100%> (ø) ⬆️
pandas/core/groupby.py 92.04% <100%> (ø) ⬆️
pandas/core/window.py 96.24% <100%> (ø) ⬆️
pandas/core/resample.py 96.08% <100%> (+0.02%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 217864e...819b267. Read the comment docs.

Copy link
Member

@jorisvandenbossche jorisvandenbossche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't have much time now, but from a quick glance looks good! Nice to have the examples!

--------
pandas.Series.apply
pandas.Series.aggregate
pandas.Series.transform
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't the see also here refer to groupby().transform as well?

@jreback jreback merged commit 20fda22 into pandas-dev:master May 2, 2017
@jreback
Copy link
Contributor Author

jreback commented May 2, 2017

pcluo pushed a commit to pcluo/pandas that referenced this pull request May 22, 2017
* DOC: update the .agg doc-string with examples

* various updates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants