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
- tourism
pretty_name: >-
Budget Data 2018-2019 - Ministry of Tourism | Africa (Mauritius official open
data)
Budget Data 2018-2019 - Ministry of Tourism | Africa (Mauritius official open data)
684 rows - 1 Africa country - 2017-2020 - Repackaged by Electric Sheep Africa
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: Budget Data 2018-2019 - Ministry of Tourism
- Publisher: MDPA
- Resource: Budget_Data_MOT_2018_2019_0.csv
- License: CC BY-SA 4.0
- Packaging mode:
indicator_long
Geographic coverage
1 Africa country:
| Country | Rows | First year | Last year | Name |
|---|---|---|---|---|
MUS |
684 | 2017 | 2020 | Mauritius |
Indicators or Resource Contents
budget-data-2018-2019-ministry-of-tourism-itemno-39a40abe- Budget Data 2018-2019 - Ministry of Tourism - itemnobudget-data-2018-2019-ministry-of-tourism-endfinancialyear-b2124c04- Budget Data 2018-2019 - Ministry of Tourism - endfinancialyearbudget-data-2018-2019-ministry-of-tourism-amount-mur-e92ac2d2- Budget Data 2018-2019 - Ministry of Tourism - amount mur
Schema
| Column | Type | Description | Example |
|---|---|---|---|
indicator_id |
object |
Stable indicator identifier. | budget-data-2018-2019-ministry-of-tourism-itemno-39a40abe |
indicator_name |
object |
Human-readable indicator name. | Budget Data 2018-2019 - Ministry of Tourism - itemno |
country_iso3 |
object |
ISO3 country code. | MUS |
country_name |
object |
Country name. | Mauritius |
year |
Int64 |
Observation year. | 2017 |
value |
float64 |
Numeric observation value. | 20100001.0 |
unit |
object |
Measurement unit, when available. | source_units_unspecified |
dimension_head |
string |
Source dimension. | Ministry of Tourism |
dimension_subhead |
string |
Source dimension. | `` |
dimension_expensetype |
string |
Source dimension. | Recurrent Expenditure |
dimension_category |
string |
Source dimension. | Allowance to Minister |
dimension_subcategory |
string |
Source dimension. | Annual Allowance |
dimension_itemcategory |
string |
Source dimension. | Allowance |
dimension_details |
string |
Source dimension. | Minister |
dimension_financialstatus |
string |
Source dimension. | Estimates |
source_provider |
object |
Publishing organization. | MDPA |
source_dataset |
object |
Source package title. | Budget Data 2018-2019 - Ministry of Tourism |
source_resource |
object |
Source resource title. | Budget_Data_MOT_2018_2019_0.csv |
source_package_id |
object |
CKAN package UUID. | ed30240b-09b1-49ad-a46c-74a3cb14773d |
source_resource_id |
object |
CKAN resource UUID. | 6a972477-26f2-4944-8bbf-6de0b5979856 |
source_url |
object |
Original CSV URL. | https://data.govmu.org/dataset/ed30240b-09b1-49ad-a46c-74a3cb14773d/reso |
license_id |
object |
Source license identifier. | CC-BY-SA-4.0 |
retrieved_at |
object |
UTC retrieval timestamp. | 2026-07-16T19:23:24Z |
Usage
from datasets import load_dataset
ds = load_dataset("electricsheepafrica/africa-mauritius-budget-data-2018-2019-ministry-of-tourism-ab55f8a9")
df = ds["train"].to_pandas()
print(df.head())
Filter to one country
sample_country = df[df["country_iso3"] == "MUS"]
Work with indicators
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
@misc{electric_sheep_africa_africa_mauritius_budget_data_2018_2019_ministry_of_tourism_ab55f8a9_2020,
title = {Budget Data 2018-2019 - Ministry of Tourism | Africa (Mauritius official open data)},
author = {MDPA},
year = {2020},
url = {https://data.govmu.org/dataset/budget-data-2018-2019-ministry-tourism},
publisher = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-mauritius-budget-data-2018-2019-ministry-of-tourism-ab55f8a9}}
}
License
Released under CC 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
Provenance: ingested 2026-07-16 via the Electric Sheep pipeline. Source URL: https://data.govmu.org/dataset/ed30240b-09b1-49ad-a46c-74a3cb14773d/resource/6a972477-26f2-4944-8bbf-6de0b5979856/download/budget_data_mot_2018_2019_0.csv