Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split covid_hosp into daily & timeseries tables #1126
base: dev
Are you sure you want to change the base?
Split covid_hosp into daily & timeseries tables #1126
Changes from all commits
e37407b
0647157
e2680e6
beb6b6f
569c396
c2ee818
2033478
23313b5
926cf16
321415c
f5718ca
edf11a1
927cbd1
bfe3394
62fe29b
015eaf4
28873b7
f6aec5d
ef55754
199ad09
db925ef
bc5d736
30581b1
3893f62
128fafc
3e671b4
adc8487
1e7654d
560e356
69f9897
acf9b1f
0719c96
1f47ada
c147287
098d590
efb1a70
3d07161
d8db5c2
cecf957
046f123
355abfd
c6016d1
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this line is getting a little gnarly, but we will fix it with the other yaml-schema changes so you can leave it for now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this work? if so, its a little easier to comprehend. same for the
if as_of is not None:
statement below.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
more specifically -- do we always want to treat falsy values of
issues
as ifissues
wasNone
? 0, False, [], "", {}, etcwe don't encourage users to submit 0 as an issue, but that doesn't mean they couldn't do it