-
Notifications
You must be signed in to change notification settings - Fork 12
Handle Missing Data #20
Comments
I'm not sure how we'd mark missing data, but I'm sure there's a standard. My thought is to use dataDescription.json to signify whether to enforce datatype and how to handle missing data. |
So here's what happens. Let's say we have an attribute called age. It's a numeric attribute. But missing data is labeled as NA or null or has no value. So we start treating it as a string. That is a mistake. It should be treated as a number. Open to suggestions |
It seems like this should be done in dataDescription.json, I was envisioning something like:
where I'm adding the enforce field. |
From the scrum, it seems as though we need a bit of a more nuanced approach than filtering out data that doesn't meet a specified pattern. |
As not to flood this issue with comments, I'm making a document: here |
Need to have a distinction between missing and Not Applicable. |
We need to setup our filters and visualizations, so that we can exclude missing/invalid data
The text was updated successfully, but these errors were encountered: