标签: python
我正在尝试使用以下数据创建图表:
from bokeh.charts import Scatter p = Scatter(test, x='xlabel', y='age', color='click', legend='top_left') show(p)
但是当我运行代码时,我收到了这个
意外属性' x'
注意:我正在使用Jupyter笔记本