edit: the answer is to use `groupBy()`. doing `dat...
# getting-started
t
edit: the answer is to use
groupBy()
. doing
data.groupBy({ it[0] }, { it[1] })
will give the desired result