Kossisoroyce commited on
Commit
0b0e508
·
verified ·
1 Parent(s): ff5730c

Add ML-ready official indicator dataset

Browse files
README.md ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ language:
4
+ - en
5
+ task_categories:
6
+ - tabular-regression
7
+ - time-series-forecasting
8
+ multilinguality: monolingual
9
+ size_categories:
10
+ - n<1K
11
+ tags:
12
+ - tabular
13
+ - csv
14
+ - africa
15
+ - mauritius
16
+ - official-statistics
17
+ - open-data
18
+ pretty_name: "Data_Budget Data 2016-2017 - Judiciary | Africa (Mauritius official open data)"
19
+ ---
20
+
21
+ # Data_Budget Data 2016-2017 - Judiciary | Africa (Mauritius official open data)
22
+
23
+ 264 rows - 1 Africa country - 2015-2018 - Repackaged by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)
24
+
25
+ ![rows](https://img.shields.io/badge/rows-264-blue)
26
+ ![countries](https://img.shields.io/badge/countries-1-green)
27
+ ![years](https://img.shields.io/badge/years-2015-2018-orange)
28
+ ![indicators](https://img.shields.io/badge/indicators-3-purple)
29
+ ![license](https://img.shields.io/badge/license-cc-by-sa-4.0-lightgrey)
30
+
31
+ ## TL;DR
32
+
33
+ This dataset packages one official CSV resource from **Mauritius** as
34
+ ML-ready Parquet. The CSV is the provenance boundary; all usable indicators or
35
+ tabular columns from the source file stay together in this repo.
36
+
37
+ ## About the source
38
+
39
+ - **Source:** [Data_Budget Data 2016-2017 - Judiciary](https://data.govmu.org/dataset/databudget-data-2016-2017-judiciary)
40
+ - **Publisher:** MDPA
41
+ - **Resource:** [Data-_Judiciary-20162017_0.csv](https://data.govmu.org/dataset/970bb7f7-8138-4293-8c0d-ccb888f4bf54/resource/85939184-9e93-4e28-a8ef-34484f6bd3c0/download/data-_judiciary-20162017_0.csv)
42
+ - **License:** [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
43
+ - **Packaging mode:** `indicator_long`
44
+
45
+ ## Geographic coverage
46
+
47
+ 1 Africa country:
48
+
49
+ | Country | Rows | First year | Last year | Name |
50
+ |---------|-----:|-----------:|----------:|------|
51
+ | `MUS` | 264 | 2015 | 2018 | `Mauritius` |
52
+
53
+ ## Indicators or Resource Contents
54
+
55
+ - `data-budget-data-2016-2017-judiciary-item-no-0a9a39c4` - Data_Budget Data 2016-2017 - Judiciary - item no
56
+ - `data-budget-data-2016-2017-judiciary-end-financial-year-51664213` - Data_Budget Data 2016-2017 - Judiciary - end financial year
57
+ - `data-budget-data-2016-2017-judiciary-amount-152d916a` - Data_Budget Data 2016-2017 - Judiciary - amount
58
+
59
+ ## Schema
60
+
61
+ | Column | Type | Description | Example |
62
+ |--------|------|-------------|---------|
63
+ | `indicator_id` | `object` | Stable indicator identifier. | `data-budget-data-2016-2017-judiciary-item-no-0a9a39c4` |
64
+ | `indicator_name` | `object` | Human-readable indicator name. | `Data_Budget Data 2016-2017 - Judiciary - item no` |
65
+ | `country_iso3` | `object` | ISO3 country code. | `MUS` |
66
+ | `country_name` | `object` | Country name. | `Mauritius` |
67
+ | `year` | `Int64` | Observation year. | `2015` |
68
+ | `value` | `float64` | Numeric observation value. | `21110.0` |
69
+ | `unit` | `object` | Measurement unit, when available. | `source_units_unspecified` |
70
+ | `dimension_head` | `string` | Source dimension. | `THE JUDICIARY` |
71
+ | `dimension_sub_head` | `string` | Source dimension. | `THE JUDICIARY` |
72
+ | `dimension_expense_type` | `string` | Source dimension. | `Reccurrent Expenditure` |
73
+ | `dimension_category` | `string` | Source dimension. | `Compensation of Employees` |
74
+ | `dimension_sub_category` | `string` | Source dimension. | `Personal Emoluments` |
75
+ | `dimension_financial_status` | `string` | Source dimension. | `Estimates` |
76
+ | `source_provider` | `object` | Publishing organization. | `MDPA` |
77
+ | `source_dataset` | `object` | Source package title. | `Data_Budget Data 2016-2017 - Judiciary` |
78
+ | `source_resource` | `object` | Source resource title. | `Data-_Judiciary-20162017_0.csv` |
79
+ | `source_package_id` | `object` | CKAN package UUID. | `970bb7f7-8138-4293-8c0d-ccb888f4bf54` |
80
+ | `source_resource_id` | `object` | CKAN resource UUID. | `85939184-9e93-4e28-a8ef-34484f6bd3c0` |
81
+ | `source_url` | `object` | Original CSV URL. | `https://data.govmu.org/dataset/970bb7f7-8138-4293-8c0d-ccb888f4bf54/reso` |
82
+ | `license_id` | `object` | Source license identifier. | `CC-BY-SA-4.0` |
83
+ | `retrieved_at` | `object` | UTC retrieval timestamp. | `2026-07-16T19:23:24Z` |
84
+
85
+ ## Usage
86
+
87
+ ```python
88
+ from datasets import load_dataset
89
+
90
+ ds = load_dataset("electricsheepafrica/africa-mauritius-data-budget-data-2016-2017-judiciary-2a4ede9a")
91
+ df = ds["train"].to_pandas()
92
+ print(df.head())
93
+ ```
94
+
95
+ ### Filter to one country
96
+
97
+ ```python
98
+ sample_country = df[df["country_iso3"] == "MUS"]
99
+ ```
100
+
101
+ ### Work with indicators
102
+
103
+ ```python
104
+ if "indicator_id" in df.columns:
105
+ print(df["indicator_id"].value_counts().head())
106
+ sample = df.sort_values([c for c in ["indicator_id", "year"] if c in df.columns])
107
+ ```
108
+
109
+ ## Citation
110
+
111
+ ```bibtex
112
+ @misc{electric_sheep_africa_africa_mauritius_data_budget_data_2016_2017_judiciary_2a4ede9a_2018,
113
+ title = {Data_Budget Data 2016-2017 - Judiciary | Africa (Mauritius official open data)},
114
+ author = {MDPA},
115
+ year = {2018},
116
+ url = {https://data.govmu.org/dataset/databudget-data-2016-2017-judiciary},
117
+ publisher = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
118
+ howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-mauritius-data-budget-data-2016-2017-judiciary-2a4ede9a}}
119
+ }
120
+ ```
121
+
122
+ ## License
123
+
124
+ Released under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
125
+
126
+ Original data (c) MDPA. When using this dataset, please cite both the
127
+ original source above and the Electric Sheep Africa repackaging.
128
+
129
+ ## About Electric Sheep
130
+
131
+ Electric Sheep Africa is part of the Electric Sheep mission: a unified,
132
+ ML-ready data layer for Africa on Hugging Face. We pull data from authoritative
133
+ open sources, normalize the schemas, package as Parquet, and publish with
134
+ consistent dataset cards so researchers and developers can use `load_dataset()`
135
+ to start working in seconds.
136
+
137
+ Browse the full collection: [huggingface.co/electricsheepafrica](https://huggingface.co/electricsheepafrica)
138
+
139
+ ---
140
+
141
+ Provenance: ingested 2026-07-16 via the Electric Sheep pipeline. Source URL:
142
+ https://data.govmu.org/dataset/970bb7f7-8138-4293-8c0d-ccb888f4bf54/resource/85939184-9e93-4e28-a8ef-34484f6bd3c0/download/data-_judiciary-20162017_0.csv
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22df570e8d343dacf424760dee1434383bf50cbc8f3b4840f9025ebe467ae2ce
3
+ size 16867
metadata/source_snapshot.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "columns": [
3
+ "indicator_id",
4
+ "indicator_name",
5
+ "country_iso3",
6
+ "country_name",
7
+ "year",
8
+ "value",
9
+ "unit",
10
+ "dimension_head",
11
+ "dimension_sub_head",
12
+ "dimension_expense_type",
13
+ "dimension_category",
14
+ "dimension_sub_category",
15
+ "dimension_financial_status",
16
+ "source_provider",
17
+ "source_dataset",
18
+ "source_resource",
19
+ "source_package_id",
20
+ "source_resource_id",
21
+ "source_url",
22
+ "license_id",
23
+ "retrieved_at"
24
+ ],
25
+ "generated_at": "2026-07-16T19:40:57Z",
26
+ "indicator_count": 3,
27
+ "mode": "indicator_long",
28
+ "repo_id": "electricsheepafrica/africa-mauritius-data-budget-data-2016-2017-judiciary-2a4ede9a",
29
+ "rows": 264,
30
+ "source": {
31
+ "api_base_url": "https://data.govmu.org",
32
+ "country_iso3": "MUS",
33
+ "country_name": "Mauritius",
34
+ "group_names": "finance-and-trade",
35
+ "license_id": "CC-BY-SA-4.0",
36
+ "license_title": "CC-BY-SA-4.0",
37
+ "license_url": "",
38
+ "organization_id": "fba989d1-7b9a-4338-901c-978558936a9b",
39
+ "organization_name": "mdpa",
40
+ "organization_title": "MDPA",
41
+ "package_author": "",
42
+ "package_id": "970bb7f7-8138-4293-8c0d-ccb888f4bf54",
43
+ "package_maintainer": "Open Data Mauritius",
44
+ "package_metadata_created": "2024-09-30T11:56:20.570216",
45
+ "package_metadata_modified": "2025-10-21T09:49:56.981601",
46
+ "package_name": "databudget-data-2016-2017-judiciary",
47
+ "package_notes": "",
48
+ "package_page_url": "https://data.govmu.org/dataset/databudget-data-2016-2017-judiciary",
49
+ "package_private": "False",
50
+ "package_state": "active",
51
+ "package_title": "Data_Budget Data 2016-2017 - Judiciary",
52
+ "package_version": "",
53
+ "portal_url": "https://data.govmu.org",
54
+ "resource_created": "2024-09-30T11:56:21.124566",
55
+ "resource_datastore_active": "True",
56
+ "resource_description": "",
57
+ "resource_format": "CSV",
58
+ "resource_hash": "",
59
+ "resource_id": "85939184-9e93-4e28-a8ef-34484f6bd3c0",
60
+ "resource_last_modified": "2024-09-30T11:56:21.100265",
61
+ "resource_mimetype": "text/csv",
62
+ "resource_name": "Data-_Judiciary-20162017_0.csv",
63
+ "resource_position": "1",
64
+ "resource_size": "11128",
65
+ "resource_state": "active",
66
+ "resource_url": "https://data.govmu.org/dataset/970bb7f7-8138-4293-8c0d-ccb888f4bf54/resource/85939184-9e93-4e28-a8ef-34484f6bd3c0/download/data-_judiciary-20162017_0.csv",
67
+ "retrieved_at": "2026-07-16T17:57:00Z",
68
+ "tag_names": "Judiciary; budget data; budget data judiciary 2016-2017; estimates; recurrent expenditure"
69
+ },
70
+ "year_max": 2018,
71
+ "year_min": 2015
72
+ }