我正在尝试将H2O数据框中的列转换为数字。
input$col1 = as.numeric(input$col1)
col1在我的数据集中有3个唯一值:1、0,NULL 在上面的声明中,我得到:
"DistributedException from server: 'For input string: \"\\N\"', caused by java.lang.NumberFormatException: For input string: \"\\N\""
有人可以帮忙吗? 谢谢。