-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
✨ hfd: review metadata #3606
Closed
Closed
✨ hfd: review metadata #3606
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Quick links (staging server):
Login: chart-diff: ✅No charts for review.data-diff: ❌ Found differences= Dataset garden/hmd/2024-11-19/hfd
= Table period
~ Column adjtfr (changed metadata)
- - <% set title = "Tempo-adjusted total fertility rates" %>
? -
+ + <% set title = "Tempo-adjusted total fertility rate" %>
+ + <%- elif birth_order == '5p' %>
+ + << title >> - Birth order: ≥5
~ Column b (changed metadata)
+ + <%- elif birth_order == '5p' %>
+ + << title >> - Birth order: ≥5
~ Column cbr (changed metadata)
+ + <%- elif birth_order == '5p' %>
+ + << title >> - Birth order: ≥5
~ Column mab (changed metadata)
+ + <%- elif birth_order == '5p' %>
+ + << title >> - Birth order: ≥5
~ Column mab40 (changed metadata)
+ + <%- elif birth_order == '5p' %>
+ + << title >> - Birth order: ≥5
~ Column patfr (changed metadata)
+ + <%- elif birth_order == '5p' %>
+ + << title >> - Birth order: ≥5
~ Column sdmab (changed metadata)
+ + <%- elif birth_order == '5p' %>
+ + << title >> - Birth order: ≥5
~ Column sdmab40 (changed metadata)
+ + <%- elif birth_order == '5p' %>
+ + << title >> - Birth order: ≥5
~ Column tfr (changed metadata)
- - <% set title = "Period total fertility rates" %>
? -
+ + <% set title = "Period total fertility rate" %>
+ + <%- elif birth_order == '5p' %>
+ + << title >> - Birth order: ≥5
~ Column tfr40 (changed metadata)
- - <% set title = "Period total fertility rates by age 40" %>
? -
+ + <% set title = "Period total fertility rate by age 40" %>
+ + <%- elif birth_order == '5p' %>
+ + << title >> - Birth order: ≥5
~ Column tmab (changed metadata)
+ + <%- elif birth_order == '5p' %>
+ + << title >> - Birth order: ≥5
= Table cohort
~ Column ccf (changed metadata)
+ + <%- elif birth_order == '5p' %>
+ + << title >> - Birth order: ≥5
~ Column ccf40 (changed metadata)
+ + <%- elif birth_order == '5p' %>
+ + << title >> - Birth order: ≥5
~ Column cmab (changed metadata)
+ + <%- elif birth_order == '5p' %>
+ + << title >> - Birth order: ≥5
~ Column cmab40 (changed metadata)
+ + <%- elif birth_order == '5p' %>
+ + << title >> - Birth order: ≥5
~ Column ppr (changed metadata)
- - title: Cohort parity progression ratios - << birth_order | int >> to << (birth_order | int) + 1 >> birth
+ + title: Cohort parity progression ratio - << (birth_order | int) - 1 >> to << (birth_order | int) >> birth
~ Column sdcmab (changed metadata)
+ + <%- elif birth_order == '5p' %>
+ + << title >> - Birth order: ≥5
~ Column sdcmab40 (changed metadata)
+ + <%- elif birth_order == '5p' %>
+ + << title >> - Birth order: ≥5
= Table period_ages
~ Column asfr_period (changed metadata)
- - <% set title = "Period fertility rates" %>
? -
+ + <% set title = "Period fertility rate" %>
+ + <% elif birth_order == '5p' %>
+ + << title >> - Mother age: << age_str >> - Birth order: ≥5
= Table cohort_ages
~ Column asfr_cohort (changed metadata)
- - <% set title = "Cohort fertility rates" %>
? -
+ + <% set title = "Cohort fertility rate" %>
+ + <% elif birth_order == '5p' %>
+ + << title >> - Mother age: << age_str >> - Birth order: ≥5
+ Dataset garden/imf/2024-11-25/world_economic_outlook
+ + Table world_economic_outlook
+ + Column gross_domestic_product__constant_prices__percent_change_forecast
+ + Column gross_domestic_product__constant_prices__percent_change_observation
+ + Column unemployment_rate__percent_of_total_labor_force_forecast
+ + Column unemployment_rate__percent_of_total_labor_force_observation
Legend: +New ~Modified -Removed =Identical Details
Hint: Run this locally with etl diff REMOTE data/ --include yourdataset --verbose --snippet Automatically updated datasets matching weekly_wildfires|excess_mortality|covid|fluid|flunet|country_profile|garden/ihme_gbd/2019/gbd_risk are not included Edited: 2024-11-26 10:28:41 UTC |
closing because it was not used |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR is so that Saloni can review the metadata.