Kotlin / dataframe

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

`describe()` fixes #937

Closed Jolanrensen closed 4 days ago

Jolanrensen commented 4 weeks ago

Fixes https://github.com/Kotlin/dataframe/issues/558 : Describe breaks on Number column

I'll first fix some of the most annoying bugs which can be found with describe(), more changes or fixes will come later.

Fixed:

koperagen commented 6 days ago

Could you please add a test for #352? Maybe even if something else covers it, good to have one that is closer to use case

Jolanrensen commented 4 days ago

Could you please add a test for #352? Maybe even if something else covers it, good to have one that is closer to use case

Very good comment. After I added a test I noticed this PR didn't actually fully fix https://github.com/Kotlin/dataframe/issues/352. It just fixed the error message. The actual issue needs to be solved separately. I will reorganize things a bit