act-now-coalition / can-scrapers

MIT License
9 stars 13 forks source link

replace None with np NaN in CDC testing dataset #390

Closed smcclure17 closed 2 years ago

smcclure17 commented 2 years ago

Replacing suppressed values with None was not actually replacing the suppressed values (the error 'Unable to parse string "suppressed" at position 0' was thrown.)

This replaces None with np.NaN which appears to work.

mikelehen commented 2 years ago

👍