I am creating a dash-table from a pandas table. I would like to style the different columns with their original type, but doing this by hand one at a time is a bit tedious. I was wondering if there is an semi-automatic solution to create the column annotation for dash-table from a pandas data frame?
Thanks