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 67fa7c4 commit ce2b259Copy full SHA for ce2b259
doctor_visits/delphi_doctor_visits/config.py
@@ -14,7 +14,7 @@ class Config:
14
15
# dates
16
FIRST_DATA_DATE = datetime(2020, 1, 1)
17
- DAY_SHIFT = timedelta(days=1) # shift dates forward for labeling purposes
+ DAY_SHIFT = timedelta(days=0) # don't shift dates for labeling purposes
18
19
# data columns
20
CLI_COLS = ["Covid_like", "Flu_like", "Mixed"]
0 commit comments