File size: 1,609 Bytes
73b9c03
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
79
80
81
82
---
license: apache-2.0
tags:
- energy
- optimization
- optimal_power_flow
- power_grid
pretty_name: gridfm-datakit case2000_goc optimal power flow (small)
size_categories:
- 1M<n<10M 
task_categories:
- tabular-regression
dataset_info:
  dataset_name: opf_small_case2000_goc
  config_name: default
  features:
  - name: scenario
    dtype: int64
  - name: load_scenario_idx
    dtype: float64
  - name: idx
    dtype: float64
  - name: from_bus
    dtype: int64
  - name: to_bus
    dtype: int64
  - name: pf
    dtype: float64
  - name: qf
    dtype: float64
  - name: pt
    dtype: float64
  - name: qt
    dtype: float64
  - name: r
    dtype: float64
  - name: x
    dtype: float64
  - name: b
    dtype: float64
  - name: Yff_r
    dtype: float64
  - name: Yff_i
    dtype: float64
  - name: Yft_r
    dtype: float64
  - name: Yft_i
    dtype: float64
  - name: Ytf_r
    dtype: float64
  - name: Ytf_i
    dtype: float64
  - name: Ytt_r
    dtype: float64
  - name: Ytt_i
    dtype: float64
  - name: tap
    dtype: float64
  - name: shift
    dtype: float64
  - name: ang_min
    dtype: float64
  - name: ang_max
    dtype: float64
  - name: rate_a
    dtype: float64
  - name: br_status
    dtype: float64
  - name: pf_dc
    dtype: float64
  - name: pt_dc
    dtype: float64
  builder_name: parquet
  splits:
  - name: train
    num_bytes: 177300129499
    num_examples: 2945374130
  download_size: 170908474398
  dataset_size:  177300129499
---
# Data download through hfApi 
*   Retry download if you receive '502 Server Error'. For larger datasets, you may need to retry download multiple times.