-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
acquisitionchanges acquisition logicchanges acquisition logiccode healthreadability, maintainability, best practices, etcreadability, maintainability, best practices, etcgood first issuehelp wantedrefactorSubstantial projects to make the code do the same thing, better.Substantial projects to make the code do the same thing, better.
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
Metadata
Metadata
Assignees
Labels
acquisitionchanges acquisition logicchanges acquisition logiccode healthreadability, maintainability, best practices, etcreadability, maintainability, best practices, etcgood first issuehelp wantedrefactorSubstantial projects to make the code do the same thing, better.Substantial projects to make the code do the same thing, better.