Skip to content

lucasjamar/pandas-dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Tools for working with Pandas, Plotly, and Dash.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages