You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>>pd.DataFrame({("extra very long top level name","Z"):[1,2,3],
("extra very long top level name","longish second level name"):[4,5,6]})
extraverylongtoplevelnameZlongishsecondlevelname014125236
It would be more compact and readable if the first column of the second level did not try to align with the first level:
MultiIndex DataFrame header is poorly aligned:
It would be more compact and readable if the first column of the second level did not try to align with the first level:
The text was updated successfully, but these errors were encountered: