pandas-dash icon indicating copy to clipboard operation
pandas-dash copied to clipboard

Tools for working with Pandas, Plotly, and Dash.

Pandas Dash

Python version PyPI version License

Tools for working with Pandas, Plotly, and Dash.

See examples

Available extensions for Dash

  • df.dash.to_dash_table() for getting the data and columns for dash_table from a flat or multi-index pd.DataFrame.
  • df.dash.to_options("my_column") for creating dcc.Dropdown options from the column of a pd.DataFrame.
  • df.dash.to_pivot_table() for creating the date necessary for dash_pivottable.PivotTable.

Extensions for Plotly coming soon.