Upload dataset
Browse files
README.md
CHANGED
|
@@ -96,6 +96,54 @@ dataset_info:
|
|
| 96 |
num_examples: 7365
|
| 97 |
download_size: 45253106
|
| 98 |
dataset_size: 69167171
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 99 |
- config_name: 18-K
|
| 100 |
features:
|
| 101 |
- name: table_id
|
|
@@ -441,6 +489,10 @@ configs:
|
|
| 441 |
data_files:
|
| 442 |
- split: train
|
| 443 |
path: 10-KT/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 444 |
- config_name: 18-K
|
| 445 |
data_files:
|
| 446 |
- split: train
|
|
|
|
| 96 |
num_examples: 7365
|
| 97 |
download_size: 45253106
|
| 98 |
dataset_size: 69167171
|
| 99 |
+
- config_name: 10-Q
|
| 100 |
+
features:
|
| 101 |
+
- name: table_id
|
| 102 |
+
dtype: string
|
| 103 |
+
- name: filing_type
|
| 104 |
+
dtype: string
|
| 105 |
+
- name: cik
|
| 106 |
+
dtype: string
|
| 107 |
+
- name: filing_year
|
| 108 |
+
dtype: string
|
| 109 |
+
- name: accession_number
|
| 110 |
+
dtype: string
|
| 111 |
+
- name: title
|
| 112 |
+
dtype: string
|
| 113 |
+
- name: n_rows
|
| 114 |
+
dtype: int32
|
| 115 |
+
- name: n_cols
|
| 116 |
+
dtype: int32
|
| 117 |
+
- name: n_header_rows
|
| 118 |
+
dtype: int32
|
| 119 |
+
- name: n_header_cols
|
| 120 |
+
dtype: int32
|
| 121 |
+
- name: html
|
| 122 |
+
dtype: string
|
| 123 |
+
- name: cells
|
| 124 |
+
struct:
|
| 125 |
+
- name: row
|
| 126 |
+
list: int32
|
| 127 |
+
- name: col
|
| 128 |
+
list: int32
|
| 129 |
+
- name: rowspan
|
| 130 |
+
list: int32
|
| 131 |
+
- name: colspan
|
| 132 |
+
list: int32
|
| 133 |
+
- name: text
|
| 134 |
+
list: string
|
| 135 |
+
- name: is_header
|
| 136 |
+
list: bool
|
| 137 |
+
- name: is_attribute
|
| 138 |
+
list: bool
|
| 139 |
+
- name: language
|
| 140 |
+
dtype: string
|
| 141 |
+
splits:
|
| 142 |
+
- name: train
|
| 143 |
+
num_bytes: 36252979535
|
| 144 |
+
num_examples: 4586097
|
| 145 |
+
download_size: 23339825575
|
| 146 |
+
dataset_size: 36252979535
|
| 147 |
- config_name: 18-K
|
| 148 |
features:
|
| 149 |
- name: table_id
|
|
|
|
| 489 |
data_files:
|
| 490 |
- split: train
|
| 491 |
path: 10-KT/train-*
|
| 492 |
+
- config_name: 10-Q
|
| 493 |
+
data_files:
|
| 494 |
+
- split: train
|
| 495 |
+
path: 10-Q/train-*
|
| 496 |
- config_name: 18-K
|
| 497 |
data_files:
|
| 498 |
- split: train
|