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