Skip to content

Fix groupby().transform() example in cookbook.rst #9007

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 1 commit into from
Dec 5, 2014
Merged

Fix groupby().transform() example in cookbook.rst #9007

merged 1 commit into from
Dec 5, 2014

Conversation

stevesimmons
Copy link
Contributor

@jorisvandenbossche : Fixes code in example, and makes final averaging by len(x) stylistically similar to previous adds.
New pull request replacing my earlier one, which contained some other erroneous commits.
closes #8944

@jreback jreback added the Docs label Dec 5, 2014
@jreback jreback added this to the 0.15.2 milestone Dec 5, 2014
@jreback
Copy link
Contributor

jreback commented Dec 5, 2014

@stevesimmons thanks!

fyi, you don't need to open a new PR in general, just edit and force push the old one to replace.

jreback added a commit that referenced this pull request Dec 5, 2014
Fix groupby().transform() example in cookbook.rst
@jreback jreback merged commit 71c06b8 into pandas-dev:master Dec 5, 2014
@stevesimmons
Copy link
Contributor Author

Thanks Jeff. I have some time this weekend and will try to do another couple of 0.15.2 issues. Can you let me know if I should focus on particular ones? Don't want to duplicate effort of others

On 5 December 2014 02:11:25 GMT+00:00, jreback [email protected] wrote:

Merged #9007.


Reply to this email directly or view it on GitHub:
#9007 (comment)

Sent from my Android device with K-9 Mail. Please excuse my brevity.

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.

Cookbook groupby apply example is failing
2 participants