numericColumns

fun numericColumns(maxRows: Int = 0, removeMissing: Boolean = false): Map<String, DoubleArray>

Return

a map of the data keyed by column name

Parameters

maxRows

the total number of rows to extract starting at row 1

removeMissing

if true, then missing (NaN values) are removed