hheiden-roots commited on
Commit
11aebd2
·
verified ·
1 Parent(s): c0c24f5

Upload dataset

Browse files
Files changed (2) hide show
  1. 18-K/train-00000-of-00001.parquet +3 -0
  2. README.md +56 -0
18-K/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96dbe8b7df3cbe55988cbc1b728919dcbfd30b375b10d37ca9806d8d0c36b492
3
+ size 97652
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: 18-K
4
+ features:
5
+ - name: table_id
6
+ dtype: string
7
+ - name: filing_type
8
+ dtype: string
9
+ - name: cik
10
+ dtype: string
11
+ - name: filing_year
12
+ dtype: string
13
+ - name: accession_number
14
+ dtype: string
15
+ - name: title
16
+ dtype: string
17
+ - name: n_rows
18
+ dtype: int32
19
+ - name: n_cols
20
+ dtype: int32
21
+ - name: n_header_rows
22
+ dtype: int32
23
+ - name: n_header_cols
24
+ dtype: int32
25
+ - name: html
26
+ dtype: string
27
+ - name: cells
28
+ struct:
29
+ - name: row
30
+ list: int32
31
+ - name: col
32
+ list: int32
33
+ - name: rowspan
34
+ list: int32
35
+ - name: colspan
36
+ list: int32
37
+ - name: text
38
+ list: string
39
+ - name: is_header
40
+ list: bool
41
+ - name: is_attribute
42
+ list: bool
43
+ - name: language
44
+ dtype: string
45
+ splits:
46
+ - name: train
47
+ num_bytes: 126928
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
+ ---