作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想在 Zeppelin 中以直方图的形式显示我的结果。我遇到了阴谋。我的代码在 Scala 中,我想知道使用 Scala 将 plotly 合并到 zeppelin 中的步骤。或者有没有更好的方法(库)可用于在 Zeppelin(Scala) 中绘制直方图?
最佳答案
如果您有一个名为 plotTemp 的数据框,其中包含“id”、“degree”列,那么您可以执行以下操作:
plotTemp.registerTempTable("plotTemp")
%sql
select degree, count(1) nInBin
from plotTemp
group by degree
order by degree
关于scala - 在 Scala 中与齐柏林飞艇一起使用 plotly,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38323164/
我是一名优秀的程序员,十分优秀!