Closed holgerbrandl closed 4 years ago
Currently the following fails with a a type expression:
val sales = dataFrameOf("product", "sales")( "A", 32, "A", 12.3, "A", 24, "B", null, "B", 44)
It should internally upcast mixed number columns to double
Currently the following fails with a a type expression:
It should internally upcast mixed number columns to double