We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6746c3 commit 689d869Copy full SHA for 689d869
google_symptoms/delphi_google_symptoms/patch.py
@@ -11,14 +11,14 @@
11
...
12
},
13
"patch": {
14
- "patch_dir": "/Users/minhkhuele/Desktop/delphi/covidcast-indicators/doctor_visits/AprilPatch",
+ "patch_dir": ".../covidcast-indicators/google-symptoms/AprilPatch",
15
"start_issue": "2024-04-20",
16
"end_issue": "2024-04-21"
17
}
18
19
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
+[params patch_dir]/issue_[issue-date]/google-symptoms/xxx.csv
22
"""
23
24
from datetime import datetime, timedelta
0 commit comments