From pandas dataframe to ColumnDataSource method deprecated in Bokeh 0.9.3
Open
- Dominant language
- Python
- Stars
- 1k
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Description
When using odo(df, ColumnDataSource) I get this warning:
```
/anaconda/envs/bamboo/lib/python2.7/site-packages/bokeh/models/sources.py:154: UserWarning: Method deprecated in Bokeh 0.9.3
warnings.warn("Method deprecated in Bokeh 0.9.3")
```
https://github.com/bokeh/bokeh/blob/master/bokeh/models/sources.py#L141-L143
Use instead ColumnDataSource(df):
https://github.com/bokeh/bokeh/blob/master/bokeh/models/sources.py#L86
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.