I was working converting R code to Kotlin and I Identified that in R datatable is very faster than the Dataframe,Could you please advice in Kotlin what is best performance for huge data which has more functionality like Pandas gives us.
m
Maria Khalusova
09/25/2020, 1:32 PM
Depending how "huge" the data is, you may want to try Spark, and there's Kotlin API for it https://github.com/JetBrains/kotlin-spark-api
As for "more functionality", the question is what kind of functionality do you need?
👍 1
h
holgerbrandl
11/01/2020, 7:51 PM
Maybe you could also file a bug with a specific usecase?