Skip to content

Conversation

@fdabl
Copy link
Contributor

@fdabl fdabl commented Mar 12, 2016

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

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