Managed by
Ministry of Education, Youth and Sport

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 |
|---|---|---|
| ogc_fid | Number | Feature ID |
| hrpcode | Text | Prefix KH + Province Code. (eg. KH01, KH25) |
| prov_en | Text | Province name in English |
| prov_kh | Text | Province name in Khmer |
| no_school | Number | Total number of schools (public pre-schools, primary, and secondary) in the province |
| dis_school | Number | Number of disadvantaged schools, as defined by having poor infrastructure and no water/sanitation |
| no_class | Number | Total number of classes in the schools. |
| clas_pagod | Number | Number of classes held in pagoda compounds (but the school itself is not fully in a pagoda) |
| t_enrol | Number | Total number of students enrolled in the schools |
| enrol_girl | Number | Total number of female students enrolled in the schools. |
| t_repeat | Number | Total number of repeaters (students repeating the same grade) |
| repeat_gir | Number | Number of female repeaters |
| t_teacher | Number | Total number of teaching staff: includes classroom teachers, some principals, librarians, etc. |
| teacher_f | Number | Total number of female teaching staff |
| t_nonteach | Number | Total number of non-teaching staff: includes admin, accountants, drivers, cooks, etc. |
| nonteach_f | Number | Total number of female non-teaching staff |
| t_staff | Number | Total school staff: sum of teaching + non-teaching staff |
| staff_f | Number | Total female staff: female teachers + female non-teaching staff |
| reference | Text | Source document |
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 |
|---|---|---|---|
| CambodiaPublicEducationStatistics2020-2021.csv | CSV | 4.21 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_66a8604000604c000123e14f/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
Ministry of Education, Youth and Sport
API Calls
660
Views
1.33K
Downloads
435
Data Source
N/A
Coverage
-
Created at
30 Jul 2024
Updated at
03 Jun 2025