Skip to content

Columns off one cell in to_html with MultiIndex #909

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
wesm opened this issue Mar 12, 2012 · 2 comments
Closed

Columns off one cell in to_html with MultiIndex #909

wesm opened this issue Mar 12, 2012 · 2 comments
Milestone

Comments

@wesm
Copy link
Member

wesm commented Mar 12, 2012

No description provided.

@lodagro
Copy link
Contributor

lodagro commented Mar 13, 2012

At first sight this looks ok, or i'm i missing something?

In [29]: df
Out[29]: 
A             0         1         2         3         4
B             0         1         2         3         4
C             0         1         0         1         0
A B C                                                  
0 0 0  0.071788  0.492704  0.485179  0.798346  0.636224
1 1 1  0.579846  0.239000  0.771440  0.576664  0.649822
2 2 0  0.705218  0.765661  0.518060  0.822737  0.298406
3 3 1  0.093001  0.370507  0.735320  0.403231  0.724457
4 4 0  0.943214  0.567705  0.722505  0.756166  0.152351
5 0 1  0.509510  0.206336  0.834271  0.789236  0.263610
6 1 0  0.687657  0.645780  0.181366  0.866572  0.238806
7 2 1  0.709037  0.824768  0.361605  0.945423  0.643404
8 3 0  0.889146  0.342119  0.708833  0.704608  0.540683
9 4 1  0.900306  0.310673  0.011170  0.587409  0.897972
A
B
C
0
0
0
1
1
1
2
2
0
3
3
1
4
4
0
A B C
0 0 0 0.071788 0.492704 0.485179 0.798346 0.636224
1 1 1 0.579846 0.239000 0.771440 0.576664 0.649822
2 2 0 0.705218 0.765661 0.518060 0.822737 0.298406
3 3 1 0.093001 0.370507 0.735320 0.403231 0.724457
4 4 0 0.943214 0.567705 0.722505 0.756166 0.152351
5 0 1 0.509510 0.206336 0.834271 0.789236 0.263610
6 1 0 0.687657 0.645780 0.181366 0.866572 0.238806
7 2 1 0.709037 0.824768 0.361605 0.945423 0.643404
8 3 0 0.889146 0.342119 0.708833 0.704608 0.540683
9 4 1 0.900306 0.310673 0.011170 0.587409 0.897972

@wesm
Copy link
Member Author

wesm commented Mar 15, 2012

I can't remember now exactly what I was seeing but closing this until (if) it comes up again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants