Create a table in plotly python

Hi,

How to create or draw some table as per sample:


If data come from the dataframe, is it mean have to separate create like ... Header (Kitchen, Sales, Today,etc) ; Title (this month, last month, major, minor, etc) ; Data?

Please assist. Plan to create a table like sample attached.

Hi @beginof !

I think your best option would be to combine go.Table traces in different subplots. You can combine the information in these two links:

Or just one table with some empty cells in the cell argument.

1 Like

Hi,

If I using the dash_table, can use the same idea as you suggested?

Yes! In that case it should be even easier. You could: