<Kotlin DataFrame Library Preview> TL;DR: We at th...
# feed
u
Kotlin DataFrame Library Preview TL;DR: We at the Kotlin team have developed a Kotlin library for data frames. Today we’re releasing its first public preview version. It provides a readable and powerful DSL for data wrangling and i/o via CSV, JSON, Excel, and Apache Arrow, as well as interop with Kotlin data classes and hierarchical data schemas. The library […]
👀 2
👌 12
t
Is it possible to use it in Spark? or any plan for that in the near future?
j
This looks really nice!
y
I don't know the answer about Spark, but wouldn't the arrow interop help solve this? https://github.com/Kotlin/dataframe/blob/master/dataframe-arrow/src/main/kotlin/org/jetbrains/kotlinx/dataframe/io/arrow.kt
n
@Teimatini Marin We have https://github.com/Kotlin/kotlin-spark-api. Have you tried it? As for the dataframe itself, we don't have plans to support different backends now
🙌 1
t
This is great! Thanks.