Kotlin / dataframe

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

Document and test DataColumnArithmetics.kt #530

Open Jolanrensen opened 7 months ago

Jolanrensen commented 7 months ago

DataFrame supports many DataColumn arithmetics like /, +, *, etc. but they are undocumented (both in KDocs and on the website).

This should be done and made sure it's discoverable.

Also, ! is missing for boolean columns.