File size: 1,433 Bytes
264665b
 
 
 
 
 
 
 
 
 
 
5d22fa4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8fca96c
 
264665b
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
---
license: apache-2.0
task_categories:
- time-series-forecasting
language:
- en
tags:
- electricity
size_categories:
- 100M<n<1B
---

## Dataset Description


<table border="0">
 <tr>
    <td style="width: 40%; vertical-align: top">
        Gyeonggi dataset is 10,000 households based on the highest meter reading rate for all branches of the around in Gyeonggi Province, South Korea. For privacy reasons, the name of the household is not provided. We only provide the ID of the household. 
    </td>
    <td>
        <img src="imgs/gy-map.png" >
    </td>
 </tr>
</table>


### Dataset Summary

This dataset en-compasses hourly records of building power consumption spanning approximately 1.9 years, ranging from January 1, 2021, to January 14, 2022.

| electrical-meter-id | date     | hour | customer-id | amount-of-consumption |
|---------------------|----------|------|-------------|-----------------------|
| 7871                | 20201020 | 1    | 7871        | 4.25                  |
| 7871                | 20201020 | 2    | 7871        | 4.12                  |
| 7871                | 20201020 | 3    | 7871        | 4.08                  |
| 7871                | 20201020 | 4    | 7871        | 4.03                  |
| 7871                | 20201020 | 5    | 7871        | 4.09                  |

#### Our experiment focuses on the total electricity consumption of a particular ID 6499

---
license: apache-2.0
---