--- license: cc-by-sa-4.0 language: - en task_categories: - tabular-regression - time-series-forecasting multilinguality: monolingual size_categories: - n<1K tags: - tabular - csv - africa - mauritius - official-statistics - open-data - education pretty_name: "Enrolment by School, Course Level, Faculty, Gender and by Year for University of Technology | Africa (Mauritius official open data)" --- # Enrolment by School, Course Level, Faculty, Gender and by Year for University of Technology | Africa (Mauritius official open data) 506 rows - 1 Africa country - 2020-2022 - Repackaged by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica) ![rows](https://img.shields.io/badge/rows-506-blue) ![countries](https://img.shields.io/badge/countries-1-green) ![years](https://img.shields.io/badge/years-2020-2022-orange) ![indicators](https://img.shields.io/badge/indicators-2-purple) ![license](https://img.shields.io/badge/license-cc-by-sa-4.0-lightgrey) ## TL;DR This dataset packages one official CSV resource from **Mauritius** as ML-ready Parquet. The CSV is the provenance boundary; all usable indicators or tabular columns from the source file stay together in this repo. ## About the source - **Source:** [Enrolment by School, Course Level, Faculty, Gender and by Year for University of Technology](https://data.govmu.org/dataset/enrolment-school-course-level-faculty-gender-and-year-university-technology) - **Publisher:** MDPA - **Resource:** [Enrolment-by-School-Course-Level-Faculty-Gender-%26-by-Year-UTM.csv](https://data.govmu.org/dataset/c52217d2-3b21-4d74-a288-01c907ac4854/resource/f50d3e9d-1803-4839-806e-3e79d9ce8013/download/enrolment-by-school-course-level-faculty-gender-26-by-year-utm.csv) - **License:** [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) - **Packaging mode:** `indicator_long` ## Geographic coverage 1 Africa country: | Country | Rows | First year | Last year | Name | |---------|-----:|-----------:|----------:|------| | `MUS` | 506 | 2020 | 2022 | `Mauritius` | ## Indicators or Resource Contents - `enrolment-by-school-course-level-faculty-gender-and-by-year-for-universi-69a7d12f` - Enrolment by School, Course Level, Faculty, Gender and by Year for University of Technology - from year - `enrolment-by-school-course-level-faculty-gender-and-by-year-for-universi-64eb484e` - Enrolment by School, Course Level, Faculty, Gender and by Year for University of Technology - number ## Schema | Column | Type | Description | Example | |--------|------|-------------|---------| | `indicator_id` | `object` | Stable indicator identifier. | `enrolment-by-school-course-level-faculty-gender-and-by-year-for-universi` | | `indicator_name` | `object` | Human-readable indicator name. | `Enrolment by School, Course Level, Faculty, Gender and by Year for Unive` | | `country_iso3` | `object` | ISO3 country code. | `MUS` | | `country_name` | `object` | Country name. | `Mauritius` | | `year` | `Int64` | Observation year. | `2020` | | `value` | `float64` | Numeric observation value. | `2019.0` | | `unit` | `object` | Measurement unit, when available. | `source_units_unspecified` | | `dimension_faculty` | `string` | Source dimension. | `School of Business, Management and Finance` | | `dimension_course_level` | `string` | Source dimension. | `Master Degree` | | `dimension_year_level` | `string` | Source dimension. | `Year 1` | | `dimension_gender` | `string` | Source dimension. | `Male` | | `source_provider` | `object` | Publishing organization. | `MDPA` | | `source_dataset` | `object` | Source package title. | `Enrolment by School, Course Level, Faculty, Gender and by Year for Unive` | | `source_resource` | `object` | Source resource title. | `Enrolment-by-School-Course-Level-Faculty-Gender-%26-by-Year-UTM.csv` | | `source_package_id` | `object` | CKAN package UUID. | `c52217d2-3b21-4d74-a288-01c907ac4854` | | `source_resource_id` | `object` | CKAN resource UUID. | `f50d3e9d-1803-4839-806e-3e79d9ce8013` | | `source_url` | `object` | Original CSV URL. | `https://data.govmu.org/dataset/c52217d2-3b21-4d74-a288-01c907ac4854/reso` | | `license_id` | `object` | Source license identifier. | `CC-BY-SA-4.0` | | `retrieved_at` | `object` | UTC retrieval timestamp. | `2026-07-16T19:23:24Z` | ## Usage ```python from datasets import load_dataset ds = load_dataset("electricsheepafrica/africa-mauritius-enrolment-by-school-course-level-faculty-gender-and-by-yea-ce527690") df = ds["train"].to_pandas() print(df.head()) ``` ### Filter to one country ```python sample_country = df[df["country_iso3"] == "MUS"] ``` ### Work with indicators ```python if "indicator_id" in df.columns: print(df["indicator_id"].value_counts().head()) sample = df.sort_values([c for c in ["indicator_id", "year"] if c in df.columns]) ``` ## Citation ```bibtex @misc{electric_sheep_africa_africa_mauritius_enrolment_by_school_course_level_faculty_gender_and_by_yea_ce52_2022, title = {Enrolment by School, Course Level, Faculty, Gender and by Year for University of Technology | Africa (Mauritius official open data)}, author = {MDPA}, year = {2022}, url = {https://data.govmu.org/dataset/enrolment-school-course-level-faculty-gender-and-year-university-technology}, publisher = {HuggingFace Datasets, repackaged by Electric Sheep Africa}, howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-mauritius-enrolment-by-school-course-level-faculty-gender-and-by-yea-ce527690}} } ``` ## License Released under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/). Original data (c) MDPA. When using this dataset, please cite both the original source above and the Electric Sheep Africa repackaging. ## About Electric Sheep Electric Sheep Africa is part of the Electric Sheep mission: a unified, ML-ready data layer for Africa on Hugging Face. We pull data from authoritative open sources, normalize the schemas, package as Parquet, and publish with consistent dataset cards so researchers and developers can use `load_dataset()` to start working in seconds. Browse the full collection: [huggingface.co/electricsheepafrica](https://huggingface.co/electricsheepafrica) --- Provenance: ingested 2026-07-16 via the Electric Sheep pipeline. Source URL: https://data.govmu.org/dataset/c52217d2-3b21-4d74-a288-01c907ac4854/resource/f50d3e9d-1803-4839-806e-3e79d9ce8013/download/enrolment-by-school-course-level-faculty-gender-26-by-year-utm.csv