filter_missing
Filter rows based on missing values in one or more columns.
By default keeps only those rows where values in selected columns are not missing (non-NaNs). Using the exclude
parameter, the row selection can be inverted, such that only rows with missing values in selected rows
will be returned.
Was this page helpful?