-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
MultiIndex notebook repr is incorrect when number of columns is > max_columns #7174
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
Comments
cc @bjonen can you have a look? |
in the second case i think the |
if the frame is transposed (and use max_rows) is it same issue? |
yes, well, sort of. it looks like there might be an off-by-one error some where in the repring code for html .. i'll put a pr together if @bjonen doesn't have time. |
@cpcloud I can have a look tonight. |
ok sounds good |
@bjonen i've almost got this finished |
Ok excellent |
@bjonen want to take a look at this? i thought i had it, but i don't think i'll be able to get to this in time for 0.14.0 ... here's a notebook with where i left off: http://nbviewer.ipython.org/gist/cpcloud/61910750733823892bd1 ... i think i'm pretty close but there's an issue with the central you can cherry pick my changes from https://github.com/cpcloud/pandas/tree/fix-mi-format-repr-7174 if you want |
@cpcloud No problem, I'll have a look. |
@bjonen fix for this? |
Coming today. Columns are done, rows to be done. |
gr8 thanks |
@bjonen ? |
Sorry didnt find the time yesterday. I'll submit asap. |
@bjonen fix for this? |
thanks! |
See this comment: #7146 (comment)
notebook http://goo.gl/qLUUx8
The text was updated successfully, but these errors were encountered: