heegyu commited on
Commit
c0683c9
1 Parent(s): cc6d7c8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int64
6
+ - name: title
7
+ dtype: string
8
+ - name: dataPath
9
+ dtype: string
10
+ - name: imgPath
11
+ dtype: string
12
+ - name: caption
13
+ dtype: string
14
+ - name: first_caption
15
+ dtype: string
16
+ - name: chartType
17
+ dtype: string
18
+ - name: release date
19
+ dtype: string
20
+ - name: Region
21
+ dtype: string
22
+ - name: survey time period
23
+ dtype: string
24
+ - name: xAxis
25
+ dtype: string
26
+ - name: yAxis
27
+ dtype: string
28
+ - name: URL
29
+ dtype: string
30
+ - name: image
31
+ dtype: image
32
+ - name: data
33
+ dtype: string
34
+ - name: columns
35
+ dtype: string
36
+ - name: length
37
+ dtype: float64
38
+ splits:
39
+ - name: train
40
+ num_bytes: 1034457048.216
41
+ num_examples: 24368
42
+ - name: val
43
+ num_bytes: 223876316.638
44
+ num_examples: 5221
45
+ - name: test
46
+ num_bytes: 224020677.682
47
+ num_examples: 5222
48
+ download_size: 763065167
49
+ dataset_size: 1482354042.536
50
+ ---
51
+ # Dataset Card for "chart2text_statista"
52
+
53
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)