Kotlin / dataframe

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

`isComparable()` fix for double `describe()` #726

Closed Jolanrensen closed 3 weeks ago

Jolanrensen commented 3 weeks ago

Fixes https://github.com/Kotlin/dataframe/issues/724 by constraining isComparable() to check whether the values in the Comparable column are actually "comparable", a.k.a., the generic type of Comparable is not */Nothing