创建图表中的错误:意外属性' x'

时间:2015-12-09 11:37:29

标签: python

我正在尝试使用以下数据创建图表:

enter image description here

from bokeh.charts import Scatter
p = Scatter(test, x='xlabel', y='age', color='click', legend='top_left')
show(p)

但是当我运行代码时,我收到了这个

  

意外属性' x'

注意:我正在使用Jupyter笔记本

0 个答案:

没有答案