electricsheepafrica/africa-mauritius-budget-data-2016-2017-treasury-43d3c93f
Budget Data 2016 2017 Treasury | Africa (MDPA) 180 rows - 1 Africa country/area - 2015-2018 - 3 indicators - Engineered by Electric Sheep Africa TL;DR This dataset contains 180 rows from MDPA, covering Budget Data 2016 2017 Treasury. It is published as ML-ready Parquet with consistent Hugging Face metadata, source provenance, and analysis-friendly loading examples. What This Dataset Measures Economic datasets help analysts examine production… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-mauritius-budget-data-2016-2017-treasury-43d3c93f.
Budget Data 2016 2017 Treasury | Africa (MDPA)
180 rows - 1 Africa country/area - 2015-2018 - 3 indicators - Engineered by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)
TL;DR
This dataset contains 180 rows from MDPA, covering Budget Data 2016 2017 Treasury. It is published as ML-ready Parquet with consistent Hugging Face metadata, source provenance, and analysis-friendly loading examples.
What This Dataset Measures
Economic datasets help analysts examine production, prices, public finance, trade flows, market conditions, and macroeconomic change.
Source-provided context: Budget Data for the Ministry of Finance and Economic Development Sub_Head as Treasury
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
Geographic Coverage
Top areas shown below, sorted by row count when available:
Indicators, Variables, Or Resource Contents
budget-data-2016-2017-treasury-itemno-03a3e926- Budget Data 2016 - 2017 – Treasury - itemno(sourceunitsunspecified)budget-data-2016-2017-treasury-endfinancialyear-79590a2f- Budget Data 2016 - 2017 – Treasury - endfinancialyear(sourceunitsunspecified)budget-data-2016-2017-treasury-amount-6b79827b- Budget Data 2016 - 2017 – Treasury - amount(sourceunitsunspecified)
Schema
Usage
from datasets import load_dataset
ds = load_dataset("electricsheepafrica/africa-mauritius-budget-data-2016-2017-treasury-43d3c93f")
df = ds["train"].to_pandas()
print(df.head())Inspect Columns
print(df.info())
print(df.head())Filter By Geography
if "country_iso3" in df.columns:
sample = df[df["country_iso3"] == "MU"]Time-Series Pattern
if "value" in df.columns and "year" in df.columns:
trend = df.sort_values("year")Pivot For Analysis
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
- Source: MDPA
- Publisher: MDPA
- Portal: https://data.govmu.org
- Resource: DATA_Budget-Data-2016-2017-Treasury.csv
- License: CC BY-SA 4.0
- Retrieved/generated:
2026-08-08T16:45:23Z - Hugging Face repo: electricsheepafrica/africa-mauritius-budget-data-2016-2017-treasury-43d3c93f
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
- Build time-series dashboards
- Compare economic indicators
- Join with population or sector data
- 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_iso3as the safest geography join key when present
Citation
@misc{electric_sheep_africa_africa_mauritius_budget_data_2016_2017_treasury_43d3c93f_2018,
title = {Budget Data 2016 2017 Treasury | Africa (MDPA)},
author = {MDPA},
year = {2018},
url = {https://data.govmu.org/dataset/budget-data-2016-2017-treasury},
publisher = {Hugging Face Datasets, engineered by Electric Sheep Africa},
howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-mauritius-budget-data-2016-2017-treasury-43d3c93f}}
}License
Released under CC BY-SA 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/budget-data-2016-2017-treasury
