Hello !
Does streamlit supports writing Multi level indexing on using st.dataframe or st.table ?
When we tried it is not showing as how pandas group by works.
Is there any solution to overcome this issue. When we tried to write - names of columns as Multi Level Indexing it splitting over the columns, So it is not writing as same as pandas group by
Thanks