dedupeio / dedupe-examples

:id: Examples for using the dedupe library
MIT License
406 stars 214 forks source link

Allow 'state' column of 'processed_donors' table to have missing values. #30

Closed justinmanley closed 8 years ago

justinmanley commented 8 years ago

The 'state' column of 'processed_donors' isn't nullable, but has 268 NULL rows. These NULL values are causing the example script to throw an error.

In this PR: