Skip to content
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

Migration typos #3310

Merged
merged 3 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions etl/steps/data/garden/un/2024-07-16/migrant_stock.meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,23 @@ tables:
description_from_producer: "{definitions.description_un.migrant_stock}"
# Immigrant share
immigrant_share_of_dest_population_all:
title: Share of the population that were born in another country
title: Share of the population that was born in another country
unit: "%"
short_unit: "%"
description_short: Immigrants as a share of the total population.
description_from_producer: "{definitions.description_un.share_migrant_stock}"
display:
numDecimalPlaces: 1
immigrant_share_of_dest_population_female:
title: Share of the population that were born in another country - female
title: Share of the population that was born in another country - female
unit: "%"
short_unit: "%"
description_short: Female immigrants as a share of the total (female) population.
description_from_producer: "{definitions.description_un.share_migrant_stock}"
display:
numDecimalPlaces: 1
immigrant_share_of_dest_population_male:
title: Share of the population that were born in another country - male
title: Share of the population that was born in another country - male
unit: "%"
short_unit: "%"
description_short: Male immigrants as a share of the total (male) population.
Expand All @@ -77,7 +77,7 @@ tables:
description_from_producer: "{definitions.description_un.migrant_stock}"
# Emigrant share
emigrants_share_of_total_population:
title: Share of the population that were born in this country but now live in another country.
title: Share of the population that was born in this country but now lives in another country.
unit: "%"
short_unit: "%"
description_short: The total number of people that have left the country, as a share of the current population.
Expand Down Expand Up @@ -131,7 +131,7 @@ tables:
emigrants_change_5_years_per_1000:
title: Change in the number of emigrants per 1,000 people in the previous five years
unit: per 1,000
description_short: The total number of people born in that country who are now living in another country,, compared to five years ago, per 1,000 people in the host country. A positive number indicates there are now more emigrants who have moved from a given country; a negative number means there are fewer.
description_short: The total number of people born in that country who are now living in another country, compared to five years ago, per 1,000 people in the host country. A positive number indicates there are now more emigrants who have moved from a given country; a negative number means there are fewer.
processing_level: major
description_processing: We calculated the change in the number of emigrants by subtracting the number of emigrants that were living in a given country five years prior from the number of emigrants living in the country in the current year. We then divided this number by the total population of the host country, per 1000 people.
display:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
"description": "The average [transaction cost](#dod:remittancecost) as a percentage of total [remittance](#dod:remittances) received from abroad. The cost is based on a single transaction of USD 200. ",
},
"emigrants_share_of_total_population": {
"title": "Share of the population that have left the country",
"title": "Share of the population that has left the country",
"description": "",
},
"immigrant_share_of_dest_population_all": {
"title": "Share of the population that were born in another country",
"title": "Share of the population that was born in another country",
"description": "",
},
}
Expand Down
Loading