Upload simple_dataset.csv
Browse files- simple_dataset.csv +11 -0
simple_dataset.csv
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
table,questions,answers
|
2 |
+
"'{""header"": [""name"", ""age""], ""rows"": [[""Jhon"", ""12""], [""Michal"", ""22""]]}'",Who is older?,"'[""Michal""]'"
|
3 |
+
"'{""header"": [""name"", ""age""], ""rows"": [[""Jhon"", ""12""], [""Michal"", ""22""]]}'",Who is younger?,"'[""Michal""]'"
|
4 |
+
"'{""header"": [""name"", ""age""], ""rows"": [[""Jhon"", ""12""], [""Michal"", ""22""]]}'",What is the difference between the ages of the people in the table?,"'[""Michal""]'"
|
5 |
+
,,
|
6 |
+
,,
|
7 |
+
,,
|
8 |
+
,,
|
9 |
+
,,
|
10 |
+
,,
|
11 |
+
,,
|