Tools for working with Pandas, Plotly, and Dash.
df.dash.to_dash_table()
for getting thedata
andcolumns
fordash_table
from a flat or multi-indexpd.DataFrame
.df.dash.to_options("my_column")
for creatingdcc.Dropdown
options from the column of apd.DataFrame
.df.dash.to_pivot_table()
for creating the date necessary fordash_pivottable.PivotTable
.