Skip to content

Instantly share code, notes, and snippets.

View rzykov's full-sized avatar

Roman Zykov rzykov

View GitHub Profile
val osAovCount = data.filter { x => interestedBrowsers.contains(x.osFamily)}
.filter (_.categoryId == 128)
.map { x => x.osFamily }
.countByValue
.toSeq
draw(column(osAovCount.toList))