File size: 1,294 Bytes
3ab7755
2dcdd05
 
3ab7755
2dcdd05
 
ba19677
 
 
 
 
2dcdd05
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3ab7755
ba19677
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
69
70
71
72
73
74
75
76
77
78
---
language:
- en
license: afl-3.0
size_categories:
- 1K<n<10K
task_categories:
- text-generation
tags:
- ghana
- electricity
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: Oper Day
    dtype: string
  - name: Hour Ending
    dtype: int64
  - name: HB_BUSAVG
    dtype: float64
  - name: HB_HOUSTON
    dtype: float64
  - name: HB_HUBAVG
    dtype: float64
  - name: HB_NORTH
    dtype: float64
  - name: HB_PAN
    dtype: float64
  - name: HB_SOUTH
    dtype: float64
  - name: HB_WEST
    dtype: float64
  - name: LZ_AEN
    dtype: float64
  - name: LZ_CPS
    dtype: float64
  - name: LZ_HOUSTON
    dtype: float64
  - name: LZ_LCRA
    dtype: float64
  - name: LZ_NORTH
    dtype: float64
  - name: LZ_RAYBN
    dtype: float64
  - name: LZ_SOUTH
    dtype: float64
  - name: LZ_WEST
    dtype: float64
  splits:
  - name: train
    num_bytes: 23352
    num_examples: 168
  download_size: 24020
  dataset_size: 23352
---


### Load Dataset
```shell
pip install datasets
```

```python
from datasets import load_dataset

electricity = load_dataset("worldboss/electricity-prices", split="train")

pd.DataFrame(electricity).head()

```


### Author
The data was constructed by Theophilus Siameh ([email protected]).