-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📊 mean paternal age at birth (#3694)
* 📊 mean paternal age at birth * wip * typo in short_name * add multiple reading from RData files * wip * meadow * wip * remove spurious rows * add reading function * fix condition * working grapher * wip
- Loading branch information
1 parent
897ea01
commit 7d89c47
Showing
12 changed files
with
2,157 additions
and
2 deletions.
There are no files selected for viewing
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
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
133 changes: 133 additions & 0 deletions
133
etl/steps/data/garden/demography/2024-12-05/paternal_ages.countries.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,133 @@ | ||
{ | ||
"ALB": "Albania", | ||
"AND": "Andorra", | ||
"ANT": "Netherlands Antilles", | ||
"ARG": "Argentina", | ||
"ARM": "Armenia", | ||
"ASM": "American Samoa", | ||
"AUS": "Australia", | ||
"AUT": "Austria", | ||
"AZE": "Azerbaijan", | ||
"BEL": "Belgium", | ||
"BGR": "Bulgaria", | ||
"BHR": "Bahrain", | ||
"BHS": "Bahamas", | ||
"BIH": "Bosnia and Herzegovina", | ||
"BLR": "Belarus", | ||
"BLZ": "Belize", | ||
"BOL": "Bolivia", | ||
"BRB": "Barbados", | ||
"BRN": "Brunei", | ||
"CAF": "Central African Republic", | ||
"CAN": "Canada", | ||
"CHE": "Switzerland", | ||
"CHL": "Chile", | ||
"COG": "Congo", | ||
"COL": "Colombia", | ||
"CRI": "Costa Rica", | ||
"CUB": "Cuba", | ||
"CYP": "Cyprus", | ||
"CZE": "Czechia", | ||
"DEU": "Germany", | ||
"DNK": "Denmark", | ||
"DOM": "Dominican Republic", | ||
"DZA": "Algeria", | ||
"ECU": "Ecuador", | ||
"EGY": "Egypt", | ||
"ESP": "Spain", | ||
"EST": "Estonia", | ||
"FIN": "Finland", | ||
"FJI": "Fiji", | ||
"FRA": "France", | ||
"FRO": "Faroe Islands", | ||
"GEO": "Georgia", | ||
"GIN": "Guinea", | ||
"GLP": "Guadeloupe", | ||
"GRC": "Greece", | ||
"GRL": "Greenland", | ||
"GTM": "Guatemala", | ||
"GUF": "French Guiana", | ||
"GUM": "Guam", | ||
"GUY": "Guyana", | ||
"HND": "Honduras", | ||
"HRV": "Croatia", | ||
"HUN": "Hungary", | ||
"IRL": "Ireland", | ||
"IRQ": "Iraq", | ||
"ISL": "Iceland", | ||
"ISR": "Israel", | ||
"ITA": "Italy", | ||
"JAM": "Jamaica", | ||
"JOR": "Jordan", | ||
"JPN": "Japan", | ||
"KAZ": "Kazakhstan", | ||
"KGZ": "Kyrgyzstan", | ||
"KOR": "South Korea", | ||
"KWT": "Kuwait", | ||
"LBY": "Libya", | ||
"LTU": "Lithuania", | ||
"LUX": "Luxembourg", | ||
"LVA": "Latvia", | ||
"MAC": "Macao", | ||
"MAR": "Morocco", | ||
"MCO": "Monaco", | ||
"MDA": "Moldova", | ||
"MDV": "Maldives", | ||
"MEX": "Mexico", | ||
"MKD": "North Macedonia", | ||
"MLT": "Malta", | ||
"MNG": "Mongolia", | ||
"MTQ": "Martinique", | ||
"MUS": "Mauritius", | ||
"MYS": "Malaysia", | ||
"MYT": "Mayotte", | ||
"NAM": "Namibia", | ||
"NCL": "New Caledonia", | ||
"NIC": "Nicaragua", | ||
"NLD": "Netherlands", | ||
"NOR": "Norway", | ||
"NRU": "Nauru", | ||
"NZL": "New Zealand", | ||
"OMN": "Oman", | ||
"PAK": "Pakistan", | ||
"PAN": "Panama", | ||
"PER": "Peru", | ||
"PHL": "Philippines", | ||
"PLW": "Palau", | ||
"PNG": "Papua New Guinea", | ||
"POL": "Poland", | ||
"PRI": "Puerto Rico", | ||
"PRT": "Portugal", | ||
"PYF": "French Polynesia", | ||
"QAT": "Qatar", | ||
"REU": "Reunion", | ||
"ROM": "Romania", | ||
"RUS": "Russia", | ||
"SGP": "Singapore", | ||
"SHN": "Saint Helena", | ||
"SLV": "El Salvador", | ||
"SMR": "San Marino", | ||
"SPM": "Saint Pierre and Miquelon", | ||
"SRB": "Serbia", | ||
"SVK": "Slovakia", | ||
"SVN": "Slovenia", | ||
"SWE": "Sweden", | ||
"SYC": "Seychelles", | ||
"TJK": "Tajikistan", | ||
"TTO": "Trinidad and Tobago", | ||
"TUN": "Tunisia", | ||
"TUR": "Turkey", | ||
"TWN": "Taiwan", | ||
"UKR": "Ukraine", | ||
"URY": "Uruguay", | ||
"USA": "United States", | ||
"UZB": "Uzbekistan", | ||
"VEN": "Venezuela", | ||
"VIR": "United States Virgin Islands", | ||
"WSM": "Samoa", | ||
"ZAF": "South Africa", | ||
"GBREW": "England and Wales", | ||
"GBRNI": "Northern Ireland", | ||
"GBRSC": "Scotland", | ||
"MON": "Yugoslavia" | ||
} |
Oops, something went wrong.