File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
doctor_visits/delphi_doctor_visits
google_symptoms/delphi_google_symptoms Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
}
19
19
20
20
It will generate data for that range of issue dates, and store them in batch issue format:
21
- [name-of-patch ]/issue_[issue-date]/doctor-visits/actual_data_file.csv
21
+ [params patch_dir ]/issue_[issue-date]/doctor-visits/actual_data_file.csv
22
22
"""
23
23
24
24
from datetime import datetime , timedelta
Original file line number Diff line number Diff line change 11
11
...
12
12
},
13
13
"patch": {
14
- "patch_dir": "/Users/minhkhuele/Desktop/delphi/ covidcast-indicators/doctor_visits /AprilPatch",
14
+ "patch_dir": ".../ covidcast-indicators/google-symptoms /AprilPatch",
15
15
"start_issue": "2024-04-20",
16
16
"end_issue": "2024-04-21"
17
17
}
18
18
}
19
19
20
20
It will generate data for that range of issue dates, and store them in batch issue format:
21
- [name-of-patch ]/issue_[issue-date]/doctor-visits/actual_data_file .csv
21
+ [params patch_dir ]/issue_[issue-date]/google-symptoms/xxx .csv
22
22
"""
23
23
24
24
from datetime import datetime , timedelta
You can’t perform that action at this time.
0 commit comments