t5Formulas listlengths 1 209 | TableName stringlengths 4 51 | Table listlengths 4 28 |
|---|---|---|
[
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=3))",
"Formula2": "LET(query1,SUMMARIZE(C2:C6,SUMX(A2:A6)),FILTER(query1,CHOOSECOLS(query1,2)=3))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Who was the writer for episode 3?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"Daisuke Habara\")*(D1=\"Akimitsu Sasaki\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(C2:C6=\"Daisuke Habara\")*(D2:D6=\"Akimitsu Sasaki\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the original airdate for the episode written by daisuke habara and directed by akimitsu sasaki",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"Daisuke Habara\"",
"*",
"D1",
"=",
"\"Akimitsu Sasaki\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Tomoyuki Furumaya\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"Tomoyuki Furumaya\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What episode did tomoyuki furumaya",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"Tomoyuki Furumaya\"",
"2"
]
}
] | train_1-29039942-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Episode",
"Title",
"Writer",
"Director",
"Original airdate",
"Ratings (Kanto)"
],
[
"2",
"2",
"Instruction execution (死刑執行命令)",
"Daisuke Habara",
"Akimitsu Sasaki",
"Oct 25, 2010 22.00 - 22.54",
"3.8"
],
[
"3",
"3",
"Give flowers to the condemned (死刑囚へ贈る花)",
"Shizuka Oki",
"Makito Murakami",
"Nov 1, 2010 22.00 - 22.54",
"4.6"
],
[
"4",
"4",
"Wedding Bride prison (獄中結婚の花嫁)",
"Daisuke Habara",
"Makito Murakami",
"Nov 8, 2010 22.00 - 22.54",
"4.3"
],
[
"5",
"6",
"Gray man 33 years of false accusation (冤罪33年の白髪男)",
"Daisuke Habara",
"Munenobu Yamauchi",
"Nov 22, 2010 22.00 - 22.54",
"3.2"
],
[
"6",
"8",
"Visits last miracle (最期の面会の奇跡)",
"Shizuka Oki",
"Tomoyuki Furumaya",
"Dec 6, 2010 22.00 - 22.54",
"3.0"
]
] |
[
{
"Formula": "ROWS(UNIQUE(F1))",
"Formula2": "ROWS(UNIQUE(F2:F7))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "How many performances are there?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"F1"
]
},
{
"Formula": "SORTBY(C1,E1,1)",
"Formula2": "SORTBY(C2:C7,E2:E7,1)",
"Funcs": [
"SORTBY(",
"Cell",
"Cell",
"Num"
],
"Level": "easy",
"Question": "List the hosts of performances in ascending order of attendance.",
"Tokens": [
"SORTBY(",
"C1",
"E1",
"1"
]
},
{
"Formula": "CHOOSE({1,2},B1,D1)",
"Formula2": "CHOOSE({1,2},B2:B7,D2:D7)",
"Funcs": [
"CHOOSE(",
"Num",
"Num",
"Cell",
"Cell"
],
"Level": "easy",
"Question": "What are the dates and locations of performances?",
"Tokens": [
"CHOOSE(",
"1",
"2",
"B1",
"D1"
]
},
{
"Formula": "FILTER(E1,(D1=\"TD Garden\")+(D1=\"Bell Centre\"))",
"Formula2": "FILTER(E2:E7,(D2:D7=\"TD Garden\")+(D2:D7=\"Bell Centre\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"+",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Show the attendances of the performances at location \"TD Garden\" or \"Bell Centre\"",
"Tokens": [
"FILTER(",
"E1",
"D1",
"=",
"\"TD Garden\"",
"+",
"D1",
"=",
"\"Bell Centre\""
]
},
{
"Formula": "SUMMARIZE(D1,DCOUNTX(F1))",
"Formula2": "SUMMARIZE(D2:D7,DCOUNTX(F2:F7))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"DCOUNTX(",
"Cell"
],
"Level": "easy",
"Question": "Show different locations and the number of performances at each location.",
"Tokens": [
"SUMMARIZE(",
"D1",
"DCOUNTX(",
"F1"
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,DCOUNTX(F1)),FILTER(query1,CHOOSECOLS(query1,3)>=2))",
"Formula2": "LET(query1,SUMMARIZE(D2:D7,DCOUNTX(F2:F7)),FILTER(query1,CHOOSECOLS(query1,3)>=2))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"DCOUNTX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">=",
"Num"
],
"Level": "hard",
"Question": "Show the locations that have at least two performances.",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"DCOUNTX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"3",
">=",
"2"
]
}
] | performance_attendance_performance | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"performance id",
"date",
"host",
"location",
"attendance",
"performance"
],
[
"2",
"1.0",
"February 2",
"Boston Bruins",
"TD Garden",
"165",
""
],
[
"3",
"2.0",
"February 4",
"New York Rangers",
"Madison Square Garden",
"1820",
""
],
[
"4",
"3.0",
"February 5",
"Atlanta Thrashers",
"Verizon Center",
"1878",
""
],
[
"5",
"4.0",
"February 7",
"Pittsburgh Penguins",
"Verizon Center",
"1877",
""
],
[
"6",
"5.0",
"February 10",
"Montreal Canadiens",
"Bell Centre",
"2173",
""
],
[
"7",
"6.0",
"February 11",
"Ottawa Senators",
"Scotiabank Place",
"1982",
""
]
] |
[
{
"Formula": "SUM(FILTER(E1, F1=21))",
"Formula2": "SUM(FILTER(E2:E6, F2:F6=21))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the pa listed when the ends won is 21?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"F1",
"=",
"21"
]
},
{
"Formula": "SUMIFS(I1,A1,\"Debbie Folk (Nutana)\")",
"Formula2": "SUMIFS(I2:I6,A2:A6,\"Debbie Folk (Nutana)\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many times is there an entry in stolen ends when skip (club) is listed as debbie folk (nutana)?",
"Tokens": [
"SUMIFS(",
"I1",
"A1",
"\"Debbie Folk (Nutana)\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=40))",
"Formula2": "LET(query1,SUMMARIZE(A2:A6,SUMX(D2:D6)),FILTER(query1,CHOOSECOLS(query1,2)=40))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the total mumber of skip (club) entries when the pf is 40?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"40"
]
},
{
"Formula": "SUMIFS(F1,A1,\"Chantelle Eberle (Tartan)\")",
"Formula2": "SUMIFS(F2:F6,A2:A6,\"Chantelle Eberle (Tartan)\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the number of ends won entries when the skip (club) is chantelle eberle (tartan)?",
"Tokens": [
"SUMIFS(",
"F1",
"A1",
"\"Chantelle Eberle (Tartan)\""
]
}
] | train_1-29546218-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Skip (Club)",
"W",
"L",
"PF",
"PA",
"Ends Won",
"Ends Lost",
"Blank Ends",
"Stolen Ends"
],
[
"2",
"Cindy Ricci (Lampman)",
"4",
"1",
"32",
"33",
"20",
"16",
"10",
"7"
],
[
"3",
"Amber Holland (Kronau)",
"3",
"2",
"35",
"28",
"20",
"22",
"7",
"3"
],
[
"4",
"Debbie Folk (Nutana)",
"3",
"2",
"40",
"29",
"22",
"19",
"6",
"6"
],
[
"5",
"Chantelle Eberle (Tartan)",
"2",
"3",
"32",
"30",
"21",
"22",
"6",
"3"
],
[
"6",
"Robyn Silvernagle (Meadow Lake)",
"2",
"3",
"24",
"27",
"17",
"20",
"11",
"4"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Pat Du Pré\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"Pat Du Pré\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "In the week of what was the runner-up Pat Du Pré?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"Pat Du Pré\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Peter Feigl\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"Peter Feigl\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who were the semifinalists when the runner-up was Peter Feigl?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"Peter Feigl\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Pat Du Pré\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"Pat Du Pré\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who were the semifinalists when the runner-up was Pat Du Pré?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"Pat Du Pré\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"13 November\")*(D1=\"Pat Du Pré\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(A2:A6=\"13 November\")*(D2:D6=\"Pat Du Pré\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who were the semifinalists in the week of 13 November when the runner-up was Pat Du Pré?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"13 November\"",
"*",
"D1",
"=",
"\"Pat Du Pré\"",
"5"
]
}
] | train_1-29302781-12 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Week of",
"Tournament",
"Champion",
"Runner-up",
"Semifinalists",
"Quarterfinalists"
],
[
"2",
"6 November",
"Stockholm , Sweden Hard – $175,000 – S64/D32",
"John McEnroe 6–2, 6–2",
"Tim Gullikson",
"Björn Borg Wojtek Fibak",
"Peter Fleming Tom Okker Arthur Ashe Stan Smith"
],
[
"3",
"6 November",
"Stockholm , Sweden Hard – $175,000 – S64/D32",
"Tom Okker Wojtek Fibak 6–3, 6–2",
"Robert Lutz Stan Smith",
"Björn Borg Wojtek Fibak",
"Peter Fleming Tom Okker Arthur Ashe Stan Smith"
],
[
"4",
"13 November",
"Hong Kong Hard – $75,000 – S32/D16",
"Eliot Teltscher 6–4, 6–3, 6–2",
"Pat Du Pré",
"Hank Pfister Ramesh Krishnan",
"Butch Walts Ken Rosewall Geoff Masters Terry Moor"
],
[
"5",
"13 November",
"Hong Kong Hard – $75,000 – S32/D16",
"John Marks Mark Edmondson 5–7, 7–6, 6–1",
"Hank Pfister Brad Rowe",
"Hank Pfister Ramesh Krishnan",
"Butch Walts Ken Rosewall Geoff Masters Terry Moor"
],
[
"6",
"20 November",
"Manila , Philippines Clay – $75,000 – S32/D16",
"Yannick Noah 6–2, 6–0",
"Peter Feigl",
"Peter McNamara Brian Teacher",
"Mike Cahill Ángel Giménez Terry Moor Tom Gorman"
]
] |
[
{
"Formula": "MAX(FILTER(H1, E1=21002260))",
"Formula2": "MAX(FILTER(H2:H20, E2:E20=21002260))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "what is the maximum aircraft movements with international passengers being 21002260",
"Tokens": [
"MAX(",
"FILTER(",
"H1",
"E1",
"=",
"21002260"
]
},
{
"Formula": "MAXIFS(I1,B1,\"Liverpool\")",
"Formula2": "MAXIFS(I2:I20,B2:B20,\"Liverpool\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "what is the maximum freight (metric tonnes) with airport being liverpool",
"Tokens": [
"MAXIFS(",
"I1",
"B1",
"\"Liverpool\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"13.0%\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I20,D2:D20=\"13.0%\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what's the airport with % change 2005/2006 being 13.0%",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"D1",
"=",
"\"13.0%\"",
"2"
]
},
{
"Formula": "MAXIFS(H1,B1,\"Liverpool\")",
"Formula2": "MAXIFS(H2:H20,B2:B20,\"Liverpool\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "what is the maximum aircraft movements with airport being liverpool",
"Tokens": [
"MAXIFS(",
"H1",
"B1",
"\"Liverpool\""
]
},
{
"Formula": "SUM(FILTER(C1, I1=827))",
"Formula2": "SUM(FILTER(C2:C20, I2:I20=827))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "what's the total passengers with freight (metric tonnes) being 827",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"I1",
"=",
"827"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(B1, A1=4)))",
"Formula2": "ROWS(UNIQUE(FILTER(B2:B20, A2:A20=4)))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "medium",
"Question": " how many airport with rank being 4",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"B1",
"A1",
"=",
"4"
]
}
] | train_1-13836704-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Rank",
"Airport",
"Total Passengers",
"% Change 2005/2006",
"International Passengers",
"Domestic Passengers",
"Transit Passengers",
"Aircraft Movements",
"Freight (Metric Tonnes)"
],
[
"2",
"1",
"London Heathrow",
"67527923",
"0.6%",
"61345841",
"5993386",
"188696",
"477048",
"1263128"
],
[
"3",
"2",
"London Gatwick",
"34163579",
"4.2%",
"30018783",
"4061562",
"83234",
"263363",
"211857"
],
[
"4",
"3",
"London Stansted",
"23687013",
"7.7%",
"21002260",
"2678092",
"6661",
"206693",
"224312"
],
[
"5",
"4",
"Manchester",
"22442855",
"0.2%",
"18601604",
"3522158",
"319093",
"229729",
"148957"
],
[
"6",
"5",
"London Luton",
"9425908",
"3.0%",
"7875084",
"1539745",
"11079",
"116131",
"17993"
],
[
"7",
"6",
"Birmingham Airport",
"9147384",
"2.5%",
"7532792",
"1523212",
"91380",
"119490",
"14681"
],
[
"8",
"7",
"Glasgow International",
"8848755",
"0.6%",
"4245338",
"4575124",
"28293",
"110034",
"6289"
],
[
"9",
"8",
"Edinburgh",
"8611345",
"1.8%",
"2743220",
"5863431",
"4694",
"126914",
"36389"
],
[
"10",
"9",
"Bristol",
"5757963",
"9.6%",
"4297696",
"1412526",
"47741",
"84583",
"32"
],
[
"11",
"10",
"Newcastle",
"5431976",
"4.4%",
"3624228",
"1783134",
"24614",
"81655",
"306"
],
[
"12",
"11",
"Belfast International",
"5038692",
"4.4%",
"1533065",
"3482199",
"23428",
"77652",
"38417"
],
[
"13",
"12",
"Liverpool",
"4963776",
"12.5%",
"4078245",
"884215",
"1316",
"91263",
"5724"
],
[
"14",
"13",
"East Midlands",
"4727996",
"13.0%",
"4048071",
"672748",
"7177",
"88592",
"272303"
],
[
"15",
"14",
"Aberdeen",
"3164042",
"10.9%",
"1325989",
"1836635",
"1418",
"116971",
"4022"
],
[
"16",
"15",
"Leeds Bradford",
"2792686",
"7.0%",
"2154982",
"632235",
"5469",
"66921",
"101"
],
[
"17",
"16",
"Glasgow Prestwick",
"2397412",
"0.4%",
"1824523",
"570405",
"2484",
"48189",
"28537"
],
[
"18",
"17",
"London City",
"2358184",
"18.1%",
"1738346",
"619813",
"25",
"79436",
"0"
],
[
"19",
"18",
"Belfast City",
"2105769",
"5.9%",
"51948",
"2053649",
"172",
"39411",
"827"
],
[
"20",
"19",
"Cardiff",
"2024428",
"13.8%",
"1628245",
"364852",
"31331",
"42055",
"2212"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(G1),SUMX(F1)),FILTER(query1,(CHOOSECOLS(query1,2)>0)*(CHOOSECOLS(query1,3)<33)))",
"Formula2": "LET(query1,SUMMARIZE(A2:A11,SUMX(G2:G11),SUMX(F2:F11)),FILTER(query1,(CHOOSECOLS(query1,2)>0)*(CHOOSECOLS(query1,3)<33)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "What Season has Goals greater than 0 and less than 33 Apps?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"G1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"0",
"*",
"CHOOSECOLS(",
"query1",
"3",
"<",
"33"
]
}
] | train_2-11012004-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Season",
"Team",
"Country",
"League",
"Level",
"Apps",
"Goals"
],
[
"2",
"2006–07",
"Sevilla B",
"Spain",
"Segunda División B",
"3",
"3",
"0"
],
[
"3",
"2007–08",
"Marbella",
"Spain",
"Segunda División B",
"3",
"11",
"0"
],
[
"4",
"2007–08",
"Burgos",
"Spain",
"Segunda División B",
"3",
"15",
"1"
],
[
"5",
"2008–09",
"Santa Eulàlia",
"Spain",
"Segunda División B",
"3",
"33",
"4"
],
[
"6",
"2009–10",
"Terrassa",
"Spain",
"Segunda División B",
"3",
"18",
"0"
],
[
"7",
"2009–10",
"Getafe B",
"Spain",
"Tercera División",
"4",
"6",
"0"
],
[
"8",
"2010–11",
"Roteña",
"Spain",
"Primera Andaluza",
"5",
"5",
"0"
],
[
"9",
"2011–12",
"Chieti",
"Italy",
"Lega Pro Seconda Divisione",
"4",
"4",
"0"
],
[
"10",
"2011–12",
"Lorca Atlético",
"Spain",
"Segunda División B",
"3",
"1",
"0"
],
[
"11",
"2012",
"FC Kairat",
"Kazakhstan",
"Premier League",
"1",
"18",
"0"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"SV Sandhausen\")*(E1=\"FSV Salmrohr\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(D2:D13=\"SV Sandhausen\")*(E2:E13=\"FSV Salmrohr\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the oberliga hessen for sv sandhausen and fsv salmrohr",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"SV Sandhausen\"",
"*",
"E1",
"=",
"\"FSV Salmrohr\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"TSV 1860 Munich\")*(E1=\"Borussia Neunkirchen\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(B2:B13=\"TSV 1860 Munich\")*(E2:E13=\"Borussia Neunkirchen\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the oberliga for where tsv 1860 munich and borussia neunkirchen",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"TSV 1860 Munich\"",
"*",
"E1",
"=",
"\"Borussia Neunkirchen\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"SpVgg Unterhaching\")*(A1=\"1988-89\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(B2:B13=\"SpVgg Unterhaching\")*(A2:A13=\"1988-89\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the oberliga sudwest for spvgg unterhaching for 1988-89",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"SpVgg Unterhaching\"",
"*",
"A1",
"=",
"\"1988-89\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"SpVgg Bayreuth\")*(E1=\"FSV Salmrohr\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(B2:B13=\"SpVgg Bayreuth\")*(E2:E13=\"FSV Salmrohr\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the season for spvgg bayreuth and fsv salmrohr",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"SpVgg Bayreuth\"",
"*",
"E1",
"=",
"\"FSV Salmrohr\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"SV Sandhausen\")*(A1=\"1986-87\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(D2:D13=\"SV Sandhausen\")*(A2:A13=\"1986-87\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the oberliga bayern for sv sandhausen for 1986-87",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"SV Sandhausen\"",
"*",
"A1",
"=",
"\"1986-87\"",
"2"
]
}
] | test_1-14242137-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Season",
"Oberliga Bayern",
"Oberliga Hessen",
"Oberliga Baden-Württemberg",
"Oberliga Südwest"
],
[
"2",
"1981-82",
"FC Augsburg",
"FSV Frankfurt",
"SSV Ulm 1846",
"FC Homburg"
],
[
"3",
"1982-83",
"SpVgg Unterhaching",
"VfR Oli Bürstadt",
"SSV Ulm 1846",
"1. FC Saarbrücken"
],
[
"4",
"1983-84",
"TSV 1860 Munich",
"VfR Oli Bürstadt",
"Freiburger FC",
"FC Homburg"
],
[
"5",
"1984-85",
"SpVgg Bayreuth",
"Viktoria Aschaffenburg",
"SV Sandhausen",
"FSV Salmrohr"
],
[
"6",
"1985-86",
"TSV 1860 Munich",
"Kickers Offenbach",
"SSV Ulm 1846",
"FSV Salmrohr"
],
[
"7",
"1986-87",
"SpVgg Bayreuth",
"Kickers Offenbach",
"SV Sandhausen",
"Eintracht Trier"
],
[
"8",
"1987-88",
"SpVgg Unterhaching",
"Viktoria Aschaffenburg",
"FV 09 Weinheim",
"FSV Mainz 05"
],
[
"9",
"1988-89",
"SpVgg Unterhaching",
"Hessen Kassel",
"SSV Reutlingen",
"SV Edenkoben"
],
[
"10",
"1989-90",
"FC Schweinfurt 05",
"Rot-Weiß Frankfurt",
"SSV Reutlingen",
"FSV Mainz 05"
],
[
"11",
"1990-91",
"TSV 1860 Munich",
"Hessen Kassel",
"1. FC Pforzheim",
"Borussia Neunkirchen"
],
[
"12",
"1991-92",
"SpVgg Unterhaching",
"Viktoria Aschaffenburg",
"SSV Reutlingen",
"FSV Salmrohr"
],
[
"13",
"1992-93",
"TSV 1860 Munich",
"Kickers Offenbach",
"SSV Ulm 1846",
"Eintracht Trier"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"6th\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"6th\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which coach had a 2007-2008 season of 6th?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"6th\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"rashid budaj\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"rashid budaj\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which stadium did Rashid Budaj coach?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"rashid budaj\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"al farwaniyah\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"al farwaniyah\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who coached for al farwaniyah?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"al farwaniyah\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"qadsia\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"qadsia\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the coach for qadsia?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"qadsia\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"kuwait\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"kuwait\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which stadium had the club Kuwait?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"kuwait\"",
"4"
]
}
] | train_2-18111138-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Club",
"Coach",
"City",
"Stadium",
"2007-2008 season"
],
[
"2",
"Kazma Sporting Club",
"Marinko Koljanin",
"Kuwait City",
"Al-Sadaqua Walsalam Stadium",
"5th"
],
[
"3",
"Qadsia",
"Mohammed Ibrahem",
"Kuwait City",
"Mohammed Al-Hamad Stadium",
"2nd"
],
[
"4",
"Kuwait",
"Dragan",
"Kuwait City",
"Al Kuwait Sports Club Stadium",
"Champions"
],
[
"5",
"Salmiya",
"Mihai Stoichiţă",
"Al Salmiya",
"Thamir Stadium",
"3rd"
],
[
"6",
"Al Tadamon",
"Rashid Budaj",
"Farwaniya",
"Farwaniya Stadium",
"6th"
],
[
"7",
"Arabi",
"Ahmed Khalaf",
"Mansuriyah",
"Sabah Al Salem Stadium",
"4th"
],
[
"8",
"Al Shabab",
"Goran",
"Al-Ahmadi",
"Al-Ahmadi Stadium",
"Promoted"
],
[
"9",
"Al Naser",
"Maher Al-Shemari",
"Al Farwaniyah",
"Ali Al Salem Al Subah",
"7th"
]
] |
[
{
"Formula": "AVERAGE(FILTER(E1, B1>0))",
"Formula2": "AVERAGE(FILTER(E2:E6, B2:B6>0))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the average top-25 value for majors that have more than 0 wins?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"E1",
"B1",
">",
"0"
]
},
{
"Formula": "MAX(FILTER(G1, (F1=7)*(E1>2)))",
"Formula2": "MAX(FILTER(G2:G6, (F2:F6=7)*(E2:E6>2)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the most number of cuts made that had more than 7 events played and more than 2 top-25s?",
"Tokens": [
"MAX(",
"FILTER(",
"G1",
"F1",
"=",
"7",
"*",
"E1",
">",
"2"
]
},
{
"Formula": "AVERAGE(FILTER(G1, E1<2))",
"Formula2": "AVERAGE(FILTER(G2:G6, E2:E6<2))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "For top-25 values under 2, what is the average number of cuts made?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"G1",
"E1",
"<",
"2"
]
}
] | train_2-1175904-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Tournament",
"Wins",
"Top-5",
"Top-10",
"Top-25",
"Events",
"Cuts made"
],
[
"2",
"Masters Tournament",
"0",
"0",
"0",
"2",
"7",
"5"
],
[
"3",
"U.S. Open",
"0",
"0",
"0",
"2",
"8",
"6"
],
[
"4",
"The Open Championship",
"0",
"3",
"5",
"7",
"11",
"10"
],
[
"5",
"PGA Championship",
"0",
"1",
"2",
"4",
"13",
"8"
],
[
"6",
"Totals",
"0",
"4",
"7",
"15",
"39",
"29"
]
] |
[
{
"Formula": "SUM(FILTER(C1, (D1=13836)*(E1<14912)))",
"Formula2": "SUM(FILTER(C2:C13, (D2:D13=13836)*(E2:E13<14912)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "WHAT IS THE NUMBER OF COINS OF $25-1/4 OZ WITH $50-1/2 OZ OF 13,836, AND $100-01 OZ, SMALLER THAN 14,912?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"D1",
"=",
"13836",
"*",
"E1",
"<",
"14912"
]
}
] | train_2-1701670-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"$10 – 1/10 oz.",
"$25 – 1/4 oz.",
"$50 – 1/2 oz.",
"$100 – 1 oz."
],
[
"2",
"1997",
"36,993",
"18,628",
"15,431",
"20,851"
],
[
"3",
"1998",
"19,847",
"14,873",
"13,836",
"14,912"
],
[
"4",
"1999",
"19,133",
"13,507",
"11,103",
"12,363"
],
[
"5",
"2000",
"15,651",
"11,995",
"11,049",
"12,453"
],
[
"6",
"2001",
"12,174",
"8,847",
"8,254",
"8,969"
],
[
"7",
"2002",
"12,365",
"9,282",
"2010",
"9,834"
],
[
"8",
"2003",
"9,534",
"7,044",
"7,131",
"8,246"
],
[
"9",
"2004",
"7,161",
"5,193",
"5,063",
"6,007"
],
[
"10",
"2005",
"8,104",
"6,592",
"5,942",
"6,602"
],
[
"11",
"2006",
"10,205",
"7,813",
"7,649",
"9,152"
],
[
"12",
"2007",
"8,176",
"6,017",
"25,519",
"8,363"
],
[
"13",
"2008",
"5,138",
"4,153",
"4,020",
"4,769"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"cb\")*(C1=\"m (ft 4in)\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,(B2:B15=\"cb\")*(C2:C15=\"m (ft 4in)\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Date of Birth of the CB Player with a Height of m (ft 4in)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"cb\"",
"*",
"C1",
"=",
"\"m (ft 4in)\"",
"5"
]
}
] | train_2-17759945-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Name",
"Pos.",
"Height",
"Weight",
"Date of Birth",
"Club"
],
[
"2",
"Zoltán Szécsi",
"GK",
"m (ft 6in)",
"kg (lb)",
"1977-12-22",
"BVSC Vízilabda"
],
[
"3",
"Tamás Varga",
"CB",
"m (ft 4in)",
"kg (lb)",
"1975-07-14",
"Vasas SC"
],
[
"4",
"Norbert Madaras",
"CF",
"m (ft 3in)",
"kg (lb)",
"1979-12-01",
"Vasas SC"
],
[
"5",
"Ádám Steinmetz",
"CF",
"m (ft 6in)",
"kg (lb)",
"1980-08-11",
"Vasas SC"
],
[
"6",
"Tamás Kásás",
"D",
"m (ft 7in)",
"kg (lb)",
"1976-07-20",
"Vasas SC"
],
[
"7",
"Attila Vári",
"CB",
"m (ft 7in)",
"kg (lb)",
"1976-02-26",
"Domino BHSE"
],
[
"8",
"Gergely Kiss",
"CF",
"m (ft 6in)",
"kg (lb)",
"1977-09-21",
"Domino BHSE"
],
[
"9",
"Tibor Benedek",
"CF",
"m (ft 3in)",
"kg (lb)",
"1972-07-12",
"Pro Recco"
],
[
"10",
"Rajmund Fodor",
"D",
"m (ft 3in)",
"kg (lb)",
"1976-02-21",
"Domino BHSE"
],
[
"11",
"István Gergely",
"GK",
"m (ft 8in)",
"kg (lb)",
"1976-08-20",
"Domino BHSE"
],
[
"12",
"Barnabás Steinmetz",
"CB",
"m (ft 5in)",
"kg (lb)",
"1975-10-06",
"Vasas SC"
],
[
"13",
"Tamás Molnár",
"CF",
"m (ft 5in)",
"kg (lb)",
"1975-08-02",
"Domino BHSE"
],
[
"14",
"Péter Biros",
"CF",
"m (ft 4in)",
"kg (lb)",
"1976-04-05",
"Domino BHSE"
],
[
"15",
"Head Coach: Dénes Kemény",
"Head Coach: Dénes Kemény",
"Head Coach: Dénes Kemény",
"Head Coach: Dénes Kemény",
"Head Coach: Dénes Kemény",
"Head Coach: Dénes Kemény"
]
] |
[
{
"Formula": "FILTER(C1,B1=\"6952\")",
"Formula2": "FILTER(C2:C10,B2:B10=\"6952\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What were all Yachts with a sail number of 6952?",
"Tokens": [
"FILTER(",
"C1",
"B1",
"=",
"\"6952\""
]
},
{
"Formula": "ROWS(FILTER(C1,A1=3))",
"Formula2": "ROWS(FILTER(C2:C10,A2:A10=3))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many yachts had a position of 3?",
"Tokens": [
"ROWS(",
"FILTER(",
"C1",
"A1",
"=",
"3"
]
},
{
"Formula": "FILTER(D1,H1=\"3:13:40:05\")",
"Formula2": "FILTER(D2:D10,H2:H10=\"3:13:40:05\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What are all of the states or countries with a corrected time 3:13:40:05?",
"Tokens": [
"FILTER(",
"D1",
"H1",
"=",
"\"3:13:40:05\""
]
},
{
"Formula": "FILTER(G1,H1=\"3:15:07:27\")",
"Formula2": "FILTER(G2:G10,H2:H10=\"3:15:07:27\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who were all of the skippers with a corrected time of 3:15:07:27?",
"Tokens": [
"FILTER(",
"G1",
"H1",
"=",
"\"3:15:07:27\""
]
},
{
"Formula": "FILTER(B1,C1=\"Yendys\")",
"Formula2": "FILTER(B2:B10,C2:C10=\"Yendys\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What are all sail numbers for the yacht Yendys?",
"Tokens": [
"FILTER(",
"B1",
"C1",
"=",
"\"Yendys\""
]
}
] | dev_1-14882588-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Position",
"Sail number",
"Yacht",
"State/country",
"Yacht type",
"LOA (Metres)",
"Skipper",
"Corrected time d:hh:mm:ss"
],
[
"2",
"1",
"US60065",
"Rosebud",
"USA",
"STP 65",
"20.00",
"Roger Sturgeon",
"3:09:32:14"
],
[
"3",
"2",
"AUS 70",
"Ragamuffin",
"NSW",
"TP 52",
"15.85",
"Syd Fischer",
"3:10:53:47"
],
[
"4",
"3",
"8899",
"Quantum Racing",
"NSW",
"Cookson 50",
"15.20",
"Ray Roberts",
"3:11:29:24"
],
[
"5",
"4",
"R33",
"Chutzpah",
"VIC",
"IRC 40",
"12.35",
"Bruce Taylor",
"3:12:07:43"
],
[
"6",
"5",
"AUS 03",
"Ichi Ban",
"NSW",
"Jones 70",
"21.50",
"Matt Allen",
"3:12:53:20"
],
[
"7",
"6",
"GBR1R",
"City Index Leopard",
"UK",
"Farr Maxi",
"29.99",
"Mike Slade",
"2:13:04:48"
],
[
"8",
"7",
"1836",
"Yendys",
"NSW",
"Reichel Pugh 55",
"16.80",
"Geoff Ross",
"3:13:40:05"
],
[
"9",
"8",
"10001",
"Wild Oats XI",
"NSW",
"RP100",
"30.00",
"Mark Richards",
"3:14:24:47"
],
[
"10",
"9",
"6952",
"Wot Yot",
"NSW",
"TP 52",
"15.85",
"Graeme Wood",
"3:15:07:27"
]
] |
[
{
"Formula": "FILTER(F1,A1=\"713096-713119\")",
"Formula2": "FILTER(F2:F7,A2:A7=\"713096-713119\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What are the numbers for the order number 713096-713119?",
"Tokens": [
"FILTER(",
"F1",
"A1",
"=",
"\"713096-713119\""
]
},
{
"Formula": "FILTER(D1,F1=\"801-812\")",
"Formula2": "FILTER(D2:D7,F2:F7=\"801-812\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "The numbers 801-812 are in which country?",
"Tokens": [
"FILTER(",
"D1",
"F1",
"=",
"\"801-812\""
]
},
{
"Formula": "FILTER(D1,A1=\"711871-711880\")",
"Formula2": "FILTER(D2:D7,A2:A7=\"711871-711880\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What country has the order number 711871-711880?",
"Tokens": [
"FILTER(",
"D1",
"A1",
"=",
"\"711871-711880\""
]
},
{
"Formula": "FILTER(D1,C1=\"713096-713119\")",
"Formula2": "FILTER(D2:D7,C2:C7=\"713096-713119\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "The serial numbers 713096-713119 are in which country?",
"Tokens": [
"FILTER(",
"D1",
"C1",
"=",
"\"713096-713119\""
]
},
{
"Formula": "FILTER(C1,A1=\"713726-713735\")",
"Formula2": "FILTER(C2:C7,A2:A7=\"713726-713735\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "The order number 713726-713735 has what serial number?",
"Tokens": [
"FILTER(",
"C1",
"A1",
"=",
"\"713726-713735\""
]
},
{
"Formula": "ROWS(FILTER(E1,F1=\"864-873\"))",
"Formula2": "ROWS(FILTER(E2:E7,F2:F7=\"864-873\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many railroads have the numbers 864-873?",
"Tokens": [
"ROWS(",
"FILTER(",
"E1",
"F1",
"=",
"\"864-873\""
]
}
] | dev_1-2351952-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Order number",
"Build date",
"Serial numbers",
"Country",
"Railroad",
"Numbers",
"Quantity"
],
[
"2",
"711197-711208",
"February 1970 - March 1970",
"34671-34682",
"Brazil",
"E. F. Vitória a Minas",
"801-812",
"12"
],
[
"3",
"711441-711448",
"March 1970 - April 1970",
"36303-36310",
"Brazil",
"E. F. Vitória a Minas",
"813-820",
"8"
],
[
"4",
"711871-711880",
"March 1971",
"37278-37287",
"Brazil",
"E. F. Vitória a Minas",
"821-830",
"10"
],
[
"5",
"712613-712621",
"March 1973 - April 1973",
"712613-712621",
"Brazil",
"E. F. Vitória a Minas",
"831-839",
"9"
],
[
"6",
"713096-713119",
"January 1974 - April 1974",
"713096-713119",
"Brazil",
"E. F. Vitória a Minas",
"840-863",
"24"
],
[
"7",
"713726-713735",
"October 1975 - December 1975",
"713726-713735",
"Brazil",
"E. F. Vitória a Minas",
"864-873",
"10"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"saturn vue\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"saturn vue\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What type of architecture does the Saturn Vue have?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"saturn vue\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"ford escort wagon\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,D2:D8=\"ford escort wagon\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What architecture type does the Ford Escort Wagon have?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"ford escort wagon\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"uwhvt homepage\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"uwhvt homepage\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What original vehicle has uwhvt homepage architecture?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"uwhvt homepage\"",
"4"
]
}
] | train_2-14441688-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Years",
"Competition",
"Vehicle Name",
"Original Vehicle",
"Architecture"
],
[
"2",
"1992–1994",
"HEV Challenge",
"Electric Cow",
"Ford Escort Wagon",
"Series"
],
[
"3",
"1995–1996",
"FutureCar",
"Future Cow",
"Dodge Intrepid",
"Parallel"
],
[
"4",
"1998–1999",
"FutureCar",
"Aluminum Cow",
"Mercury Sable",
"Parallel"
],
[
"5",
"2000–2001",
"FutureTruck",
"Moollennium",
"Chevrolet Suburban",
"Parallel Hybrid (B20)"
],
[
"6",
"2002–2004",
"FutureTruck",
"Moolander",
"Ford Explorer",
"Parallel Hybrid (B35)"
],
[
"7",
"2005–2008",
"Challenge X",
"Moovada",
"Chevrolet Equinox",
"Parallel Hybrid (B20)"
],
[
"8",
"2008–2010",
"EcoCar",
"Saturn Vue",
"Powersplit Hybrid (E85)",
"UWHVT Homepage"
]
] |
[
{
"Formula": "MAXIFS(B1,E1,\"Daegan Fryklind\")",
"Formula2": "MAXIFS(B2:B13,E2:E13,\"Daegan Fryklind\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the highest season# for the writer Daegan Fryklind?",
"Tokens": [
"MAXIFS(",
"B1",
"E1",
"\"Daegan Fryklind\""
]
}
] | test_1-25131572-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Series #",
"Season #",
"Title",
"Directed by",
"Written by",
"Canadian air date",
"Fox Int. air date"
],
[
"2",
"14",
"1",
"\"Lady in the Lake\"",
"Kari Skogland",
"Ben Sokolowski",
"February8,2011",
"March 1, 2011"
],
[
"3",
"15",
"2",
"\"Crime Seen\"",
"Charles Binamé",
"Jason Sherman",
"February15,2011",
"March 8, 2011"
],
[
"4",
"16",
"3",
"\"In His Sights\"",
"Charles Binamé",
"Wil Zmak",
"February22,2011",
"March 15, 2011"
],
[
"5",
"17",
"4",
"\"The Brothers Volkov\"",
"Kari Skogland",
"Jason Sherman, Jocelyn Cornforth",
"March8,2011",
"March 22, 2011"
],
[
"6",
"18",
"5",
"\"Inner Circle\"",
"Kari Skogland",
"Matt MacLennan",
"March15,2011",
"March 29, 2011"
],
[
"7",
"19",
"6",
"\"The Magician\"",
"Clement Virgo",
"Wil Zmak",
"March22,2011",
"April 5, 2011"
],
[
"8",
"20",
"7",
"\"Ace in the Hole\"",
"Kari Skogland",
"Cal Coons",
"April1,2011",
"April 12, 2011"
],
[
"9",
"21",
"8",
"\"Vanished\"",
"Clement Virgo",
"Shernold Edwards",
"April8,2011",
"April 19, 2011"
],
[
"10",
"22",
"9",
"\"Jericho\"",
"Farhad Mann",
"Lisa Steele",
"April15,2011",
"April 26, 2011"
],
[
"11",
"23",
"10",
"\"Desperate Hours\"",
"Clement Virgo",
"Daegan Fryklind",
"April22,2011",
"May 3, 2011"
],
[
"12",
"24",
"11",
"\"To Die For\"",
"Charles Binamé",
"Jason Sherman",
"August17,2011",
"May 10, 2011"
],
[
"13",
"25",
"12",
"\"Eye of the Storm\"",
"Clement Virgo",
"Peter Mitchell",
"August24,2011",
"May 17, 2011"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(B1=\"a\")*(A1=\"french open\")),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,(B2:B7=\"a\")*(A2:A7=\"french open\")),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the 2011 value of the French Open, which has a 2006 value of A?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"a\"",
"*",
"A1",
"=",
"\"french open\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(B1=\"a\")*(G1=\"1r\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,(B2:B7=\"a\")*(G2:G7=\"1r\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the tournament with a 2006 value of A and a 2011 value of 1r?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"a\"",
"*",
"G1",
"=",
"\"1r\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,A1=\"us open\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,A2:A7=\"us open\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the 2007 value of the US Open?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"A1",
"=",
"\"us open\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(B1=\"a\")*(G1=\"3r\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,(B2:B7=\"a\")*(G2:G7=\"3r\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the tournament with a 2006 value of A and a 2011 value of 3r?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"a\"",
"*",
"G1",
"=",
"\"3r\"",
"1"
]
}
] | test_2-15639710-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Tournament",
"2006",
"2007",
"2008",
"2009",
"2010",
"2011",
"2012",
"2013"
],
[
"2",
"Tournament",
"2006",
"2007",
"2008",
"2009",
"2010",
"2011",
"2012",
"2013"
],
[
"3",
"Grand Slam Tournaments",
"Grand Slam Tournaments",
"Grand Slam Tournaments",
"Grand Slam Tournaments",
"Grand Slam Tournaments",
"Grand Slam Tournaments",
"Grand Slam Tournaments",
"Grand Slam Tournaments",
"Grand Slam Tournaments"
],
[
"4",
"Australian Open",
"A",
"A",
"LQ",
"LQ",
"LQ",
"3R",
"LQ",
"2R"
],
[
"5",
"French Open",
"A",
"A",
"LQ",
"LQ",
"LQ",
"2R",
"LQ",
"1R"
],
[
"6",
"Wimbledon",
"A",
"A",
"LQ",
"1R",
"LQ",
"1R",
"1R",
"3R"
],
[
"7",
"US Open",
"A",
"A",
"LQ",
"1R",
"LQ",
"1R",
"LQ",
"1R"
]
] |
[
{
"Formula": "FILTER(A1,(D1=\"kg (lb)\")*(F1=\"gezira\")*(E1=\"1974-02-18\"))",
"Formula2": "FILTER(A2:A15,(D2:D15=\"kg (lb)\")*(F2:F15=\"gezira\")*(E2:E15=\"1974-02-18\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is Name, when Weight is \"kg (lb)\", when Club is \"Gezira\", and when Date of Birth is \"1974-02-18\"?",
"Tokens": [
"FILTER(",
"A1",
"D1",
"=",
"\"kg (lb)\"",
"*",
"F1",
"=",
"\"gezira\"",
"*",
"E1",
"=",
"\"1974-02-18\""
]
},
{
"Formula": "FILTER(B1,(C1=\"m (ft 10in)\")*(E1=\"1983-05-29\"))",
"Formula2": "FILTER(B2:B15,(C2:C15=\"m (ft 10in)\")*(E2:E15=\"1983-05-29\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is Pos., when Height is \"m (ft 10in)\", and when Date of Birth is \"1983-05-29\"?",
"Tokens": [
"FILTER(",
"B1",
"C1",
"=",
"\"m (ft 10in)\"",
"*",
"E1",
"=",
"\"1983-05-29\""
]
},
{
"Formula": "FILTER(D1,F1=\"maadi\")",
"Formula2": "FILTER(D2:D15,F2:F15=\"maadi\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is Weight, when Club is \"Maadi\"?",
"Tokens": [
"FILTER(",
"D1",
"F1",
"=",
"\"maadi\""
]
},
{
"Formula": "FILTER(E1,C1=\"head coach: adel shamala\")",
"Formula2": "FILTER(E2:E15,C2:C15=\"head coach: adel shamala\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is Date of Birth, when Height is \"Head Coach: Adel Shamala\"?",
"Tokens": [
"FILTER(",
"E1",
"C1",
"=",
"\"head coach: adel shamala\""
]
},
{
"Formula": "FILTER(D1,(F1=\"ahly\")*(A1=\"ragy abdel hady\"))",
"Formula2": "FILTER(D2:D15,(F2:F15=\"ahly\")*(A2:A15=\"ragy abdel hady\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is Weight, when Club is \"Ahly\", and when Name is \"Ragy Abdel Hady\"?",
"Tokens": [
"FILTER(",
"D1",
"F1",
"=",
"\"ahly\"",
"*",
"A1",
"=",
"\"ragy abdel hady\""
]
}
] | dev_2-17759945-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Name",
"Pos.",
"Height",
"Weight",
"Date of Birth",
"Club"
],
[
"2",
"Amr Mohamed",
"GK",
"m (ft 3in)",
"kg (lb)",
"1974-02-18",
"Gezira"
],
[
"3",
"Mohamed Gamaleldin",
"CB",
"m (ft 1in)",
"kg (lb)",
"1972-04-13",
"Heliopolis"
],
[
"4",
"Ibrahim Zaher",
"D",
"m (ft 1in)",
"kg (lb)",
"1982-03-07",
"Gezira"
],
[
"5",
"Bassel Mashhour",
"D",
"m (ft 0in)",
"kg (lb)",
"1982-09-30",
"Heliopolis"
],
[
"6",
"Hassan Sultan",
"D",
"m (ft 10in)",
"kg (lb)",
"1983-08-06",
"Maadi"
],
[
"7",
"Sherif Khalil",
"D",
"m (ft 1in)",
"kg (lb)",
"1982-08-18",
"Heliopolis"
],
[
"8",
"Karim Abdelmohsen",
"CF",
"m (ft 2in)",
"kg (lb)",
"1979-01-10",
"Heliopolis"
],
[
"9",
"Shady El Helw",
"CF",
"m (ft 0in)",
"kg (lb)",
"1979-02-07",
"Heliopolis"
],
[
"10",
"Ahmed abd almoniem",
"d",
"m (ft 10in)",
"kg (lb)",
"1983-05-29",
"Ahly"
],
[
"11",
"Mahmoud Ahmed",
"D",
"m (ft 0in)",
"kg (lb)",
"1976-03-01",
"Gezira"
],
[
"12",
"Ragy Abdel Hady",
"D",
"m (ft 1in)",
"kg (lb)",
"1974-01-28",
"Ahly"
],
[
"13",
"Omar El Sammany",
"D",
"m (ft 8in)",
"kg (lb)",
"1978-08-22",
"Ahly"
],
[
"14",
"Walid Rezk",
"CF",
"m (ft 3in)",
"kg (lb)",
"1974-07-19",
"Ahly"
],
[
"15",
"Head Coach: Adel Shamala",
"Head Coach: Adel Shamala",
"Head Coach: Adel Shamala",
"Head Coach: Adel Shamala",
"Head Coach: Adel Shamala",
"Head Coach: Adel Shamala"
]
] |
[
{
"Formula": "SUM(FILTER(A1, (C1=29)*(F1<2)))",
"Formula2": "SUM(FILTER(A2:A12, (C2:C12=29)*(F2:F12<2)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the position number when there were 29 points, and less than 2 is lost?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"C1",
"=",
"29",
"*",
"F1",
"<",
"2"
]
},
{
"Formula": "MIN(FILTER(C1, (G1=20)*(F1<1)))",
"Formula2": "MIN(FILTER(C2:C12, (G2:G12=20)*(F2:F12<1)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the lowest Points with an against of 20 and less than 1 lost?",
"Tokens": [
"MIN(",
"FILTER(",
"C1",
"G1",
"=",
"20",
"*",
"F1",
"<",
"1"
]
},
{
"Formula": "SUM(FILTER(C1, (G1<24)*(D1<20)))",
"Formula2": "SUM(FILTER(C2:C12, (G2:G12<24)*(D2:D12<20)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the sum of Points when the against is less than 24 and played is less than 20?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"G1",
"<",
"24",
"*",
"D1",
"<",
"20"
]
}
] | test_2-15331084-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Position",
"Team",
"Points",
"Played",
"Drawn",
"Lost",
"Against",
"Difference"
],
[
"2",
"1",
"São Paulo",
"36",
"20",
"2",
"1",
"20",
"50"
],
[
"3",
"2",
"Corinthians",
"31",
"20",
"3",
"3",
"24",
"32"
],
[
"4",
"3",
"Palmeiras",
"29",
"20",
"7",
"2",
"17",
"30"
],
[
"5",
"4",
"Portuguesa",
"25",
"20",
"5",
"5",
"22",
"22"
],
[
"6",
"5",
"Jabaquara",
"20",
"20",
"2",
"9",
"65",
"- 17"
],
[
"7",
"6",
"Santos",
"18",
"20",
"2",
"10",
"46",
"- 12"
],
[
"8",
"7",
"Ypiranga-SP",
"17",
"20",
"1",
"11",
"44",
"- 7"
],
[
"9",
"8",
"São Paulo Railway",
"14",
"20",
"2",
"12",
"52",
"- 15"
],
[
"10",
"9",
"Juventus",
"12",
"20",
"2",
"13",
"45",
"- 11"
],
[
"11",
"10",
"Comercial-SP",
"11",
"20",
"3",
"13",
"60",
"- 28"
],
[
"12",
"11",
"Portuguesa Santista",
"7",
"20",
"3",
"15",
"69",
"- 44"
]
] |
[
{
"Formula": "SUM(FILTER(E1, (C1=\"2003\")*(D1>145)))",
"Formula2": "SUM(FILTER(E2:E8, (C2:C8=\"2003\")*(D2:D8>145)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the To par for the player that won in 2003, with a total larger than 145?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"C1",
"=",
"\"2003\"",
"*",
"D1",
">",
"145"
]
},
{
"Formula": "SUM(FILTER(D1, (B1=\"united states\")*(C1=\"2000 , 2005 , 2006\")))",
"Formula2": "SUM(FILTER(D2:D8, (B2:B8=\"united states\")*(C2:C8=\"2000 , 2005 , 2006\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is United States total in the year(s) won of 2000 , 2005 , 2006?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"B1",
"=",
"\"united states\"",
"*",
"C1",
"=",
"\"2000 , 2005 , 2006\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"united states\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>145))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E8,B2:B8=\"united states\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>145))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Who was the player from the United States, with a total larger than 145?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"united states\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"145"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=8))",
"Formula2": "LET(query1,SUMMARIZE(C2:C8,SUMX(E2:E8)),FILTER(query1,CHOOSECOLS(query1,2)=8))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the Year won for the player with a To par of 8?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"8"
]
},
{
"Formula": "SUM(FILTER(E1, (B1=\"united states\")*(D1=145)*(C1=\"2004\")))",
"Formula2": "SUM(FILTER(E2:E8, (B2:B8=\"united states\")*(D2:D8=145)*(C2:C8=\"2004\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the To par of the United States, when the Total was 145, in 2004?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"B1",
"=",
"\"united states\"",
"*",
"D1",
"=",
"145",
"*",
"C1",
"=",
"\"2004\""
]
}
] | test_2-18811509-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Player",
"Country",
"Year(s) won",
"Total",
"To par"
],
[
"2",
"Ben Curtis",
"United States",
"2003",
"145",
"+5"
],
[
"3",
"Todd Hamilton",
"United States",
"2004",
"145",
"+5"
],
[
"4",
"Tiger Woods",
"United States",
"2000 , 2005 , 2006",
"145",
"+5"
],
[
"5",
"David Duval",
"United States",
"2001",
"147",
"+7"
],
[
"6",
"Sandy Lyle",
"Scotland",
"1985",
"148",
"+8"
],
[
"7",
"Nick Faldo",
"England",
"1987 , 1990 , 1992",
"151",
"+11"
],
[
"8",
"Greg Norman",
"Australia",
"1986 , 1993",
"152",
"+12"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"providence, ri\")*(A1=2009)),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(C2:C12=\"providence, ri\")*(A2:A12=2009)),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the Winner's Prize at the 2009 Providence, RI Championship?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"providence, ri\"",
"*",
"A1",
"=",
"2009",
"5"
]
}
] | train_2-17807586-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Winners",
"Location",
"Event Director",
"Winner's Prize"
],
[
"2",
"2013",
"Kevin Bowerman and Raymond Gao (NC)",
"Washington, DC",
"John Chew",
"US$10,000"
],
[
"3",
"2012",
"Andy Hoang & Erik Salgado (NC)",
"Orlando, FL",
"John Chew",
"US$10,000"
],
[
"4",
"2011",
"Alex Li & Jackson Smylie (ON)",
"Orlando, FL",
"John Chew",
"US$10,000"
],
[
"5",
"2010",
"Evan McCarthy & Bradley Robbins (NH)",
"Orlando, FL",
"Ben Greenwood",
"US$10,000"
],
[
"6",
"2009",
"Andy Hoang & Erik Salgado (NC)",
"Providence, RI",
"Ben Greenwood",
"US$10,000"
],
[
"7",
"2008",
"LoganRosen & MatthewSilver (CT)",
"Providence, RI",
"Ben Greenwood",
"US$5,000"
],
[
"8",
"2007",
"Aune Mitchell & Matthew Silver (CT)",
"Providence, RI",
"Ben Greenwood",
"US$5,000"
],
[
"9",
"2006",
"AaronJacobs & NathanMendelsohn (MA)",
"Boston, MA",
"Ben Greenwood",
"US$5,000"
],
[
"10",
"2005",
"Scott Cardone & Asif Rahman (OH)",
"Boston, MA",
"Ben (Loiterstein) Greenwood",
"US$5,000"
],
[
"11",
"2004",
"Thomas Bao & Eric Johnston (CA)",
"Boston, MA",
"Ben Loiterstein & Joe Edley",
"US$5,000"
],
[
"12",
"2003",
"NickAmphlett & JohnEzekowitz (MA)",
"Boston, MA",
"Ben Loiterstein & Joe Edley",
"US$5,000"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"fired\")*(A1=\"Niger Tornadoes\")),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,(C2:C12=\"fired\")*(A2:A12=\"Niger Tornadoes\")),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "when was the next coach appointed after niger tornadoes fired their coach?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"fired\"",
"*",
"A1",
"=",
"\"Niger Tornadoes\"",
"6"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(B1, A1=\"Sunshine Stars\")))",
"Formula2": "ROWS(UNIQUE(FILTER(B2:B12, A2:A12=\"Sunshine Stars\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "how many managers left sunshine stars?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"B1",
"A1",
"=",
"\"Sunshine Stars\""
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(E1, C1=\"Resigned\")))",
"Formula2": "ROWS(UNIQUE(FILTER(E2:E12, C2:C12=\"Resigned\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "how many new managers replaced manager(s) who resigned? ",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"E1",
"C1",
"=",
"\"Resigned\""
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(D1, B1=\"Tunde Abdulrahman\")))",
"Formula2": "ROWS(UNIQUE(FILTER(D2:D12, B2:B12=\"Tunde Abdulrahman\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "how many times did tunde abdulrahman leave the team?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"D1",
"B1",
"=",
"\"Tunde Abdulrahman\""
]
}
] | train_1-28164986-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Team",
"Outgoing manager",
"Manner of departure",
"Date of vacancy",
"Incoming manager",
"Date of appointment"
],
[
"2",
"Warri Wolves",
"Lawrence Akpokona",
"fired",
"end of 2009-10 season",
"Paul Aigbogun",
"2 September 2010"
],
[
"3",
"Kwara United",
"Justin Tenger",
"fired",
"end of 2009-10 season",
"Kadiri Ikhana",
"17 July 2010"
],
[
"4",
"Sunshine Stars",
"Solomon Ogbeide",
"fired",
"Aug. 18 2010",
"Gbenga Ogunbote",
"Aug. 18 2010"
],
[
"5",
"Gombe United",
"Ben Duamlong",
"Resigned",
"Oct.8 2010",
"Bernard Ogbe",
"Nov. 5 2010"
],
[
"6",
"Heartland",
"Samson Siasia",
"resigned to take Super Eagles job",
"Dec. 1 2010",
"Lodewijk de Kruif",
"Feb. 7 2011"
],
[
"7",
"Niger Tornadoes",
"Ladan Bosso",
"fired",
"Nov. 26 2010",
"Samson Unuanel (interim)",
"Nov. 26 2010"
],
[
"8",
"Crown F.C.",
"Ganiyu Salami",
"fired",
"Jan. 22 2011",
"Oladunni Oyekale",
"Jan. 22 2011"
],
[
"9",
"Kano Pillars F.C.",
"Salisu Yusuf",
"resigned to become Super Eagles assistant",
"Jan. 1 2011",
"Ladan Bosso",
"Jan. 23 2011"
],
[
"10",
"Niger Tornadoes",
"Samson Unuanel",
"interim period ends",
"Feb. 6 2011",
"Justin Tenger",
"Feb. 6 2011"
],
[
"11",
"JUTH F.C.",
"Tunde Abdulrahman",
"fired",
"Feb. 17 2011",
"Emmanuel Gustave Deutsch",
"Feb. 28 2011"
],
[
"12",
"Ocean Boys F.C.",
"Larry Eceli",
"fired",
"May 20, 2011",
"Samson Unuanel",
"May 20, 2011"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(B1),SUMX(D1)),FILTER(query1,(CHOOSECOLS(query1,2)>90.1)*(CHOOSECOLS(query1,3)=1)))",
"Formula2": "LET(query1,SUMMARIZE(A2:A7,SUMX(B2:B7),SUMX(D2:D7)),FILTER(query1,(CHOOSECOLS(query1,2)>90.1)*(CHOOSECOLS(query1,3)=1)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Tell me the call sign which has a frequency Mhz more than 90.1 and ERP W of 1",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"B1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"90.1",
"*",
"CHOOSECOLS(",
"query1",
"3",
"=",
"1"
]
},
{
"Formula": "SUMIFS(D1,A1,\"w217bf\")",
"Formula2": "SUMIFS(D2:D7,A2:A7,\"w217bf\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the total number of ERP W when the call sign is w217bf",
"Tokens": [
"SUMIFS(",
"D1",
"A1",
"\"w217bf\""
]
},
{
"Formula": "SUM(FILTER(B1, (D1=1)*(A1=\"w215bj\")))",
"Formula2": "SUM(FILTER(B2:B7, (D2:D7=1)*(A2:A7=\"w215bj\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the total number of frequency Mhz for when it has ERP W of 1 and call sign of w215bj",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"D1",
"=",
"1",
"*",
"A1",
"=",
"\"w215bj\""
]
},
{
"Formula": "AVERAGE(FILTER(D1, (C1=\"pound, virginia\")*(B1>91.3)))",
"Formula2": "AVERAGE(FILTER(D2:D7, (C2:C7=\"pound, virginia\")*(B2:B7>91.3)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Name the average ERP W when it has a city of license of pound, virginia and frequency mhz more than 91.3",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"C1",
"=",
"\"pound, virginia\"",
"*",
"B1",
">",
"91.3"
]
}
] | train_2-12155786-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Call sign",
"Frequency MHz",
"City of license",
"ERP W",
"FCC info"
],
[
"2",
"W211BF",
"90.1",
"Big Stone Gap, Virginia",
"8",
"FCC"
],
[
"3",
"W212BP",
"90.3",
"Clintwood, Virginia",
"1",
"FCC"
],
[
"4",
"W211BE",
"90.1",
"Lebanon, Virginia",
"8.5",
"FCC"
],
[
"5",
"W219CJ",
"91.7",
"Norton, Virginia",
"50",
"FCC"
],
[
"6",
"W217BF",
"91.3",
"Pound, Virginia",
"1",
"FCC"
],
[
"7",
"W215BJ",
"90.9",
"Saint Paul, Virginia",
"1",
"FCC"
]
] |
[
{
"Formula": "ROWS(FILTER(B1,A1=1999))",
"Formula2": "ROWS(FILTER(B2:B7,A2:A7=1999))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "When 1999 is the year how many tournaments are there?",
"Tokens": [
"ROWS(",
"FILTER(",
"B1",
"A1",
"=",
"1999"
]
},
{
"Formula": "ROWS(FILTER(F1,C1=\"Cary Middlecoff\"))",
"Formula2": "ROWS(FILTER(F2:F7,C2:C7=\"Cary Middlecoff\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "When cary middlecoff is the winner how many pars are there?",
"Tokens": [
"ROWS(",
"FILTER(",
"F1",
"C1",
"=",
"\"Cary Middlecoff\""
]
},
{
"Formula": "FILTER(D1,C1=\"Hale Irwin\")",
"Formula2": "FILTER(D2:D7,C2:C7=\"Hale Irwin\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "When hale irwin is the winner what is the margin of victory?",
"Tokens": [
"FILTER(",
"D1",
"C1",
"=",
"\"Hale Irwin\""
]
},
{
"Formula": "MIN(FILTER(E1,C1=\"Gary Player\"))",
"Formula2": "MIN(FILTER(E2:E7,C2:C7=\"Gary Player\"))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "When gary player is the winner what is the lowest winners share in dollars?",
"Tokens": [
"MIN(",
"FILTER(",
"E1",
"C1",
"=",
"\"Gary Player\""
]
}
] | dev_1-2417741-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Year",
"Tournament",
"Winner",
"Margin of victory",
"Winners share ( $ )",
"Par",
"Course length"
],
[
"2",
"1949",
"U.S. Open",
"Cary Middlecoff",
"1 stroke",
"2000",
"71",
"yd (m)"
],
[
"3",
"1975",
"U.S. Open",
"Lou Graham",
"2 strokes (90)",
"40000",
"71",
"yd (m)"
],
[
"4",
"1988",
"U.S. Senior Open",
"Gary Player",
"2 strokes (90)",
"65000",
"72",
"yd (m)"
],
[
"5",
"1990",
"U.S. Open",
"Hale Irwin",
"91 Holes",
"220000",
"72",
"yd (m)"
],
[
"6",
"1999",
"PGA Championship",
"Tiger Woods",
"1 stroke",
"630000",
"72",
"yd (m)"
],
[
"7",
"2006",
"PGA Championship",
"Tiger Woods",
"5 strokes",
"1224000",
"72",
"yd (m)"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"Olympic Stadium\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,G2:G10=\"Olympic Stadium\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the date of the game at Olympic Stadium?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"G1",
"=",
"\"Olympic Stadium\"",
"2"
]
},
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A10)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "How many weeks total are there?",
"Tokens": [
"SUM(",
"A1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"RheinEnergieStadion\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,G2:G10=\"RheinEnergieStadion\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the team's record when they played at Rheinenergiestadion?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"G1",
"=",
"\"RheinEnergieStadion\"",
"6"
]
}
] | train_1-24989925-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Week",
"Date",
"Kickoff",
"Opponent",
"Final score",
"Team record",
"Game site",
"Attendance"
],
[
"2",
"1",
"Saturday, March 18",
"6:00 p.m.",
"Cologne Centurions",
"L 10–14",
"0–1–0",
"AOL Arena",
"15243"
],
[
"3",
"2",
"Saturday, March 25",
"7:00 p.m.",
"at Frankfurt Galaxy",
"L 14–31",
"0–2–0",
"Commerzbank-Arena",
"26713"
],
[
"4",
"3",
"Saturday, April 1",
"6:00 p.m.",
"Berlin Thunder",
"T 17–17 OT",
"0–2–1",
"AOL Arena",
"15837"
],
[
"5",
"4",
"Saturday, April 8",
"7:00 p.m.",
"at Rhein Fire",
"L 21–31",
"0–3–1",
"LTU arena",
"18224"
],
[
"6",
"5",
"Saturday, April 15",
"6:00 p.m.",
"Frankfurt Galaxy",
"L 13–17",
"0–4–1",
"AOL Arena",
"12281"
],
[
"7",
"6",
"Sunday, April 23",
"4:00 p.m.",
"at Cologne Centurions",
"L 17–20",
"0–5–1",
"RheinEnergieStadion",
"9238"
],
[
"8",
"7",
"Saturday, April 29",
"6:00 p.m.",
"Amsterdam Admirals",
"L 17–18",
"0–6–1",
"AOL Arena",
"15224"
],
[
"9",
"8",
"Sunday, May 7",
"4:00 p.m.",
"at Berlin Thunder",
"W 38–14",
"1–6–1",
"Olympic Stadium",
"16762"
],
[
"10",
"9",
"Sunday, May 14",
"4:00 p.m.",
"Rhein Fire",
"W 13–10",
"2–6–1",
"AOL Arena",
"16823"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"muju\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,E2:E10=\"muju\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which province has muju as the capital?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"muju\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"良州\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,D2:D10=\"良州\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the modern equivalent of 良州 in Hanja?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"良州\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"양주\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,C2:C10=\"양주\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the capital of the province with 양주 in Hangul?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"양주\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"漢州\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,D2:D10=\"漢州\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the capital of the province with 漢州 in Hanja?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"漢州\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"sakju\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,B2:B10=\"sakju\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Hanja for the sakju province?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"sakju\"",
"4"
]
}
] | train_2-160510-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Former kingdom",
"Province",
"Hangul",
"Hanja",
"Capital",
"Modern equivalent"
],
[
"2",
"Silla",
"Yangju",
"양주",
"良州",
"Yangju",
"Eastern Gyeongsang"
],
[
"3",
"Silla",
"Gangju",
"강주",
"康州",
"Gangju",
"Western South Gyeongsang"
],
[
"4",
"Silla",
"Sangju",
"상주",
"尙州",
"Sangju",
"Western North Gyeongsang"
],
[
"5",
"Baekje",
"Muju",
"무주",
"武州",
"Muju",
"South Jeolla"
],
[
"6",
"Baekje",
"Jeonju",
"전주",
"全州",
"Jeonju",
"North Jeolla"
],
[
"7",
"Baekje",
"Ungju",
"웅주",
"熊州",
"Gongju",
"South Chungcheong"
],
[
"8",
"Goguryeo",
"Hanju",
"한주",
"漢州",
"Hanju ( Seoul )",
"North Chungcheong , Gyeonggi , Hwanghae"
],
[
"9",
"Goguryeo",
"Sakju",
"삭주",
"朔州",
"Sakju",
"Western Gangwon"
],
[
"10",
"Goguryeo",
"Myeongju",
"명주",
"溟州",
"Myeongju",
"Eastern Gangwon"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"12:19:36\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"12:19:36\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the depth at the UTC time of 12:19:36?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"12:19:36\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"03:15:46\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"03:15:46\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the date for the UTC time of 03:15:46?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"03:15:46\"",
"1"
]
}
] | train_1-26950408-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Date (YYYY-MM-DD)",
"Time ( UTC )",
"Latitude",
"Longitude",
"Depth",
"Magnitude"
],
[
"2",
"2010-04-13",
"21:40:00",
"33.183° N",
"96.623° E",
"km (mi)",
"5.0 (M w )"
],
[
"3",
"2010-04-13",
"23:49:39",
"33.224° N",
"96.666° E",
"km (mi)",
"6.9 (M w )"
],
[
"4",
"2010-04-14",
"00:01:17",
"32.875° N",
"96.999° E",
"km (mi)",
"5.3 (M w )"
],
[
"5",
"2010-04-14",
"00:12:25",
"33.159° N",
"96.580° E",
"km (mi)",
"5.2 (M w )"
],
[
"6",
"2010-04-14",
"01:25:15",
"33.179° N",
"96.448° E",
"km (mi)",
"5.8 (M w )"
],
[
"7",
"2010-04-14",
"03:15:46",
"33.151° N",
"96.701° E",
"km (mi)",
"4.7 (M w )"
],
[
"8",
"2010-04-14",
"12:19:36",
"33.077° N",
"96.846° E",
"km (mi)",
"4.1 (M w )"
]
] |
[
{
"Formula": "MINIFS(A1,C1,\"great britain\")",
"Formula2": "MINIFS(A2:A6,C2:C6,\"great britain\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the lowest ranking rower from Great Britain?",
"Tokens": [
"MINIFS(",
"A1",
"C1",
"\"great britain\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"7:00:46\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>2))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E6,D2:D6=\"7:00:46\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>2))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What are the notes for the rower in ranks over 2 and having a time of 7:00:46?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"7:00:46\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"2"
]
}
] | train_2-18662686-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Rowers",
"Country",
"Time",
"Notes"
],
[
"2",
"1",
"Matthew Wells , Stephen Rowbotham",
"Great Britain",
"6:26.33",
"SA/B"
],
[
"3",
"2",
"Ante Kušurin , Mario Vekić",
"Croatia",
"6:27.38",
"SA/B"
],
[
"4",
"3",
"Tõnu Endrekson , Jüri Jaanson",
"Estonia",
"6:27.95",
"SA/B"
],
[
"5",
"4",
"Alexander Kornilov , Alexey Svirin",
"Russia",
"6:44.46",
"R"
],
[
"6",
"5",
"Haidar Nozad , Hussein Jebur",
"Iraq",
"7:00:46",
"R"
]
] |
[
{
"Formula": "MINIFS(G1,D1,\"10.16 (76) – 9.22 (76)\")",
"Formula2": "MINIFS(G2:G9,D2:D9,\"10.16 (76) – 9.22 (76)\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "what's the minimum attendance with score 10.16 (76) – 9.22 (76)",
"Tokens": [
"MINIFS(",
"G1",
"D1",
"\"10.16 (76) – 9.22 (76)\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=1970),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,A2:A9=1970),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "who's the premier with in 1970",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"1970",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"Richmond\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,B2:B9=\"Richmond\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "who are all the runner-up for premier in richmond",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"Richmond\"",
"3"
]
},
{
"Formula": "MINIFS(G1,D1,\"8.16 (64) – 8.12 (60)\")",
"Formula2": "MINIFS(G2:G9,D2:D9,\"8.16 (64) – 8.12 (60)\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "what is the minimum attendance with score 8.16 (64) – 8.12 (60)",
"Tokens": [
"MINIFS(",
"G1",
"D1",
"\"8.16 (64) – 8.12 (60)\""
]
}
] | train_1-10566855-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Season",
"Premier",
"Runner-up",
"Score",
"Margin",
"Venue",
"Attendance"
],
[
"2",
"1960",
"Melbourne",
"Collingwood",
"8.14 (62) – 2.2 (14)",
"48",
"MCG",
"97457"
],
[
"3",
"1964",
"Melbourne",
"Collingwood",
"8.16 (64) – 8.12 (60)",
"4",
"MCG",
"102469"
],
[
"4",
"1966",
"St Kilda",
"Collingwood",
"10.14 (74) – 10.13 (73)",
"1",
"MCG",
"101655"
],
[
"5",
"1970",
"Carlton",
"Collingwood",
"17.9 (111) – 14.17 (101)",
"10",
"MCG",
"121696"
],
[
"6",
"1977",
"North Melbourne",
"Collingwood",
"10.16 (76) – 9.22 (76)",
"0",
"MCG",
"108244"
],
[
"7",
"1977",
"North Melbourne",
"Collingwood",
"21.25 (151) – 19.10 (124)",
"27",
"MCG",
"98366"
],
[
"8",
"1979",
"Carlton",
"Collingwood",
"11.16 (82) – 11.11 (77)",
"5",
"MCG",
"113545"
],
[
"9",
"1980",
"Richmond",
"Collingwood",
"23.21 (159) – 9.24 (78)",
"81",
"MCG",
"113461"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=6),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,A2:A19=6),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the date when tie number is 6?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"6",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=9),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,A2:A19=9),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Who is the home team with tie number 9?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"9",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"sheffield united\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,D2:D19=\"sheffield united\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the home team when Sheffield United is the away team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"sheffield united\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"aston villa\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,D2:D19=\"aston villa\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the date when Aston Villa is the away team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"aston villa\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"31 january 1951\")*(D1=\"sheffield united\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,(E2:E19=\"31 january 1951\")*(D2:D19=\"sheffield united\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the home team on 31 January 1951 when away team was Sheffield United?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"31 january 1951\"",
"*",
"D1",
"=",
"\"sheffield united\"",
"2"
]
}
] | train_2-17520911-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Tie no",
"Home team",
"Score",
"Away team",
"Date"
],
[
"2",
"1",
"Blackpool",
"2–1",
"Stockport County",
"27 January 1951"
],
[
"3",
"2",
"Bristol City",
"1–0",
"Brighton & Hove Albion",
"27 January 1951"
],
[
"4",
"3",
"Preston North End",
"0–2",
"Huddersfield Town",
"27 January 1951"
],
[
"5",
"4",
"Wolverhampton Wanderers",
"3–1",
"Aston Villa",
"27 January 1951"
],
[
"6",
"5",
"Sunderland",
"2–0",
"Southampton",
"27 January 1951"
],
[
"7",
"6",
"Derby County",
"1–3",
"Birmingham City",
"27 January 1951"
],
[
"8",
"7",
"Luton Town",
"1–2",
"Bristol Rovers",
"27 January 1951"
],
[
"9",
"8",
"Sheffield United",
"0–0",
"Mansfield Town",
"27 January 1951"
],
[
"10",
"Replay",
"Mansfield Town",
"4–2",
"Sheffield United",
"31 January 1951"
],
[
"11",
"9",
"Newcastle United",
"3–2",
"Bolton Wanderers",
"27 January 1951"
],
[
"12",
"10",
"Manchester United",
"4–0",
"Leeds United",
"27 January 1951"
],
[
"13",
"11",
"Millwall",
"0–1",
"Fulham",
"27 January 1951"
],
[
"14",
"12",
"Hull City",
"2–0",
"Rotherham United",
"27 January 1951"
],
[
"15",
"13",
"Exeter City",
"1–1",
"Chelsea",
"27 January 1951"
],
[
"16",
"Replay",
"Chelsea",
"2–0",
"Exeter City",
"31 January 1951"
],
[
"17",
"14",
"Newport County",
"0–2",
"Norwich City",
"27 January 1951"
],
[
"18",
"15",
"Arsenal",
"3–2",
"Northampton Town",
"27 January 1951"
],
[
"19",
"16",
"Stoke City",
"1–0",
"West Ham United",
"27 January 1951"
]
] |
[
{
"Formula": "SUMIFS(F1,E1,\"western oval\")",
"Formula2": "SUMIFS(F2:F7,E2:E7,\"western oval\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many people watch at Western Oval venue?",
"Tokens": [
"SUMIFS(",
"F1",
"E1",
"\"western oval\""
]
}
] | test_2-10774891-15 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"North Melbourne",
"13.11 (89)",
"St Kilda",
"14.9 (93)",
"Arden Street Oval",
"10,000",
"3 August 1957"
],
[
"3",
"Fitzroy",
"15.13 (103)",
"Richmond",
"13.13 (91)",
"Brunswick Street Oval",
"12,000",
"3 August 1957"
],
[
"4",
"Melbourne",
"8.18 (66)",
"Hawthorn",
"10.13 (73)",
"MCG",
"32,163",
"3 August 1957"
],
[
"5",
"Footscray",
"7.8 (50)",
"Essendon",
"12.11 (83)",
"Western Oval",
"24,942",
"3 August 1957"
],
[
"6",
"South Melbourne",
"9.13 (67)",
"Collingwood",
"12.19 (91)",
"Lake Oval",
"25,300",
"3 August 1957"
],
[
"7",
"Geelong",
"11.19 (85)",
"Carlton",
"6.7 (43)",
"Kardinia Park",
"16,808",
"3 August 1957"
]
] |
[
{
"Formula": "SUM(FILTER(D1, (E1=55)*(B1>12)))",
"Formula2": "SUM(FILTER(D2:D7, (E2:E7=55)*(B2:B7>12)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many runs were there when the high score was 55 and there were more than 12 innings?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"E1",
"=",
"55",
"*",
"B1",
">",
"12"
]
},
{
"Formula": "SUM(FILTER(D1, (A1=1)*(F1<86)))",
"Formula2": "SUM(FILTER(D2:D7, (A2:A7=1)*(F2:F7<86)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many runs were there when there was 1 match and les than 86 average?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"A1",
"=",
"1",
"*",
"F1",
"<",
"86"
]
}
] | train_2-1420080-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Matches",
"Innings",
"Not out",
"Runs",
"High Score",
"Average"
],
[
"2",
"8",
"14",
"2",
"708",
"162",
"59.00"
],
[
"3",
"3",
"4",
"0",
"204",
"114",
"51.00"
],
[
"4",
"7",
"13",
"0",
"397",
"116",
"30.53"
],
[
"5",
"1",
"1",
"0",
"86",
"86",
"86.00"
],
[
"6",
"6",
"12",
"0",
"266",
"55",
"22.16"
],
[
"7",
"25",
"44",
"2",
"1661",
"162",
"39.54"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"amal mccaskill\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=\"amal mccaskill\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What school/club team did Amal McCaskill play for?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"amal mccaskill\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"mike miller\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=\"mike miller\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Mike Miller played for what school/club team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"mike miller\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"maryland\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,E2:E11=\"maryland\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the player that played for the school/club team Maryland?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"maryland\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"cuttino mobley\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=\"cuttino mobley\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Cuttino Mobley is what nationality?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"cuttino mobley\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"united states\")*(A1=\"corey maggette\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(B2:B11=\"united states\")*(A2:A11=\"corey maggette\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Corey Maggette from the United States plays what position?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"united states\"",
"*",
"A1",
"=",
"\"corey maggette\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"forward-center\")*(A1=\"amal mccaskill\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(C2:C11=\"forward-center\")*(A2:A11=\"amal mccaskill\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Amal McCaskill who plays forward-center played for what school/club team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"forward-center\"",
"*",
"A1",
"=",
"\"amal mccaskill\"",
"5"
]
}
] | train_2-15621965-12 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Player",
"Nationality",
"Position",
"Years in Orlando",
"School/Club Team"
],
[
"2",
"Corey Maggette",
"United States",
"Guard-Forward",
"1999–2000",
"Duke"
],
[
"3",
"Vernon Maxwell",
"United States",
"Guard",
"1997",
"Florida"
],
[
"4",
"Amal McCaskill",
"United States",
"Forward-Center",
"1996–1997",
"Marquette"
],
[
"5",
"Tracy McGrady",
"United States",
"Guard-Forward",
"2000–2004",
"Mt. Zion Christian Academy"
],
[
"6",
"Mark McNamara",
"United States",
"Forward-Center",
"1990–1991",
"California"
],
[
"7",
"Ron Mercer",
"United States",
"Guard-Forward",
"2000",
"Kentucky"
],
[
"8",
"Darko Miličić",
"Serbia",
"Center",
"2006–2007",
"KK Hemofarm ( Serbia )"
],
[
"9",
"Mike Miller",
"United States",
"Forward",
"2000–2003",
"Florida"
],
[
"10",
"Cuttino Mobley",
"United States",
"Guard",
"2004–2005",
"Rhode Island"
],
[
"11",
"Terence Morris",
"United States",
"Forward",
"2005–2006",
"Maryland"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"2004-03-31\")*(D1=\"daffy (as duck dodgers)\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(E2:E7=\"2004-03-31\")*(D2:D7=\"daffy (as duck dodgers)\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What director has 2004-03-31 as the release date, with daffy (as duck dodgers) as the character?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"2004-03-31\"",
"*",
"D1",
"=",
"\"daffy (as duck dodgers)\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"daffy (as duck dodgers)\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"daffy (as duck dodgers)\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What title has daffy (as duck dodgers) as the character?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"daffy (as duck dodgers)\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"dan povenmire\")*(A1=\"museum scream\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(C2:C7=\"dan povenmire\")*(A2:A7=\"museum scream\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What series has dan povenmire as the director, with museum scream as the title?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"dan povenmire\"",
"*",
"A1",
"=",
"\"museum scream\"",
"2"
]
}
] | train_2-18792952-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Title",
"Series",
"Director",
"Characters",
"Release date"
],
[
"2",
"The Whizzard of Ow",
"LT",
"Bret Haaland",
"Wile E. and Road Runner",
"2003-11-01"
],
[
"3",
"Museum Scream",
"LT",
"Dan Povenmire",
"Sylvester, Tweety, Granny",
"2004-03-31"
],
[
"4",
"Hare and Loathing in Las Vegas",
"LT",
"Bill Kopp , Peter Shin",
"Bugs, Sam",
"2004-03-31"
],
[
"5",
"Attack of the Drones",
"LT",
"Rich Moore",
"Daffy (as Duck Dodgers)",
"2004-03-31"
],
[
"6",
"Cock-A-Doodle Duel",
"LT",
"Peter Shin",
"Foghorn",
"2004-03-31"
],
[
"7",
"My Generation G-G-Gap",
"LT",
"Dan Povenmire",
"Porky, Petunia",
"2004-03-31"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"everton\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,C2:C8=\"everton\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the result against everton?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"everton\"",
"5"
]
}
] | test_2-11664601-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Round",
"Date",
"Opponent",
"Venue",
"Result",
"Attendance"
],
[
"2",
"2",
"24 September 2003",
"Brighton",
"Home",
"1-0 (a.e.t.)",
"10,435"
],
[
"3",
"3",
"29 October 2003",
"Wigan",
"Away",
"2-1",
"8,046"
],
[
"4",
"4",
"3 December 2003",
"Everton",
"Home",
"0-0 (5-4 pens)",
"18,568"
],
[
"5",
"5",
"17 December 2003",
"Tottenham",
"Away",
"1-1 (5-4 pens)",
"25,307"
],
[
"6",
"SF Leg 1",
"January 20, 2004",
"Arsenal",
"Away",
"1-0",
"31,070"
],
[
"7",
"SF Leg 2",
"3 February 2004",
"Arsenal",
"Home",
"2-1 (3-1 agg.)",
"8,046"
],
[
"8",
"Final",
"29 February 2004",
"Bolton",
"Millennium Stadium",
"2-1",
"72,634"
]
] |
[
{
"Formula": "MIN(FILTER(D1, (C1=\"piquet gp\")*(G1>24)))",
"Formula2": "MIN(FILTER(D2:D18, (C2:C18=\"piquet gp\")*(G2:G18>24)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Can you tell me the lowest Races that has the Team Name of piquet gp, and the Points larger than 24?",
"Tokens": [
"MIN(",
"FILTER(",
"D1",
"C1",
"=",
"\"piquet gp\"",
"*",
"G1",
">",
"24"
]
},
{
"Formula": "SUM(FILTER(E1, (A1=2005)*(B1=\"formula three sudamericana\")))",
"Formula2": "SUM(FILTER(E2:E18, (A2:A18=2005)*(B2:B18=\"formula three sudamericana\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Can you tell me the sum of Poles that has the Season of 2005, and the Series of formula three sudamericana?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"A1",
"=",
"2005",
"*",
"B1",
"=",
"\"formula three sudamericana\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,A1=2002),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=0))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H18,A2:A18=2002),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=0))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Can you tell me the Series that has the Wins of 0, and the Season of a 2002?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"A1",
"=",
"2002",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"0"
]
}
] | train_2-17289224-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Season",
"Series",
"Team Name",
"Races",
"Poles",
"Wins",
"Points",
"Final Placing"
],
[
"2",
"2002",
"Formula Renault 2.0 Brazil",
"Bassani Racing",
"3",
"0",
"0",
"0",
"NC"
],
[
"3",
"2003",
"Formula Renault 2.0 Brazil",
"Pop Car Racing",
"12",
"0",
"0",
"26",
"18th"
],
[
"4",
"2004",
"Formula Renault 2.0 Brazil",
"Full Time Sports",
"10",
"1",
"0",
"76",
"9th"
],
[
"5",
"2005",
"Formula Three Sudamericana",
"Bassani Racing",
"18",
"1",
"3",
"72",
"4th"
],
[
"6",
"2005",
"Formula Renault 2.0 Brazil",
"Gramacho Racing",
"3",
"0",
"0",
"44",
"12th"
],
[
"7",
"2006",
"Formula Three Sudamericana",
"Bassani Racing",
"16",
"8",
"1",
"78",
"3rd"
],
[
"8",
"2006",
"Formula Renault 2.0 Brazil",
"Bassani Racing",
"1",
"1",
"1",
"32",
"16th"
],
[
"9",
"2006",
"Euroseries 3000",
"Minardi Team",
"2",
"0",
"0",
"6",
"15th"
],
[
"10",
"2007",
"Euroseries 3000",
"Team Minardi by GP Racing",
"16",
"1",
"4",
"77",
"2nd"
],
[
"11",
"2008",
"GP2 Series",
"David Price Racing",
"20",
"0",
"0",
"3",
"22nd"
],
[
"12",
"2008",
"GP2 Asia Series",
"Campos Racing",
"1",
"0",
"0",
"0",
"19th"
],
[
"13",
"2008",
"GP2 Asia Series",
"David Price Racing",
"8",
"0",
"0",
"2",
"19th"
],
[
"14",
"2008–09",
"GP2 Asia Series",
"Piquet GP",
"11",
"0",
"2",
"24",
"8th"
],
[
"15",
"2009",
"GP2 Series",
"iSport International",
"20",
"0",
"0",
"8",
"20th"
],
[
"16",
"2009–10",
"GP2 Asia Series",
"MalaysiaQi-Meritus.com",
"2",
"0",
"0",
"0",
"28th"
],
[
"17",
"2010",
"Copa Caixa Stock Car",
"RC3 Bassani Racing",
"12",
"0",
"1",
"43",
"15th"
],
[
"18",
"2011",
"Copa Caixa Stock Car",
"Bassani Racing",
"9",
"0",
"0",
"13",
"23rd"
]
] |
[
{
"Formula": "AVERAGEIFS(A1,C1,\"sammy morris\")",
"Formula2": "AVERAGEIFS(A2:A9,C2:C9,\"sammy morris\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the average round of player Sammy Morris?",
"Tokens": [
"AVERAGEIFS(",
"A1",
"C1",
"\"sammy morris\""
]
},
{
"Formula": "SUM(FILTER(B1, A1=4))",
"Formula2": "SUM(FILTER(B2:B9, A2:A9=4))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the sum pick # of the player from round 4?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"A1",
"=",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"arizona state\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"arizona state\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the player from Arizona State?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"arizona state\"",
"3"
]
},
{
"Formula": "SUM(FILTER(A1, (D1=\"linebacker\")*(B1>251)))",
"Formula2": "SUM(FILTER(A2:A9, (D2:D9=\"linebacker\")*(B2:B9>251)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the sum of the round of the player who plays linebacker and has a pick # greater than 251?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"D1",
"=",
"\"linebacker\"",
"*",
"B1",
">",
"251"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"arizona state\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<7))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E9,E2:E9=\"arizona state\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<7))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "Who is the player from Arizona state with a round less than 7?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"arizona state\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"7"
]
}
] | train_2-16025322-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Round",
"Pick #",
"Player",
"Position",
"College"
],
[
"2",
"1",
"26",
"Erik Flowers",
"Defensive End",
"Arizona State"
],
[
"3",
"2",
"58",
"Travares Tillman",
"Free Safety",
"Georgia Tech"
],
[
"4",
"3",
"89",
"Corey Moore",
"Linebacker",
"Virginia Tech"
],
[
"5",
"4",
"121",
"Avion Black",
"Wide Receiver",
"Tennessee State"
],
[
"6",
"5",
"156",
"Sammy Morris",
"Fullback",
"Texas Tech"
],
[
"7",
"6",
"194",
"Leif Larsen",
"Defensive End",
"Texas-El Paso (UTEP)"
],
[
"8",
"7",
"233",
"Drew Haddad",
"Wide Receiver",
"Buffalo"
],
[
"9",
"7",
"251",
"DaShon Polk",
"Linebacker",
"Arizona"
]
] |
[
{
"Formula": "SUMIFS(A1,C1,\"black\")",
"Formula2": "SUMIFS(A2:A11,C2:C11,\"black\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many members have the black membership card?",
"Tokens": [
"SUMIFS(",
"A1",
"C1",
"\"black\""
]
},
{
"Formula": "SUMMARIZE(G1,SUMX(A1))",
"Formula2": "SUMMARIZE(G2:G11,SUMX(A2:A11))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell"
],
"Level": "easy",
"Question": "Find the number of members living in each address.",
"Tokens": [
"SUMMARIZE(",
"G1",
"SUMX(",
"A1"
]
},
{
"Formula": "FILTER(B1,(G1=\"Harford\")+(G1=\"Waterbury\"))",
"Formula2": "FILTER(B2:B11,(G2:G11=\"Harford\")+(G2:G11=\"Waterbury\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"+",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Give me the names of members whose address is in Harford or Waterbury.",
"Tokens": [
"FILTER(",
"B1",
"G1",
"=",
"\"Harford\"",
"+",
"G1",
"=",
"\"Waterbury\""
]
},
{
"Formula": "LET(a,HSTACK(A1,B1),b,A1,c,CHOOSECOLS(LET(query1,LET(query1,FILTER(A1:G1,C1=\"black\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=30)),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Formula2": "LET(a,HSTACK(A2:A11,B2:B11),b,A2:A11,c,CHOOSECOLS(LET(query1,LET(query1,FILTER(A2:G11,C2:C11=\"black\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=30)),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Funcs": [
"LET(",
"a",
"HSTACK(",
"Cell",
"Cell",
"b",
"Cell",
"c",
"CHOOSECOLS(",
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num",
"Num",
"UNIQUE(",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
],
"Level": "hard",
"Question": "Find the ids and names of members who are under age 30 or with black membership card.",
"Tokens": [
"LET(",
"a",
"HSTACK(",
"A1",
"B1",
"b",
"A1",
"c",
"CHOOSECOLS(",
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"black\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"30",
"1",
"UNIQUE(",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
]
},
{
"Formula": "SORTBY(CHOOSE({1,2,3},E1,D1,G1),E1,1)",
"Formula2": "SORTBY(CHOOSE({1,2,3},E2:E11,D2:D11,G2:G11),E2:E11,1)",
"Funcs": [
"SORTBY(",
"CHOOSE(",
"Num",
"Num",
"Num",
"Cell",
"Cell",
"Cell",
"Cell",
"Num"
],
"Level": "easy",
"Question": "Find the purchase time, age and address of each member, and show the results in the order of purchase time.",
"Tokens": [
"SORTBY(",
"CHOOSE(",
"1",
"2",
"3",
"E1",
"D1",
"G1",
"E1",
"1"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,3)>5))",
"Formula2": "LET(query1,SUMMARIZE(C2:C11,SUMX(A2:A11)),FILTER(query1,CHOOSECOLS(query1,3)>5))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Which membership card has more than 5 members?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"3",
">",
"5"
]
},
{
"Formula": "LET(query1,FILTER(A1:G1,G1<>\"hartford\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,1))))",
"Formula2": "LET(query1,FILTER(A2:G11,G2:G11<>\"hartford\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,1))))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<>",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num"
],
"Level": "hard",
"Question": "How many members are not living in Hartford?",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"G1",
"<>",
"\"hartford\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"7",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1"
]
},
{
"Formula": "SUMIFS(A1,C1,\"black\")",
"Formula2": "SUMIFS(A2:A11,C2:C11,\"black\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many members are blackcard members?",
"Tokens": [
"SUMIFS(",
"A1",
"C1",
"\"black\""
]
},
{
"Formula": "SUMMARIZE(G1,SUMX(A1))",
"Formula2": "SUMMARIZE(G2:G11,SUMX(A2:A11))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell"
],
"Level": "easy",
"Question": "Amount of members per address",
"Tokens": [
"SUMMARIZE(",
"G1",
"SUMX(",
"A1"
]
},
{
"Formula": "LET(query1,FILTER(A1:G1,G1=\"waterbury\"),UNIQUE(CHOOSECOLS(query1,2,1)))",
"Formula2": "LET(query1,FILTER(A2:G11,G2:G11=\"waterbury\"),UNIQUE(CHOOSECOLS(query1,2,1)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num"
],
"Level": "hard",
"Question": "Waterbury members' names and IDs",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"waterbury\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"2",
"1"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,C1=\"black\"),SUMMARIZE(HSTACK(CHOOSECOLS(query1,1,2)),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,3)=30))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G11,C2:C11=\"black\"),SUMMARIZE(HSTACK(CHOOSECOLS(query1,1,2)),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,3)=30))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"HSTACK(",
"CHOOSECOLS(",
"query1",
"Num",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "the ids and names of black card members aged 30.",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"black\"",
"SUMMARIZE(",
"HSTACK(",
"CHOOSECOLS(",
"query1",
"1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"3",
"=",
"30"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,3)>5))",
"Formula2": "LET(query1,SUMMARIZE(C2:C11,SUMX(A2:A11)),FILTER(query1,CHOOSECOLS(query1,3)>5))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "cards with more than 5 members ",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"3",
">",
"5"
]
},
{
"Formula": "LET(query1,FILTER(A1:G1,G1<>\"hartford\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,1))))",
"Formula2": "LET(query1,FILTER(A2:G11,G2:G11<>\"hartford\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,1))))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<>",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num"
],
"Level": "hard",
"Question": "the number of members who are not in hartford",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"G1",
"<>",
"\"hartford\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"7",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1"
]
},
{
"Formula": "SUMIFS(A1,C1,\"black\")",
"Formula2": "SUMIFS(A2:A11,C2:C11,\"black\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "the number of members having black membership cards",
"Tokens": [
"SUMIFS(",
"A1",
"C1",
"\"black\""
]
},
{
"Formula": "SUMMARIZE(G1,SUMX(A1))",
"Formula2": "SUMMARIZE(G2:G11,SUMX(A2:A11))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell"
],
"Level": "easy",
"Question": "the number of members for each address.",
"Tokens": [
"SUMMARIZE(",
"G1",
"SUMX(",
"A1"
]
},
{
"Formula": "LET(query1,FILTER(A1:G1,G1=\"waterbury\"),UNIQUE(CHOOSECOLS(query1,2,1)))",
"Formula2": "LET(query1,FILTER(A2:G11,G2:G11=\"waterbury\"),UNIQUE(CHOOSECOLS(query1,2,1)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num"
],
"Level": "hard",
"Question": "the names and ids of members in waterbury",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"waterbury\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"2",
"1"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,3)>5))",
"Formula2": "LET(query1,SUMMARIZE(C2:C11,SUMX(A2:A11)),FILTER(query1,CHOOSECOLS(query1,3)>5))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "the card with over 5 members",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"3",
">",
"5"
]
}
] | coffee_shop_member | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"member id",
"name",
"membership card",
"age",
"time of purchase",
"level of membership",
"address"
],
[
"2",
"1",
"Ashby, Lazale",
"Black",
"29",
"18",
"5",
"Hartford"
],
[
"3",
"2",
"Breton, Robert",
"White",
"67",
"41",
"4",
"Waterbury"
],
[
"4",
"3",
"Campbell, Jessie",
"Black",
"34",
"20",
"6",
"Hartford"
],
[
"5",
"4",
"Cobb, Sedrick",
"Black",
"51",
"27",
"2",
"Waterbury"
],
[
"6",
"5",
"Hayes, Steven",
"White",
"50",
"44",
"3",
"Cheshire"
],
[
"7",
"6",
"Komisarjevsky, Joshua",
"White",
"33",
"26",
"2",
"Cheshire"
],
[
"8",
"7",
"Peeler, Russell",
"Black",
"42",
"26",
"6",
"Bridgeport"
],
[
"9",
"8",
"Reynolds, Richard",
"Black",
"45",
"24",
"1",
"Waterbury"
],
[
"10",
"9",
"Rizzo, Todd",
"White",
"35",
"18",
"4",
"Waterbury"
],
[
"11",
"10",
"Webb, Daniel",
"Black",
"51",
"27",
"22",
"Hartford"
]
] |
[
{
"Formula": "FILTER(D1,E1=\"kardinia park\")",
"Formula2": "FILTER(D2:D7,E2:E7=\"kardinia park\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which Away team score has a Venue of kardinia park?",
"Tokens": [
"FILTER(",
"D1",
"E1",
"=",
"\"kardinia park\""
]
},
{
"Formula": "FILTER(B1,A1=\"geelong\")",
"Formula2": "FILTER(B2:B7,A2:A7=\"geelong\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which Home team score has a Home team of geelong?",
"Tokens": [
"FILTER(",
"B1",
"A1",
"=",
"\"geelong\""
]
},
{
"Formula": "FILTER(E1,A1=\"geelong\")",
"Formula2": "FILTER(E2:E7,A2:A7=\"geelong\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which Venue has a Home team of geelong?",
"Tokens": [
"FILTER(",
"E1",
"A1",
"=",
"\"geelong\""
]
}
] | dev_2-10826385-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Geelong",
"10.3 (63)",
"Richmond",
"22.17 (149)",
"Kardinia Park",
"18,494",
"8 April 1972"
],
[
"3",
"Fitzroy",
"12.16 (88)",
"St Kilda",
"12.8 (80)",
"Junction Oval",
"20,000",
"8 April 1972"
],
[
"4",
"Essendon",
"16.11 (107)",
"South Melbourne",
"7.18 (60)",
"Windy Hill",
"22,611",
"8 April 1972"
],
[
"5",
"North Melbourne",
"11.10 (76)",
"Hawthorn",
"19.24 (138)",
"Arden Street Oval",
"10,200",
"8 April 1972"
],
[
"6",
"Melbourne",
"11.18 (84)",
"Footscray",
"15.15 (105)",
"MCG",
"21,452",
"8 April 1972"
],
[
"7",
"Collingwood",
"10.15 (75)",
"Carlton",
"11.9 (75)",
"Victoria Park",
"37,070",
"8 April 1972"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"1960s\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,B2:B14=\"1960s\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "In which week was the Theme 1960s?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"1960s\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"n/a\")*(A1=\"hollywood\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,(B2:B14=\"n/a\")*(A2:A14=\"hollywood\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When the week # is listed as Hollywood, and the Theme is N/A, what song is listed?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"n/a\"",
"*",
"A1",
"=",
"\"hollywood\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"eliminated\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,F2:F14=\"eliminated\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Theme has a Result of eliminated?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"eliminated\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"bonnie tyler\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,D2:D14=\"bonnie tyler\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which song choice was originally performed by Bonnie Tyler?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"bonnie tyler\"",
"3"
]
}
] | test_2-15383430-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Week #",
"Theme",
"Song choice",
"Original artist",
"Order #",
"Result"
],
[
"2",
"Audition",
"N/A",
"\" I'm Every Woman \"",
"Chaka Khan",
"N/A",
"Advanced"
],
[
"3",
"Hollywood",
"N/A",
"\" When I Need You \"",
"Leo Sayer",
"N/A",
"Advanced"
],
[
"4",
"Top 50",
"N/A",
"\" Alone \"",
"i-TEN",
"N/A",
"Advanced"
],
[
"5",
"Top 24 (12 Women)",
"1960s",
"\" The Shadow of Your Smile \"",
"Tony Bennett",
"12",
"Safe"
],
[
"6",
"Top 20 (10 Women)",
"1970s",
"\" Crazy on You \"",
"Heart",
"1",
"Safe"
],
[
"7",
"Top 16 (8 Women)",
"1980s",
"\" I Drove All Night \"",
"Cyndi Lauper",
"4",
"Safe"
],
[
"8",
"Top 12",
"Lennon–McCartney",
"\" Come Together \"",
"The Beatles",
"5",
"Safe"
],
[
"9",
"Top 11",
"The Beatles",
"\" Blackbird \"",
"The Beatles",
"7",
"Bottom 3"
],
[
"10",
"Top 10",
"Year They Were Born",
"\" Total Eclipse of the Heart \"",
"Bonnie Tyler",
"7",
"Safe"
],
[
"11",
"Top 9",
"Dolly Parton",
"\" Here You Come Again \"",
"Dolly Parton",
"5",
"Safe"
],
[
"12",
"Top 8",
"Inspirational Music",
"\" The Show Must Go On \"",
"Queen",
"6",
"Bottom 3"
],
[
"13",
"Top 7",
"Mariah Carey",
"\" Without You \"",
"Badfinger",
"2",
"Safe"
],
[
"14",
"Top 6",
"Andrew Lloyd Webber",
"\" Superstar \"",
"Jesus Christ Superstar",
"5",
"Eliminated"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"stirling moss\")*(B1=\"oulton park\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(D2:D6=\"stirling moss\")*(B2:B6=\"oulton park\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the name of race that has a winning driver of Stirling moss and a Circuit of oulton park?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"stirling moss\"",
"*",
"B1",
"=",
"\"oulton park\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"brm\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=\"brm\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the winning driver that has a construction of brm?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"brm\"",
"4"
]
}
] | train_2-1140108-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Race Name",
"Circuit",
"Date",
"Winning driver",
"Constructor",
"Report"
],
[
"2",
"VII Glover Trophy",
"Goodwood",
"30 March",
"Stirling Moss",
"Cooper - Climax",
"Report"
],
[
"3",
"XIV BARC Aintree 200",
"Aintree",
"18 April",
"Jean Behra",
"Ferrari",
"Report"
],
[
"4",
"XI BRDC International Trophy",
"Silverstone",
"2 May",
"Jack Brabham",
"Cooper - Climax",
"Report"
],
[
"5",
"VI International Gold Cup",
"Oulton Park",
"26 September",
"Stirling Moss",
"Cooper - Climax",
"Report"
],
[
"6",
"IV Silver City Trophy",
"Snetterton",
"10 October",
"Ron Flockhart",
"BRM",
"Report"
]
] |
[
{
"Formula": "FILTER(E1,(C1=\"edmonton oilers\")*(A1=3))",
"Formula2": "FILTER(E2:E8,(C2:C8=\"edmonton oilers\")*(A2:A8=3))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Opponent of edmonton oilers, and a Game of 3 is what series?",
"Tokens": [
"FILTER(",
"E1",
"C1",
"=",
"\"edmonton oilers\"",
"*",
"A1",
"=",
"3"
]
},
{
"Formula": "FILTER(B1,D1=\"2–3 ot\")",
"Formula2": "FILTER(B2:B8,D2:D8=\"2–3 ot\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Score of 2–3 ot on what date?",
"Tokens": [
"FILTER(",
"B1",
"D1",
"=",
"\"2–3 ot\""
]
},
{
"Formula": "FILTER(D1,(C1=\"@ edmonton oilers\")*(A1<7)*(E1=\"oilers lead 3–2\"))",
"Formula2": "FILTER(D2:D8,(C2:C8=\"@ edmonton oilers\")*(A2:A8<7)*(E2:E8=\"oilers lead 3–2\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Opponent of @ edmonton oilers, and a Game smaller than 7, and a Series of oilers lead 3–2 had what score?",
"Tokens": [
"FILTER(",
"D1",
"C1",
"=",
"\"@ edmonton oilers\"",
"*",
"A1",
"<",
"7",
"*",
"E1",
"=",
"\"oilers lead 3–2\""
]
},
{
"Formula": "FILTER(D1,(C1=\"@ edmonton oilers\")*(A1>1)*(E1=\"oilers lead 3–2\"))",
"Formula2": "FILTER(D2:D8,(C2:C8=\"@ edmonton oilers\")*(A2:A8>1)*(E2:E8=\"oilers lead 3–2\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Opponent of @ edmonton oilers, and a Game larger than 1, and a Series of oilers lead 3–2 had what score?",
"Tokens": [
"FILTER(",
"D1",
"C1",
"=",
"\"@ edmonton oilers\"",
"*",
"A1",
">",
"1",
"*",
"E1",
"=",
"\"oilers lead 3–2\""
]
},
{
"Formula": "MAX(FILTER(A1,E1=\"oilers win 4–3\"))",
"Formula2": "MAX(FILTER(A2:A8,E2:E8=\"oilers win 4–3\"))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Series of oilers win 4–3 had what highest game?",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"E1",
"=",
"\"oilers win 4–3\""
]
}
] | dev_2-14208857-12 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Game",
"Date",
"Opponent",
"Score",
"Series"
],
[
"2",
"1",
"May 17",
"@ Edmonton Oilers",
"2–4",
"Oilers lead 1–0"
],
[
"3",
"2",
"May 20",
"@ Edmonton Oilers",
"2–3 OT",
"Oilers lead 2–0"
],
[
"4",
"3",
"May 22",
"Edmonton Oilers",
"5–3",
"Oilers lead 2–1"
],
[
"5",
"4",
"May 24",
"Edmonton Oilers",
"1–4",
"Oilers lead 3–1"
],
[
"6",
"5",
"May 26",
"@ Edmonton Oilers",
"4–3",
"Oilers lead 3–2"
],
[
"7",
"6",
"May 28",
"Edmonton Oilers",
"3–2",
"Series tied 3–3"
],
[
"8",
"7",
"May 31",
"@ Edmonton Oilers",
"1–3",
"Oilers win 4–3"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(B1),SUMX(D1)),FILTER(query1,(CHOOSECOLS(query1,2)<102.3)*(CHOOSECOLS(query1,3)=25)))",
"Formula2": "LET(query1,SUMMARIZE(C2:C11,SUMX(B2:B11),SUMX(D2:D11)),FILTER(query1,(CHOOSECOLS(query1,2)<102.3)*(CHOOSECOLS(query1,3)=25)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "what is the city of license for the station with the frequency mhz less than 102.3 abd erp w of 25?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"B1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"102.3",
"*",
"CHOOSECOLS(",
"query1",
"3",
"=",
"25"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"w254ah\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,A2:A11=\"w254ah\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "\\What is the class of the station with the call sign w254ah?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"w254ah\"",
"5"
]
},
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)>30))",
"Formula2": "LET(query1,SUMMARIZE(E2:E11,SUMX(D2:D11)),FILTER(query1,CHOOSECOLS(query1,2)>30))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "what is the class of the station with erp w more than 30?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"30"
]
},
{
"Formula": "MAXIFS(B1,A1,\"w292cu\")",
"Formula2": "MAXIFS(B2:B11,A2:A11,\"w292cu\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "what is the highest frequency mhz with the call sign w292cu?",
"Tokens": [
"MAXIFS(",
"B1",
"A1",
"\"w292cu\""
]
}
] | train_2-12840409-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Call sign",
"Frequency MHz",
"City of license",
"ERP W",
"Class",
"FCC info"
],
[
"2",
"W294AJ",
"106.7",
"Charlottesville, Virginia",
"21",
"D",
"FCC"
],
[
"3",
"W236AD",
"95.1",
"Lawrenceville, Virginia",
"25",
"D",
"FCC"
],
[
"4",
"W246BZ",
"97.1",
"Crewe, Virginia",
"38",
"D",
"FCC"
],
[
"5",
"W254AH",
"98.7",
"Farmville, Virginia",
"27",
"D",
"FCC"
],
[
"6",
"W272CC",
"102.3",
"Smithfield, Virginia",
"10",
"D",
"FCC"
],
[
"7",
"W273AA",
"102.5",
"Blacksburg, Virginia",
"10",
"D",
"FCC"
],
[
"8",
"W274AB",
"102.7",
"Petersburg, Virginia",
"30",
"D",
"FCC"
],
[
"9",
"W291AJ",
"106.1",
"Waverly, Virginia",
"27",
"D",
"FCC"
],
[
"10",
"W292CU",
"106.3",
"Christiansburg, Virginia",
"10",
"D",
"FCC"
],
[
"11",
"W295AI",
"106.9",
"Marion, Virginia",
"10",
"D",
"FCC"
]
] |
[
{
"Formula": "SUM(FILTER(D1, G1=25))",
"Formula2": "SUM(FILTER(D2:D8, G2:G8=25))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many touchdowns did the player took which gained 25 points?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"G1",
"=",
"25"
]
},
{
"Formula": "MAXIFS(G1,A1,\"Curtis\")",
"Formula2": "MAXIFS(G2:G8,A2:A8,\"Curtis\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many maximum points did Curtis scored?",
"Tokens": [
"MAXIFS(",
"G1",
"A1",
"\"Curtis\""
]
},
{
"Formula": "SUMIFS(D1,B1,\"Left guard\")",
"Formula2": "SUMIFS(D2:D8,B2:B8,\"Left guard\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many touchdowns did the left guard took?",
"Tokens": [
"SUMIFS(",
"D1",
"B1",
"\"Left guard\""
]
},
{
"Formula": "SUMIFS(F1,B1,\"Left end\")",
"Formula2": "SUMIFS(F2:F8,B2:B8,\"Left end\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many numbers were recorded on the fields goals of the Left End player?",
"Tokens": [
"SUMIFS(",
"F1",
"B1",
"\"Left end\""
]
},
{
"Formula": "MINIFS(D1,B1,\"Fullback\")",
"Formula2": "MINIFS(D2:D8,B2:B8,\"Fullback\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the minimum touchdowns of the Fullback player?",
"Tokens": [
"MINIFS(",
"D1",
"B1",
"\"Fullback\""
]
}
] | train_1-25711913-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Player",
"Position",
"Starter",
"Touchdowns",
"Extra points",
"Field goals",
"Points"
],
[
"2",
"Hammond",
"Fullback",
"Yes",
"4",
"5",
"0",
"25"
],
[
"3",
"Workman",
"Right halfback",
"Yes",
"3",
"0",
"0",
"15"
],
[
"4",
"Curtis",
"Left tackle",
"Yes",
"0",
"5",
"0",
"5"
],
[
"5",
"Norcross",
"Quarterback",
"Yes",
"1",
"0",
"0",
"5"
],
[
"6",
"Garrels",
"Left end",
"Yes",
"1",
"0",
"0",
"5"
],
[
"7",
"Rumney",
"Right halfback",
"No",
"1",
"0",
"0",
"5"
],
[
"8",
"Love",
"Left guard",
"Yes",
"1",
"0",
"0",
"5"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"@ Indiana\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,C2:C10=\"@ Indiana\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "when did the @ indiana game take place?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"@ Indiana\"",
"2"
]
}
] | train_1-22893781-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
[
"2",
"49",
"February 2",
"@ Indiana",
"L 115–130 (OT)",
"Chris Bosh (35)",
"Chris Bosh (15)",
"José Calderón (8)",
"Conseco Fieldhouse 11,191",
"26–23"
],
[
"3",
"50",
"February 3",
"New Jersey",
"W 108–99 (OT)",
"Andrea Bargnani , Chris Bosh (20)",
"Sonny Weems (11)",
"Jarrett Jack (9)",
"Air Canada Centre 15,222",
"27–23"
],
[
"4",
"51",
"February 7",
"Sacramento",
"W 115–104 (OT)",
"Chris Bosh (35)",
"Chris Bosh (11)",
"Jarrett Jack (9)",
"Air Canada Centre 18,007",
"28–23"
],
[
"5",
"52",
"February 10",
"Philadelphia",
"W 104–93 (OT)",
"Chris Bosh (23)",
"Chris Bosh (12)",
"Jarrett Jack (8)",
"Air Canada Centre 16,651",
"29–23"
],
[
"6",
"53",
"February 17",
"Memphis",
"L 102–109 (OT)",
"Chris Bosh (32)",
"Andrea Bargnani , Chris Bosh (10)",
"José Calderón (9)",
"Air Canada Centre 16,829",
"29–24"
],
[
"7",
"54",
"February 19",
"@ New Jersey",
"W 106–89 (OT)",
"Jarrett Jack (18)",
"Radoslav Nesterović (7)",
"Jarrett Jack (10)",
"Izod Center 11,994",
"30–24"
],
[
"8",
"55",
"February 20",
"Washington",
"W 109–104 (OT)",
"Jarrett Jack (23)",
"Reggie Evans (7)",
"Jarrett Jack (8)",
"Air Canada Centre 19,149",
"31–24"
],
[
"9",
"56",
"February 24",
"Portland",
"L 87–101 (OT)",
"Hedo Türkoğlu (24)",
"Reggie Evans , Amir Johnson (8)",
"Jarrett Jack (8)",
"Air Canada Centre 16,161",
"31–25"
],
[
"10",
"57",
"February 26",
"Cleveland",
"L 118–126 (OT)",
"Andrea Bargnani , Jarrett Jack (24)",
"DeMar DeRozan , Reggie Evans (5)",
"José Calderón (8)",
"Air Canada Centre 20,107",
"31–26"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"october 31\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,B2:B14=\"october 31\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the stadium for the game held on October 31?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"october 31\"",
"5"
]
},
{
"Formula": "SUMIFS(A1,E1,\"cleveland browns stadium\")",
"Formula2": "SUMIFS(A2:A14,E2:E14,\"cleveland browns stadium\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many weeks in total were games played at Cleveland Browns Stadium?",
"Tokens": [
"SUMIFS(",
"A1",
"E1",
"\"cleveland browns stadium\""
]
}
] | train_2-12771946-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Visiting Team",
"Host Team",
"Stadium"
],
[
"2",
"2",
"September 12",
"New York Jets",
"New England Patriots",
"Gillette Stadium"
],
[
"3",
"3",
"September 19",
"Kansas City Chiefs",
"Philadelphia Eagles",
"Lincoln Financial Field"
],
[
"4",
"4",
"September 26",
"San Francisco 49ers",
"St. Louis Rams",
"Edward Jones Dome"
],
[
"5",
"5",
"October 3",
"Buffalo Bills",
"Cleveland Browns",
"Cleveland Browns Stadium"
],
[
"6",
"6",
"October 10",
"New York Giants",
"Chicago Bears",
"Soldier Field"
],
[
"7",
"7",
"October 17",
"Seattle Seahawks",
"Arizona Cardinals",
"University of Phoenix Stadium"
],
[
"8",
"8",
"October 24",
"Carolina Panthers",
"Tampa Bay Buccaneers",
"Raymond James Stadium"
],
[
"9",
"9",
"October 31",
"Cincinnati Bengals",
"Miami Dolphins",
"Sun Life Stadium"
],
[
"10",
"10",
"November 7",
"Washington Redskins",
"Minnesota Vikings",
"Mall of America Field"
],
[
"11",
"11",
"November 14",
"Indianapolis Colts",
"Tennessee Titans",
"LP Field"
],
[
"12",
"12",
"November 21",
"New Orleans Saints",
"Atlanta Falcons",
"Georgia Dome"
],
[
"13",
"14",
"December 5",
"Houston Texans",
"Jacksonville Jaguars",
"Everbank Field"
],
[
"14",
"15",
"December 12",
"San Diego Chargers",
"Denver Broncos",
"Sports Authority Field at Mile High"
]
] |
[
{
"Formula": "FILTER(F1,A1=2013)",
"Formula2": "FILTER(F2:F9,A2:A9=2013)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Who was the coastal Carolina head coach in 2013?",
"Tokens": [
"FILTER(",
"F1",
"A1",
"=",
"2013"
]
},
{
"Formula": "ROWS(FILTER(E1,B1=\"Kent State Golden Flashes\"))",
"Formula2": "ROWS(FILTER(E2:E9,B2:B9=\"Kent State Golden Flashes\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many head coaches did Kent state golden flashes have?",
"Tokens": [
"ROWS(",
"FILTER(",
"E1",
"B1",
"=",
"\"Kent State Golden Flashes\""
]
},
{
"Formula": "FILTER(C1,D1=\"MAC (East)\")",
"Formula2": "FILTER(C2:C9,D2:D9=\"MAC (East)\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the result when then opponents conference was Mac (east)?",
"Tokens": [
"FILTER(",
"C1",
"D1",
"=",
"\"MAC (East)\""
]
}
] | dev_1-28418916-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"FBS Opponent",
"Result",
"Opponents Conference",
"Opponents Head Coach",
"Coastal Carolina Head Coach"
],
[
"2",
"2008",
"Penn State Nittany Lions",
"L, 66-10",
"Big Ten",
"Joe Paterno",
"David Bennett"
],
[
"3",
"2009",
"Kent State Golden Flashes",
"L, 18-0",
"MAC (East)",
"Doug Martin",
"David Bennett"
],
[
"4",
"2009",
"Clemson Tigers",
"L, 49-3",
"ACC (Atlantic)",
"Dabo Swinney",
"David Bennett"
],
[
"5",
"2010",
"West Virginia Mountaineers",
"L, 31-0",
"Big East",
"Bill Stewart",
"David Bennett"
],
[
"6",
"2011",
"Georgia Bulldogs",
"L, 59-0",
"SEC (Eastern)",
"Mark Richt",
"David Bennett"
],
[
"7",
"2012",
"Toledo Rockets",
"L, 38-28",
"MAC (West)",
"Matt Campbell",
"Joe Moglia"
],
[
"8",
"2013",
"South Carolina Gamecocks",
"TBD",
"SEC (Eastern)",
"Steve Spurrier as of 2013",
"Joe Moglia as of 2013"
],
[
"9",
"2014",
"Clemson Tigers",
"TBD",
"ACC (Atlantic)",
"Dabo Swinney as of 2013",
"Joe Moglia as of 2013"
]
] |
[
{
"Formula": "SUM(FILTER(D1, E1=35))",
"Formula2": "SUM(FILTER(D2:D9, E2:E9=35))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the aggregate of place for points being 35?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"E1",
"=",
"35"
]
},
{
"Formula": "MIN(FILTER(E1, D1=5))",
"Formula2": "MIN(FILTER(E2:E9, D2:D9=5))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Name the fewest points of 5 place",
"Tokens": [
"MIN(",
"FILTER(",
"E1",
"D1",
"=",
"5"
]
},
{
"Formula": "SUM(FILTER(D1, (B1=\"vicky gordon\")*(E1>23)))",
"Formula2": "SUM(FILTER(D2:D9, (B2:B9=\"vicky gordon\")*(E2:E9>23)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Name the total number of places for vicky gordon and points more than 23",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"B1",
"=",
"\"vicky gordon\"",
"*",
"E1",
">",
"23"
]
}
] | train_2-10128185-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Draw",
"Artist",
"Song",
"Place",
"Points"
],
[
"2",
"1",
"Vicky Gordon",
"\"Groovy Chick\"",
"6",
"23"
],
[
"3",
"2",
"Craig Lees",
"\"Clear the Air\"",
"4",
"35"
],
[
"4",
"3",
"Lizzi M",
"\"Devil in a Hood\"",
"7",
"17"
],
[
"5",
"4",
"Sarah Robertson",
"\"In My Life\"",
"3",
"36"
],
[
"6",
"5",
"Joni Fuller",
"\"How Does It Feel\"",
"1",
"43"
],
[
"7",
"6",
"Jack Garratt",
"\"The Girl\"",
"8",
"13"
],
[
"8",
"7",
"Jessica Stretton",
"\"About You\"",
"5",
"26"
],
[
"9",
"8",
"Ben Smith",
"\"Lovely\"",
"2",
"41"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Gardening leave 1\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,D2:D7=\"Gardening leave 1\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who are the outgoing head coaches whose manner of departure is Gardening Leave 1?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"Gardening leave 1\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Wan Jamak Wan Hassan\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"Wan Jamak Wan Hassan\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the incoming head coach after Wan Jamak Wan Hassan quit the coaching job?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Wan Jamak Wan Hassan\"",
"5"
]
}
] | train_1-29171931-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Club",
"Outgoing Head Coach",
"Date of vacancy",
"Manner of departure",
"Incoming Head Coach",
"Date of appointment"
],
[
"2",
"Kelantan FA",
"Bhaskaran Sathianathan",
"24 January 2011",
"Resigned",
"Maruthaiah Karathu",
"26 January 2011"
],
[
"3",
"Perlis FA",
"Mosthakeen Omar",
"1 March 2011",
"Resigned",
"Salim Tofel Mohamad (caretaker)",
"8 March 2011"
],
[
"4",
"Kedah FA",
"Ahmad Yusof",
"7 March 2011",
"Gardening leave 1",
"Muhamad Radhi Mat Din (caretaker)",
"7 March 2011"
],
[
"5",
"Negeri Sembilan FA",
"Wan Jamak Wan Hassan",
"16 March 2011",
"Resigned",
"Mohd Azraai Khor Abdullah",
"21 March 2011"
],
[
"6",
"Kedah FA",
"Muhamad Radhi Mat Din (caretaker)",
"23 April 2011",
"End of caretaker role",
"Wan Jamak Wan Hassan",
"23 April 2011"
],
[
"7",
"Perlis FA",
"Salim Tofel Mohamad (caretaker)",
"26 April 2011",
"End of caretaker role",
"Jánós Krécská",
"26 April 2011"
]
] |
[
{
"Formula": "SUM(FILTER(D1, A1>10))",
"Formula2": "SUM(FILTER(D2:D11, A2:A11>10))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What was the total matches that ranked above 10?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"A1",
">",
"10"
]
},
{
"Formula": "SUMIFS(D1,B1,\"alan shearer\")",
"Formula2": "SUMIFS(D2:D11,B2:B11,\"alan shearer\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the total amount of matches for Alan Shearer?",
"Tokens": [
"SUMIFS(",
"D1",
"B1",
"\"alan shearer\""
]
},
{
"Formula": "AVERAGE(FILTER(E1, (B1=\"jimmy greaves\")*(D1>516)))",
"Formula2": "AVERAGE(FILTER(E2:E11, (B2:B11=\"jimmy greaves\")*(D2:D11>516)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the average goals for Jimmy Greaves, and matches more than 516?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"E1",
"B1",
"=",
"\"jimmy greaves\"",
"*",
"D1",
">",
"516"
]
},
{
"Formula": "SUM(FILTER(D1, (B1=\"nat lofthouse\")*(A1>7)))",
"Formula2": "SUM(FILTER(D2:D11, (B2:B11=\"nat lofthouse\")*(A2:A11>7)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What was the total number of matches for Nat Lofthouse, ranking higher than 7?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"B1",
"=",
"\"nat lofthouse\"",
"*",
"A1",
">",
"7"
]
},
{
"Formula": "MAX(FILTER(A1, (B1=\"nat lofthouse\")*(E1>255)))",
"Formula2": "MAX(FILTER(A2:A11, (B2:B11=\"nat lofthouse\")*(E2:E11>255)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the highest rank for Nat Lofthouse, and goals more than 255?",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"B1",
"=",
"\"nat lofthouse\"",
"*",
"E1",
">",
"255"
]
}
] | train_2-1590321-70 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Name",
"Years",
"Matches",
"Goals"
],
[
"2",
"1",
"Jimmy Greaves",
"1957–1971",
"516",
"357"
],
[
"3",
"2",
"Steve Bloomer",
"1892–1910",
"536",
"317"
],
[
"4",
"3",
"Dixie Dean",
"-1925–1930,1931–1937-1937",
"362",
"310"
],
[
"5",
"4",
"Gordon Hodgson",
"1925–1939",
"454",
"288"
],
[
"6",
"5",
"Alan Shearer",
"1987–1988,1989–2006",
"559",
"283"
],
[
"7",
"6",
"Charlie Buchan",
"1910–1915,1919–1928",
"482",
"258"
],
[
"8",
"7",
"Nat Lofthouse",
"1946–1959,1960–1961",
"452",
"255"
],
[
"9",
"8",
"Joe Bradford",
"1921–1935",
"410",
"248"
],
[
"10",
"9",
"Hughie Gallacher",
"1925–1936,1937–1938",
"355",
"246"
],
[
"11",
"10",
"Joe Smith",
"1911–1915,1919–1927",
"410",
"243"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=568),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,E2:E11=568),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What home team played when there was an attendance of 568?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"568",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"horsham\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"horsham\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What away team did Horsham play?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"horsham\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"hinckley united\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"hinckley united\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What home team played Hinckley United?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"hinckley united\"",
"2"
]
}
] | train_2-18054397-18 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Tie no",
"Home team",
"Score",
"Away team",
"Attendance"
],
[
"2",
"1",
"Curzon Ashton",
"1–1",
"Hinckley United",
"519"
],
[
"3",
"Curzon Ashton won 3–2 on penalties",
"Curzon Ashton won 3–2 on penalties",
"Curzon Ashton won 3–2 on penalties",
"Curzon Ashton won 3–2 on penalties",
"Curzon Ashton won 3–2 on penalties"
],
[
"4",
"7",
"Belper Town",
"1–2",
"Droylsden",
"568"
],
[
"5",
"8",
"Histon",
"5–2",
"Durham City",
"441"
],
[
"6",
"12",
"Mansfield Town",
"1–0",
"York City",
"2,004"
],
[
"7",
"14",
"Eastwood Town",
"2–0",
"Wrexham",
"860"
],
[
"8",
"15",
"Horsham",
"1–4",
"Stevenage Borough",
"641"
],
[
"9",
"16",
"Ebbsfleet United",
"1–0",
"Woking",
"869"
],
[
"10",
"23",
"Forest Green Rovers",
"4–0",
"Ashford Town (Middx)",
"425"
],
[
"11",
"30",
"Lewes",
"1–3",
"Leiston",
"363"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=-6.7),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,D2:D13=-6.7),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"-",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the population density (per km) that has -6.7 as the change (%)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"-",
"6.7",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=84),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,C2:C13=84),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What population density (per km) that has 84 as the population (2006)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"84",
"6"
]
}
] | test_2-189598-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Name",
"Population (2011)",
"Population (2006)",
"Change (%)",
"Land area (km²)",
"Population density (per km²)"
],
[
"2",
"Black Point",
"47",
"—",
"—",
"—",
"—"
],
[
"3",
"Cole Bay",
"230",
"156",
"47.4",
"4.95",
"46.5"
],
[
"4",
"Dore Lake",
"28",
"30",
"-6.7",
"8.03",
"3.5"
],
[
"5",
"Jans Bay",
"187",
"181",
"3.3",
"5.94",
"31.5"
],
[
"6",
"Michel Village",
"66",
"79",
"-16.5",
"3.73",
"17.7"
],
[
"7",
"Patuanak",
"64",
"84",
"-23.8",
"1.34",
"47.6"
],
[
"8",
"St. George's Hill",
"100",
"19",
"426.3",
"1.46",
"68.7"
],
[
"9",
"Stony Rapids",
"243",
"255",
"-4.7",
"3.96",
"61.3"
],
[
"10",
"Timber Bay",
"93",
"139",
"-33.1",
"4.44",
"20.9"
],
[
"11",
"Turnor Lake",
"0",
"115",
"-100.0",
"4.62",
"0.0"
],
[
"12",
"Weyakwin",
"135",
"99",
"36.4",
"8.20",
"16.5"
],
[
"13",
"Total northern hamlets",
"1193",
"1157",
"3.1",
"46.67",
"25.6"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(B1),SUMX(A1)),FILTER(query1,(CHOOSECOLS(query1,2)>2)*(CHOOSECOLS(query1,3)<55)))",
"Formula2": "LET(query1,SUMMARIZE(C2:C12,SUMX(B2:B12),SUMX(A2:A12)),FILTER(query1,(CHOOSECOLS(query1,2)>2)*(CHOOSECOLS(query1,3)<55)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "What team was the opponent when February shows more than 2, with a game number less than 55?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"B1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"2",
"*",
"CHOOSECOLS(",
"query1",
"3",
"<",
"55"
]
},
{
"Formula": "SUM(FILTER(A1, (C1=\"toronto maple leafs\")*(B1<17)))",
"Formula2": "SUM(FILTER(A2:A12, (C2:C12=\"toronto maple leafs\")*(B2:B12<17)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the game number when the Toronto Maple Leafs were the opponent, and the February was less than 17?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"C1",
"=",
"\"toronto maple leafs\"",
"*",
"B1",
"<",
"17"
]
},
{
"Formula": "SUM(FILTER(A1, (C1=\"new york islanders\")*(B1<24)))",
"Formula2": "SUM(FILTER(A2:A12, (C2:C12=\"new york islanders\")*(B2:B12<24)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the number of the game when the opponent was the New York Islanders, and a February less than 24?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"C1",
"=",
"\"new york islanders\"",
"*",
"B1",
"<",
"24"
]
},
{
"Formula": "MINIFS(A1,E1,\"26-24-9\")",
"Formula2": "MINIFS(A2:A12,E2:E12,\"26-24-9\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the lowest game number when the record was 26-24-9?",
"Tokens": [
"MINIFS(",
"A1",
"E1",
"\"26-24-9\""
]
}
] | train_2-17562956-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Game",
"February",
"Opponent",
"Score",
"Record"
],
[
"2",
"53",
"2",
"@ Washington Capitals",
"6 - 3",
"24-20-9"
],
[
"3",
"54",
"3",
"@ Quebec Nordiques",
"5 - 4",
"24-21-9"
],
[
"4",
"55",
"10",
"Quebec Nordiques",
"3 - 1",
"25-21-9"
],
[
"5",
"56",
"13",
"@ Chicago Black Hawks",
"3 - 1",
"25-22-9"
],
[
"6",
"57",
"17",
"Toronto Maple Leafs",
"6 - 4",
"25-23-9"
],
[
"7",
"58",
"18",
"@ Hartford Whalers",
"6 - 4",
"25-24-9"
],
[
"8",
"59",
"20",
"Edmonton Oilers",
"4 - 1",
"26-24-9"
],
[
"9",
"60",
"23",
"@ Minnesota North Stars",
"6 - 3",
"26-25-9"
],
[
"10",
"61",
"24",
"New York Islanders",
"8 - 2",
"27-25-9"
],
[
"11",
"62",
"27",
"Los Angeles Kings",
"5 - 4",
"28-25-9"
],
[
"12",
"63",
"28",
"@ Boston Bruins",
"5 - 2",
"29-25-9"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"mcg\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"mcg\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When the Venue is mcg what is the Home team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"mcg\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"14.14 (98)\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"14.14 (98)\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "If the Away team had a score of 14.14 (98), what's the name of the Away team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"14.14 (98)\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"hawthorn\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"hawthorn\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When the Away team was hawthorn, what's the Home team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"hawthorn\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"9.14 (68)\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"9.14 (68)\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When the away team scored 9.14 (68), what was the home teams score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"9.14 (68)\"",
"2"
]
}
] | train_2-10885968-13 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Footscray",
"7.10 (52)",
"Melbourne",
"14.20 (104)",
"Western Oval",
"13,464",
"26 June 1976"
],
[
"3",
"Carlton",
"11.19 (85)",
"Essendon",
"9.14 (68)",
"Princes Park",
"24,826",
"26 June 1976"
],
[
"4",
"North Melbourne",
"9.13 (67)",
"Hawthorn",
"10.15 (75)",
"Arden Street Oval",
"16,230",
"26 June 1976"
],
[
"5",
"Richmond",
"15.12 (102)",
"Geelong",
"14.14 (98)",
"MCG",
"28,608",
"26 June 1976"
],
[
"6",
"St Kilda",
"11.10 (76)",
"Fitzroy",
"13.17 (95)",
"Moorabbin Oval",
"17,861",
"26 June 1976"
],
[
"7",
"South Melbourne",
"17.19 (121)",
"Collingwood",
"11.16 (82)",
"VFL Park",
"28,537",
"26 June 1976"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"milford\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"milford\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "The Milford School has what Division Record?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"milford\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"sussex tech\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"sussex tech\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the name of the School of the Sussex Tech's Team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"sussex tech\"",
"2"
]
}
] | train_2-13054553-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"School",
"Team",
"Division Record",
"Overall Record",
"Season Outcome"
],
[
"2",
"Sussex Central",
"Golden Knights",
"5 - 0",
"11 - 1",
"Loss in Div. I Championship Game"
],
[
"3",
"Milford",
"Buccaneers",
"3 - 2",
"6 - 4",
"Failed to make playoffs"
],
[
"4",
"Cape Henlopen",
"Vikings",
"3 - 2",
"5 - 5",
"Failed to make playoffs"
],
[
"5",
"Caesar Rodney",
"Riders",
"2 - 3",
"5 - 5",
"Failed to make playoffs"
],
[
"6",
"Dover",
"Senators",
"3 - 3",
"5 - 5",
"Failed to make playoffs"
],
[
"7",
"Sussex Tech",
"Ravens",
"0 - 5",
"2 - 8",
"Failed to make playoffs"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=1999),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,F2:F6=1999),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What park opened in 1999?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"1999",
"1"
]
}
] | train_2-12204442-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Park",
"Tower height",
"Drop height*",
"Speed",
"Model",
"Opened",
"Height requirement"
],
[
"2",
"Canada's Wonderland",
"230feet",
"200feet",
"62mph",
"Giant Drop",
"1997",
"inches (cm)"
],
[
"3",
"Carowinds",
"174feet",
"100feet",
"56mph",
"Giant Drop",
"March 1996",
"inches (cm)"
],
[
"4",
"California's Great America",
"224feet",
"207feet",
"62mph",
"Giant Drop",
"March 1996",
"inches (cm)"
],
[
"5",
"Kings Dominion",
"305feet",
"272feet",
"72mph",
"Gyro Drop",
"March 22, 2003",
"inches (cm)"
],
[
"6",
"Kings Island",
"315feet",
"264feet",
"67mph",
"Gyro Drop",
"1999",
"inches (cm)"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"David Richardson\")*(C1=\"Todd Holland\")),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,(D2:D16=\"David Richardson\")*(C2:C16=\"Todd Holland\")),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the total number of production code by david richardson and todd holland",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"David Richardson\"",
"*",
"C1",
"=",
"\"Todd Holland\"",
"6"
]
},
{
"Formula": "SUMIFS(A1,E1,\"March 19, 2000\")",
"Formula2": "SUMIFS(A2:A16,E2:E16,\"March 19, 2000\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the total number of series for march 19, 2000",
"Tokens": [
"SUMIFS(",
"A1",
"E1",
"\"March 19, 2000\""
]
}
] | train_1-1876825-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"No. in series",
"Title",
"Directed by",
"Written by",
"Original air date",
"Production code"
],
[
"2",
"1",
"\" Pilot \"",
"Todd Holland",
"Linwood Boomer",
"January 9, 2000",
"10012-99-179"
],
[
"3",
"2",
"\"Red Dress\"",
"Arlene Sanford",
"Alan J. Higgins",
"January 16, 2000",
"06-99-103"
],
[
"4",
"3",
"\"Home Alone 4\"",
"Todd Holland",
"Michael Glouberman & Andrew Orenstein",
"January 23, 2000",
"06-99-106"
],
[
"5",
"4",
"\"Shame\"",
"Nick Marck",
"David Richardson",
"February 6, 2000",
"06-99-107"
],
[
"6",
"5",
"\"Malcolm Babysits\"",
"Jeff Melman",
"Maggie Bandur & Pang-Ni Landrum",
"February 13, 2000",
"06-99-105"
],
[
"7",
"6",
"\"Sleepover\"",
"Ken Kwapis",
"Dan Kopelman",
"February 20, 2000",
"06-99-110"
],
[
"8",
"7",
"\"Francis Escapes\"",
"Todd Holland",
"Linwood Boomer",
"February 27, 2000",
"06-99-101"
],
[
"9",
"8",
"\"Krelboyne Picnic\"",
"Todd Holland",
"Michael Glouberman & Andrew Orenstein",
"March 12, 2000",
"06-99-109"
],
[
"10",
"9",
"\"Lois vs. Evil\"",
"Todd Holland",
"Jack Amiel & Michael Begler",
"March 19, 2000",
"06-99-104"
],
[
"11",
"10",
"\"Stock Car Races\"",
"Todd Holland",
"David Richardson",
"April 2, 2000",
"06-99-102"
],
[
"12",
"11",
"\"Funeral\"",
"Arlene Sanford",
"Maggie Bandur & Pang-Ni Landrum",
"April 9, 2000",
"06-99-111"
],
[
"13",
"12",
"\"Cheerleader\"",
"Todd Holland",
"Dan Kopelman",
"April 16, 2000",
"06-99-112"
],
[
"14",
"13",
"\"Rollerskates\"",
"Ken Kwapis",
"Alan J. Higgins",
"April 30, 2000",
"06-99-108"
],
[
"15",
"14",
"\"The Bots and the Bees\"",
"Chris Koch",
"Alan J. Higgins & David Richardson",
"May 7, 2000",
"06-00-202"
],
[
"16",
"15",
"\"Smunday\"",
"Jeff Melman",
"Michael Glouberman & Andrew Orenstein",
"May 14, 2000",
"06-00-201"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"mathematics & prefect master\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"mathematics & prefect master\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What are the years employed shown for mathematics & prefect master?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"mathematics & prefect master\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"1970–1996\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"1970–1996\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What citation is shown for the employed years of 1970–1996?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"1970–1996\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"1970–2005\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"1970–2005\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the name of the person employed 1970–2005?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"1970–2005\"",
"1"
]
}
] | train_2-1839872-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name",
"Employed",
"Position held",
"Honour",
"Citation"
],
[
"2",
"Davis, Phillip Harris (Phil)",
"1951–2000",
"Mathematics & Prefect Master",
"Medal of the Order of Australia",
"It's an Honour"
],
[
"3",
"Morgan, Michael Dennis",
"1981–2001",
"Physical Education Ist VIII Coach",
"Medal of the Order of Australia",
"It's an Honour"
],
[
"4",
"Swain, Elizabeth Anne (Liz)",
"1973–1995",
"Director of Music & Chapel Choir",
"Medal of the Order of Australia",
"It's an Honour"
],
[
"5",
"Swain, Peter Leonard",
"1970–1996",
"Chaplain & Archivist",
"Medal of the Order of Australia",
"It's an Honour"
],
[
"6",
"Woosnam, Clive Thomas",
"1970–2005",
"Senior Boarding Master & Registrar",
"Medal of the Order of Australia",
"It's an Honour"
],
[
"7",
"Zimmerman, Roy Alfred",
"1966–1996",
"Master-in-Charge Wyvern House",
"Medal of the Order of Australia",
"It's an Honour"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"udaipura\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"udaipura\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "How many constituents does udaipura have?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"udaipura\"",
"1"
]
}
] | train_2-18516646-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Constituency number",
"Name",
"Reserved for ( SC / ST /None)",
"District",
"Number of electorates (2009)"
],
[
"2",
"119",
"Narsingpur",
"None",
"Narsinghpur",
"168,616"
],
[
"3",
"120",
"Tendukheda",
"None",
"Narsinghpur",
"137,595"
],
[
"4",
"121",
"Gadarwara",
"None",
"Narsinghpur",
"149,782"
],
[
"5",
"136",
"Seoni-Malwa",
"None",
"Hoshangabad",
"169,680"
],
[
"6",
"137",
"Hoshangabad",
"None",
"Hoshangabad",
"164,378"
],
[
"7",
"138",
"Sohagpur",
"None",
"Hoshangabad",
"169,601"
],
[
"8",
"139",
"Pipariya",
"SC",
"Hoshangabad",
"160,783"
],
[
"9",
"140",
"Udaipura",
"None",
"Raisen",
"179,039"
],
[
"10",
"Total:",
"Total:",
"Total:",
"Total:",
"1,299,474"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"no\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,H2:H6=\"no\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the majority when the clone independence is no?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"H1",
"=",
"\"no\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(B1=\"yes\")*(F1=\"no\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,(B2:B6=\"yes\")*(F2:F6=\"no\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the consistency & participation when pareto efficiency is yes and condorcet is no?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"yes\"",
"*",
"F1",
"=",
"\"no\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(A1=\"yes\")*(E1=\"no\")*(H1=\"yes\")),9))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,(A2:A6=\"yes\")*(E2:E6=\"no\")*(H2:H6=\"yes\")),9))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the reversal symmetry when non-dictatorship is yes, consistency & participation is no, and clone independence is yes?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"A1",
"=",
"\"yes\"",
"*",
"E1",
"=",
"\"no\"",
"*",
"H1",
"=",
"\"yes\"",
"9"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(A1=\"no\")*(B1=\"no\")),9))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,(A2:A6=\"no\")*(B2:B6=\"no\")),9))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the reversal symmetry when non-dicatorship is no and pareto efficiency is no?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"A1",
"=",
"\"no\"",
"*",
"B1",
"=",
"\"no\"",
"9"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(B1=\"yes\")*(A1=\"yes\")*(H1=\"yes\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,(B2:B6=\"yes\")*(A2:A6=\"yes\")*(H2:H6=\"yes\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the monotone when pareto efficiency is yes, non-dictatorship is yes, and clone independence is yes?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"yes\"",
"*",
"A1",
"=",
"\"yes\"",
"*",
"H1",
"=",
"\"yes\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(A1=\"no\")*(G1=\"no\")),9))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,(A2:A6=\"no\")*(G2:G6=\"no\")),9))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the reversal symmetry when the non-dictatorship is no and condorcet loser is no?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"A1",
"=",
"\"no\"",
"*",
"G1",
"=",
"\"no\"",
"9"
]
}
] | test_2-1857-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Non-dictatorship",
"Pareto efficiency",
"Majority",
"Monotone",
"Consistency & Participation",
"Condorcet",
"Condorcet loser",
"Clone independence",
"Reversal symmetry"
],
[
"2",
"No",
"No",
"No",
"Yes",
"Yes",
"No",
"No",
"Yes",
"Yes"
],
[
"3",
"Yes",
"Yes",
"No",
"Yes",
"Yes",
"No",
"No",
"No",
"Yes"
],
[
"4",
"Yes",
"Yes",
"No",
"Yes",
"No",
"No",
"No",
"No",
"Yes"
],
[
"5",
"Yes",
"Yes",
"Yes",
"Yes",
"No",
"Yes",
"No",
"Yes",
"Yes"
],
[
"6",
"No",
"Yes",
"Yes",
"Yes",
"Yes",
"Yes",
"Yes",
"Yes",
"Yes"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(G1,SUMX(J1)),FILTER(query1,CHOOSECOLS(query1,2)=4744))",
"Formula2": "LET(query1,SUMMARIZE(G2:G12,SUMX(J2:J12)),FILTER(query1,CHOOSECOLS(query1,2)=4744))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "When 4744 is the avg. trips per mile (x1000) what is the current stock?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"G1",
"SUMX(",
"J1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"4744"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,B1=\"Green\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J12,B2:B12=\"Green\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When green is the map colour what is the future stock?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"J1",
"B1",
"=",
"\"Green\"",
"8"
]
},
{
"Formula": "SUMIFS(J1,B1,\"Turquoise\")",
"Formula2": "SUMIFS(J2:J12,B2:B12,\"Turquoise\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "When turquoise is the map colour how many avg. trips per mile (×1000) are there?",
"Tokens": [
"SUMIFS(",
"J1",
"B1",
"\"Turquoise\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,B1=\"Turquoise\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J12,B2:B12=\"Turquoise\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When turquoise is the map colour what is the length?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"J1",
"B1",
"=",
"\"Turquoise\"",
"5"
]
}
] | train_1-17839-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J"
],
[
"1",
"Name",
"Map colour",
"First operated",
"Type",
"Length",
"No. Sta",
"Current Stock",
"Future Stock",
"Trips per annum (×1000)",
"Avg. trips per mile (×1000)"
],
[
"2",
"Bakerloo line",
"Brown",
"1906",
"Deep Tube",
"23.2km 14.5 mi",
"25",
"1972 Stock",
"N/A",
"111136",
"7665"
],
[
"3",
"Central line",
"Red",
"1900",
"Deep Tube",
"74 .0 km 46 .0 mi",
"49",
"1992 Stock",
"N/A",
"260916",
"5672"
],
[
"4",
"Circle line",
"Yellow",
"1871",
"Sub surface",
"27.2km 17 .0 mi",
"36",
"C Stock S Stock",
"S Stock (Currently replacing C Stock)",
"114609",
"4716"
],
[
"5",
"District line",
"Green",
"1868",
"Sub surface",
"64 .0 km 40 .0 mi",
"60",
"C Stock and D78 Stock",
"S Stock from 2014",
"208317",
"5208"
],
[
"6",
"Hammersmith & City line",
"Pink",
"1864",
"Sub surface",
"25.5km 15.9 mi",
"29",
"C Stock S Stock",
"S Stock (Currently replacing C Stock)",
"114609",
"4716"
],
[
"7",
"Jubilee line",
"Silver",
"1979",
"Deep Tube",
"36.2km 22.5 mi",
"27",
"1996 Stock",
"N/A",
"213554",
"9491"
],
[
"8",
"Metropolitan line",
"Purple",
"1863",
"Sub surface",
"66.7km 41.5 mi",
"34",
"S Stock",
"N/A",
"66779",
"1609"
],
[
"9",
"Northern line",
"Black",
"1890",
"Deep Tube",
"58 .0 km 36 .0 mi",
"50",
"1995 Stock",
"N/A",
"252310",
"7009"
],
[
"10",
"Piccadilly line",
"Dark Blue",
"1906",
"Deep Tube",
"71 .0 km 44.3 mi",
"53",
"1973 Stock",
"N/A",
"210169",
"4744"
],
[
"11",
"Victoria line",
"Light Blue",
"1968",
"Deep Tube",
"21 .0 km 13.3 mi",
"16",
"2009 Stock",
"N/A",
"199988",
"15093"
],
[
"12",
"Waterloo & City line",
"Turquoise",
"1898",
"Deep Tube",
"2.5km 1.5 mi",
"2",
"1992 Stock",
"N/A",
"15892",
"10595"
]
] |
[
{
"Formula": "SUMIFS(H1,B1,\"Magway Region\")",
"Formula2": "SUMIFS(H2:H15,B2:B15,\"Magway Region\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many villages are there in the Magway region?",
"Tokens": [
"SUMIFS(",
"H1",
"B1",
"\"Magway Region\""
]
},
{
"Formula": "SUM(FILTER(D1, A1=2))",
"Formula2": "SUM(FILTER(D2:D15, A2:A15=2))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many townships are there in region number 2?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"A1",
"=",
"2"
]
},
{
"Formula": "SUM(FILTER(D1, G1=376))",
"Formula2": "SUM(FILTER(D2:D15, G2:G15=376))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many townships are there in the region with 376 village groups?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"G1",
"=",
"376"
]
}
] | train_1-19457-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"No.",
"State/Region",
"Districts",
"Town ships",
"Cities/ Towns",
"Wards",
"Village groups",
"Villages"
],
[
"2",
"1",
"Kachin State",
"3",
"18",
"20",
"116",
"606",
"2630"
],
[
"3",
"2",
"Kayah State",
"2",
"7",
"7",
"29",
"79",
"624"
],
[
"4",
"3",
"Kayin State",
"3",
"7",
"10",
"46",
"376",
"2092"
],
[
"5",
"4",
"Chin State",
"2",
"9",
"9",
"29",
"475",
"1355"
],
[
"6",
"5",
"Sagaing Region",
"8",
"37",
"37",
"171",
"1769",
"6095"
],
[
"7",
"6",
"Tanintharyi Region",
"3",
"10",
"10",
"63",
"265",
"1255"
],
[
"8",
"7",
"Bago Region",
"4",
"28",
"33",
"246",
"1424",
"6498"
],
[
"9",
"8",
"Magway Region",
"5",
"25",
"26",
"160",
"1543",
"4774"
],
[
"10",
"9",
"Mandalay Region",
"7",
"31",
"29",
"259",
"1611",
"5472"
],
[
"11",
"10",
"Mon State",
"2",
"10",
"11",
"69",
"381",
"1199"
],
[
"12",
"11",
"Rakhine State",
"4",
"17",
"17",
"120",
"1041",
"3871"
],
[
"13",
"12",
"Yangon Region",
"4",
"45",
"20",
"685",
"634",
"2119"
],
[
"14",
"13",
"Shan State",
"11",
"54",
"54",
"336",
"1626",
"15513"
],
[
"15",
"14",
"Ayeyarwady Region",
"6",
"26",
"29",
"219",
"1912",
"11651"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"1st Place (Won the Series)\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"1st Place (Won the Series)\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "During the 1st Place (Won the Series), who was the act?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"1st Place (Won the Series)\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Playing on Glasses\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"Playing on Glasses\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "During the act, Playing on Glasses, what was the semi-final?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"Playing on Glasses\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Erlend Bratland\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"Erlend Bratland\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the final place came for the performance of Erlend Bratland?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Erlend Bratland\"",
"1"
]
}
] | train_1-23429629-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Place came",
"Artist",
"Category",
"Act",
"Semi-final",
"Result"
],
[
"2",
"1st Place (Won the Series)",
"Erlend Bratland",
"Singing",
"Performance of \"Lost\" by Anouk",
"5 (public's choice)",
"Winner"
],
[
"3",
"3rd Place",
"Nora Foss al-Jabri",
"Singing",
"Performance of \"Anthem\" from Chess",
"3 (public's choice)",
"3rd Place"
],
[
"4",
"Unknown",
"Draup",
"Music",
"Playing on Glasses",
"5 (judges' choice)",
"4th-10th Place"
],
[
"5",
"Unknown",
"Mats D. Weinholdt",
"Football",
"Tricked with a Burning Football",
"4 (public's choice)",
"4th-10th Place"
],
[
"6",
"Unknown",
"Thomi & Dani",
"Comedy & Magic",
"Performed a Comic Magic Routine",
"4 (judges' choice)",
"4th-10th Place"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"st kilda\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"st kilda\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When the away team was st kilda, what did the home team score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"st kilda\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"11.15 (81)\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"11.15 (81)\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Where did the away team score 11.15 (81)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"11.15 (81)\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"geelong\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"geelong\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When the home team was geelong, what did the away team score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"geelong\"",
"4"
]
}
] | train_2-10826385-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Geelong",
"9.11 (65)",
"St Kilda",
"11.15 (81)",
"Kardinia Park",
"15,835",
"3 June 1972"
],
[
"3",
"North Melbourne",
"6.11 (47)",
"Melbourne",
"23.17 (155)",
"Arden Street Oval",
"8,063",
"3 June 1972"
],
[
"4",
"Richmond",
"15.14 (104)",
"Footscray",
"12.14 (86)",
"MCG",
"36,985",
"3 June 1972"
],
[
"5",
"South Melbourne",
"8.11 (59)",
"Collingwood",
"19.14 (128)",
"Lake Oval",
"18,085",
"3 June 1972"
],
[
"6",
"Hawthorn",
"11.22 (88)",
"Carlton",
"13.7 (85)",
"Glenferrie Oval",
"26,665",
"3 June 1972"
],
[
"7",
"Essendon",
"14.17 (101)",
"Fitzroy",
"15.9 (99)",
"VFL Park",
"26,790",
"3 June 1972"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"meretz\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"meretz\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the term start date for Meretz?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"meretz\"",
"4"
]
}
] | train_2-18921615-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Minister",
"Party",
"Governments",
"Term start",
"Term end"
],
[
"2",
"Moshe Katsav",
"Likud",
"20",
"10 October 1983",
"13 September 1984"
],
[
"3",
"Avraham Ravitz",
"Degel HaTorah",
"24",
"25 June 1990",
"13 July 1992"
],
[
"4",
"Aryeh Gamliel",
"Shas",
"25",
"29 July 1992",
"9 September 1993"
],
[
"5",
"Ran Cohen",
"Meretz",
"25",
"4 August 1992",
"31 December 1992"
],
[
"6",
"Eli Ben-Menachem",
"Labor Party",
"25, 26",
"8 April 1993",
"18 June 1996"
],
[
"7",
"Alex Goldfarb",
"Yiud , Atid",
"25, 26",
"2 January 1995",
"18 June 1996"
],
[
"8",
"Meir Porush",
"United Torah Judaism",
"27",
"24 June 1996",
"6 July 1999"
],
[
"9",
"Meir Porush",
"United Torah Judaism",
"29",
"4 June 2001",
"28 February 2003"
],
[
"10",
"Eli Ben-Menachem",
"Labor Party",
"30",
"11 January 2005",
"23 November 2005"
]
] |
[
{
"Formula": "FILTER(F1,A1=2011)",
"Formula2": "FILTER(F2:F9,A2:A9=2011)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "In 2011 which sport had the year award?",
"Tokens": [
"FILTER(",
"F1",
"A1",
"=",
"2011"
]
}
] | dev_2-11999396-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year of award",
"Athlete",
"Nation represented or nation of citizenship",
"Date(s)",
"Game or event",
"Sport"
],
[
"2",
"2001",
"Tiger Woods",
"United States",
"15 June 2000—18 June 2000",
"2000 United States Open",
"Golf"
],
[
"3",
"2004",
"Phil Mickelson",
"United States",
"April 11, 2004",
"2004 Masters Tournament",
"Golf"
],
[
"4",
"2005",
"Curt Schilling",
"United States",
"4 October—27 October 2004",
"2004 Major League Baseball playoffs",
"Baseball"
],
[
"5",
"2006",
"Vince Young",
"United States",
"4 January 2006",
"2006 Rose Bowl",
"American football"
],
[
"6",
"2007",
"Peyton Manning",
"United States",
"February 4, 2007",
"Super Bowl XLI",
"American football"
],
[
"7",
"2010",
"Drew Brees",
"United States",
"February 7, 2010",
"Super Bowl XLIV",
"American football"
],
[
"8",
"2011",
"Tim Thomas",
"United States",
"June 1–15, 2011",
"2011 Stanley Cup Final",
"Hockey"
],
[
"9",
"2012",
"Lebron James",
"United States",
"June 12–21, 2012",
"2012 NBA Finals",
"Basketball"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"rattlers\")*(D1=\"united sports training center\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(B2:B13=\"rattlers\")*(D2:D13=\"united sports training center\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Was the game against the Rattlers at the United Sports Training Center a home game or an away game?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"rattlers\"",
"*",
"D1",
"=",
"\"united sports training center\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"multi-sport field\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"multi-sport field\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the opponent for the game at Multi-sport Field?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"multi-sport field\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"away\")*(A1=\"august 4\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(C2:C13=\"away\")*(A2:A13=\"august 4\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the result of the away game played on August 4?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"away\"",
"*",
"A1",
"=",
"\"august 4\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"july 12\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=\"july 12\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On which field was the game played on July 12?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"july 12\"",
"4"
]
}
] | train_2-12058084-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Opponent",
"Home/Away",
"Field",
"Result"
],
[
"2",
"May 19",
"Cannons",
"Away",
"Harvard Stadium",
"W 13-9"
],
[
"3",
"June 2",
"Rattlers",
"Home",
"United Sports Training Center",
"W 21-17"
],
[
"4",
"June 9",
"Cannons",
"Home",
"United Sports Training Center",
"W 16-13"
],
[
"5",
"June 16",
"Lizards",
"Away",
"Mitchel Athletic Complex",
"L 11-16"
],
[
"6",
"June 23",
"Rattlers",
"Away",
"PAETEC Park",
"L 11-16"
],
[
"7",
"June 30",
"Lizards",
"Home",
"United Sports Training Center",
"W 14-13 OT"
],
[
"8",
"July 6",
"Dragons",
"Home",
"United Sports Training Center",
"W 14-9"
],
[
"9",
"July 12",
"Pride",
"Away",
"Yurcak Field",
"W 12-7"
],
[
"10",
"July 21",
"Outlaws",
"Away",
"INVESCO Field",
"L 13-15"
],
[
"11",
"July 26",
"Pride",
"Home",
"Yurcak Field",
"W 12-11 OT"
],
[
"12",
"August 4",
"Bayhawks",
"Away",
"Multi-Sport Field",
"W 21-11"
],
[
"13",
"August 11",
"Bayhawks",
"Home",
"United Sports Training Center",
"W 22-7"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"old trafford\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"old trafford\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Away captain with a Venue that is old trafford?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"old trafford\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"oval\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"oval\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Date with a Venue that is oval?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"oval\"",
"1"
]
}
] | test_2-1598207-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Home captain",
"Away captain",
"Venue",
"Result"
],
[
"2",
"27,28–29 May 1909",
"Archie MacLaren",
"Monty Noble",
"Edgbaston",
"ENG by 10 wkts"
],
[
"3",
"14,15,16 Jun 1909",
"Archie MacLaren",
"Monty Noble",
"Lord's",
"AUS by 9 wkts"
],
[
"4",
"1,2,3 Jul 1909",
"Archie MacLaren",
"Monty Noble",
"Headingley",
"AUS by 126 runs"
],
[
"5",
"26,27,28 Jul 1909",
"Archie MacLaren",
"Monty Noble",
"Old Trafford",
"DRAW"
],
[
"6",
"9,10,11 Aug 1909",
"Archie MacLaren",
"Monty Noble",
"Oval",
"DRAW"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(F1<1981)*(B1=\"chalmers\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,(F2:F9<1981)*(B2:B9=\"chalmers\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "which # / county is correct for year less than 1981 and chalmers as location?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"<",
"1981",
"*",
"B1",
"=",
"\"chalmers\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"09 cass\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,D2:D9=\"09 cass\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the correct year for # / county of 09 cass?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"09 cass\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"66 pulaski 2\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,D2:D9=\"66 pulaski 2\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what's the mascot for 66 pulaski 2?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"66 pulaski 2\"",
"3"
]
}
] | train_2-12393831-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"School",
"Location",
"Mascot",
"# / County",
"IHSAA Class",
"Year Joined",
"Previous Conference"
],
[
"2",
"Caston",
"Fulton",
"Comets",
"25 Fulton",
"A",
"1978",
"Three Rivers"
],
[
"3",
"Frontier",
"Chalmers",
"Falcons",
"91 White",
"A",
"1965",
"none (new school)"
],
[
"4",
"North White",
"Monon",
"Vikings",
"91 White",
"A",
"1963",
"none (new school)"
],
[
"5",
"Pioneer",
"Royal Center",
"Panthers",
"09 Cass",
"A",
"1963",
"none (new school)"
],
[
"6",
"South Newton",
"Kentland",
"Rebels",
"56 Newton",
"A",
"1966",
"none (new school)"
],
[
"7",
"Tri-County",
"Wolcott",
"Cavaliers",
"91 White 1",
"A",
"1971",
"none (new school)"
],
[
"8",
"West Central",
"Medaryville",
"Trojans",
"66 Pulaski 2",
"A",
"1980",
"Northwest Hoosier"
],
[
"9",
"Winamac Community",
"Winamac",
"Warriors",
"66 Pulaski",
"A",
"1981",
"Northwest Hoosier"
]
] |
[
{
"Formula": "ROWS(FILTER(A1,(E1=\"1:01.14.62\")*(B1=\"michael russell\")))",
"Formula2": "ROWS(FILTER(A2:A11,(E2:E11=\"1:01.14.62\")*(B2:B11=\"michael russell\")))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many ranks have 1:01.14.62 as the time, with michael russell as the rider?",
"Tokens": [
"ROWS(",
"FILTER(",
"A1",
"E1",
"=",
"\"1:01.14.62\"",
"*",
"B1",
"=",
"\"michael russell\""
]
},
{
"Formula": "FILTER(E1,B1=\"phil mcgurk\")",
"Formula2": "FILTER(E2:E11,B2:B11=\"phil mcgurk\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What time has phil mcgurk as the rider?",
"Tokens": [
"FILTER(",
"E1",
"B1",
"=",
"\"phil mcgurk\""
]
},
{
"Formula": "SUM(FILTER(A1,B1=\"michael russell\"))",
"Formula2": "SUM(FILTER(A2:A11,B2:B11=\"michael russell\"))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many ranks have michael russell as the rider?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"B1",
"=",
"\"michael russell\""
]
}
] | dev_2-18649514-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Rider",
"Team",
"Speed",
"Time"
],
[
"2",
"1",
"Daniel Kneen",
"600cc Yamaha",
"115.686mph",
"58' 42.33"
],
[
"3",
"2",
"Ryan McCay",
"600cc Suzuki",
"113.318mph",
"59' 55.93"
],
[
"4",
"3",
"Phil McGurk",
"600cc Honda",
"113.167mph",
"1:00.00.74"
],
[
"5",
"4",
"Mickey Fitzpatrick",
"600cc Honda",
"112.571mph",
"1:00.19.80"
],
[
"6",
"5",
"Russell Mountford",
"600cc Yamaha",
"112.183mph",
"1:00.31.31"
],
[
"7",
"6",
"Trevor Fergusson",
"675cc Triumph",
"111.558mph",
"1:00.52.67"
],
[
"8",
"7",
"Michael Russell",
"600cc Suzuki",
"110.895mph",
"1:01.14.62"
],
[
"9",
"8",
"Wayne Kirwan",
"600cc Suzuki",
"110.891mph",
"1:01.14.62"
],
[
"10",
"9",
"Noel Patterson",
"600cc Suzuki",
"110.767mph",
"1:01.18.75"
],
[
"11",
"10",
"Kirk Farrow",
"600cc Honda",
"110.743mph",
"1:01.19.54"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"december 25, 1925\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"december 25, 1925\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who played on December 25, 1925?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"december 25, 1925\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"south american championship\")*(A1=\"december 13, 1925\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(E2:E7=\"south american championship\")*(A2:A7=\"december 13, 1925\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the score for the South American Championship dated December 13, 1925?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"south american championship\"",
"*",
"A1",
"=",
"\"december 13, 1925\"",
"2"
]
}
] | train_2-15387087-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Result",
"Score",
"Brazil scorers",
"Competition"
],
[
"2",
"November 11, 1925",
"D",
"1-1",
"Nilo",
"International Friendly (unofficial match)"
],
[
"3",
"December 6, 1925",
"W",
"5-2",
"Lagarto , Filó (2), Friedenreich , Nilo",
"South American Championship"
],
[
"4",
"December 13, 1925",
"L",
"1-4",
"Nilo",
"South American Championship"
],
[
"5",
"December 17, 1925",
"W",
"3-1",
"Lagarto (2), Nilo",
"South American Championship"
],
[
"6",
"December 20, 1925",
"D",
"2-2",
"Nilo , Lagarto",
"International Friendly (unofficial match)"
],
[
"7",
"December 25, 1925",
"D",
"2-2",
"Friedenreich , Nilo",
"South American Championship"
]
] |
[
{
"Formula": "SUM(FILTER(D1, (E1>8)*(C1=24)))",
"Formula2": "SUM(FILTER(D2:D8, (E2:E8>8)*(C2:C8=24)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Which Seats up for election have an Election result larger than 8, and Staying councillors of 24?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"E1",
">",
"8",
"*",
"C1",
"=",
"24"
]
},
{
"Formula": "SUM(FILTER(F1, E1>24))",
"Formula2": "SUM(FILTER(F2:F8, E2:E8>24))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which New council has an Election result larger than 24?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"E1",
">",
"24"
]
},
{
"Formula": "SUM(FILTER(C1, (F1=7)*(B1>8)))",
"Formula2": "SUM(FILTER(C2:C8, (F2:F8=7)*(B2:B8>8)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which Staying councillors have a New council of 7, and a Previous council larger than 8?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"F1",
"=",
"7",
"*",
"B1",
">",
"8"
]
}
] | train_2-17215289-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Party",
"Previous council",
"Staying councillors",
"Seats up for election",
"Election result",
"New council"
],
[
"2",
"Labour",
"19",
"11",
"8",
"12",
"23"
],
[
"3",
"Liberal Democrats",
"15",
"8",
"7",
"8",
"16"
],
[
"4",
"Green",
"8",
"4",
"4",
"3",
"7"
],
[
"5",
"Independent Working Class",
"4",
"1",
"3",
"1",
"2"
],
[
"6",
"Conservatives",
"2",
"0",
"2",
"0",
"0"
],
[
"7",
"Independent",
"0",
"0",
"0",
"0",
"0"
],
[
"8",
"Total",
"48",
"24",
"24",
"24",
"48"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Project-40\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,F2:F11=\"Project-40\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which player for Project-40 in his college team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"Project-40\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Dallas Burn\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,E2:E11=\"Dallas Burn\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Dallas Burn's draft pick was which position?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"Dallas Burn\"",
"3"
]
}
] | train_1-26141160-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Season",
"Player",
"Position",
"Nationality",
"Team",
"Previous college/Team"
],
[
"2",
"2000",
"Steve Shak Category:Articles with hCards #",
"Defender",
"United States",
"New York Metrostars",
"UCLA"
],
[
"3",
"2001",
"Chris Carrieri Category:Articles with hCards #",
"Defender",
"United States",
"San Jose Earthquakes",
"UNC"
],
[
"4",
"2002",
"Chris Gbandi Category:Articles with hCards #",
"Defender",
"Liberia",
"Dallas Burn",
"University of Connecticut"
],
[
"5",
"2003",
"Alecko Eskandarian Category:Articles with hCards",
"Forward",
"United States",
"D.C. United",
"University of Virginia"
],
[
"6",
"2004",
"Freddy Adu Category:Articles with hCards #",
"Forward",
"United States",
"D.C. United",
"Project-40"
],
[
"7",
"2005",
"Nikolas Besagno Category:Articles with hCards #",
"Midfielder",
"United States",
"Real Salt Lake",
"Generation Adidas"
],
[
"8",
"2006",
"Marvell Wynne Category:Articles with hCards",
"Defender",
"United States",
"New York Metrostars",
"UCLA"
],
[
"9",
"2007",
"Maurice Edu Category:Articles with hCards ៛,#",
"Midfielder",
"United States",
"Toronto FC",
"University of Maryland"
],
[
"10",
"2008",
"Chance Myers Category:Articles with hCards",
"Defender",
"United States",
"Kansas City Wizards",
"UCLA"
],
[
"11",
"2009",
"Steve Zakuani Category:Articles with hCards",
"Forward",
"Democratic Republic of the Congo",
"Seattle Sounders FC",
"Generation Adidas"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"orillia, on\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,C2:C14=\"orillia, on\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the original name of the restaurant located in Orillia, ON?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"orillia, on\"",
"2"
]
}
] | test_2-1874292-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Restaurant Name",
"Original Name",
"Location",
"Chef",
"Designer",
"Still Open?"
],
[
"2",
"Aftermath Cafe",
"N/A",
"N/A",
"Lynn Crawford",
"Robin De Groot",
"No"
],
[
"3",
"Bravi Restaurant",
"N/A",
"N/A",
"Massimo Capra",
"Glen Peloso",
"Yes"
],
[
"4",
"College Street Bar",
"N/A",
"Toronto,ON",
"David Adjey",
"Robin De Groot",
"Yes"
],
[
"5",
"First Class Delites",
"N/A",
"N/A",
"Lynn Crawford",
"Cherie Stinson",
"Yes"
],
[
"6",
"High Point Restaurant",
"N/A",
"Mississauga, ON",
"David Adjey",
"Meredith Heron",
"No"
],
[
"7",
"Higher Groundz Cafe",
"N/A",
"Mississauga, ON",
"Brad Long",
"Glen Peloso",
"No"
],
[
"8",
"Innocenti Restaurant",
"N/A",
"Toronto, ON",
"Lynn Crawford",
"Meredith Heron",
"No"
],
[
"9",
"Monkey Bar and Grill",
"N/A",
"Toronto, ON",
"Lynn Crawford",
"Glen Peloso",
"Yes"
],
[
"10",
"Montana Roadhouse",
"N/A",
"N/A",
"David Adjey",
"Lisa North",
"No"
],
[
"11",
"Old York Bar and Grill",
"N/A",
"N/A",
"Massimo Capri",
"Cherie Stinson",
"Yes"
],
[
"12",
"Ossawippi Express Dining Cars",
"N/A",
"Orillia, ON",
"David Adjey",
"Robin De Groot",
"No"
],
[
"13",
"The Empress Restaurant",
"N/A",
"N/A",
"Brad Long",
"Lisa North",
"Yes"
],
[
"14",
"The Town Grill",
"N/A",
"Toronto, ON",
"Jason Rosso",
"Cherie Stinson",
"No"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"clay\")*(B1=\"2 may 2009\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,(D2:D7=\"clay\")*(B2:B7=\"2 may 2009\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the outcome when the game was played on clay and on 2 May 2009?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"clay\"",
"*",
"B1",
"=",
"\"2 may 2009\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"hard\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"hard\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What person was played against when the playing surface was hard?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"hard\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"clay\")*(G1=\"6–3, 2–6, [10–8]\")),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,(D2:D7=\"clay\")*(G2:G7=\"6–3, 2–6, [10–8]\")),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "With the score of 6–3, 2–6, [10–8] and played on clay who was the opponent?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"clay\"",
"*",
"G1",
"=",
"\"6–3, 2–6, [10–8]\"",
"6"
]
}
] | train_2-15088158-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Outcome",
"Date",
"Tournament",
"Surface",
"Partner",
"Opponent",
"Score"
],
[
"2",
"Runner-up",
"4 May 2008",
"Marrakech Grand Prix , Fes, Marocco",
"Clay",
"Ekaterina Makarova",
"Sorana Cîrstea Anastasia Pavlyuchenkova",
"2–6, 2–6"
],
[
"3",
"Winner",
"2 May 2009",
"Marrakech Grand Prix , Fes, Marocco",
"Clay",
"Ekaterina Makarova",
"Sorana Cîrstea Maria Kirilenko",
"6–3, 2–6, [10–8]"
],
[
"4",
"Winner",
"12 July 2009",
"Budapest Grand Prix , Budapest, Hungary",
"Clay",
"Monica Niculescu",
"Alona Bondarenko Kateryna Bondarenko",
"6–4, 7–6 (7-5)"
],
[
"5",
"Winner",
"3 October 2009",
"Toray Pan Pacific Open , Tokyo, Japan",
"Hard (i)",
"Francesca Schiavone",
"Daniela Hantuchová Ai Sugiyama",
"6–4, 6–2"
],
[
"6",
"Winner",
"8 January 2011",
"Brisbane International , Brisbane, Australia",
"Hard",
"Anastasia Pavlyuchenkova",
"Klaudia Jans Alicja Rosolska",
"6–3, 7–5"
],
[
"7",
"Winner",
"30 April 2011",
"Portugal Open , Oeiras, Portugal",
"Clay",
"Galina Voskoboeva",
"Eleni Daniilidou Michaëlla Krajicek",
"6–4, 6–2"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=\"231.2 (8)\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H15,H2:H15=\"231.2 (8)\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the Bhofen #1 score and rank for the player whose Bhofen #2 score and rank was 231.2 (8)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"H1",
"=",
"\"231.2 (8)\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"233.4 (16)\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H15,F2:F15=\"233.4 (16)\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the Bhofen #2 score and rank for the player whose GA-PA score and rank was 233.4 (16)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"F1",
"=",
"\"233.4 (16)\"",
"8"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"227.5 (19)\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H15,F2:F15=\"227.5 (19)\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the Bhofen #2 score and rank for the player whose GA-PA score and rank was 227.5 (19)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"F1",
"=",
"\"227.5 (19)\"",
"8"
]
},
{
"Formula": "SUMIFS(D1,E1,\"252.6 (11)\")",
"Formula2": "SUMIFS(D2:D15,E2:E15,\"252.6 (11)\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many points in total were scored by the player whose Oberstdork score and rank were 252.6 (11)?",
"Tokens": [
"SUMIFS(",
"D1",
"E1",
"\"252.6 (11)\""
]
}
] | train_1-14948647-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Rank",
"Name",
"Nationality",
"Total points",
"Oberstdorf (Rk)",
"Ga-Pa (Rk)",
"Bhofen#1 (Rk)",
"Bhofen#2 (Rk)"
],
[
"2",
"1",
"Janne Ahonen",
"FIN",
"1085.8",
"279.0 (3)",
"272.7 (2)",
"282.5 (1)",
"251.6 (1)"
],
[
"3",
"2",
"Thomas Morgenstern",
"AUT",
"1066.0",
"295.9 (1)",
"256.0 (9)",
"271.4 (2)",
"242.7 (3)"
],
[
"4",
"3",
"Michael Neumayer",
"GER",
"994.6",
"259.5 (7)",
"258.6 (3)",
"249.9 (7)",
"226.9 (10)"
],
[
"5",
"4",
"Adam Małysz",
"POL",
"979.9",
"246.9 (17)",
"258.6 (5)",
"244.3 (9)",
"232.1 (6)"
],
[
"6",
"5",
"Dmitry Vassiliev",
"RUS",
"977.5",
"248.3 (13)",
"240.2 (13)",
"257.1 (4)",
"231.9 (7)"
],
[
"7",
"6",
"Andreas Küttel",
"SUI",
"959.3",
"253.0 (10)",
"253.2 (7)",
"244.3 (9)",
"208.8 (25)"
],
[
"8",
"7",
"Anders Bardal",
"NOR",
"958.7",
"243.4 (18)",
"245.1 (11)",
"226.6 (19)",
"243.6 (2)"
],
[
"9",
"8",
"Martin Schmitt",
"GER",
"955.9",
"252.6 (11)",
"227.5 (19)",
"240.1 (11)",
"235.7 (4)"
],
[
"10",
"9",
"Anders Jacobsen",
"NOR",
"943.2",
"258.3 (8)",
"233.4 (16)",
"220.3 (23)",
"231.2 (8)"
],
[
"11",
"10",
"Janne Happonen",
"FIN",
"936.6",
"252.5 (12)",
"228.5 (18)",
"232.1 (14)",
"223.5 (12)"
],
[
"12",
"11",
"Roman Koudelka",
"CZE",
"932.4",
"247.5 (16)",
"256.7 (4)",
"202.4 (30)",
"225.8 (11)"
],
[
"13",
"12",
"Gregor Schlierenzauer",
"AUT",
"902.3",
"280.7 (2)",
"274.4 (1)",
"256.6 (5)",
"90.6 (42)"
],
[
"14",
"13",
"Matti Hautamäki",
"FIN",
"899.6",
"241.2 (19)",
"233.1 (17)",
"209.6 (29)",
"215.7 (19)"
],
[
"15",
"14",
"Tom Hilde",
"NOR",
"878.3",
"277.9 (4)",
"251.7 (8)",
"253.5 (6)",
"95.2 (34)"
]
] |
[
{
"Formula": "FILTER(D1,C1=4)",
"Formula2": "FILTER(D2:D7,C2:C7=4)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the Clubs when there are 4 for the number of fixtures?",
"Tokens": [
"FILTER(",
"D1",
"C1",
"=",
"4"
]
},
{
"Formula": "SUM(FILTER(C1,A1=\"quarter-finals\"))",
"Formula2": "SUM(FILTER(C2:C7,A2:A7=\"quarter-finals\"))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the sum of Number of fixtures when the rounds shows quarter-finals?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"A1",
"=",
"\"quarter-finals\""
]
},
{
"Formula": "FILTER(E1,A1=\"semi-finals\")",
"Formula2": "FILTER(E2:E7,A2:A7=\"semi-finals\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the New entries this round when the round is the semi-finals?",
"Tokens": [
"FILTER(",
"E1",
"A1",
"=",
"\"semi-finals\""
]
},
{
"Formula": "FILTER(A1,(C1>2)*(B1=\"7 and 28 november 2007\"))",
"Formula2": "FILTER(A2:A7,(C2:C7>2)*(B2:B7=\"7 and 28 november 2007\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the Round when the number of fixtures is more than 2, and the Main date of 7 and 28 november 2007?",
"Tokens": [
"FILTER(",
"A1",
"C1",
">",
"2",
"*",
"B1",
"=",
"\"7 and 28 november 2007\""
]
}
] | dev_2-15488604-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Round",
"Main date",
"Number of fixtures",
"Clubs",
"New entries this round"
],
[
"2",
"Preliminary round",
"29 August 2007",
"16",
"48 → 32",
"none"
],
[
"3",
"First round",
"26 September 2007",
"16",
"32 → 16",
"16"
],
[
"4",
"Second round",
"24 October 2007",
"8",
"16 → 8",
"none"
],
[
"5",
"Quarter-finals",
"7 and 28 November 2007",
"8",
"8 → 4",
"none"
],
[
"6",
"Semi-finals",
"9 and 23 April 2008",
"4",
"4 → 2",
"none"
],
[
"7",
"Final",
"7 and 14 May 2008",
"2",
"2 → 1",
"none"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"south melbourne\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"south melbourne\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When south Melbourne was the home team, what was the away team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"south melbourne\"",
"3"
]
},
{
"Formula": "MINIFS(F1,C1,\"st kilda\")",
"Formula2": "MINIFS(F2:F7,C2:C7,\"st kilda\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the smallest crowd size for away team st kilda?",
"Tokens": [
"MINIFS(",
"F1",
"C1",
"\"st kilda\""
]
}
] | train_2-10809142-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Melbourne",
"10.13 (73)",
"St Kilda",
"13.8 (86)",
"Punt Road Oval",
"8,000",
"3 June 1944"
],
[
"3",
"Essendon",
"17.14 (116)",
"Geelong",
"11.14 (80)",
"Windy Hill",
"7,000",
"3 June 1944"
],
[
"4",
"Carlton",
"16.12 (108)",
"Richmond",
"14.8 (92)",
"Princes Park",
"28,000",
"3 June 1944"
],
[
"5",
"South Melbourne",
"10.12 (72)",
"North Melbourne",
"10.13 (73)",
"Junction Oval",
"15,000",
"3 June 1944"
],
[
"6",
"Footscray",
"8.15 (63)",
"Fitzroy",
"8.10 (58)",
"Western Oval",
"9,000",
"3 June 1944"
],
[
"7",
"Hawthorn",
"8.9 (57)",
"Collingwood",
"10.13 (73)",
"Glenferrie Oval",
"11,000",
"3 June 1944"
]
] |
[
{
"Formula": "SUM(FILTER(D1, (E1<640)*(C1<19257)))",
"Formula2": "SUM(FILTER(D2:D14, (E2:E14<640)*(C2:C14<19257)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Name the total number of population hervey bay with population woocoo less than 640 and population of maryborough less than 19,257",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"E1",
"<",
"640",
"*",
"C1",
"<",
"19257"
]
},
{
"Formula": "AVERAGE(FILTER(D1, (C1>11415)*(B1<48308)*(F1<2066)*(E1=491)))",
"Formula2": "AVERAGE(FILTER(D2:D14, (C2:C14>11415)*(B2:B14<48308)*(F2:F14<2066)*(E2:E14=491)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Name the average population hervey bay with population maryborough more than 11,415 and population region total less than 48,308 and population tiaro less than 2,066 and population woocoo of 491",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"C1",
">",
"11415",
"*",
"B1",
"<",
"48308",
"*",
"F1",
"<",
"2066",
"*",
"E1",
"=",
"491"
]
},
{
"Formula": "MAX(FILTER(D1, (C1=22977)*(F1<3287)))",
"Formula2": "MAX(FILTER(D2:D14, (C2:C14=22977)*(F2:F14<3287)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Name the most population hervey bay for when population maryborough of 22,977 and population tiaro less than 3,287",
"Tokens": [
"MAX(",
"FILTER(",
"D1",
"C1",
"=",
"22977",
"*",
"F1",
"<",
"3287"
]
},
{
"Formula": "MIN(FILTER(A1, (E1>750)*(B1>74210)*(F1=4449)*(C1<24465)))",
"Formula2": "MIN(FILTER(A2:A14, (E2:E14>750)*(B2:B14>74210)*(F2:F14=4449)*(C2:C14<24465)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Name the least year for population woocoo more than 750 and population region total more than 74,210 with population tiaro of 4,449 and population maryborough less than 24,465",
"Tokens": [
"MIN(",
"FILTER(",
"A1",
"E1",
">",
"750",
"*",
"B1",
">",
"74210",
"*",
"F1",
"=",
"4449",
"*",
"C1",
"<",
"24465"
]
}
] | train_2-12576536-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Population (Region total)",
"Population (Maryborough)",
"Population (Hervey Bay)",
"Population (Woocoo)",
"Population (Tiaro)"
],
[
"2",
"1933",
"22,170",
"11,415",
"6,835",
"777",
"3,143"
],
[
"3",
"1947",
"26,453",
"14,395",
"8,642",
"750",
"2,666"
],
[
"4",
"1954",
"29,587",
"17,952",
"8,408",
"660",
"2,567"
],
[
"5",
"1961",
"30,962",
"19,126",
"8,991",
"640",
"2,205"
],
[
"6",
"1966",
"31,607",
"19,659",
"9,271",
"567",
"2,110"
],
[
"7",
"1971",
"32,347",
"19,257",
"10,737",
"491",
"1,862"
],
[
"8",
"1976",
"37,118",
"21,527",
"10,304",
"3,412",
"1,875"
],
[
"9",
"1981",
"44,454",
"21,530",
"16,402",
"4,456",
"2,066"
],
[
"10",
"1986",
"48,308",
"22,430",
"20,660",
"2,700",
"2,518"
],
[
"11",
"1991",
"60,560",
"22,977",
"30,867",
"3,429",
"3,287"
],
[
"12",
"1996",
"74,210",
"24,681",
"42,391",
"2,902",
"4,236"
],
[
"13",
"2001",
"77,837",
"24,465",
"45,959",
"2,964",
"4,449"
],
[
"14",
"2006",
"90,806",
"25,705",
"56,427",
"3,351",
"5,323"
]
] |
[
{
"Formula": "SUMIFS(D1,B1,\"dave douglas\")",
"Formula2": "SUMIFS(D2:D17,B2:B17,\"dave douglas\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Dave Douglas has what score?",
"Tokens": [
"SUMIFS(",
"D1",
"B1",
"\"dave douglas\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=1),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>70))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E17,E2:E17=1),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>70))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Who has more than 70 score with +1 to par?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"1",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"70"
]
}
] | test_2-13081314-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"T1",
"Billy Joe Patton (a)",
"United States",
"70",
"–2"
],
[
"3",
"T1",
"E.J. \"Dutch\" Harrison",
"United States",
"70",
"–2"
],
[
"4",
"T3",
"Lloyd Mangrum",
"United States",
"71",
"–1"
],
[
"5",
"T3",
"Jack Burke, Jr.",
"United States",
"71",
"–1"
],
[
"6",
"T5",
"Ben Hogan",
"United States",
"72",
"E"
],
[
"7",
"T5",
"Dave Douglas",
"United States",
"72",
"E"
],
[
"8",
"T7",
"Byron Nelson",
"United States",
"73",
"+1"
],
[
"9",
"T7",
"Bob Rosburg",
"United States",
"73",
"+1"
],
[
"10",
"T7",
"Chick Harbert",
"United States",
"73",
"+1"
],
[
"11",
"T7",
"Denny Shute",
"United States",
"73",
"+1"
],
[
"12",
"T7",
"Tommy Bolt",
"United States",
"73",
"+1"
],
[
"13",
"T7",
"Vic Ghezzi",
"United States",
"73",
"+1"
],
[
"14",
"T7",
"Gardner Dickinson",
"United States",
"73",
"+1"
],
[
"15",
"T7",
"Pete Cooper",
"United States",
"73",
"+1"
],
[
"16",
"T7",
"William C. Campbell (a)",
"United States",
"73",
"+1"
],
[
"17",
"T7",
"Cary Middlecoff",
"United States",
"73",
"+1"
]
] |
[
{
"Formula": "SUM(FILTER(B1, D1>865.13))",
"Formula2": "SUM(FILTER(B2:B17, D2:D17>865.13))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the total of Barangay with an area larger than 865.13?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"D1",
">",
"865.13"
]
},
{
"Formula": "MIN(FILTER(E1, (A1=\"santa cruz\")*(B1>82)))",
"Formula2": "MIN(FILTER(E2:E17, (A2:A17=\"santa cruz\")*(B2:B17>82)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the lowest population density for the district of Santa Cruz and a Barangay larger than 82?",
"Tokens": [
"MIN(",
"FILTER(",
"E1",
"A1",
"=",
"\"santa cruz\"",
"*",
"B1",
">",
"82"
]
},
{
"Formula": "MAX(FILTER(E1, (C1<115942)*(B1<82)))",
"Formula2": "MAX(FILTER(E2:E17, (C2:C17<115942)*(B2:B17<82)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the highest population density that is less than 115,942 and a Barangay less than 82?",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"C1",
"<",
"115942",
"*",
"B1",
"<",
"82"
]
},
{
"Formula": "SUM(FILTER(C1, (E1<29384.8)*(A1=\"san nicolas\")))",
"Formula2": "SUM(FILTER(C2:C17, (E2:E17<29384.8)*(A2:A17=\"san nicolas\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the total population with a population density less than 29,384.8 in San Nicolas?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"E1",
"<",
"29384.8",
"*",
"A1",
"=",
"\"san nicolas\""
]
}
] | train_2-184334-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"District",
"s Barangay",
"Population (2010 census)",
"Area ( has .)",
"Pop. density (per km2)"
],
[
"2",
"Binondo",
"10",
"12,985",
"66.11",
"19,641.5"
],
[
"3",
"Ermita",
"13",
"7,143",
"158.91",
"4,495.0"
],
[
"4",
"Intramuros",
"5",
"4,925",
"67.26",
"7,322.3"
],
[
"5",
"Malate",
"57",
"77,513",
"259.58",
"29,860.9"
],
[
"6",
"Paco",
"43",
"70,978",
"278.69",
"25,468.4"
],
[
"7",
"Pandacan",
"38",
"73,895",
"166.00",
"44,515.1"
],
[
"8",
"Port Area",
"5",
"57,405",
"315.28",
"18,207.6"
],
[
"9",
"Quiapo",
"16",
"24,886",
"84.69",
"29,384.8"
],
[
"10",
"Sampaloc",
"192",
"241,528",
"513.71",
"47,016.4"
],
[
"11",
"San Andrés",
"65",
"115,942",
"168.02",
"69,004.9"
],
[
"12",
"San Miguel",
"12",
"15,992",
"91.37",
"17,502.5"
],
[
"13",
"San Nicolas",
"15",
"44,241",
"163.85",
"27,000.9"
],
[
"14",
"Santa Ana",
"34",
"60,952",
"169.42",
"35,976.9"
],
[
"15",
"Santa Cruz",
"82",
"115,747",
"309.01",
"37,457.4"
],
[
"16",
"Santa Mesa",
"51",
"99,933",
"261.01",
"38,287.0"
],
[
"17",
"Tondo",
"259",
"628,106",
"865.13",
"72,602.5"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"main\")*(E1=\"guan yu (關羽)\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(D2:D14=\"main\")*(E2:E14=\"guan yu (關羽)\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What year was the main role a character named Guan Yu (關羽)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"main\"",
"*",
"E1",
"=",
"\"guan yu (關羽)\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"lin ming kuan (林明寬)\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,E2:E14=\"lin ming kuan (林明寬)\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the English character for Lin Ming Kuan (林明寬)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"lin ming kuan (林明寬)\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1>2010)*(D1=\"lead role\")*(B1=\"戀夏38℃\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(A2:A14>2010)*(D2:D14=\"lead role\")*(B2:B14=\"戀夏38℃\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What character has a Year larger than 2010 with a lead role, and Chinese Title of 戀夏38℃?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
">",
"2010",
"*",
"D1",
"=",
"\"lead role\"",
"*",
"B1",
"=",
"\"戀夏38℃\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"wu ji wei (無極威)\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,E2:E14=\"wu ji wei (無極威)\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the year that has a character named Wu Ji Wei (無極威)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"wu ji wei (無極威)\"",
"1"
]
}
] | train_2-18932977-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Chinese Title",
"English",
"Role",
"Character"
],
[
"2",
"2006",
"屋頂上的綠寶石",
"Emerald on the Roof",
"Minor",
"Nie Kai (聶凱)"
],
[
"3",
"2007",
"武十郎",
"Love at First Fight",
"Main",
"Lei Sheng Da (雷聲大)"
],
[
"4",
"2007",
"終極一家",
"The X-Family",
"Guest",
"Shen Xing Zhe (神行者) / Qiang Ling Wang (槍靈王)"
],
[
"5",
"2007",
"公主小妹",
"Romantic Princess",
"Supporting",
"Nan Feng Lin (南風璘)"
],
[
"6",
"2008",
"籃球火",
"Hot Shot",
"Supporting",
"Wu Ji Wei (無極威)"
],
[
"7",
"2009",
"愛就宅一起",
"ToGetHer",
"Main",
"Wei Jia Sen (魏加森)"
],
[
"8",
"2009",
"終極三國",
"K.O.3an Guo",
"Main",
"Guan Yu (關羽)"
],
[
"9",
"2010",
"我和我的兄弟~恩",
"Me & My Brothers",
"Main",
"Dennis"
],
[
"10",
"2011",
"旋風管家",
"Hayate the Combat Butler (TV series)",
"Lead Role",
"Ling Qisa (凌奇颯)/ Hayate Ayazaki"
],
[
"11",
"2011",
"新兵日記之特戰英雄",
"\" Rookies diary season2 \"",
"Main",
"Zheng Qiang (鄭強)"
],
[
"12",
"2012",
"戀夏38℃",
"Summer Fever",
"Lead Role",
"Lin Ming Kuan (林明寬)"
],
[
"13",
"2012",
"真愛趁現在",
"Love, Now",
"Lead Role",
"Lan Shi-de (藍仕德)"
],
[
"14",
"2013",
"真愛黑白配",
"Love Around",
"Lead Role",
"Zhou Zhen (周震)"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"1:3\")*(E1=\"national stadium, maldives\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(C2:C7=\"1:3\")*(E2:E7=\"national stadium, maldives\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which season was there a game with the score of 1:3 played at the venue of national stadium, maldives?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"1:3\"",
"*",
"E1",
"=",
"\"national stadium, maldives\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"1:3\")*(D1=\"binh duong\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(C2:C7=\"1:3\")*(D2:D7=\"binh duong\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the venue of the match where the score was 1:3 and team 2 was binh duong?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"1:3\"",
"*",
"D1",
"=",
"\"binh duong\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"club valencia\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"club valencia\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the score of the game when team 2 was club valencia?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"club valencia\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"pea\")*(C1=\"1:3\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(D2:D7=\"pea\")*(C2:C7=\"1:3\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the venue of the match where team 2 was pea and the score was 1:3?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"pea\"",
"*",
"C1",
"=",
"\"1:3\"",
"5"
]
}
] | train_2-16707879-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Season",
"Team 1",
"Score",
"Team 2",
"Venue"
],
[
"2",
"2009",
"Club Valencia",
"1:3",
"PEA",
"National Stadium , Maldives"
],
[
"3",
"2009",
"PEA",
"2:1",
"Home United",
"Suphachalasai Stadium , Thailand"
],
[
"4",
"2009",
"PEA",
"1:3",
"Binh Duong",
"Suphachalasai Stadium , Thailand"
],
[
"5",
"2009",
"Binh Duong",
"1:1",
"PEA",
"Binh Duong Stadium , Vietnam"
],
[
"6",
"2009",
"PEA",
"4:1",
"Club Valencia",
"Suphachalasai Stadium , Thailand"
],
[
"7",
"2009",
"Home United",
"3:1",
"PEA",
"Jalan Besar Stadium , Singapore"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"−29.8 mj/kg\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"−29.8 mj/kg\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "specific orbital energy of −29.8 mj/kg has what orbit?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"−29.8 mj/kg\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"500 to 39,900 km\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"500 to 39,900 km\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "altitude above the Earth's surface of 500 to 39,900 km has what orbital period?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"500 to 39,900 km\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"−0.5 mj/kg\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"−0.5 mj/kg\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "specific orbital energy of −0.5 mj/kg is what altitude above the earth's surface?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"−0.5 mj/kg\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"357,000 to 399,000 km\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"357,000 to 399,000 km\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Earth's surface of 357,000 to 399,000 km has what orbit altitude above?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"357,000 to 399,000 km\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"89 to 128 min\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"89 to 128 min\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Orbital period of 89 to 128 min has what specific orbital energy?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"89 to 128 min\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"6,900 to 46,300 km\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"6,900 to 46,300 km\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "center-to-center distance of 6,900 to 46,300 km involves which orbital period?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"6,900 to 46,300 km\"",
"4"
]
}
] | train_2-143696-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"orbit",
"center-to-center distance",
"altitude above the Earth's surface",
"Orbital period",
"specific orbital energy"
],
[
"2",
"Earth's surface (for comparison)",
"6,400 km",
"0 km",
"85 minutes",
"−62.6 MJ/kg"
],
[
"3",
"Low Earth orbit",
"6,600 to 8,400 km",
"200 to 2,000 km",
"89 to 128 min",
"−29.8 MJ/kg"
],
[
"4",
"Molniya orbit",
"6,900 to 46,300 km",
"500 to 39,900 km",
"11 h 58 min",
"−4.7 MJ/kg"
],
[
"5",
"Geostationary",
"42,000 km",
"35,786 km",
"23 h 56 min",
"−4.6 MJ/kg"
],
[
"6",
"Orbit of the Moon",
"363,000 to 406,000 km",
"357,000 to 399,000 km",
"27.3 days",
"−0.5 MJ/kg"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(D1),SUMX(A1)),FILTER(query1,(CHOOSECOLS(query1,2)<6.05)*(CHOOSECOLS(query1,3)=2)))",
"Formula2": "LET(query1,SUMMARIZE(B2:B6,SUMX(D2:D6),SUMX(A2:A6)),FILTER(query1,(CHOOSECOLS(query1,2)<6.05)*(CHOOSECOLS(query1,3)=2)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "I want the constituency which has a swing to gain less than 6.05 and a rank of 2",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"D1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"6.05",
"*",
"CHOOSECOLS(",
"query1",
"3",
"=",
"2"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,(F1=\"labour hold\")*(B1=\"wrexham\")),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<7.11))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F6,(F2:F6=\"labour hold\")*(B2:B6=\"wrexham\")),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<7.11))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "Name the winning party 2007 for result of labour hold and swing to gain less than 7.11 for wrexham",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"labour hold\"",
"*",
"B1",
"=",
"\"wrexham\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"7.11"
]
},
{
"Formula": "SUM(FILTER(D1, (A1>1)*(E1=\"2nd\")*(C1=\"labour\")))",
"Formula2": "SUM(FILTER(D2:D6, (A2:A6>1)*(E2:E6=\"2nd\")*(C2:C6=\"labour\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the total number of swing to gain with rank more than 1 and LD's place 2007 of 2nd for labour winning party of 2007",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"A1",
">",
"1",
"*",
"E1",
"=",
"\"2nd\"",
"*",
"C1",
"=",
"\"labour\""
]
}
] | test_2-11099297-12 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Constituency",
"Winning party 2007",
"Swing to gain",
"LD's place 2007",
"Result"
],
[
"2",
"1",
"Newport East",
"Labour",
"2.20",
"2nd",
"Labour hold"
],
[
"3",
"2",
"Swansea West",
"Labour",
"3.30",
"2nd",
"Labour hold"
],
[
"4",
"3",
"Wrexham",
"Labour",
"6.05",
"4th",
"Labour hold"
],
[
"5",
"4",
"Ceredigion",
"Plaid Cymru",
"6.57",
"2nd",
"Plaid Cymru hold"
],
[
"6",
"5",
"Pontypridd",
"Labour",
"7.11",
"2nd",
"Labour hold"
]
] |
[
{
"Formula": "ROWS(FILTER(B1,E1=\"pittsburgh\"))",
"Formula2": "ROWS(FILTER(B2:B9,E2:E9=\"pittsburgh\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which pick came from Pittsburgh?",
"Tokens": [
"ROWS(",
"FILTER(",
"B1",
"E1",
"=",
"\"pittsburgh\""
]
},
{
"Formula": "SUM(FILTER(B1,E1=\"texas el-paso\"))",
"Formula2": "SUM(FILTER(B2:B9,E2:E9=\"texas el-paso\"))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which pick came from Texas El-Paso?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"E1",
"=",
"\"texas el-paso\""
]
}
] | dev_2-16712547-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Round #",
"Pick",
"Player",
"Position",
"College"
],
[
"2",
"1",
"7",
"Andre Carter",
"Defensive End",
"California"
],
[
"3",
"2",
"47",
"Jamie Winborn",
"Linebacker",
"Vanderbilt"
],
[
"4",
"3",
"80",
"Kevan Barlow",
"Running Back",
"Pittsburgh"
],
[
"5",
"6",
"169",
"Cedrick Wilson",
"Wide Receiver",
"Tennessee"
],
[
"6",
"6",
"179",
"Rashad Holman",
"Defensive Back",
"Louisville"
],
[
"7",
"6",
"191",
"Menson Holloway",
"Defensive End",
"Texas El-Paso"
],
[
"8",
"7",
"209",
"Alex Lincoln",
"Linebacker",
"Auburn"
],
[
"9",
"7",
"224",
"Eric Johnson",
"Tight End",
"Yale"
]
] |
[
{
"Formula": "SUMIFS(G1,B1,\"Right tackle\")",
"Formula2": "SUMIFS(G2:G8,B2:B8,\"Right tackle\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many points were scored by someone who's position was right tackle?",
"Tokens": [
"SUMIFS(",
"G1",
"B1",
"\"Right tackle\""
]
},
{
"Formula": "MIN(D1)",
"Formula2": "MIN(D2:D8)",
"Funcs": [
"MIN(",
"Cell"
],
"Level": "easy",
"Question": "What is the least amount of touchdowns scored on the chart?",
"Tokens": [
"MIN(",
"D1"
]
},
{
"Formula": "SUMIFS(G1,A1,\"Rolla Bigelow\")",
"Formula2": "SUMIFS(G2:G8,A2:A8,\"Rolla Bigelow\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many points were scored by Rolla Bigelow?",
"Tokens": [
"SUMIFS(",
"G1",
"A1",
"\"Rolla Bigelow\""
]
},
{
"Formula": "SUM(FILTER(D1, E1>5))",
"Formula2": "SUM(FILTER(D2:D8, E2:E8>5))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many touchdowns were scored by players who scored more than 5.0 extra points?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"E1",
">",
"5"
]
},
{
"Formula": "MIN(F1)",
"Formula2": "MIN(F2:F8)",
"Funcs": [
"MIN(",
"Cell"
],
"Level": "easy",
"Question": "What is the lowest amount of field goals on the chart? ",
"Tokens": [
"MIN(",
"F1"
]
}
] | test_1-14342480-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Player",
"Position",
"Starter",
"Touchdowns",
"Extra points",
"Field goals",
"Points"
],
[
"2",
"Tom Hammond",
"Fullback",
"yes",
"3",
"8",
"0",
"23"
],
[
"3",
"Herb Graver",
"Right halfback",
"yes",
"3",
"0",
"0",
"15"
],
[
"4",
"Joe Maddock",
"Right tackle",
"yes",
"3",
"0",
"0",
"15"
],
[
"5",
"Duncan Thompson",
"Right halfback",
"no",
"2",
"0",
"0",
"10"
],
[
"6",
"Joe Curtis",
"Left tackle",
"yes",
"1",
"5",
"0",
"10"
],
[
"7",
"Fred Norcross",
"Left halfback",
"yes",
"1",
"0",
"0",
"5"
],
[
"8",
"Rolla Bigelow",
"Left halfback",
"no",
"1",
"0",
"0",
"5"
]
] |
[
{
"Formula": "SUMIFS(F1,C1,\"sam sotello\")",
"Formula2": "SUMIFS(F2:F14,C2:C14,\"sam sotello\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many rounds did the match last with Sam Sotello as the opponent?",
"Tokens": [
"SUMIFS(",
"F1",
"C1",
"\"sam sotello\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(A1=\"loss\")*(E1=\"ufc 62\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,(A2:A14=\"loss\")*(E2:E14=\"ufc 62\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the record for the loss in UFC 62?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"loss\"",
"*",
"E1",
"=",
"\"ufc 62\"",
"2"
]
}
] | train_2-17440303-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Res.",
"Record",
"Opponent",
"Method",
"Event",
"Round",
"Location"
],
[
"2",
"Loss",
"8–5",
"Jake O'Brien",
"Decision (split)",
"UFC 94",
"3",
"Las Vegas, Nevada , United States"
],
[
"3",
"Loss",
"8–4",
"Shane Carwin",
"KO (punch)",
"UFC 84",
"1",
"Las Vegas, Nevada , United States"
],
[
"4",
"Win",
"8–3",
"Scott Junk",
"Submission (heel hook)",
"UFC 76",
"1",
"California , United States"
],
[
"5",
"Win",
"7–3",
"Anthony Perosh",
"Decision (unanimous)",
"UFC 66",
"3",
"Nevada , United States"
],
[
"6",
"Loss",
"6–3",
"Cheick Kongo",
"KO (knee)",
"UFC 62",
"1",
"Nevada , United States"
],
[
"7",
"Win",
"6–2",
"Dan Evensen",
"TKO (corner stoppage)",
"IFC: Caged Combat",
"2",
"California , United States"
],
[
"8",
"Win",
"5–2",
"Tom Howard",
"Submission (rear naked choke)",
"Valor Fighting: Showdown At Cache Creek",
"1",
"California , United States"
],
[
"9",
"Loss",
"4–2",
"Soa Palelei",
"TKO",
"Shooto Australia: NHB",
"1",
"Australia"
],
[
"10",
"Win",
"4–1",
"Vince Lucero",
"TKO",
"CFM: Octogono Extremo",
"1",
"Mexico"
],
[
"11",
"Loss",
"3–1",
"Kensuke Sasaki",
"Submission (guillotine choke)",
"X-1",
"1",
"Yokohama , Japan"
],
[
"12",
"Win",
"3–0",
"Jay White",
"TKO (strikes)",
"WEC 4",
"3",
"Connecticut , United States"
],
[
"13",
"Win",
"2–0",
"Sam Sotello",
"Submission (rear naked choke)",
"KOTC 16: Double Cross",
"1",
"California , United States"
],
[
"14",
"Win",
"1–0",
"Dennis Taddio",
"TKO (punches)",
"Shogun 1",
"1",
"Hawaii , United States"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=74))",
"Formula2": "LET(query1,SUMMARIZE(D2:D11,SUMX(C2:C11)),FILTER(query1,CHOOSECOLS(query1,2)=74))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "When was the first cap associated with 74 caps?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"C1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"74"
]
},
{
"Formula": "SUM(FILTER(B1, (E1=\"april 24, 2013\")*(C1>97)))",
"Formula2": "SUM(FILTER(B2:B11, (E2:E11=\"april 24, 2013\")*(C2:C11>97)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many goals are associated with over 97 caps and a Latest cap of april 24, 2013?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"E1",
"=",
"\"april 24, 2013\"",
"*",
"C1",
">",
"97"
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(B1),SUMX(C1)),FILTER(query1,(CHOOSECOLS(query1,2)<33)*(CHOOSECOLS(query1,3)=39)))",
"Formula2": "LET(query1,SUMMARIZE(D2:D11,SUMX(B2:B11),SUMX(C2:C11)),FILTER(query1,(CHOOSECOLS(query1,2)<33)*(CHOOSECOLS(query1,3)=39)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "When was the first cap associated with 39 caps and under 33 goals?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"B1",
"SUMX(",
"C1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"33",
"*",
"CHOOSECOLS(",
"query1",
"3",
"=",
"39"
]
},
{
"Formula": "MAX(FILTER(B1, C1=39))",
"Formula2": "MAX(FILTER(B2:B11, C2:C11=39))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the highest number of goals associated with 39 caps?",
"Tokens": [
"MAX(",
"FILTER(",
"B1",
"C1",
"=",
"39"
]
}
] | train_2-149286-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name",
"Goals",
"Caps",
"First cap",
"Latest cap"
],
[
"2",
"Pele",
"77",
"92",
"July 7, 1957",
"July 18, 1971"
],
[
"3",
"Ronaldo",
"62",
"98",
"March 23, 1994",
"June 7, 2011"
],
[
"4",
"Romário",
"55",
"70",
"May 23, 1987",
"April 27, 2005"
],
[
"5",
"Zico",
"48",
"71",
"February 25, 1976",
"June 21, 1986"
],
[
"6",
"Bebeto",
"39",
"75",
"April 28, 1985",
"July 12, 1998"
],
[
"7",
"Rivaldo",
"34",
"74",
"December 16, 1993",
"November 19, 2003"
],
[
"8",
"Jairzinho",
"33",
"81",
"June 7, 1964",
"March 3, 1982"
],
[
"9",
"Ronaldinho",
"33",
"97",
"June 26, 1999",
"April 24, 2013"
],
[
"10",
"Ademir",
"32",
"39",
"January 21, 1945",
"March 15, 1953"
],
[
"11",
"Tostão",
"32",
"54",
"May 15, 1966",
"July 9, 1972"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"2004-05\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,E2:E14=\"2004-05\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the position for the Rockets years of 2004-05?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"2004-05\"",
"4"
]
},
{
"Formula": "AVERAGEIFS(B1,E1,\"2004-05\")",
"Formula2": "AVERAGEIFS(B2:B14,E2:E14,\"2004-05\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the average number of years for the Houston Rockets 2004-05?",
"Tokens": [
"AVERAGEIFS(",
"B1",
"E1",
"\"2004-05\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"1992-93\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,E2:E14=\"1992-93\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "For the years 1992-93, what position did he play for the Houston Rockets?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"1992-93\"",
"4"
]
},
{
"Formula": "SUM(FILTER(B1, (D1=\"forward\")*(F1=\"oregon state\")))",
"Formula2": "SUM(FILTER(B2:B14, (D2:D14=\"forward\")*(F2:F14=\"oregon state\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the total number of years did he play the forward position and what school/club/team/country of Oregon State did he play?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"D1",
"=",
"\"forward\"",
"*",
"F1",
"=",
"\"oregon state\""
]
}
] | train_2-11734041-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Player",
"No.(s)",
"Height in Ft.",
"Position",
"Years for Rockets",
"School/Club Team/Country"
],
[
"2",
"Gaines, Reece Reece Gaines",
"4",
"6-6",
"Guard",
"2004-05",
"Louisville"
],
[
"3",
"Gambee, Dave Dave Gambee",
"20",
"6-6",
"Forward",
"1967-68",
"Oregon State"
],
[
"4",
"Garland, Winston Winston Garland",
"22",
"6-2",
"Guard",
"1992-93",
"Southwest Missouri State"
],
[
"5",
"Garrett, Calvin Calvin Garrett",
"00",
"6-7",
"Forward",
"1980-83",
"Austin Peay, Oral Roberts"
],
[
"6",
"Gibbs, Dick Dick Gibbs",
"40",
"6-5",
"Forward",
"1971-73",
"Texas-El Paso"
],
[
"7",
"Godfread, Dan Dan Godfread",
"35",
"6-9",
"Forward / Center",
"1991-92",
"Evansville"
],
[
"8",
"Graham, Stephen Stephen Graham",
"9",
"6-6",
"Guard / Forward",
"2005",
"Oklahoma State"
],
[
"9",
"Gray, Devin Devin Gray",
"9",
"6-6",
"Guard / Forward",
"1999-2000",
"Clemson"
],
[
"10",
"Green, Gerald Gerald Green",
"25",
"6-8",
"Guard / Forward",
"2008",
"Gulf Shores Academy (TX)"
],
[
"11",
"Green, Johnny Johnny Green",
"24",
"6-5",
"Forward",
"1967-68",
"Michigan State"
],
[
"12",
"Griffin, Adrian Adrian Griffin",
"7",
"6-5",
"Guard / Forward",
"2003-04",
"Seton Hall"
],
[
"13",
"Griffin, Eddie Eddie Griffin",
"33",
"6-10",
"Forward",
"2001-03",
"Seton Hall"
],
[
"14",
"Guokas, Matt Matt Guokas",
"11",
"6-6",
"Guard",
"1973-74",
"St. Joseph's"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=17))",
"Formula2": "LET(query1,SUMMARIZE(B2:B15,SUMX(E2:E15)),FILTER(query1,CHOOSECOLS(query1,2)=17))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What day did the Raiders score 17?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"17"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:J1,B1=\"nov 22\"),SUMMARIZE(CHOOSECOLS(query1,9),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>8))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:J15,B2:B15=\"nov 22\"),SUMMARIZE(CHOOSECOLS(query1,9),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>8))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What was the streak for the game after 8 on Nov 22?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"J1",
"B1",
"=",
"\"nov 22\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"9",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"8"
]
}
] | test_2-18207096-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J"
],
[
"1",
"Game",
"Date",
"Opponent",
"Result",
"Raiders points",
"Opponents",
"First Downs",
"Record",
"Streak",
"Attendance"
],
[
"2",
"1",
"Sept 20",
"at Cincinnati Bengals",
"Loss",
"21",
"31",
"13",
"0–1",
"Lost 1",
"56,616"
],
[
"3",
"2",
"Sept 27",
"at San Diego Chargers",
"Tie",
"27",
"27",
"23",
"0–1–1",
"Tied 1",
"42,109"
],
[
"4",
"3",
"Oct 3",
"at Miami Dolphins",
"Loss",
"13",
"20",
"14",
"0–2–1",
"Lost 1",
"57,140"
],
[
"5",
"4",
"Oct 11",
"Denver Broncos",
"Win",
"35",
"23",
"25",
"1–2–1",
"Won 1",
"54,436"
],
[
"6",
"5",
"Oct 19",
"Washington Redskins",
"Win",
"34",
"20",
"25",
"2–2–1",
"Won 2",
"54,471"
],
[
"7",
"6",
"Oct 25",
"Pittsburgh Steelers",
"Win",
"31",
"14",
"15",
"3–2–1",
"Won 3",
"54,423"
],
[
"8",
"7",
"Nov 1",
"Kansas City Chiefs",
"Tie",
"17",
"17",
"22",
"3–2–2",
"Tie 1",
"51,334"
],
[
"9",
"8",
"Nov 8",
"Cleveland Browns",
"Win",
"23",
"20",
"21",
"4–2–2",
"Won 1",
"54,463"
],
[
"10",
"9",
"Nov 15",
"Denver Broncos",
"Win",
"24",
"19",
"16",
"5–2–2",
"Won 2",
"50,959"
],
[
"11",
"10",
"Nov 22",
"San Diego Chargers",
"Win",
"20",
"17",
"22",
"6–2–2",
"Won 3",
"54,594"
],
[
"12",
"11",
"Nov 26",
"at Detroit Lions",
"Loss",
"14",
"28",
"18",
"6–3–2",
"Lost 1",
"56,597"
],
[
"13",
"12",
"Dec 6",
"at New York Jets",
"Win",
"14",
"13",
"16",
"7–3–2",
"Won 1",
"62,905"
],
[
"14",
"13",
"Dec 12",
"Kansas City Chiefs",
"Win",
"20",
"6",
"23",
"8–3–2",
"Won 2",
"54,596"
],
[
"15",
"14",
"Dec 20",
"San Francisco 49ers",
"Loss",
"7",
"38",
"17",
"8–4–2",
"Lost 1",
"54,535"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"thurles sarsfields\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,D2:D16=\"thurles sarsfields\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What country team had Thurles Sarsfields?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"thurles sarsfields\"",
"3"
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)>14))",
"Formula2": "LET(query1,SUMMARIZE(D2:D16,SUMX(E2:E16)),FILTER(query1,CHOOSECOLS(query1,2)>14))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "How many club teams had more than 14 people?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"14"
]
}
] | train_2-12464369-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Position",
"Player",
"County team",
"Club team(s)",
"Team Number"
],
[
"2",
"Goalkeeper",
"Tony Reddin",
"Tipperary (1947–1957)",
"Mullagh Lorrha",
"1"
],
[
"3",
"Right corner-back",
"John Doyle",
"Tipperary (1949–1967)",
"Holycross-Ballycahill",
"2"
],
[
"4",
"Full-back",
"Nick O'Donnell",
"Wexford (1951–1962)",
"Enniscorthy St Aidans GAA",
"3"
],
[
"5",
"Left corner-back",
"Bobby Rackard",
"Wexford (1945–1957)",
"Rathnure",
"4"
],
[
"6",
"Right wing-back",
"Paddy Phelan",
"Kilkenny (1931–1940)",
"Tullaroan",
"5"
],
[
"7",
"Centre-back",
"John Keane",
"Waterford (1935–1951)",
"Mount Sion",
"6"
],
[
"8",
"Left wing-back",
"Brian Whelahan",
"Offaly (1989–2006)",
"Birr",
"7"
],
[
"9",
"Midfield",
"Jack Lynch",
"Cork (1936–1950)",
"Glen Rovers",
"8"
],
[
"10",
"Midfield",
"Lory Meagher",
"Kilkenny (1924–1936)",
"Tullaroan",
"9"
],
[
"11",
"Right wing-forward",
"Christy Ring",
"Cork (1939–1962)",
"Glen Rovers",
"10"
],
[
"12",
"Centre-forward",
"Mick Mackey",
"Limerick (1930–1946)",
"Ahane",
"11"
],
[
"13",
"Left wing-forward",
"Jim Langton",
"Kilkenny (1939–1950)",
"Éire Óg",
"12"
],
[
"14",
"Left corner-forward",
"Eddie Keher",
"Kilkenny (1959–1977)",
"Rower-Inistioge",
"13"
],
[
"15",
"Full-forward",
"Ray Cummins",
"Cork (1969–1982)",
"Blackrock",
"14"
],
[
"16",
"Right corner-forward",
"Jimmy Doyle",
"Tipperary (1957–1973)",
"Thurles Sarsfields",
"15"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=11))",
"Formula2": "LET(query1,SUMMARIZE(D2:D16,SUMX(A2:A16)),FILTER(query1,CHOOSECOLS(query1,2)=11))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Who is the away team for tie no 11?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"11"
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=15))",
"Formula2": "LET(query1,SUMMARIZE(D2:D16,SUMX(A2:A16)),FILTER(query1,CHOOSECOLS(query1,2)=15))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Who is the away team for tie no 15?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"15"
]
},
{
"Formula": "MAX(FILTER(A1, E1=19129))",
"Formula2": "MAX(FILTER(A2:A16, E2:E16=19129))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the highest tie that had 19129 attendance?",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"E1",
"=",
"19129"
]
},
{
"Formula": "SUMIFS(A1,B1,\"Stoke City\")",
"Formula2": "SUMIFS(A2:A16,B2:B16,\"Stoke City\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the tie when the home team is Stoke City?",
"Tokens": [
"SUMIFS(",
"A1",
"B1",
"\"Stoke City\""
]
},
{
"Formula": "SUMIFS(A1,B1,\"Orient\")",
"Formula2": "SUMIFS(A2:A16,B2:B16,\"Orient\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What tie has Orient as the home team?",
"Tokens": [
"SUMIFS(",
"A1",
"B1",
"\"Orient\""
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(F1, A1=12)))",
"Formula2": "ROWS(UNIQUE(FILTER(F2:F16, A2:A16=12)))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "medium",
"Question": "How many dates are there for tie number 12?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"F1",
"A1",
"=",
"12"
]
}
] | train_1-24887326-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Tie no",
"Home team",
"Score 1",
"Away team",
"Attendance",
"Date"
],
[
"2",
"1",
"Hull City",
"4–1",
"Stockport County",
"13753",
"06-11-1973"
],
[
"3",
"2",
"Birmingham City",
"2–2",
"Newcastle United",
"13025",
"30-10-1973"
],
[
"4",
"3",
"Southampton",
"3–0",
"Chesterfield",
"13663",
"30-10-1973"
],
[
"5",
"4",
"Stoke City",
"1–1",
"Middlesbrough",
"19194",
"31-10-1973"
],
[
"6",
"5",
"Everton",
"0–1",
"Norwich City",
"22046",
"30-10-1973"
],
[
"7",
"6",
"Millwall",
"1–1",
"Bolton Wanderers",
"9281",
"31-10-1973"
],
[
"8",
"7",
"Fulham",
"2–2",
"Ipswich Town",
"8964",
"31-10-1973"
],
[
"9",
"8",
"Tranmere Rovers",
"1–1",
"Wolverhampton Wanderers",
"14442",
"31-10-1973"
],
[
"10",
"9",
"Orient",
"1–1",
"York City",
"12061",
"31-10-1973"
],
[
"11",
"10",
"Carlisle United",
"0–1",
"Manchester City",
"14472",
"06-11-1973"
],
[
"12",
"11",
"Bristol City",
"2–2",
"Coventry City",
"19129",
"30-10-1973"
],
[
"13",
"12",
"Queens Park Rangers",
"8–2",
"Sheffield Wednesday",
"16043",
"06-11-1973"
],
[
"14",
"13",
"Burnley",
"1–2",
"Plymouth Argyle",
"11150",
"30-10-1973"
],
[
"15",
"14",
"Sunderland",
"0–2",
"Liverpool",
"36208",
"21-11-1973"
],
[
"16",
"15",
"West Bromwich Albion",
"1–3",
"Exeter City",
"10783",
"31-10-1973"
]
] |
[
{
"Formula": "MIN(D1)",
"Formula2": "MIN(D2:D8)",
"Funcs": [
"MIN(",
"Cell"
],
"Level": "easy",
"Question": "What is the earliest year a house opened?",
"Tokens": [
"MIN(",
"D1"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(C1, A1=\"Hillary\")))",
"Formula2": "ROWS(UNIQUE(FILTER(C2:C8, A2:A8=\"Hillary\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many house colours are associated with house names of Hillary?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"C1",
"A1",
"=",
"\"Hillary\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Kupe\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"Kupe\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the house colour associated with the house name of Kupe?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"Kupe\"",
"3"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(B1, C1=\"Yellow\")))",
"Formula2": "ROWS(UNIQUE(FILTER(B2:B8, C2:C8=\"Yellow\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many house mascots are associated with yellow house colours?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"B1",
"C1",
"=",
"\"Yellow\""
]
}
] | train_1-1942683-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"House name",
"House mascot",
"House colour",
"Year opened",
"House leader"
],
[
"2",
"Hillary",
"Yeti",
"Green",
"1980",
"Mrs Wong"
],
[
"3",
"Kupe",
"Kiwi",
"Yellow",
"1981",
"Mr Goodyer"
],
[
"4",
"Rutherford",
"Elephant",
"Red",
"1982",
"Mr Morrisson"
],
[
"5",
"Mansfield",
"'Dog' from Footrot Flats",
"Purple",
"1984",
"Mr Davidson"
],
[
"6",
"Te Kanawa",
"Taniwha",
"Blue",
"1987",
"Mr Norris"
],
[
"7",
"Batten",
"Buzzy Bee",
"White",
"1998",
"Ms Dorey"
],
[
"8",
"Snell",
"Black panther",
"Black",
"2001",
"Mr Mackenzie"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"kid nation\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,C2:C10=\"kid nation\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "for the 8:00 of kid nation what is at 10:00?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"kid nation\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"the simple life\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,F2:F10=\"the simple life\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "for the 10:00 of the simple life what is the 9:00?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"the simple life\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"le journal du soir\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,F2:F10=\"le journal du soir\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "for the 10:00 of le journal du soir what is the 9:00?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"le journal du soir\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"access hollywood\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,B2:B10=\"access hollywood\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "for the 7:30 of access hollywood what is the 10:00?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"access hollywood\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"bionic woman\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,E2:E10=\"bionic woman\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "for the 9:00 of bionic woman what is the 8:30?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"bionic woman\"",
"4"
]
}
] | train_2-12280777-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"7:00",
"7:30",
"8:00",
"8:30",
"9:00",
"10:00",
"10:30"
],
[
"2",
"Coronation Street",
"Marketplace",
"Little Mosque on the Prairie",
"No Opportunity Wasted",
"The Fifth Estate",
"The National",
"The National"
],
[
"3",
"eTalk",
"Jeopardy!",
"Private Practice",
"Private Practice",
"Criminal Minds",
"CSI: NY",
"CSI: NY"
],
[
"4",
"ET Canada",
"Entertainment Tonight",
"Back to You",
"'Til Death",
"Bones",
"Life",
"Life"
],
[
"5",
"Wheel of Fortune",
"e2",
"Smallville",
"Smallville",
"The Big Picture",
"The Big Picture",
"The Big Picture"
],
[
"6",
"Friends",
"Access Hollywood",
"America's Next Top Model",
"America's Next Top Model",
"Great Movies",
"Great Movies",
"Great Movies"
],
[
"7",
"The Insider",
"E! News",
"Kid Nation",
"Kid Nation",
"Bionic Woman",
"The Simple Life",
"Sunset Tan"
],
[
"8",
"Virginie",
"L'Épicerie",
"Le Match des étoiles",
"Le Match des étoiles",
"Enquête",
"Le Téléjournal",
"Le Téléjournal"
],
[
"9",
"Star Système",
"La Poule aux oeufs d'or",
"Destinées",
"Destinées",
"Les Soeurs Elliot",
"Le TVA 22 heures",
"Le TVA 22 heures"
],
[
"10",
"Loft Story",
"450, Chemin du Golf",
"Movie",
"Movie",
"Movie",
"Le Journal du soir",
"Le Journal du soir"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(G1,SUMX(H1)),FILTER(query1,CHOOSECOLS(query1,2)=9.82))",
"Formula2": "LET(query1,SUMMARIZE(G2:G16,SUMX(H2:H16)),FILTER(query1,CHOOSECOLS(query1,2)=9.82))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What date got 9.82 million viewers?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"G1",
"SUMX(",
"H1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"9.82"
]
}
] | train_1-11562143-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Featured character(s)",
"Original air date",
"U.S. viewers (million)"
],
[
"2",
"87",
"1",
"\" Because You Left \"",
"Stephen Williams",
"Damon Lindelof & Carlton Cuse",
"None",
"January21,2009",
"11.66"
],
[
"3",
"88",
"2",
"\" The Lie \"",
"Jack Bender",
"Edward Kitsis & Adam Horowitz",
"Hurley",
"January21,2009",
"11.08"
],
[
"4",
"89",
"3",
"\" Jughead \"",
"Rod Holcomb",
"Elizabeth Sarnoff & Paul Zbyszewski",
"Desmond",
"January28,2009",
"11.07"
],
[
"5",
"90",
"4",
"\" The Little Prince \"",
"Stephen Williams",
"Brian K. Vaughan & Melinda Hsu Taylor",
"Kate",
"February4,2009",
"10.98"
],
[
"6",
"91",
"5",
"\" This Place Is Death \"",
"Paul Edwards",
"Edward Kitsis & Adam Horowitz",
"Sun & Jin",
"February11,2009",
"9.77"
],
[
"7",
"92",
"6",
"\" 316 \"",
"Stephen Williams",
"Damon Lindelof & Carlton Cuse",
"Jack",
"February18,2009",
"11.27"
],
[
"8",
"93",
"7",
"\" The Life and Death of Jeremy Bentham \"",
"Jack Bender",
"Carlton Cuse & Damon Lindelof",
"Locke",
"February25,2009",
"9.82"
],
[
"9",
"94",
"8",
"\" LaFleur \"",
"Mark Goldman",
"Elizabeth Sarnoff & Kyle Pennington",
"Sawyer",
"March4,2009",
"10.61"
],
[
"10",
"95",
"9",
"\" Namaste \"",
"Jack Bender",
"Paul Zbyszewski & Brian K. Vaughan",
"None",
"March18,2009",
"9.08"
],
[
"11",
"96",
"10",
"\" He's Our You \"",
"Greg Yaitanes",
"Edward Kitsis & Adam Horowitz",
"Sayid",
"March25,2009",
"8.82"
],
[
"12",
"97",
"11",
"\" Whatever Happened, Happened \"",
"Bobby Roth",
"Carlton Cuse & Damon Lindelof",
"Kate",
"April1,2009",
"9.35"
],
[
"13",
"98",
"12",
"\" Dead Is Dead \"",
"Stephen Williams",
"Brian K. Vaughan & Elizabeth Sarnoff",
"Ben",
"April8,2009",
"8.29"
],
[
"14",
"99",
"13",
"\" Some Like It Hoth \"",
"Jack Bender",
"Melinda Hsu Taylor & Greggory Nations",
"Miles",
"April15,2009",
"9.23"
],
[
"15",
"100",
"14",
"\" The Variable \"",
"Paul Edwards",
"Edward Kitsis & Adam Horowitz",
"Faraday",
"April29,2009",
"9.04"
],
[
"16",
"101",
"15",
"\" Follow the Leader \"",
"Stephen Williams",
"Paul Zbyszewski & Elizabeth Sarnoff",
"None",
"May6,2009",
"8.70"
]
] |
[
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A16)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "Total number of premises",
"Tokens": [
"SUM(",
"A1"
]
},
{
"Formula": "UNIQUE(B1)",
"Formula2": "UNIQUE(B2:B16)",
"Funcs": [
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "Types of premise",
"Tokens": [
"UNIQUE(",
"B1"
]
},
{
"Formula": "SORT(UNIQUE(HSTACK(B1,C1,A1)), 1, 1)",
"Formula2": "SORT(UNIQUE(HSTACK(B2:B16,C2:C16,A2:A16)), 1, 1)",
"Funcs": [
"SORT(",
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell",
"Cell",
"Num",
"Num"
],
"Level": "medium",
"Question": "Premises types from a to z with their details and ids",
"Tokens": [
"SORT(",
"UNIQUE(",
"HSTACK(",
"B1",
"C1",
"A1",
"1",
"1"
]
},
{
"Formula": "SUMMARIZE(B1,SUMX(A1))",
"Formula2": "SUMMARIZE(B2:B16,SUMX(A2:A16))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell"
],
"Level": "easy",
"Question": "How many premises for each type?",
"Tokens": [
"SUMMARIZE(",
"B1",
"SUMX(",
"A1"
]
},
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A16)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "the number of premises.",
"Tokens": [
"SUM(",
"A1"
]
},
{
"Formula": "UNIQUE(B1)",
"Formula2": "UNIQUE(B2:B16)",
"Funcs": [
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "the premises type.",
"Tokens": [
"UNIQUE(",
"B1"
]
},
{
"Formula": "SORT(UNIQUE(HSTACK(B1,C1,A1)), 1, 1)",
"Formula2": "SORT(UNIQUE(HSTACK(B2:B16,C2:C16,A2:A16)), 1, 1)",
"Funcs": [
"SORT(",
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell",
"Cell",
"Num",
"Num"
],
"Level": "medium",
"Question": "the a to z order of premises types along with their details and ids.",
"Tokens": [
"SORT(",
"UNIQUE(",
"HSTACK(",
"B1",
"C1",
"A1",
"1",
"1"
]
},
{
"Formula": "SUMMARIZE(B1,DCOUNTX(A1))",
"Formula2": "SUMMARIZE(B2:B16,DCOUNTX(A2:A16))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"DCOUNTX(",
"Cell"
],
"Level": "easy",
"Question": "How many premises for different types?",
"Tokens": [
"SUMMARIZE(",
"B1",
"DCOUNTX(",
"A1"
]
}
] | campaigns_ecommerce_premises | [
[
"0",
"A",
"B",
"C"
],
[
"1",
"premise id",
"premises type",
"premise details"
],
[
"2",
"1",
"Warehouse",
"036 Lueilwitz Harbor"
],
[
"3",
"2",
"Warehouse",
"676 Kelly Spur"
],
[
"4",
"3",
"Residence",
"27839 Carissa Tunnel Suite 048"
],
[
"5",
"4",
"Residence",
"2219 Barrows Tunnel Apt. 893"
],
[
"6",
"5",
"Office",
"38291 Jerde Light Apt. 713"
],
[
"7",
"6",
"Office",
"5585 Abbott Walk"
],
[
"8",
"7",
"Residence",
"5510 Veum Green"
],
[
"9",
"8",
"Warehouse",
"7230 Tillman Glens Suite 202"
],
[
"10",
"9",
"Warehouse",
"62282 Wiza Glen Apt. 430"
],
[
"11",
"10",
"Office",
"07318 Annetta Motorway"
],
[
"12",
"11",
"Office",
"00100 Green Mountains Apt. 653"
],
[
"13",
"12",
"Office",
"33294 William Lodge Apt. 953"
],
[
"14",
"13",
"Office",
"2760 Austin Station"
],
[
"15",
"14",
"Residence",
"5109 Jules Squares Apt. 082"
],
[
"16",
"15",
"Office",
"867 Emard Drives Apt. 066"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"arsenal win 4-2 on penalties\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,E2:E14=\"arsenal win 4-2 on penalties\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Score of the game with arsenal win 4-2 on penalties in the attendance field?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"arsenal win 4-2 on penalties\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=3),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,A2:A14=3),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What team was the Away team when the Tie no was 3?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"3",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"burnley\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,D2:D14=\"burnley\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Tie no when the away team was Burnley?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"burnley\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"sheffield united\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,D2:D14=\"sheffield united\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What shows for Tie no when Sheffield United was the Away team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"sheffield united\"",
"1"
]
}
] | train_2-15786635-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Tie no",
"Home team",
"Score",
"Away team",
"Attendance"
],
[
"2",
"1",
"Bolton Wanderers",
"1 – 0",
"Fulham",
"16,151"
],
[
"3",
"2",
"Tottenham Hotspur",
"1 – 1",
"Nottingham Forest",
"35,640"
],
[
"4",
"replay",
"Nottingham Forest",
"0 – 3",
"Tottenham Hotspur",
"28,062"
],
[
"5",
"3",
"Everton",
"0 – 2",
"Manchester United",
"38,664"
],
[
"6",
"4",
"Charlton Athletic",
"1 – 2",
"Leicester City",
"23,719"
],
[
"7",
"5",
"Burnley",
"0 – 0",
"Blackburn Rovers",
"21,468"
],
[
"8",
"replay",
"Blackburn Rovers",
"2 – 1",
"Burnley",
"28,691"
],
[
"9",
"6",
"Southampton",
"2 – 2",
"Brentford",
"24,741"
],
[
"10",
"replay",
"Brentford",
"1 – 3",
"Southampton",
"11,720"
],
[
"11",
"7",
"Newcastle United",
"1 – 0",
"Chelsea",
"45,740"
],
[
"12",
"8",
"Arsenal",
"1 – 1",
"Sheffield United",
"36,891"
],
[
"13",
"replay",
"Sheffield United",
"0 – 0",
"Arsenal",
"27,595"
],
[
"14",
"Arsenal win 4-2 on penalties",
"Arsenal win 4-2 on penalties",
"Arsenal win 4-2 on penalties",
"Arsenal win 4-2 on penalties",
"Arsenal win 4-2 on penalties"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"matthew tassone\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>5))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E6,B2:B6=\"matthew tassone\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>5))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Who position did matthew tassone who was drafted after round 5 play?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"matthew tassone\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"5"
]
}
] | train_2-17798201-14 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Round",
"Player",
"Position",
"Nationality",
"College/Junior/Club Team (League)"
],
[
"2",
"2",
"Tyler Beskorowany",
"(G)",
"Canada",
"Owen Sound Attack ( OHL )"
],
[
"3",
"3",
"Scott Winkler",
"(C)",
"Norway",
"Cedar Rapids RoughRiders ( USHL )"
],
[
"4",
"5",
"Philip Larsen",
"(D)",
"Denmark",
"Frölunda HC ( Elitserien )"
],
[
"5",
"6",
"Matthew Tassone",
"(C)",
"Canada",
"Swift Current Broncos ( WHL )"
],
[
"6",
"7",
"Mike Bergin",
"(D)",
"Canada",
"Smiths Falls Bears ( CJHL )"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"october 11\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,A2:A6=\"october 11\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the record for october 11",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"october 11\"",
"7"
]
}
] | train_2-12569321-11 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Opponent",
"Score",
"Loss",
"Time",
"Att.",
"Record"
],
[
"2",
"October 11",
"Angels",
"2–3",
"Contreras (1–1)",
"2:47",
"40,659",
"3–1(0–1)"
],
[
"3",
"October 12",
"Angels",
"2–1",
"Escobar (1–1)",
"2:34",
"41,013",
"4–1(1–1)"
],
[
"4",
"October 14",
"@ Angels",
"5–2",
"Lackey (0–1)",
"2:42",
"44,725",
"5–1(2–1)"
],
[
"5",
"October 15",
"@ Angels",
"8–2",
"Santana (1–1)",
"2:46",
"44,857",
"6–1(3–1)"
],
[
"6",
"October 16",
"@ Angels",
"6–3",
"Escobar (1–2)",
"3:11",
"44,712",
"7–1(4–1)"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"johnson & johnson 156,515.9\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>3))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E11,C2:C11=\"johnson & johnson 156,515.9\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>3))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "When the rank is larger than 3 with a second quarter of johnson & johnson 156,515.9, what is the fourth quarter?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"johnson & johnson 156,515.9\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"3"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=2))",
"Formula2": "LET(query1,SUMMARIZE(C2:C11,SUMX(A2:A11)),FILTER(query1,CHOOSECOLS(query1,2)=2))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "With a rank of 2 what is the second quarter?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"2"
]
},
{
"Formula": "SUMIFS(A1,D1,\"china mobile 195,680.4\")",
"Formula2": "SUMIFS(A2:A11,D2:D11,\"china mobile 195,680.4\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "When the third quarter is China Mobile 195,680.4, what is the rank?",
"Tokens": [
"SUMIFS(",
"A1",
"D1",
"\"china mobile 195,680.4\""
]
},
{
"Formula": "SUMIFS(A1,B1,\"procter & gamble 138,013\")",
"Formula2": "SUMIFS(A2:A11,B2:B11,\"procter & gamble 138,013\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "When the first quarter is procter & gamble 138,013, what is the rank?",
"Tokens": [
"SUMIFS(",
"A1",
"B1",
"\"procter & gamble 138,013\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"exxon mobil 341,140.3\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<4))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E11,C2:C11=\"exxon mobil 341,140.3\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<4))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "When the rank is less than 4, and has a second quarter of exxon mobil 341,140.3, what is the fourth quarter?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"exxon mobil 341,140.3\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"4"
]
}
] | train_2-14094649-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"First quarter",
"Second quarter",
"Third quarter",
"Fourth quarter"
],
[
"2",
"1",
"Exxon Mobil 336,525",
"PetroChina 366,662.9",
"Exxon Mobil 329,725",
"PetroChina 353,140.1"
],
[
"3",
"2",
"PetroChina 287,185",
"Exxon Mobil 341,140.3",
"PetroChina 325,097.5",
"Exxon Mobil 323,717.1"
],
[
"4",
"3",
"Wal-Mart 204,365",
"Industrial and Commercial Bank of China 257,004.4",
"Industrial and Commercial Bank of China 237,951.5",
"Microsoft 270,635.4"
],
[
"5",
"4",
"Industrial and Commercial Bank of China 187,885",
"Microsoft 211,546.2",
"Microsoft 229,630.7",
"Industrial and Commercial Bank of China 268,956.2"
],
[
"6",
"5",
"China Mobile 174,673",
"China Mobile 200,832.4",
"HSBC 198,561.1",
"Wal-Mart 203,653.6"
],
[
"7",
"6",
"Microsoft 163,320",
"Wal-Mart 188,752.0",
"China Mobile 195,680.4",
"China Construction Bank 201,436.1"
],
[
"8",
"7",
"AT&T 148,511",
"China Construction Bank 182,186.7",
"Wal-Mart 189,331.6",
"BHP Billiton 201,248"
],
[
"9",
"8",
"Johnson & Johnson 145,481",
"Petrobras 165,056.9",
"Petrobras 189,027.7",
"HSBC 199,254.9"
],
[
"10",
"9",
"Royal Dutch Shell 138,999",
"Johnson & Johnson 156,515.9",
"China Construction Bank 186,816.7",
"Petrobras 199,107.9"
],
[
"11",
"10",
"Procter & Gamble 138,013",
"Royal Dutch Shell 156,386.7",
"Royal Dutch Shell 175,986.1",
"Apple Inc. 189,801.7"
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.