Open
Description
A number of refactors can be done here:
csv_importer
andcsv_to_database
are tightly coupled, but with low cohesion; would probably be best if merged togethercsv_importer
validation could likely be handled by Pandas exceptionscsv_importer
can exit early when detecting a Pandas exception and save timecsv_importer
can probably share validation withcovidcast_row