File size: 476 Bytes
3cf8f4c 5875936 3cf8f4c |
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 |
---
license: apache-2.0
dataset_info:
features:
- name: 지역코드
dtype: string
- name: 지역명
dtype: string
- name: 전력량
dtype: string
- name: 전력단위
dtype: string
- name: 조회년월
dtype: string
splits:
- name: train
num_bytes: 4469
num_examples: 110
download_size: 3069
dataset_size: 4469
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|