CoolFace
Datasetpublic

electricsheepasia/asia-demographics-kyrgyzstan-languages

Kyrgyzstan: Languages Publisher: CLEAR Global (previously Translators without Borders) · Source: HDX · License: cc-by-sa · Updated: 2026-05-05 Abstract Data on languages spoken in Kyrgyzstan, showing the main language spoken in the household by proportion of the population. Data is drawn from IPUMS International. For more resources on the languages of Kyrgyzstan and language use in humanitarian contexts please visit:… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepasia/asia-demographics-kyrgyzstan-languages.

sourceHugging Facecc-by-sa-4.0updated 5mo agoView on Hugging Face
0likes26downloads
Dataset Card

Kyrgyzstan: Languages

Publisher: CLEAR Global (previously Translators without Borders) · Source: HDX · License: cc-by-sa · Updated: 2026-05-05


Abstract

Data on languages spoken in Kyrgyzstan, showing the main language spoken in the household by proportion of the population. Data is drawn from IPUMS International. For more resources on the languages of Kyrgyzstan and language use in humanitarian contexts please visit: https://clearglobal.org/language-maps-and-data/

Each row in this dataset represents time-series observations. Temporal coverage is indicated by the datetime_published, date_creation column(s). Geographic scope: KGZ.

Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).


Dataset Characteristics

DomainDemographics and population
Unit of observationTime-series observations
Rows (total)33
Columns16 (4 numeric, 10 categorical, 2 datetime)
Train split26 rows
Test split6 rows
Geographic scopeKGZ
PublisherCLEAR Global (previously Translators without Borders)
HDX last updated2026-05-05

Variables

Geographic — location_code (KGZ), location_name (Kyrgyzstan), location_level (range 0.0–0.0), reliability_score (range 0.755–0.755), representivity_rating (very_high).

Temporal — datetime_published, date_creation.

Demographic — language_code (chec1245, avar1256, lezg1247), language_name (Chechen, Avar, Lezgian), language_rank (range 1.0–33.0).

Outcome / Measurement — proportion_value (range 0.0–0.715).

Identifier / Metadata — dataset_name (Kyrgyzstan Census 2009 (IPUMS extract)), source (IPUMS International), esa_source (HDX), esa_processed (2026-05-05).

Other — url (https://api.ipums.org/downloads/ipumsi/api/v1/extracts/2404395/ipumsi_00302.sav.gz).


Quick Start

python
from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/asia-demographics-kyrgyzstan-languages")
train = ds["train"].to_pandas()
test  = ds["test"].to_pandas()

print(train.shape)
train.head()

Schema

ColumnTypeNull %Range / Sample Values
location_codeobject0.0%KGZ
location_nameobject0.0%Kyrgyzstan
location_levelint640.0%0.0 – 0.0 (mean 0.0)
language_codeobject0.0%chec1245, avar1256, lezg1247
language_nameobject0.0%Chechen, Avar, Lezgian
language_rankint640.0%1.0 – 33.0 (mean 17.0303)
proportion_valuefloat640.0%0.0 – 0.715 (mean 0.0303)
reliability_scorefloat640.0%0.755 – 0.755 (mean 0.755)
dataset_nameobject0.0%Kyrgyzstan Census 2009 (IPUMS extract)
urlobject0.0%https://api.ipums.org/downloads/ipumsi/api/v1/extracts/2404395/ipumsi_00302.sav.gz
sourceobject0.0%IPUMS International
datetime_publisheddatetime64[ns]0.0%
date_creationdatetime64[ns]0.0%
representivity_ratingobject0.0%very_high
esa_sourceobject0.0%HDX
esa_processedobject0.0%2026-05-05

Numeric Summary

ColumnMinMaxMeanMedian
location_level0.00.00.00.0
language_rank1.033.017.030317.0
proportion_value0.00.7150.03030.0005
reliability_score0.7550.7550.7550.755

Curation

Raw data was downloaded from HDX via the CKAN API and converted to Parquet. Column names were lowercased and standardised to snake_case. Common missing-value markers (N/A, null, none, -, unknown, no data, #N/A) were unified to NaN. 2 column(s) were cast from string to numeric or datetime based on parse-success rate (>85% threshold). The dataset was split 80/20 into train and test partitions using a fixed random seed (42) and saved as Snappy-compressed Parquet.


Limitations

  • —Data originates from CLEAR Global (previously Translators without Borders) and has not been independently validated by ESA.
  • —Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
  • —Refer to the original HDX dataset page for the publisher's own methodology notes and caveats.

Citation

bibtex
@dataset{hdx_asia_demographics_kyrgyzstan_languages,
  title     = {Kyrgyzstan: Languages},
  author    = {CLEAR Global (previously Translators without Borders)},
  year      = {2026},
  url       = {https://data.humdata.org/dataset/kyrgyzstan-languages},
  note      = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
}

[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — Africa's ML dataset infrastructure. Lagos, Nigeria.