When using dcc.send_data_frame is it possible to avoid “merging cells” in excel?
piv = filtered_df.pivot_table(index=['comarca','serventia'],columns='ano',values='quantidade')
When using dcc.send_data_frame is it possible to avoid “merging cells” in excel?
piv = filtered_df.pivot_table(index=['comarca','serventia'],columns='ano',values='quantidade')