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
When table_conversion='matplotlib' is used multi-indexed dataframes are rendered incorrectly — multiindex is getting rolled back to the columns — as if I called .reset_index() dfi.export(last_reses, 'dream_strats.png', table_conversion='matplotlib')
How it looks:
How it should look:
The text was updated successfully, but these errors were encountered:
When
table_conversion='matplotlib'
is used multi-indexed dataframes are rendered incorrectly — multiindex is getting rolled back to the columns — as if I called.reset_index()
dfi.export(last_reses, 'dream_strats.png', table_conversion='matplotlib')
How it looks:
How it should look:
The text was updated successfully, but these errors were encountered: