tcbegley / dash-google-charts

Google Charts for Plotly Dash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add helper functions for working with pandas

tcbegley opened this issue · comments

It would be convenient if data could be specified via pandas DataFrames. A helper function converting DataFrames to a useable format could either be built manually or use gviz_api (though this appears to be unmaintained and might be more trouble than it's worth).