covega / enviro_papers

Take datasets on the environment and slot them into candidate specific research papers
MIT License
0 stars 0 forks source link

Refactor code to support datasets more arbitrarily #5

Closed covega closed 4 years ago

covega commented 5 years ago

We have a lot of hand wavy dataset parsing right now that should really be independent functions, so that it's easier to read the flow. It isn't very scalable to have to write a bunch of hacky code and do dictionary transformations for each CSV we want to read.