Skip to content

Commit

Permalink
remove per million
Browse files Browse the repository at this point in the history
  • Loading branch information
spoonerf committed Feb 6, 2025
1 parent aab834a commit 9150bb0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions etl/steps/data/garden/language/2024-07-17/ethnologue.meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,3 @@ tables:
title: Number of extinct languages
unit: languages
description_short: The number of extinct languages. Extinct languages are those that were formally used but are no longer in use in any country and no one retains a sense of ethnic identity associated with them.
living_per_million:
title: Number of living languages per million people
unit: languages per million people
description_short: The number of languages, indigenous and non-indigenous, that are still used per million people.
display:
numDecimalPlaces: 1
1 change: 0 additions & 1 deletion etl/steps/data/garden/language/2024-07-17/ethnologue.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def run(dest_dir: str) -> None:
tb_lang_by_status["total"] = tb_lang_by_status["living"] + tb_lang_by_status["extinct"]
# Tidy up and add origins back in
tb_lang_by_status = tb_lang_by_status.format(["country", "year"], short_name="languages_by_status")
tb_lang_by_status = tb_lang_by_status.drop(columns=["population"])
for col in tb_lang_by_status.columns:
tb_lang_by_status[col].metadata.origins = origins
# Save outputs.
Expand Down

0 comments on commit 9150bb0

Please sign in to comment.