Managed by
National Institute of Statistics

The table below presents a preview of the data explore, featuring key details about various datasets.
No data found
Below is a column legend explaining each column in the dataset, including its name, data type, and a brief description of what it represents.
| title | type | description |
|---|---|---|
| Province | Text | The name of the geographic unit, which can be an area, region, or specific province. |
| 2019_Both_Sexes | Number | Percentage share of the total population (both sexes) in 2019. |
| 2019_Male | Number | Percentage share of the male population in 2019. |
| 2019_Female | Number | Percentage share of the female population in 2019. |
| 2024_Both_Sexes | Number | Percentage share of the total population (both sexes) in 2024. |
| 2024_Male | Number | Percentage share of the male population in 2024. |
| 2024_Female | Number | Percentage share of the female population in 2024. |
| Is_Area | Text | TRUE/FALSE flag indicating if the row refers to a general area (e.g., Urban, Rural). |
| Is_Region | Text | TRUE/FALSE flag indicating if the row refers to a region. |
| Is_Province | Text | TRUE/FALSE flag indicating if the row refers to a specific province. |
This section provides a list of available file formats for download. To obtain the data in your preferred format, simply click the download button corresponding to your choice.
| Name | File Format | Size | Action |
|---|---|---|---|
| DistributionofpopulationbyProvinceandSexinCambodia,2019-2024.csv | CSV | 1.74 KB |
Our API enables you to request and commence exploring our datasets. To utilize this functionality, please copy the code provided below into your preferred development environment, execute it, and you will receive structured data in return.
const url = "https://data.mef.gov.kh/api/v1/public-datasets/pd_6837e133dbc953000126f654/json?page=1&page_size=10";
fetch(url)
.then(response => {
if (!response.ok) {
throw new Error('Failed to fetch data');
}
return response.json();
})
.then(data => {
console.error(data);
})
.catch(error => {
console.error('Error fetching data:', error);
});Managed by
National Institute of Statistics
API Calls
147
Views
612
Downloads
28
Data Source
Coverage
-
Created at
29 May 2025
Updated at
29 May 2025