How to apply format_number function in nested dataframe using scala to get rid of exponential notation

后端 未结 0 1965
滥情空心
滥情空心 2020-12-10 14:11

I have a dataframe which contains array of decimal fields

case class D(amount: BigDecimal,price: BigDecimal) 
case class c(list: List[D])
val d = Seq(c(List(D         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题