Skip to content
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

Error in html display of table with multicolumns #3608

Closed
ronenabr opened this issue May 15, 2013 · 4 comments
Closed

Error in html display of table with multicolumns #3608

ronenabr opened this issue May 15, 2013 · 4 comments
Labels
Bug Duplicate Report Duplicate issue or pull request
Milestone

Comments

@ronenabr
Copy link

version: 0.11.0

with small variation of python for data analysis book:

tips = pd.read_csv("https://github.com/pydata/pydata-book/raw/master/ch08/tips.csv")
grouped = tips.groupby(['sex','smoker'])
res = grouped.agg({'tip': ['min','max','mean','std'], 'size':'sum'}) #By now, copied from the book, ~page 263-264

#New stuff
res["foo"] = res["tip", "max"] * res["tip", "mean"] 

The result attached (with missing line. it seems like 'sum' is part of 'foo')
screenshot from 2013-05-15 15 10 15

@ghost
Copy link

ghost commented May 18, 2013

I believe this was fixed by 261839e. dupe #3547.
Already in master, and will be part of the upcoming 0.11.1.

@jreback
Copy link
Contributor

jreback commented May 19, 2013

@y-p close this? (as its fixed)

@ghost
Copy link

ghost commented May 19, 2013

yeah, It's nicer to get an ack from the user who opened the issue,
but pretty sure it's fixed.

@ghost ghost closed this as completed May 19, 2013
@ronenabr
Copy link
Author

Sorry, I was not aware that I should ack the fix. Won't happen again :-)

That's grate, Thanks!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Duplicate Report Duplicate issue or pull request
Projects
None yet
Development

No branches or pull requests

2 participants