Hey guys.
Im running the lastest Streamlit version.
I have a Pandas Dataframe with datetime column
When I use pd.groupby, the table is always showing the year both in the Year and Month Index
Before (streamlit == 0.81.1) it was fine
Hi Joaocassis,
Did that code work for you? I used it and tried many other options (like : df_H45.columns=[‘culture_principale’,‘culture_precedente’,‘median_0_45’]) but i got an error:
ValueError: Length of names must match number of levels in MultiIndex.
ValueError: Length mismatch: Expected axis has 1 elements, new values have 3 elements
the dataframe result of group by is fine in python and i can download it correctly
It is only in streamlit that it hide the name of headers even when i download it from my streamlit app the result is one only column wich is the calculated result of my group by