-
Notifications
You must be signed in to change notification settings - Fork 9
fix(foph): add tests for foph and weekly data version #215
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
Conversation
|
Example of metadata extraction. What you think @fccoelho? |
|
|
@fccoelho friendly ping about this PR |
|
Not sure I get the table format. Is properties a JSON column? |
Yes these properties are representing the sql table schema in their docs, the normalized dataframe version has all the indentation as sub columns, do you think is it better to have these table schemas as JSON or as DataFrame? |
|
In the metadata format currently in use (you can see it on EGH), there is only three columns in the
What you are proposing is much more complex |
|
@fccoelho sorry I'm not sure if I'm following here.. The JSON has the |
|
Ok I got it now. The extraction seems to be fine. But I noticed that some of the columns do have more metadata, such as 'maximum' and 'minimum' besides the three basic descriptors. |
|
Should properties be a separated dataframe or is it ok to store as JSON in a properties column? |
|
🎉 This PR is included in version 2.0.5 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Description
add foph tests and weekly data format feature.
Related Issue
thegraphnetwork/EpiGraphHub#184
Checklist
CODE_OF_CONDUCT.mddocument.CONTRIBUTING.mdguide.chore(docs):for Examples / docs / tutorials / dependencies updatefix:for a bug fix(non-breaking change which fixes an issue).
chore(improvement):for an improvement(non-breaking change which improves an existing feature).
feat:for a new feature(non-breaking change which adds functionality).
BREAKING CHANGE:for a breaking change(fix or feature that would cause existing functionality to change).
chore(security):for a security fix.Note: The title prefix can be also expanded with more information
inside the parenthesis. Some examples for a full title (prefix + message):
fix(login): Fix the login page.feat(forecast): Add a weather forecast page.chore(security-login): Add a weather forecast page.