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
using Release 0.10.1
using the .to_latex method on a multilevel frame (specifically using a pivot_table) merges the two index columns so that it does not render correctly in latex. Looks like it is missing the & for blank cells in index. and also an & for the columns. Manually inserted those in output and it fixes problem