shivangibithel
commited on
Commit
•
ad13236
1
Parent(s):
5094fd8
Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ dataset_info:
|
|
22 |
- name: id
|
23 |
dtype: string
|
24 |
- name: column_index
|
25 |
-
dtype:
|
26 |
- name: label
|
27 |
sequence: string
|
28 |
- name: table
|
@@ -106,12 +106,12 @@ en
|
|
106 |
An example of 'validation' looks as follows:
|
107 |
```
|
108 |
{
|
109 |
-
"id": "
|
110 |
-
"
|
111 |
-
"
|
112 |
"table": {
|
113 |
"header": ["Year", "Division", "League", ...],
|
114 |
-
"name": "
|
115 |
"rows": [
|
116 |
["2001", "2", "USL A-League", ...],
|
117 |
["2002", "2", "USL A-League", ...],
|
|
|
22 |
- name: id
|
23 |
dtype: string
|
24 |
- name: column_index
|
25 |
+
dtype: int32
|
26 |
- name: label
|
27 |
sequence: string
|
28 |
- name: table
|
|
|
106 |
An example of 'validation' looks as follows:
|
107 |
```
|
108 |
{
|
109 |
+
"id": "0",
|
110 |
+
"column_index": 3,
|
111 |
+
"label": "currency",
|
112 |
"table": {
|
113 |
"header": ["Year", "Division", "League", ...],
|
114 |
+
"name": "Book_7sat.co.uk_September2020_CTA.json.gz",
|
115 |
"rows": [
|
116 |
["2001", "2", "USL A-League", ...],
|
117 |
["2002", "2", "USL A-League", ...],
|