numeric Columns
fun numericColumns(maxRows: Int = 0, removeMissing: Boolean = false): Map<String, DoubleArray>(source)
Return
a map of the data keyed by column name
Parameters
max Rows
the total number of rows to extract starting at row 1
remove Missing
if true, then missing (NaN values) are removed