Remove Rows With NAs

h2o.na_omit(object, ...)

Arguments

object

H2OFrame object

...

Ignored

Value

Returns an H2OFrame object containing non-NA rows.