소프트웨어 개발/Scala - Functional

pivot

늘근이 2018. 7. 3. 00:01

do you want some reshape in spark?

well here it is


in.groupBy("SALES_ID").pivot("SOMETHING").sum("FEATURE")

'소프트웨어 개발 > Scala - Functional' 카테고리의 다른 글

map ++ map  (0) 2018.06.30
count sum example using identity  (0) 2018.06.29
flatmap example  (0) 2018.06.29
scala collect list scala  (0) 2018.06.29
스파크 전치...  (0) 2018.06.20