Fluency
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
web/update_plots.py
|
|
@ -14,8 +14,7 @@ import re |
|
|
|
def main(): |
|
|
|
""" |
|
|
|
This function scrapes the data from the web and wrangles it into a pandas DataFrame. |
|
|
|
It then creates an interactive plotly line graph of covid cases |
|
|
|
in New York State. |
|
|
|
It then creates an interactive plotly line graph of covid cases. |
|
|
|
""" |
|
|
|
print('Updating covid deaths...') |
|
|
|
update_covid_deaths() |
|
|
|