@Nicolas Pittion-Rossillon Hello ! I’ve been thinking lately to write a blog post on the DataScience ecosystem available in Kotlin and equivalent to Python. I mainly take advantage of the Java ecosystem.
For DataFrames, I personally use Tablesaw (
https://github.com/jtablesaw/tablesaw) that integrates well with Plotly, some use Krangl, or if you’re brave enough you could even use Spark.
Smile (
https://github.com/haifengl/smile) seems to be similar to Scikit-Learn.