shivangibithel commited on
Commit
f88fa44
1 Parent(s): ad13236

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -110,7 +110,6 @@ An example of 'validation' looks as follows:
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", ...],
@@ -130,7 +129,6 @@ The data fields are the same among all splits.
130
  - `question`: a `string` feature.
131
  - `answers`: a `list` of `string` feature.
132
  - `table`: a dictionary feature containing:
133
- - `header`: a `list` of `string` features.
134
  - `rows`: a `list` of `list` of `string` features:
135
  - `name`: a `string` feature.
136
 
 
110
  "column_index": 3,
111
  "label": "currency",
112
  "table": {
 
113
  "name": "Book_7sat.co.uk_September2020_CTA.json.gz",
114
  "rows": [
115
  ["2001", "2", "USL A-League", ...],
 
129
  - `question`: a `string` feature.
130
  - `answers`: a `list` of `string` feature.
131
  - `table`: a dictionary feature containing:
 
132
  - `rows`: a `list` of `list` of `string` features:
133
  - `name`: a `string` feature.
134