krangl / krangl / isNA

isNA

fun DataCol.isNA(): BooleanArray

Maps a column to true for the NA values and false otherwise.

fun ExpressionContext.isNA(columnName: String): BooleanArray