File size: 1,459 Bytes
d03a557
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
license: mit
task_categories:
- tabular-regression
- tabular-classification
tags:
- nigeria
- oil-and-gas
- energy
- petroleum
- synthetic
language:
- en
size_categories:
- 10K<n<100K
---

# Nigerian Oilgas Spills

## Dataset Description

This dataset is part of the **Nigerian Oil & Gas Sector** collection, containing comprehensive data on Nigeria's petroleum industry from 1999-2025.

- **Rows**: 10,000
- **Columns**: 5
- **Period**: 1999-2025 (where applicable)
- **License**: MIT

## Data Quality

- **1999-2014**: ⭐⭐⭐⭐⭐ Based on official NEITI data
- **2015-2025**: ⭐⭐⭐⭐ Validated synthetic (OPEC/NNPC sources)

## Schema

| Column | Type | Sample |
|--------|------|--------|
| `spill_id` | object | SPILL-00001 |
| `date` | object | 2008-12-21 |
| `operator` | object | Chevron |
| `volume_barrels` | int64 | 2678 |
| `cause` | object | equipment_failure |

## Usage

```python
from datasets import load_dataset

dataset = load_dataset("electricsheepafrica/nigerian_oilgas_spills")
df = dataset['train'].to_pandas()
```

## Citation

```bibtex
@dataset{nigerian_oilgas_2025,
  title = {Nigerian Oil & Gas Sector Datasets},
  author = {Electric Sheep Africa},
  year = {2025},
  publisher = {Hugging Face},
  url = {https://huggingface.co/datasets/electricsheepafrica/nigerian_oilgas_spills}
}
```

## Collection

Part of: [Nigeria Oil & Gas Sector](https://huggingface.co/collections/electricsheepafrica/nigeria-oil-gas-sector)