Population at parliamentary constituency level from 2020 to 2022, with breakdowns by sex and nationality. The preview table shows data for the latest year only, but you may download the data in full.
0 viewsΒ·0 downloads
The 222 parliamentary constituencies enumerated in this dataset are based on the most recent electoral boundaries per the redelineation exercises in 2015 (Sabah), 2017 (Sarawak) and 2018 (Peninsular Malaysia). Values for 2020 are based on adjusted data from the Population Census conducted in that year. Values for all other years are intercensal mid-year population estimates. The intercensal estimates were generated using the cohort-component method, which estimates the latest year's population by taking the previous year's value, then adding births, subtracting deaths, and adding net migration. For a deeper understanding of the methodology, please refer to the Technical Notes.
Values for breakdowns may be slightly different to totals when summed, due to rounding to one decimal place.
OpenDOSM's Kawasanku dashboard allows you to explore a wide range of indicators for any parliamentary constituency, including its population.
Population at parliamentary constituency level from 2020 to 2022, with breakdowns by sex and nationality. The preview table shows data for the latest year only, but you may download the data in full.
Name in Dataset | Variable | Definition |
---|---|---|
date (Date) | Date | The date in YYYY-MM-DD format, with MM-DD set to 01-01 as this is annual data |
state (Categorical) | State | One of 16 states |
parlimen (Categorical) | Parliament | One of 222 parliamentary constituencies |
sex (Categorical) | Sex | Either both sexes ('both'), male ('male') or female ('female') |
age (Categorical) | Age Group | Only data for all age groups ('overall') is available for now; the column is included to allow for expansion in future. |
ethnicity (Categorical) | Ethnicity | All ethnic groups ('overall'), citizen ('citizen'), or non-citizen residents ('other_noncitizen'). |
population (Float) | Population ('000) | Thousands of people ('000 people) |
23 May 2023, 12:00
24 Jun 2024, 12:00
This data is made open under the Creative Commons Attribution 4.0 International License (CC BY 4.0). A copy of the license is available Here.
Full Dataset (CSV)
Recommended for individuals seeking an Excel-friendly format.
0
Full Dataset (Parquet)
Recommended for data scientists seeking to work with data via code.
0
Connect directly to the data with Python.
# If not already installed, do: pip install pandas fastparquet
import pandas as pd
URL_DATA = 'https://storage.dosm.gov.my/population/population_parlimen.parquet'
df = pd.read_parquet(URL_DATA)
if 'date' in df.columns: df['date'] = pd.to_datetime(df['date'])
print(df)
This data catalog is not available through OpenAPI as the nature of the data makes it unsuitable for API access. For the full dataset, please use the provided download link as shown in the above section.
Β© 2024 Public Sector Open Data