8.2.59.64 table.rmmissing

Method: [out, tf] = rmmissing (obj)
Method: [out, tf] = rmmissing (obj, indicator)
Method: [out, tf] = rmmissing (…, 'DataVariables', vars)
Method: [out, tf] = rmmissing (…, '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.