Hello !
I want to use the Dash.dataTable but I have a problem :
My panda dataframe is time indexed, and I can’t manage to add the indexes in the Dash datatable…
How can I do ?
Thank you so so much for your help
Hello !
I want to use the Dash.dataTable but I have a problem :
My panda dataframe is time indexed, and I can’t manage to add the indexes in the Dash datatable…
How can I do ?
Thank you so so much for your help
Hi @MathildePh
Have you tried:
df=df.reset_index()
actually I found my answer ! thank you very much