ericksli
05/01/2024, 2:22 PMBigDecimal
, what is the proper way of parsing the numeric values? I added breakpoint and found that DataFrame was trying to parse the values in Double
altavir
05/02/2024, 4:39 AMJolan Rensen [JB]
05/02/2024, 9:50 AMcolTypes: Map<String, ColType>
argument to DataFrame.readCsv() containing mapOf("yourColName" to ColType.BigDecimal)
to nudge it in the right direction.