Closed Jolanrensen closed 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
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
Fixes https://github.com/Kotlin/dataframe/issues/558 : Describe breaks on
Number
columnI'll first fix some of the most annoying bugs which can be found with
describe()
, more changes or fixes will come later.Fixed:
col.isInterComparable()
instead ofcol.isComparable()
to avoid confusion@DataSchema
type being String instead of KType