Upload dataset
Browse files- 485BPOS/train-00000-of-00001.parquet +3 -0
- README.md +53 -1
485BPOS/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76c8afa383fb2efafc9ae95eaea05fda14991016954d4f09b94d7a438657941b
|
| 3 |
+
size 41455028
|
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
-
|
| 4 |
features:
|
| 5 |
- name: table_id
|
| 6 |
dtype: string
|
|
@@ -48,9 +48,61 @@ dataset_info:
|
|
| 48 |
num_examples: 36
|
| 49 |
download_size: 97652
|
| 50 |
dataset_size: 126928
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
configs:
|
| 52 |
- config_name: 18-K
|
| 53 |
data_files:
|
| 54 |
- split: train
|
| 55 |
path: 18-K/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
---
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
+
- config_name: 18-K
|
| 4 |
features:
|
| 5 |
- name: table_id
|
| 6 |
dtype: string
|
|
|
|
| 48 |
num_examples: 36
|
| 49 |
download_size: 97652
|
| 50 |
dataset_size: 126928
|
| 51 |
+
- config_name: 485BPOS
|
| 52 |
+
features:
|
| 53 |
+
- name: table_id
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: filing_type
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: cik
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: filing_year
|
| 60 |
+
dtype: string
|
| 61 |
+
- name: accession_number
|
| 62 |
+
dtype: string
|
| 63 |
+
- name: title
|
| 64 |
+
dtype: string
|
| 65 |
+
- name: n_rows
|
| 66 |
+
dtype: int32
|
| 67 |
+
- name: n_cols
|
| 68 |
+
dtype: int32
|
| 69 |
+
- name: n_header_rows
|
| 70 |
+
dtype: int32
|
| 71 |
+
- name: n_header_cols
|
| 72 |
+
dtype: int32
|
| 73 |
+
- name: html
|
| 74 |
+
dtype: string
|
| 75 |
+
- name: cells
|
| 76 |
+
struct:
|
| 77 |
+
- name: row
|
| 78 |
+
list: int32
|
| 79 |
+
- name: col
|
| 80 |
+
list: int32
|
| 81 |
+
- name: rowspan
|
| 82 |
+
list: int32
|
| 83 |
+
- name: colspan
|
| 84 |
+
list: int32
|
| 85 |
+
- name: text
|
| 86 |
+
list: string
|
| 87 |
+
- name: is_header
|
| 88 |
+
list: bool
|
| 89 |
+
- name: is_attribute
|
| 90 |
+
list: bool
|
| 91 |
+
- name: language
|
| 92 |
+
dtype: string
|
| 93 |
+
splits:
|
| 94 |
+
- name: train
|
| 95 |
+
num_bytes: 73298766
|
| 96 |
+
num_examples: 23034
|
| 97 |
+
download_size: 41455028
|
| 98 |
+
dataset_size: 73298766
|
| 99 |
configs:
|
| 100 |
- config_name: 18-K
|
| 101 |
data_files:
|
| 102 |
- split: train
|
| 103 |
path: 18-K/train-*
|
| 104 |
+
- config_name: 485BPOS
|
| 105 |
+
data_files:
|
| 106 |
+
- split: train
|
| 107 |
+
path: 485BPOS/train-*
|
| 108 |
---
|