CoolFace
Datasetpublic

electricsheepafrica/africa-mauritius-cambridge-school-certificate-sc-performance-by-subject-by-ea737da3

Cambridge School Certificate Sc Performance by Subject by | Africa (MDPA) 176 rows - 1 Africa country/area - 2024 - 4 indicators - Engineered by Electric Sheep Africa TL;DR This dataset contains 176 rows from MDPA, covering Cambridge School Certificate Sc Performance by Subject by. It is published as ML-ready Parquet with consistent Hugging Face metadata, source provenance, and analysis-friendly loading examples. What This Dataset Measures… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-mauritius-cambridge-school-certificate-sc-performance-by-subject-by-ea737da3.

sourceHugging Facecc-by-4.0updated 2mo agoView on Hugging Face
0likes16downloads
Dataset Card

Cambridge School Certificate Sc Performance by Subject by | Africa (MDPA)

176 rows - 1 Africa country/area - 2024 - 4 indicators - Engineered by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)

rows countries period indicators license

TL;DR

This dataset contains 176 rows from MDPA, covering Cambridge School Certificate Sc Performance by Subject by. It is published as ML-ready Parquet with consistent Hugging Face metadata, source provenance, and analysis-friendly loading examples.

What This Dataset Measures

Education datasets help analysts study access, participation, learning systems, infrastructure, and outcomes across places and periods.

Source-provided context: The data shows number of girls and boys who took part (who were examined) in School Certificate Examinations and the number of passes by Subject for the year 2024

How To Read This Dataset

  • —One row means: one indicator observation for one geography, time period, and optional source dimensions.
  • —Primary geography column: country_iso3.
  • —Best time column: year.
  • —Time coverage basis: year.
  • —Recommended join keys: country_iso3, year, indicator_id.

Coverage

DimensionValue
Rows176
Countries/areas1
First period2024
Last period2024
Indicators4
Columns19
Source formatCSV

Geographic Coverage

Top areas shown below, sorted by row count when available:

AreaRowsFirst yearLast yearName
MU17620242024Mauritius

Indicators, Variables, Or Resource Contents

  • —cambridge-school-certificate-sc-performance-by-subject-by-year-and-by-ge-5a4c3532 - Cambridge School Certificate SC Performance by subject, by year and by gender2024 - male examined(sourceunits_unspecified)
  • —cambridge-school-certificate-sc-performance-by-subject-by-year-and-by-ge-2a6db15e - Cambridge School Certificate SC Performance by subject, by year and by gender2024 - female examined(sourceunits_unspecified)
  • —cambridge-school-certificate-sc-performance-by-subject-by-year-and-by-ge-3deb922f - Cambridge School Certificate SC Performance by subject, by year and by gender2024 - male passed(sourceunits_unspecified)
  • —cambridge-school-certificate-sc-performance-by-subject-by-year-and-by-ge-2d7b3e9f - Cambridge School Certificate SC Performance by subject, by year and by gender2024 - female passed(sourceunits_unspecified)

Schema

