wuzhe1234
wuzhe1234
@pjgao @sunhailin-Leo ,可以参考这个库, 添加pyecharts作为后端,可以是一个单独的库, https://github.com/PatrikHlobil/Pandas-Bokeh
The commit of keli above solved this problem.
The data attribute of column is private, so I can't get it directly.
right now I need to use ```column.iter::()?.map(|x| *x).collect::()``` to get it, will it cause significant performance loss?