Skip to content

DOC: groupby.rst examples broken #14861

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
jreback opened this issue Dec 12, 2016 · 2 comments
Closed

DOC: groupby.rst examples broken #14861

jreback opened this issue Dec 12, 2016 · 2 comments

Comments

@jreback
Copy link
Contributor

jreback commented Dec 12, 2016

the df for the groupby.resample examples are hiding the correct frame that was previously being used by the docs below

http://pandas-docs.github.io/pandas-docs-travis/groupby.html#dispatching-to-instance-methods

@gr8h
Copy link
Contributor

gr8h commented Dec 12, 2016

Can i contribute to this?

Should i use dff instead df since dff = pd.DataFrame({'A': np.arange(8), 'B': list('aabbbbcc')}) and we need to groupby A?

@gr8h
Copy link
Contributor

gr8h commented Dec 12, 2016

I have renamed resample() df to df_re under New syntax to window and resample operations section. pull request

@jorisvandenbossche jorisvandenbossche modified the milestones: 0.20.0, 0.19.2 Dec 14, 2016
jorisvandenbossche pushed a commit that referenced this issue Dec 15, 2016
closes #14861
closes #14863

(cherry picked from commit 96b171a)
ischurov pushed a commit to ischurov/pandas that referenced this issue Dec 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants