Hello, good afternonn,
Why is not this code filtering off the missing values in their respective fields?
All the array values are 1(true), even that Price and Grade has missing values.
rowsToKeep = .!(ismissing.(data.Grade) .& ismissing.(data.Price))