Upload dataset nigerian_transport_and_logistics_blockchain_logistics
Browse files
.gitattributes
CHANGED
|
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
nigerian_transport_and_logistics_blockchain_logistics.csv filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
license: gpl
|
| 4 |
+
dataset_name: nigerian_transport_and_logistics_blockchain_logistics
|
| 5 |
+
pretty_name: Nigeria Transport & Logistics – Blockchain Logistics Records
|
| 6 |
+
size_categories: [10K<n<1M]
|
| 7 |
+
task_categories: [time-series-forecasting, tabular-regression, tabular-classification, other]
|
| 8 |
+
tags: [nigeria, transport, logistics, mobility, fleet, supply-chain]
|
| 9 |
+
language: [en]
|
| 10 |
+
created: 2025-10-12
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
# Nigeria Transport & Logistics – Blockchain Logistics Records
|
| 15 |
+
|
| 16 |
+
On-chain logistics events with actors, custody, network, and validity.
|
| 17 |
+
|
| 18 |
+
- **[category]** Emerging & Advanced
|
| 19 |
+
- **[rows]** ~120,000
|
| 20 |
+
- **[formats]** CSV + Parquet (snappy)
|
| 21 |
+
- **[geography]** Nigeria (major cities, corridors, ports, airports)
|
| 22 |
+
|
| 23 |
+
## Schema
|
| 24 |
+
|
| 25 |
+
| column | dtype |
|
| 26 |
+
|---|---|
|
| 27 |
+
| timestamp | object |
|
| 28 |
+
| tx_hash | object |
|
| 29 |
+
| shipment_id | object |
|
| 30 |
+
| action | object |
|
| 31 |
+
| actor_wallet | object |
|
| 32 |
+
| chain | object |
|
| 33 |
+
| custody | object |
|
| 34 |
+
| valid | bool |
|
| 35 |
+
| note | object |
|
| 36 |
+
|
| 37 |
+
## Usage
|
| 38 |
+
|
| 39 |
+
```python
|
| 40 |
+
import pandas as pd
|
| 41 |
+
df = pd.read_parquet('data/nigerian_transport_and_logistics_blockchain_logistics/nigerian_transport_and_logistics_blockchain_logistics.parquet')
|
| 42 |
+
df.head()
|
| 43 |
+
```
|
| 44 |
+
|
| 45 |
+
```python
|
| 46 |
+
from datasets import load_dataset
|
| 47 |
+
ds = load_dataset('electricsheepafrica/nigerian_transport_and_logistics_blockchain_logistics')
|
| 48 |
+
ds
|
| 49 |
+
```
|
| 50 |
+
|
| 51 |
+
## Notes
|
| 52 |
+
|
| 53 |
+
- Nigeria-specific parameters (fleets, roads, traffic, fuel prices)
|
| 54 |
+
- Time-of-day traffic effects and seasonal impacts where applicable
|
| 55 |
+
- Physical plausibility checks embedded during generation
|
nigerian_transport_and_logistics_blockchain_logistics.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07c0b976479624bada2f8d8685b18f624776d1dddeeeaf0ee3ca79850a75ecc2
|
| 3 |
+
size 13582446
|
nigerian_transport_and_logistics_blockchain_logistics.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a4b30e2ddbcdcf7b66010ac9a102eed05dbd770feb371c044e0f142cd0bd72f
|
| 3 |
+
size 7413522
|