Kotlin / dataframe

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

Fixes std() not inferring column types #728

Closed Jolanrensen closed 3 months ago

Jolanrensen commented 3 months ago

Fixes https://github.com/Kotlin/dataframe/issues/727

Fixed by by adding an aggregator for mergedValuesChangingTypes() and letting std use that instead.