Upload dataset
Browse files- README.md +176 -0
- data/2025-00000-of-00001.parquet +2 -2
- data/2026-00000-of-00001.parquet +2 -2
README.md
CHANGED
|
@@ -1 +1,177 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
..
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: '1999'
|
| 6 |
+
path: data/1999-*
|
| 7 |
+
- split: '2000'
|
| 8 |
+
path: data/2000-*
|
| 9 |
+
- split: '2001'
|
| 10 |
+
path: data/2001-*
|
| 11 |
+
- split: '2002'
|
| 12 |
+
path: data/2002-*
|
| 13 |
+
- split: '2003'
|
| 14 |
+
path: data/2003-*
|
| 15 |
+
- split: '2004'
|
| 16 |
+
path: data/2004-*
|
| 17 |
+
- split: '2005'
|
| 18 |
+
path: data/2005-*
|
| 19 |
+
- split: '2006'
|
| 20 |
+
path: data/2006-*
|
| 21 |
+
- split: '2007'
|
| 22 |
+
path: data/2007-*
|
| 23 |
+
- split: '2008'
|
| 24 |
+
path: data/2008-*
|
| 25 |
+
- split: '2009'
|
| 26 |
+
path: data/2009-*
|
| 27 |
+
- split: '2010'
|
| 28 |
+
path: data/2010-*
|
| 29 |
+
- split: '2011'
|
| 30 |
+
path: data/2011-*
|
| 31 |
+
- split: '2012'
|
| 32 |
+
path: data/2012-*
|
| 33 |
+
- split: '2013'
|
| 34 |
+
path: data/2013-*
|
| 35 |
+
- split: '2014'
|
| 36 |
+
path: data/2014-*
|
| 37 |
+
- split: '2015'
|
| 38 |
+
path: data/2015-*
|
| 39 |
+
- split: '2016'
|
| 40 |
+
path: data/2016-*
|
| 41 |
+
- split: '2017'
|
| 42 |
+
path: data/2017-*
|
| 43 |
+
- split: '2018'
|
| 44 |
+
path: data/2018-*
|
| 45 |
+
- split: '2019'
|
| 46 |
+
path: data/2019-*
|
| 47 |
+
- split: '2020'
|
| 48 |
+
path: data/2020-*
|
| 49 |
+
- split: '2021'
|
| 50 |
+
path: data/2021-*
|
| 51 |
+
- split: '2022'
|
| 52 |
+
path: data/2022-*
|
| 53 |
+
- split: '2023'
|
| 54 |
+
path: data/2023-*
|
| 55 |
+
- split: '2024'
|
| 56 |
+
path: data/2024-*
|
| 57 |
+
- split: '2025'
|
| 58 |
+
path: data/2025-*
|
| 59 |
+
- split: '2026'
|
| 60 |
+
path: data/2026-*
|
| 61 |
+
dataset_info:
|
| 62 |
+
features:
|
| 63 |
+
- name: qid
|
| 64 |
+
dtype: string
|
| 65 |
+
- name: forecastType
|
| 66 |
+
dtype: string
|
| 67 |
+
- name: subtype
|
| 68 |
+
dtype: string
|
| 69 |
+
- name: indicator
|
| 70 |
+
dtype: string
|
| 71 |
+
- name: transform
|
| 72 |
+
dtype: string
|
| 73 |
+
- name: target_period
|
| 74 |
+
dtype: string
|
| 75 |
+
- name: info_cutoff
|
| 76 |
+
dtype: string
|
| 77 |
+
- name: question
|
| 78 |
+
dtype: string
|
| 79 |
+
- name: options
|
| 80 |
+
list: string
|
| 81 |
+
- name: answer_letter
|
| 82 |
+
dtype: string
|
| 83 |
+
- name: answer_raw
|
| 84 |
+
dtype: string
|
| 85 |
+
- name: unit
|
| 86 |
+
dtype: string
|
| 87 |
+
- name: year
|
| 88 |
+
dtype: int32
|
| 89 |
+
splits:
|
| 90 |
+
- name: '1999'
|
| 91 |
+
num_bytes: 101080
|
| 92 |
+
num_examples: 338
|
| 93 |
+
- name: '2000'
|
| 94 |
+
num_bytes: 121750
|
| 95 |
+
num_examples: 400
|
| 96 |
+
- name: '2001'
|
| 97 |
+
num_bytes: 126277
|
| 98 |
+
num_examples: 400
|
| 99 |
+
- name: '2002'
|
| 100 |
+
num_bytes: 121095
|
| 101 |
+
num_examples: 400
|
| 102 |
+
- name: '2003'
|
| 103 |
+
num_bytes: 122754
|
| 104 |
+
num_examples: 400
|
| 105 |
+
- name: '2004'
|
| 106 |
+
num_bytes: 121268
|
| 107 |
+
num_examples: 400
|
| 108 |
+
- name: '2005'
|
| 109 |
+
num_bytes: 120224
|
| 110 |
+
num_examples: 400
|
| 111 |
+
- name: '2006'
|
| 112 |
+
num_bytes: 121284
|
| 113 |
+
num_examples: 400
|
| 114 |
+
- name: '2007'
|
| 115 |
+
num_bytes: 124130
|
| 116 |
+
num_examples: 400
|
| 117 |
+
- name: '2008'
|
| 118 |
+
num_bytes: 127446
|
| 119 |
+
num_examples: 400
|
| 120 |
+
- name: '2009'
|
| 121 |
+
num_bytes: 121940
|
| 122 |
+
num_examples: 400
|
| 123 |
+
- name: '2010'
|
| 124 |
+
num_bytes: 122145
|
| 125 |
+
num_examples: 400
|
| 126 |
+
- name: '2011'
|
| 127 |
+
num_bytes: 122298
|
| 128 |
+
num_examples: 400
|
| 129 |
+
- name: '2012'
|
| 130 |
+
num_bytes: 121627
|
| 131 |
+
num_examples: 400
|
| 132 |
+
- name: '2013'
|
| 133 |
+
num_bytes: 122768
|
| 134 |
+
num_examples: 400
|
| 135 |
+
- name: '2014'
|
| 136 |
+
num_bytes: 121219
|
| 137 |
+
num_examples: 400
|
| 138 |
+
- name: '2015'
|
| 139 |
+
num_bytes: 123306
|
| 140 |
+
num_examples: 400
|
| 141 |
+
- name: '2016'
|
| 142 |
+
num_bytes: 122063
|
| 143 |
+
num_examples: 400
|
| 144 |
+
- name: '2017'
|
| 145 |
+
num_bytes: 120822
|
| 146 |
+
num_examples: 400
|
| 147 |
+
- name: '2018'
|
| 148 |
+
num_bytes: 122687
|
| 149 |
+
num_examples: 400
|
| 150 |
+
- name: '2019'
|
| 151 |
+
num_bytes: 120861
|
| 152 |
+
num_examples: 400
|
| 153 |
+
- name: '2020'
|
| 154 |
+
num_bytes: 126807
|
| 155 |
+
num_examples: 400
|
| 156 |
+
- name: '2021'
|
| 157 |
+
num_bytes: 121156
|
| 158 |
+
num_examples: 400
|
| 159 |
+
- name: '2022'
|
| 160 |
+
num_bytes: 125780
|
| 161 |
+
num_examples: 400
|
| 162 |
+
- name: '2023'
|
| 163 |
+
num_bytes: 123066
|
| 164 |
+
num_examples: 400
|
| 165 |
+
- name: '2024'
|
| 166 |
+
num_bytes: 124307
|
| 167 |
+
num_examples: 400
|
| 168 |
+
- name: '2025'
|
| 169 |
+
num_bytes: 128246
|
| 170 |
+
num_examples: 400
|
| 171 |
+
- name: '2026'
|
| 172 |
+
num_bytes: 54433
|
| 173 |
+
num_examples: 168
|
| 174 |
+
download_size: 1294238
|
| 175 |
+
dataset_size: 3352839
|
| 176 |
+
---
|
| 177 |
..
|
data/2025-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1027bafd892da3de19257b58b619fae9db09a5bbdf13a0715fe34e9bc0b688b6
|
| 3 |
+
size 48708
|
data/2026-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc5a78b0bfdcf0d14b8586fd809a1635e44e2830e99654d61789cce401c57078
|
| 3 |
+
size 23692
|