Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 896 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 896 Bytes

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.