taxapp commited on
Commit
7174c64
·
verified ·
1 Parent(s): eec83e9

Upload dataset folder

Browse files
README.md ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ task_categories:
6
+ - tabular-classification
7
+ - tabular-regression
8
+ multilinguality: monolingual
9
+ size_categories:
10
+ - n<1K
11
+ tags:
12
+ - tabular
13
+ - csv
14
+ - africa
15
+ - djibouti
16
+ - official-statistics
17
+ - open-data
18
+ configs:
19
+ - config_name: default
20
+ data_files:
21
+ - split: train
22
+ path: data/train-00000-of-00001.parquet
23
+ pretty_name: "Suez Canal, Bosporus Strait, Bab el-Mandeb Strait: Transits During Disruptions | Africa (Djibouti official open data)"
24
+ ---
25
+
26
+ # Suez Canal, Bosporus Strait, Bab el-Mandeb Strait: Transits During Disruptions | Africa (Djibouti official open data)
27
+
28
+ 35 rows - 1 Africa country - not-applicable - Repackaged by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)
29
+
30
+ ![rows](https://img.shields.io/badge/rows-35-blue)
31
+ ![countries](https://img.shields.io/badge/countries-1-green)
32
+ ![years](https://img.shields.io/badge/years-not-applicable-orange)
33
+ ![indicators](https://img.shields.io/badge/indicators-0-purple)
34
+ ![license](https://img.shields.io/badge/license-cc-by-4.0-lightgrey)
35
+
36
+ ## TL;DR
37
+
38
+ This dataset packages one official `CSV` resource from **Djibouti** as
39
+ ML-ready Parquet. The source file is the provenance boundary; all usable
40
+ indicators or tabular columns from the resource stay together in this repo.
41
+
42
+ ## About the source
43
+
44
+ - **Source:** [Suez Canal, Bosporus Strait, Bab el-Mandeb Strait: Transits During Disruptions](https://data.humdata.org/dataset/maritime-passageway-transits-during-disruptions)
45
+ - **Publisher:** Asian Development Bank
46
+ - **Resource:** [Suez Canal Vessel Category Mapping.csv](https://data.humdata.org/dataset/5665da77-dc27-4421-a640-9ff07effe1e2/resource/f285138e-b06f-42b2-b501-c8167b9cf8b8/download/suez-canal-vessel-category-mapping.csv)
47
+ - **Format:** `CSV`
48
+ - **License:** [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
49
+ - **Packaging mode:** `tabular_resource`
50
+
51
+ ## Geographic coverage
52
+
53
+ 1 Africa country:
54
+
55
+ | Country | Rows | First year | Last year | Name |
56
+ |---------|-----:|-----------:|----------:|------|
57
+ | `DJI` | 35 | n/a | n/a | `Djibouti` |
58
+
59
+ ## Indicators or Resource Contents
60
+
61
+ - This source file is packaged as a normalized tabular resource.
62
+
63
+ ## Schema
64
+
65
+ | Column | Type | Description | Example |
66
+ |--------|------|-------------|---------|
67
+ | `source_record_id` | `string` | Stable row identifier for tabular resources. | `f285138e-b06f-42b2-b501-c8167b9cf8b8:0` |
68
+ | `country_iso3` | `category` | ISO3 country code. | `DJI` |
69
+ | `country_name` | `category` | Country name. | `Djibouti` |
70
+ | `statcode5` | `string` | Source column. | `A11A2TN` |
71
+ | `shiptypelevel2` | `string` | Source column. | `Tankers` |
72
+ | `shiptypelevel5` | `string` | Source column. | `LNG Tanker` |
73
+ | `sca_vessel_type` | `string` | Source column. | `LNG Ships` |
74
+ | `source_period_start_year` | `Int64` | First year inferred from source resource metadata. | `` |
75
+ | `source_period_end_year` | `Int64` | Last year inferred from source resource metadata. | `` |
76
+ | `source_period_label` | `string` | Human-readable period inferred from source resource metadata. | `` |
77
+ | `source_provider` | `category` | Publishing organization. | `Asian Development Bank` |
78
+ | `source_dataset` | `category` | Source package title. | `Suez Canal, Bosporus Strait, Bab el-Mandeb Strait: Transits During Disru` |
79
+ | `source_resource` | `category` | Source resource title. | `Suez Canal Vessel Category Mapping.csv` |
80
+ | `source_package_id` | `category` | CKAN package UUID. | `5665da77-dc27-4421-a640-9ff07effe1e2` |
81
+ | `source_resource_id` | `category` | CKAN resource UUID. | `f285138e-b06f-42b2-b501-c8167b9cf8b8` |
82
+ | `source_url` | `category` | Original source resource URL. | `https://data.humdata.org/dataset/5665da77-dc27-4421-a640-9ff07effe1e2/re` |
83
+ | `license_id` | `category` | Source license identifier. | `cc-by` |
84
+ | `retrieved_at` | `category` | UTC retrieval timestamp. | `2026-08-16T10:32:57Z` |
85
+
86
+ ## Usage
87
+
88
+ ```python
89
+ from datasets import load_dataset
90
+
91
+ ds = load_dataset("electricsheepafrica/africa-djibouti-suez-canal-bosporus-strait-bab-el-mandeb-strait-transits-d-0fcffdc2")
92
+ df = ds["train"].to_pandas()
93
+ print(df.head())
94
+ ```
95
+
96
+ ### Filter to one country
97
+
98
+ ```python
99
+ sample_country = df[df["country_iso3"] == "DJI"]
100
+ ```
101
+
102
+ ### Work with indicators
103
+
104
+ ```python
105
+ if "indicator_id" in df.columns:
106
+ print(df["indicator_id"].value_counts().head())
107
+ sample = df.sort_values([c for c in ["indicator_id", "year"] if c in df.columns])
108
+ ```
109
+
110
+ ## Citation
111
+
112
+ ```bibtex
113
+ @misc{electric_sheep_africa_africa_djibouti_suez_canal_bosporus_strait_bab_el_mandeb_strait_transits_d_0fcff_2026,
114
+ title = {Suez Canal, Bosporus Strait, Bab el-Mandeb Strait: Transits During Disruptions | Africa (Djibouti official open data)},
115
+ author = {Asian Development Bank},
116
+ year = {2026},
117
+ url = {https://data.humdata.org/dataset/maritime-passageway-transits-during-disruptions},
118
+ publisher = {HuggingFace Datasets, repackaged by Electric Sheep Africa},
119
+ howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-djibouti-suez-canal-bosporus-strait-bab-el-mandeb-strait-transits-d-0fcffdc2}}
120
+ }
121
+ ```
122
+
123
+ ## License
124
+
125
+ Released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
126
+
127
+ Original data (c) Asian Development Bank. When using this dataset, please cite both the
128
+ original source above and the Electric Sheep Africa repackaging.
129
+
130
+ ## About Electric Sheep
131
+
132
+ Electric Sheep Africa is part of the Electric Sheep mission: a unified,
133
+ ML-ready data layer for Africa on Hugging Face. We pull data from authoritative
134
+ open sources, normalize the schemas, package as Parquet, and publish with
135
+ consistent dataset cards so researchers and developers can use `load_dataset()`
136
+ to start working in seconds.
137
+
138
+ Browse the full collection: [huggingface.co/electricsheepafrica](https://huggingface.co/electricsheepafrica)
139
+
140
+ ---
141
+
142
+ Provenance: ingested 2026-08-16 via the Electric Sheep pipeline. Source URL:
143
+ https://data.humdata.org/dataset/5665da77-dc27-4421-a640-9ff07effe1e2/resource/f285138e-b06f-42b2-b501-c8167b9cf8b8/download/suez-canal-vessel-category-mapping.csv
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34a42d651dc142209f24738b3174e322f5217f04e8d3b50b467410047cfe086d
3
+ size 15356
metadata/source_snapshot.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "columns": [
3
+ "source_record_id",
4
+ "country_iso3",
5
+ "country_name",
6
+ "statcode5",
7
+ "shiptypelevel2",
8
+ "shiptypelevel5",
9
+ "sca_vessel_type",
10
+ "source_period_start_year",
11
+ "source_period_end_year",
12
+ "source_period_label",
13
+ "source_provider",
14
+ "source_dataset",
15
+ "source_resource",
16
+ "source_package_id",
17
+ "source_resource_id",
18
+ "source_url",
19
+ "license_id",
20
+ "retrieved_at"
21
+ ],
22
+ "generated_at": "2026-08-16T11:21:14Z",
23
+ "indicator_count": 0,
24
+ "mode": "tabular_resource",
25
+ "repo_id": "electricsheepafrica/africa-djibouti-suez-canal-bosporus-strait-bab-el-mandeb-strait-transits-d-0fcffdc2",
26
+ "rows": 35,
27
+ "source": {
28
+ "api_base_url": "https://data.humdata.org/api/3/action",
29
+ "country_iso3": "DJI",
30
+ "country_name": "Djibouti",
31
+ "group_names": "dji,egy,eri,tur,yem",
32
+ "license_id": "cc-by",
33
+ "license_title": "Creative Commons Attribution International (CC BY)",
34
+ "license_url": "http://www.opendefinition.org/licenses/cc-by",
35
+ "organization_name": "adb",
36
+ "organization_title": "Asian Development Bank",
37
+ "package_id": "5665da77-dc27-4421-a640-9ff07effe1e2",
38
+ "package_name": "maritime-passageway-transits-during-disruptions",
39
+ "package_notes": "This dataset contains the daily count of transits on select maritime passageways during the following events of disruption: i) Suez Canal blockage, ii) Russian Invasion of Ukraine for Bosporus Strait, and iii) the Houthi attacks for Bab el-Mandeb Strait. The counts are derived from Automatic Identification System (AIS) data--high frequency ship signals during navigation--using the framework developed in the publication [Analyzing anomalous events in passageways with high-frequency ship signals](https://doi.org/10.1371/journal.pone.0320129). Data to validate the transits and other supplementary dataof the publication are also included.",
40
+ "package_page_url": "https://data.humdata.org/dataset/maritime-passageway-transits-during-disruptions",
41
+ "package_title": "Suez Canal, Bosporus Strait, Bab el-Mandeb Strait: Transits During Disruptions",
42
+ "portal_url": "https://data.humdata.org",
43
+ "resource_description": "Reference to map vessel type from Ship Register data to validation reference file for Suez Canal.",
44
+ "resource_format": "CSV",
45
+ "resource_id": "f285138e-b06f-42b2-b501-c8167b9cf8b8",
46
+ "resource_last_modified": "2025-07-15T07:59:29.134376",
47
+ "resource_name": "Suez Canal Vessel Category Mapping.csv",
48
+ "resource_position": "8",
49
+ "resource_url": "https://data.humdata.org/dataset/5665da77-dc27-4421-a640-9ff07effe1e2/resource/f285138e-b06f-42b2-b501-c8167b9cf8b8/download/suez-canal-vessel-category-mapping.csv",
50
+ "tag_names": "logistics,transportation"
51
+ },
52
+ "year_max": null,
53
+ "year_min": null
54
+ }