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
Teimatini Marin
06/30/2022, 6:50 PM
Is it possible to use it in Spark? or any plan for that in the near future?
@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