Kotlin / dataframe

Structured data processing in Kotlin
https://kotlin.github.io/dataframe/overview.html
Apache License 2.0
831 stars 58 forks source link

Support Swing rendering of DataFrame in Kotlin Notebook plugin #171

Open ileasile opened 2 years ago

ileasile commented 2 years ago

Now we have a default (HTML/JS) rendering of DataFrame tables in Kotlin notebook plugin. It is slow. Guys in DataSpell solved it in the following way: they parse the output of pandas tables, extract the data, execute some commands sometimes, and show reparsed data in a Swing panel. It works better.

To do it with dataframe, we need some work to be done:

Jolanrensen commented 1 year ago

This probably requires us to check how to do (or add) hierarchical data frame support in the DataSpell swing dataframes

Jolanrensen commented 1 year ago

@ermolenkodev Could you update your progress here? :) And could we have a demo for version 0.10.0 or shall we postpone it to 0.11.0?