Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
#56 #52 Semi-Automatic El Salvador
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodz committed Apr 8, 2020
1 parent bc1e732 commit d077b9f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion utils/scripts/el_salvador_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@
CHANGE REPOSITORY FAILS
WARNING: TO_CSV TEMPORAL
"""
dataset.to_csv("utils/scripts/el_salvador_temporal/{}.csv".format(date.today()), sep=',')
dataset.to_csv("utils/scripts/el_salvador_temporal/{}.csv".format(date.today()), sep=',', index=False)
12 changes: 6 additions & 6 deletions utils/scripts/el_salvador_temporal/2020-04-06.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
,DEPARTAMENTO,MUNICIPIO,CANTIDAD DE CASOS,ISO 3166-2 Code,Date
0,SANTA ANA,SANTA ANA,2,SV-SA,2020-04-06
1,USULUTÁN,USULUTÁN,1,SV-US,2020-04-06
2,,SANTA ELENA,1,SV-US,2020-04-06
3,MORAZÁN,SAN FRANCISCO GOTERA,1,SV-MO,2020-04-06
4,LA LIBERTAD,COLÓN,1,SV-LI,2020-04-06
DEPARTAMENTO,MUNICIPIO,CANTIDAD DE CASOS,ISO 3166-2 Code,Date
SANTA ANA,SANTA ANA,2,SV-SA,2020-04-06
USULUTÁN,USULUTÁN,1,SV-US,2020-04-06
USULUTÁN,SANTA ELENA,1,SV-US,2020-04-06
MORAZÁN,SAN FRANCISCO GOTERA,1,SV-MO,2020-04-06
LA LIBERTAD,COLÓN,1,SV-LI,2020-04-06
6 changes: 6 additions & 0 deletions utils/scripts/el_salvador_temporal/2020-04-07.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
DEPARTAMENTO,MUNICIPIO,CANTIDAD DE CASOS,ISO 3166-2 Code,Date
SANTA ANA,SANTA ANA,2,SV-SA,2020-04-07
USULUTÁN,USULUTÁN,1,SV-US,2020-04-07
USULUTÁN,SANTA ELENA,1,SV-US,2020-04-07
MORAZÁN,SAN FRANCISCO GOTERA,1,SV-MO,2020-04-07
LA LIBERTAD,COLÓN,1,SV-LI,2020-04-07

0 comments on commit d077b9f

Please sign in to comment.