I was working converting R code to Kotlin and I Id...
# datascience
b
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
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
Maybe you could also file a bug with a specific usecase?