blaze / blaze/odo

From pandas dataframe to ColumnDataSource method deprecated in Bokeh 0.9.3

Open
#325 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.