pandas-dash
pandas-dash copied to clipboard
Tools for working with Pandas, Plotly, and Dash.
Pandas Dash
Tools for working with Pandas, Plotly, and Dash.
Available extensions for 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.