Closed
Description
dataFrameOf("a", "b")(1, 2f)[0].rowSum()
results in java.lang.IllegalStateException: Can not find common number type for class kotlin.Int and class kotlin.Float
should be considered in #961
dataFrameOf("a", "b")(1, 2f)[0].rowSum()
results in java.lang.IllegalStateException: Can not find common number type for class kotlin.Int and class kotlin.Float
should be considered in #961