Next: table.standardizeMissing, Previous: table.ismissing, Up: table [Contents]
'DataVariables'
, vars)'MinNumMissing'
, minNumMissing)Remove rows with missing values.
Removes the rows from obj that have missing values.
If the ’DataVariables’ option is given, only the data in the specified variables is considered.
Returns: out - A table the same as obj, but with rows with missing values removed. tf - A logical index vector indicating which rows were removed.