paulhtremblay / covid19

3 stars 4 forks source link

Issue 56 bugfix2 #58

Closed btrem closed 4 years ago

btrem commented 4 years ago

Fixes template not found bug discussed in issue #56. This uses a sql select for NOW() and writes it to a .csv file (done in make_data.py). Then make_nav.py reads that file and outputs that to a text file in ./includes. I don't have access to the google cloud bigdata database paul-henry-tremblay.covid19, so I cannot properly test this. I think I correctly accessed the single row single cell dataframe, but you'll have to check. I like this solution more than the other, fwiw.