Kotlin / dataframe

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

Add feature to generate Markdown table #525

Open ileasile opened 7 months ago

ileasile commented 7 months ago

I'd like to have writeMarkdown() method that would build markdown table from the simple table. BTW, it could even support some cell formatting

koperagen commented 7 months ago

We can evolve existing df.print to generate valid markdown. It already almost works image

Jolanrensen commented 2 months ago

One thing to note here is that this is already possible in newer notebooks with the interactive/native tables :)