Skip to content

fixes print syntax error in documentation #12602

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

Closed
wants to merge 1 commit into from

Conversation

fdabl
Copy link
Contributor

@fdabl fdabl commented Mar 12, 2016

fixes the syntax error in the "comparison with R" docs

@@ -295,7 +295,7 @@ In ``pandas`` the equivalent expression, using the
})

grouped = df.groupby(['month','week'])
print grouped['x'].agg([np.mean, np.std])
print(grouped['x'].agg([np.mean, np.std]))
Copy link
Contributor

Choose a reason for hiding this comment

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

actually this print is entirely unecessary.

@jreback jreback added the Docs label Mar 12, 2016
@jreback jreback closed this in f53b0df Mar 12, 2016
@jreback jreback added this to the 0.18.1 milestone Mar 12, 2016
@jreback
Copy link
Contributor

jreback commented Mar 12, 2016

thanks!

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