Signature Description Parameters
template<typename ... Ts>
void
drop_missing(drop_policy policy, size_type threshold = 0);
It removes a row if any or all or some of the columns are NaN, based on drop policy Ts: The list of types for all columns. A type should be specified only once.
threshold: If drop policy is threshold, it specifies the numbers of
NaN columns before removing the row.