Created by: acompa
Hey Chris,
Here's my patch for issue #49 (closed). Quick explanation of my logic: instead of re-writing part of normalize_column_type(), I simply convert NA-type data to empty strings. That way, they're picked up by the "null-checker" right below my code.
Let me know what you think!
-Alex