ColumnTypeDescriptionExample
indicator_idstringStable source or Electric Sheep Africa indicator identifier.cambridge-school-certificate-sc-performance-by-subject-by-year-and-by...
indicator_namestringHuman-readable indicator name.Cambridge School Certificate SC Performance by subject, by year and b...
country_iso3stringISO3 country or area code.MU
country_namestringCountry or area name.Mauritius
yearint64Observation year.2024
valuedoubleNumeric observation value.2741.0
unitstringMeasurement unit, when supplied by the source.source_units_unspecified
dimension_subjectsstringSource dimension retained during long-form normalization.Accounting
source_period_start_yearint64Start year inferred from source metadata.2024
source_period_end_yearint64End year inferred from source metadata.2024
source_period_labeldictionary<values=string, indices=int8, ordered=0>Source column from the original resource.2024
source_providerdictionary<values=string, indices=int8, ordered=0>Publishing organization.MDPA
source_datasetdictionary<values=string, indices=int8, ordered=0>Source dataset or package title.Cambridge School Certificate SC Performance by subject, by year and b...
source_resourcedictionary<values=string, indices=int8, ordered=0>Source resource title, table name, or file name.Cambridge School Certificate SC Performance by subject, by year and b...
source_package_iddictionary<values=string, indices=int8, ordered=0>Source package identifier.df843c5f-a712-4d8d-9c72-b6799652a0e2
source_resource_iddictionary<values=string, indices=int8, ordered=0>Source resource identifier.ed63098b-dd77-4bd3-8c44-54b4d75e9661
source_urldictionary<values=string, indices=int8, ordered=0>Original source URL or download URL.https://data.govmu.org/dataset/df843c5f-a712-4d8d-9c72-b6799652a0e2/r...
license_iddictionary<values=string, indices=int8, ordered=0>Source license identifier.cc-by
retrieved_atdictionary<values=string, indices=int8, ordered=0>UTC source retrieval timestamp from the Electric Sheep Africa pipeline.2026-08-08T16:26:20Z

Usage

python
from datasets import load_dataset

ds = load_dataset("electricsheepafrica/africa-mauritius-cambridge-school-certificate-sc-performance-by-subject-by-ea737da3")
df = ds["train"].to_pandas()
print(df.head())

Inspect Columns

python
print(df.info())
print(df.head())

Filter By Geography

python
if "country_iso3" in df.columns:
    sample = df[df["country_iso3"] == "MU"]

Time-Series Pattern

python
if "value" in df.columns and "year" in df.columns:
    trend = df.sort_values("year")

Pivot For Analysis

python
if {"indicator_id", "year", "value"}.issubset(df.columns):
    matrix = df.pivot_table(index="year", columns="indicator_id", values="value")
    print(matrix.tail())

Data Quality Notes

  • —Canonical time field: year.
  • —Missing values are preserved rather than silently imputed.
  • —Column names are standardized for machine use; source meanings are preserved where known.
  • —Always confirm source methodology, units, and collection definitions before policy, production, or redistribution-sensitive use.

Source And Provenance

Transformations Applied

  • —Converted the source table to Parquet for efficient analytics and ML workflows.
  • —Added or preserved source provenance columns where available.
  • —Standardized README metadata, dataset loading configuration, schema documentation, and citation format.
  • —Preserved source-reported values without analytical imputation.

Suggested Analyses

  • —Compare education indicators by geography
  • —Track participation or completion trends
  • —Join with population and poverty indicators
  • —Build time-series views and period-over-period comparisons
  • —Pivot to geography x period or indicator x period matrices
  • —Check missingness before modeling
  • —Use country_iso3 as the safest geography join key when present

Citation

bibtex
@misc{electric_sheep_africa_africa_mauritius_cambridge_school_certificate_sc_performance_by_subject_by_ea737_2024,
  title        = {Cambridge School Certificate Sc Performance by Subject by | Africa (MDPA)},
  author       = {MDPA},
  year         = {2024},
  url          = {https://data.govmu.org/dataset/cambridge-school-certificate-sc-performance-by-subject-by-year-and-by-gender_2024},
  publisher    = {Hugging Face Datasets, engineered by Electric Sheep Africa},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-mauritius-cambridge-school-certificate-sc-performance-by-subject-by-ea737da3}}
}

License

Released under CC BY 4.0.

Original data is published by MDPA. Electric Sheep Africa engineering standardizes the data for discovery, loading, and analysis on Hugging Face. Cite both the original source and this ML-ready dataset when used.

About Electric Sheep Africa

Electric Sheep Africa publishes ML-ready African public datasets on Hugging Face.


Provenance: README standardized 2026-08-11 by the Electric Sheep Africa README system. Source URL: https://data.govmu.org/dataset/cambridge-school-certificate-sc-performance-by-subject-by-year-and-by-gender_2024