This website works better with JavaScript.
Home
Explore
Help
Sign In
dave
/
covid
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
updates
master
dave
2 months ago
parent
1cd8a11489
commit
88125a8855
3 changed files
with
3321 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
COVID-19
+3318
-0
dashboard.json
+2
-0
ingest3.py
+ 1
- 1
COVID-19
@@ -1 +1 @@
Subproject commit
21f8615831b38706587f6cc1c8bc4e4f4b0f128e
Subproject commit
b5622532b47c808dac78e1336186ad38c61ab380
+ 3318
- 0
dashboard.json
File diff suppressed because it is too large
View File
+ 2
- 0
ingest3.py
View File
@@ -28,6 +28,8 @@ row_fields = {
'Last_Update': None,
'Active': f2int,
'Country_Region': str,
'Total_Test_Results': f2int,
'Case_Fatality_Ratio': float,
}
# https://www.nytimes.com/elections/2016/results/president
Write
Preview
Loading…
Cancel
Save