t5Formulas listlengths 1 209 | TableName stringlengths 4 51 | Table listlengths 4 28 |
|---|---|---|
[
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=16))",
"Formula2": "LET(query1,SUMMARIZE(A2:A6,SUMX(B2:B6)),FILTER(query1,CHOOSECOLS(query1,2)=16))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "When 16 is the cap who is the player?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"16"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"2010 v Australia\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"2010 v Australia\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When 2010 v australia is the interantional debut what is the club?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"2010 v Australia\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Winston Reid Category:Articles with hCards\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"Winston Reid Category:Articles with hCards\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When winston reid category:articles with hcards is the player what is the club?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"Winston Reid Category:Articles with hCards\"",
"5"
]
},
{
"Formula": "SUM(FILTER(B1, (C1=1)*(A1=\"Tommy Smith Category:Articles with hCards\")))",
"Formula2": "SUM(FILTER(B2:B6, (C2:C6=1)*(A2:A6=\"Tommy Smith Category:Articles with hCards\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "When tommy smith category:articles with hcards is the player and 1 is the goal how many cap(s) are there?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"C1",
"=",
"1",
"*",
"A1",
"=",
"\"Tommy Smith Category:Articles with hCards\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Rory Fallon Category:Articles with hCards\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"Rory Fallon Category:Articles with hCards\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When rory fallon category:articles with hcards is the player when is the international debut?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"Rory Fallon Category:Articles with hCards\"",
"4"
]
}
] | train_1-28286776-50 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Player",
"Cap(s)",
"Goal(s)",
"International Debut",
"Club(s)"
],
[
"2",
"Rory Fallon Category:Articles with hCards",
"11",
"3",
"10 September 2009 v [[|]]",
"Plymouth Argyle"
],
[
"3",
"Cameron Howieson Category:Articles with hCards",
"3",
"0",
"23 May 2012 v [[|]]",
"Burnley"
],
[
"4",
"Chris Killen Category:Articles with hCards",
"40",
"12",
"19 June 2000 v Tahiti",
"Norwich City , Middlesbrough"
],
[
"5",
"Winston Reid Category:Articles with hCards",
"10",
"1",
"2010 v Australia",
"West Ham United"
],
[
"6",
"Tommy Smith Category:Articles with hCards",
"16",
"1",
"3 March 2010 v [[|]]",
"Ipswich Town"
]
] |
[
{
"Formula": "MIN(FILTER(G1,D1>10))",
"Formula2": "MIN(FILTER(G2:G6,D2:D6>10))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the lowest Against when the played is more than 10?",
"Tokens": [
"MIN(",
"FILTER(",
"G1",
"D1",
">",
"10"
]
},
{
"Formula": "SUM(FILTER(G1,F1>7))",
"Formula2": "SUM(FILTER(G2:G6,F2:F6>7))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the sum of Against when the lost is more than 7?",
"Tokens": [
"SUM(",
"FILTER(",
"G1",
"F1",
">",
"7"
]
},
{
"Formula": "MAX(FILTER(E1,(F1=7)*(C1>4)*(G1<22)))",
"Formula2": "MAX(FILTER(E2:E6,(F2:F6=7)*(C2:C6>4)*(G2:G6<22)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the highest Drawn when the lost is 7 and the points are more than 4, and the against is less than 22?",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"F1",
"=",
"7",
"*",
"C1",
">",
"4",
"*",
"G1",
"<",
"22"
]
},
{
"Formula": "FILTER(B1,(G1>8)*(F1=7)*(A1=5))",
"Formula2": "FILTER(B2:B6,(G2:G6>8)*(F2:F6=7)*(A2:A6=5))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What team has an against more than 8, lost of 7, and the position is 5?",
"Tokens": [
"FILTER(",
"B1",
"G1",
">",
"8",
"*",
"F1",
"=",
"7",
"*",
"A1",
"=",
"5"
]
},
{
"Formula": "FILTER(G1,E1=5)",
"Formula2": "FILTER(G2:G6,E2:E6=5)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the Against when the drawn is 5?",
"Tokens": [
"FILTER(",
"G1",
"E1",
"=",
"5"
]
}
] | dev_2-15419712-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Position",
"Team",
"Points",
"Played",
"Drawn",
"Lost",
"Against",
"Difference"
],
[
"2",
"1",
"AA das Palmeiras",
"14",
"10",
"2",
"2",
"8",
"10"
],
[
"3",
"2",
"Paulistano",
"14",
"10",
"4",
"1",
"12",
"14"
],
[
"4",
"3",
"Americano-SP",
"9",
"10",
"5",
"3",
"13",
"- 3"
],
[
"5",
"4",
"Germânia",
"5",
"10",
"1",
"7",
"22",
"- 11"
],
[
"6",
"5",
"São Paulo Athletic",
"4",
"10",
"2",
"7",
"25",
"- 14"
]
] |
[
{
"Formula": "FILTER(A1,C1=750.51)",
"Formula2": "FILTER(A2:A8,C2:C8=750.51)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Which parish has an area of 750.51?",
"Tokens": [
"FILTER(",
"A1",
"C1",
"=",
"750.51"
]
},
{
"Formula": "ROWS(FILTER(C1,(E1=\"1,871 of 5,008\")*(D1>\"1,172\")))",
"Formula2": "ROWS(FILTER(C2:C8,(E2:E8=\"1,871 of 5,008\")*(D2:D8>\"1,172\")))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Str"
],
"Level": "easy",
"Question": "What is the area of the parish with a population larger than 1,172 and a census ranking of 1,871 of 5,008?",
"Tokens": [
"ROWS(",
"FILTER(",
"C1",
"E1",
"=",
"\"1,871 of 5,008\"",
"*",
"D1",
">",
"\"1,172\""
]
}
] | dev_2-176524-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Official Name",
"Status",
"Area km 2",
"Population",
"Census Ranking"
],
[
"2",
"Drummond",
"Parish",
"1,014.90",
"2,250",
"1,231 of 5,008"
],
[
"3",
"Denmark",
"Parish",
"750.51",
"1,592",
"1,561 of 5,008"
],
[
"4",
"Gordon",
"Parish",
"1,430.98",
"1,567",
"1,574 of 5,008"
],
[
"5",
"Grand Falls",
"Parish",
"158.43",
"1,172",
"1,871 of 5,008"
],
[
"6",
"Perth",
"Parish",
"318.06",
"1,096",
"1,956 of 5,008"
],
[
"7",
"Andover",
"Parish",
"123.57",
"942",
"2,160 of 5,008"
],
[
"8",
"Lorne",
"Parish",
"1,640.29",
"518",
"2,959 of 5,008"
]
] |
[
{
"Formula": "SUM(FILTER(B1, (E1=3)*(C1>1)))",
"Formula2": "SUM(FILTER(B2:B6, (E2:E6=3)*(C2:C6>1)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the Wins with a Top-25 of 3, and a Top-5 larger than 1?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"E1",
"=",
"3",
"*",
"C1",
">",
"1"
]
},
{
"Formula": "SUM(FILTER(G1, (C1<3)*(E1<6)*(F1=10)))",
"Formula2": "SUM(FILTER(G2:G6, (C2:C6<3)*(E2:E6<6)*(F2:F6=10)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Which Cuts made has a Top-5 smaller than 3, and a Top-25 smaller than 6, and an Events of 10?",
"Tokens": [
"SUM(",
"FILTER(",
"G1",
"C1",
"<",
"3",
"*",
"E1",
"<",
"6",
"*",
"F1",
"=",
"10"
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(G1),SUMX(F1)),FILTER(query1,(CHOOSECOLS(query1,2)<9)*(CHOOSECOLS(query1,3)=10)))",
"Formula2": "LET(query1,SUMMARIZE(A2:A6,SUMX(G2:G6),SUMX(F2:F6)),FILTER(query1,(CHOOSECOLS(query1,2)<9)*(CHOOSECOLS(query1,3)=10)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which Tournament has a Cuts made smaller than 9, and an Events of 10?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"G1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"9",
"*",
"CHOOSECOLS(",
"query1",
"3",
"=",
"10"
]
}
] | train_2-1558607-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Tournament",
"Wins",
"Top-5",
"Top-10",
"Top-25",
"Events",
"Cuts made"
],
[
"2",
"Masters Tournament",
"0",
"1",
"1",
"2",
"10",
"5"
],
[
"3",
"U.S. Open",
"0",
"1",
"1",
"3",
"12",
"9"
],
[
"4",
"The Open Championship",
"0",
"0",
"1",
"3",
"7",
"4"
],
[
"5",
"PGA Championship",
"0",
"1",
"3",
"6",
"20",
"17"
],
[
"6",
"Totals",
"0",
"3",
"6",
"14",
"49",
"35"
]
] |
[
{
"Formula": "MIN(F1)",
"Formula2": "MIN(F2:F6)",
"Funcs": [
"MIN(",
"Cell"
],
"Level": "easy",
"Question": "In the Champions league, what is the Minimum",
"Tokens": [
"MIN(",
"F1"
]
},
{
"Formula": "SUM(FILTER(F1, (C1=\"Forward\")*(D1<6)))",
"Formula2": "SUM(FILTER(F2:F6, (C2:C6=\"Forward\")*(D2:D6<6)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "In the Champions league is the forward position smaller than 6.0",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"C1",
"=",
"\"Forward\"",
"*",
"D1",
"<",
"6"
]
},
{
"Formula": "MIN(FILTER(D1, (G1=8)*(E1=0)))",
"Formula2": "MIN(FILTER(D2:D6, (G2:G6=8)*(E2:E6=0)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "when the total is 8 and copa del rey is 0 what is the minimum league",
"Tokens": [
"MIN(",
"FILTER(",
"D1",
"G1",
"=",
"8",
"*",
"E1",
"=",
"0"
]
},
{
"Formula": "SUM(FILTER(F1, (D1=5)*(C1=\"Forward\")))",
"Formula2": "SUM(FILTER(F2:F6, (D2:D6=5)*(C2:C6=\"Forward\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "when the position is forward and the league is 5 what number is the Champion league",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"D1",
"=",
"5",
"*",
"C1",
"=",
"\"Forward\""
]
},
{
"Formula": "SUM(FILTER(G1, A1>4))",
"Formula2": "SUM(FILTER(G2:G6, A2:A6>4))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "if p is bigger than 4.0 what is total number",
"Tokens": [
"SUM(",
"FILTER(",
"G1",
"A1",
">",
"4"
]
}
] | train_1-17505751-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"P",
"Player",
"Position",
"League",
"Copa del Rey",
"Champions League",
"Total"
],
[
"2",
"1",
"Gonzalo Higuaín",
"Forward",
"8",
"0",
"0",
"8"
],
[
"3",
"2",
"Guti",
"Midfielder",
"5",
"1",
"2",
"8"
],
[
"4",
"3",
"Arjen Robben",
"Forward",
"6",
"0",
"1",
"7"
],
[
"5",
"4",
"Raúl",
"Forward",
"5",
"1",
"0",
"6"
],
[
"6",
"5",
"Fernando Gago",
"Midfielder",
"6",
"0",
"0",
"6"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(B1=\"Ring Knutstorp\")*(F1=\"Polestar Racing\")),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H18,(B2:B18=\"Ring Knutstorp\")*(F2:F18=\"Polestar Racing\")),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the highest scoring team in the round in Ring Knutstorp in which Polestar Racing is the winning team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"Ring Knutstorp\"",
"*",
"F1",
"=",
"\"Polestar Racing\"",
"7"
]
},
{
"Formula": "SUM(FILTER(A1, (B1=\"Karlskoga Motorstadion\")*(C1=\"Roger Eriksson\")))",
"Formula2": "SUM(FILTER(A2:A18, (B2:B18=\"Karlskoga Motorstadion\")*(C2:C18=\"Roger Eriksson\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many rounds were there in Karlskoga Motorstadion with Roger Eriksson at the pole position?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"B1",
"=",
"\"Karlskoga Motorstadion\"",
"*",
"C1",
"=",
"\"Roger Eriksson\""
]
}
] | train_1-20079931-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Round",
"Circuit/Location",
"Pole Position",
"Fastest Lap",
"Winning Driver",
"Winning Team",
"Highest Scoring Team",
"Winning Privateer"
],
[
"2",
"1",
"Mantorp Park",
"Robert Dahlgren",
"Robert Dahlgren",
"Robert Dahlgren",
"Polestar Racing",
"Flash Engineering",
"Johan Kristoffersson"
],
[
"3",
"2",
"Mantorp Park",
"Thomas Schie",
"Thed Björk",
"Richard Göransson",
"WestCoast Racing",
"Flash Engineering",
"Johan Kristoffersson"
],
[
"4",
"3",
"Karlskoga Motorstadion",
"Robin Rudholm *",
"Robin Rudholm",
"Robin Rudholm",
"WestCoast Racing",
"WestCoast Racing",
"Johan Kristoffersson"
],
[
"5",
"4",
"Karlskoga Motorstadion",
"Roger Eriksson",
"Robin Rudholm",
"Robin Rudholm",
"WestCoast Racing",
"WestCoast Racing",
"Viktor Hallrup"
],
[
"6",
"5",
"Göteborg City Race",
"Tommy Rustad *",
"Robert Dahlgren",
"Tommy Rustad",
"Polestar Racing",
"MA:GP/IPS",
"Andreas Simonsen"
],
[
"7",
"6",
"Göteborg City Race",
"Fredrik Ekblom",
"Robert Dahlgren",
"Tomas Engström",
"Engström Motorsport",
"MA:GP/IPS",
"Viktor Hallrup"
],
[
"8",
"7",
"Ring Knutstorp",
"Robert Dahlgren",
"Robin Rudholm",
"Robert Dahlgren",
"Polestar Racing",
"WestCoast Racing",
"Dick Sahlén"
],
[
"9",
"8",
"Ring Knutstorp",
"Roger Eriksson",
"Robin Rudholm",
"Jan Nilsson",
"Flash Engineering",
"WestCoast Racing",
"Dick Sahlén"
],
[
"10",
"9",
"Falkenbergs Motorbana",
"Tommy Rustad",
"Tommy Rustad",
"Tommy Rustad",
"Polestar Racing",
"WestCoast Racing",
"Johan Kristoffersson"
],
[
"11",
"10",
"Falkenbergs Motorbana",
"Tomas Engström",
"Thed Björk",
"Richard Göransson",
"WestCoast Racing",
"WestCoast Racing",
"Andreas Simonsen"
],
[
"12",
"11",
"Karlskoga Motorstadion",
"Robert Dahlgren",
"Jan Nilsson",
"Jan Nilsson",
"Flash Engineering",
"WestCoast Racing",
"Tony Johansson"
],
[
"13",
"12",
"Karlskoga Motorstadion",
"Patrik Olsson",
"Robert Dahlgren",
"Robert Dahlgren",
"Polestar Racing",
"WestCoast Racing",
"Dick Sahlén"
],
[
"14",
"13",
"Vålerbanen",
"Robert Dahlgren",
"Tommy Rustad",
"Tommy Rustad",
"Polestar Racing",
"Polestar Racing",
"Viktor Hallrup"
],
[
"15",
"14",
"Vålerbanen",
"Pontus Mörth",
"Thed Björk",
"Tommy Rustad",
"Polestar Racing",
"Polestar Racing",
"Dick Sahlén"
],
[
"16",
"15",
"Ring Knutstorp",
"Robert Dahlgren",
"Robert Dahlgren",
"Richard Göransson",
"WestCoast Racing",
"MA:GP/IPS",
"Viktor Hallrup"
],
[
"17",
"16",
"Ring Knutstorp",
"Patrik Olsson",
"Thed Björk",
"Johan Stureson",
"IPS Motorsport",
"MA:GP/IPS",
"Mikael Ohlsson"
],
[
"18",
"17",
"Mantorp Park",
"Robin Rudholm ♯",
"Robert Dahlgren",
"Tommy Rustad",
"Polestar Racing",
"Polestar Racing",
"Johan Kristoffersson"
]
] |
[
{
"Formula": "MIN(FILTER(E1,F1<23))",
"Formula2": "MIN(FILTER(E2:E6,F2:F6<23))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many TDs are there were the long is smaller than 23?",
"Tokens": [
"MIN(",
"FILTER(",
"E1",
"F1",
"<",
"23"
]
}
] | dev_2-11783640-12 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Player",
"Rec.",
"Yards",
"Avg.",
"TD's",
"Long"
],
[
"2",
"Damien Groce",
"7",
"98",
"14",
"2",
"30"
],
[
"3",
"Marcus Knight",
"6",
"82",
"13.7",
"1",
"23"
],
[
"4",
"David Saunders",
"3",
"37",
"12.3",
"1",
"25"
],
[
"5",
"Josh Bush",
"2",
"34",
"17",
"0",
"24"
],
[
"6",
"Harold Wells",
"1",
"11",
"11",
"1",
"11"
]
] |
[
{
"Formula": "SUM(FILTER(C1, F1=9.3))",
"Formula2": "SUM(FILTER(C2:C7, F2:F7=9.3))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many regions had rainfall infiltration (km 3/year) of 9.3?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"F1",
"=",
"9.3"
]
},
{
"Formula": "SUM(FILTER(D1, C1=3527))",
"Formula2": "SUM(FILTER(D2:D7, C2:C7=3527))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What was the rainfall by volume in Huetar Atlantico where the rainfall depth (mm/year) was 3527?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"C1",
"=",
"3527"
]
},
{
"Formula": "SUM(FILTER(D1, C1=2801))",
"Formula2": "SUM(FILTER(D2:D7, C2:C7=2801))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "In Pacifico Central where the rainfall by depth (mm/year) was 2801 what was the rainfall by volume?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"C1",
"=",
"2801"
]
},
{
"Formula": "SUM(FILTER(G1, D1=13.2))",
"Formula2": "SUM(FILTER(G2:G7, D2:D7=13.2))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "In the region where the rainfall by volume (km 3 /year) was 13.2, what was the evapotranspiration (km 3 /year)?",
"Tokens": [
"SUM(",
"FILTER(",
"G1",
"D1",
"=",
"13.2"
]
},
{
"Formula": "SUMIFS(F1,A1,\"Central\")",
"Formula2": "SUMIFS(F2:F7,A2:A7,\"Central\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "In the Central region, what was the infiltration (km 3 /year)?",
"Tokens": [
"SUMIFS(",
"F1",
"A1",
"\"Central\""
]
},
{
"Formula": "SUM(FILTER(C1, B1=8543.2))",
"Formula2": "SUM(FILTER(C2:C7, B2:B7=8543.2))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "In the Central region, where the land area (km 2) is 8,543.2, what was the rainfall by depth (mm/year)?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"B1",
"=",
"8543.2"
]
}
] | train_1-25983027-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Region",
"Land area (km 2 )",
"Rainfall by depth (mm/year)",
"Rainfall by volume (km 3 /year)",
"Surface run off (km 3 /year)",
"Infiltration (km 3 /year)",
"Evapotranspiration (km 3 /year)"
],
[
"2",
"Chorotega",
"9,552.4",
"2006",
"19.2",
"5.7",
"3.5",
"10.3"
],
[
"3",
"Huetar Norte",
"9,001.5",
"3527",
"31.8",
"14.9",
"9.6",
"7.5"
],
[
"4",
"Huetar Atlántico",
"9,688.5",
"3933",
"38.1",
"17.6",
"9.3",
"11.1"
],
[
"5",
"Pacífico Central",
"4,722.9",
"2801",
"13.2",
"5.2",
"2.2",
"4.9"
],
[
"6",
"Central",
"8,543.2",
"3461",
"29.6",
"13",
"7",
"8.6"
],
[
"7",
"Brunca",
"9,294.5",
"3809",
"35.4",
"18.6",
"5.6",
"12.2"
]
] |
[
{
"Formula": "SUM(FILTER(G1, (B1=0)*(H1>0)*(D1<0)))",
"Formula2": "SUM(FILTER(G2:G8, (B2:B8=0)*(H2:H8>0)*(D2:D8<0)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the total for University of Dublin, having a panel of 0 for agricultural, was nominated by Taoiseach more than 0, and an industrial and commercial panel less than 0?",
"Tokens": [
"SUM(",
"FILTER(",
"G1",
"B1",
"=",
"0",
"*",
"H1",
">",
"0",
"*",
"D1",
"<",
"0"
]
},
{
"Formula": "AVERAGE(FILTER(B1, F1<0))",
"Formula2": "AVERAGE(FILTER(B2:B8, F2:F8<0))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the average for the agricultural panel that has a National University of Ireland less than 0?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"B1",
"F1",
"<",
"0"
]
},
{
"Formula": "MIN(FILTER(G1, (A1=3)*(C1<2)))",
"Formula2": "MIN(FILTER(G2:G8, (A2:A8=3)*(C2:C8<2)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the lowest number for the University of Dublin, having and administrative panel of 3, and a Cultural and Educational panel less than 2?",
"Tokens": [
"MIN(",
"FILTER(",
"G1",
"A1",
"=",
"3",
"*",
"C1",
"<",
"2"
]
}
] | train_2-15142613-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Administrative Panel",
"Agricultural Panel",
"Cultural and Educational Panel",
"Industrial and Commercial Panel",
"Labour Panel",
"National University of Ireland",
"University of Dublin",
"Nominated by the Taoiseach",
"Total"
],
[
"2",
"3",
"5",
"2",
"4",
"5",
"0",
"0",
"6",
"25"
],
[
"3",
"3",
"4",
"2",
"3",
"4",
"0",
"1",
"0",
"17"
],
[
"4",
"1",
"1",
"1",
"1",
"1",
"0",
"0",
"4",
"9"
],
[
"5",
"0",
"1",
"0",
"1",
"0",
"0",
"0",
"0",
"2"
],
[
"6",
"0",
"0",
"0",
"0",
"1",
"0",
"0",
"0",
"1"
],
[
"7",
"0",
"0",
"0",
"0",
"0",
"3",
"2",
"1",
"6"
],
[
"8",
"7",
"11",
"5",
"9",
"11",
"3",
"3",
"11",
"60"
]
] |
[
{
"Formula": "MIN(FILTER(F1, (E1<578)*(D1=15)*(G1>26)))",
"Formula2": "MIN(FILTER(F2:F13, (E2:E13<578)*(D2:D13=15)*(G2:G13>26)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "I want the lowest points diff for against being less than 578 and lost being 15 and points more than 26",
"Tokens": [
"MIN(",
"FILTER(",
"F1",
"E1",
"<",
"578",
"*",
"D1",
"=",
"15",
"*",
"G1",
">",
"26"
]
},
{
"Formula": "SUM(FILTER(G1, (E1=753)*(F1>-114)))",
"Formula2": "SUM(FILTER(G2:G13, (E2:E13=753)*(F2:F13>-114)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"-",
"Num"
],
"Level": "easy",
"Question": "I want the total number of points for against of 753 and points diff more than -114",
"Tokens": [
"SUM(",
"FILTER(",
"G1",
"E1",
"=",
"753",
"*",
"F1",
">",
"-",
"114"
]
}
] | train_2-10814485-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Team",
"Played",
"Drawn",
"Lost",
"Against",
"Points Diff",
"Points"
],
[
"2",
"St Helens",
"28",
"0",
"4",
"430",
"509",
"48"
],
[
"3",
"Hull",
"28",
"0",
"8",
"578",
"142",
"40"
],
[
"4",
"Leeds Rhinos",
"28",
"0",
"9",
"543",
"326",
"38"
],
[
"5",
"Bradford Bulls ††",
"28",
"2",
"10",
"568",
"234",
"32"
],
[
"6",
"Salford City Reds",
"28",
"0",
"15",
"539",
"61",
"26"
],
[
"7",
"Warrington Wolves",
"28",
"0",
"15",
"721",
"22",
"26"
],
[
"8",
"Harlequins RL",
"28",
"1",
"16",
"823",
"-267",
"23"
],
[
"9",
"Wigan Warriors ††",
"28",
"0",
"16",
"715",
"-71",
"22"
],
[
"10",
"Huddersfield Giants",
"28",
"0",
"17",
"753",
"-114",
"22"
],
[
"11",
"Wakefield Wildcats",
"28",
"0",
"18",
"717",
"-126",
"20"
],
[
"12",
"Castleford Tigers",
"28",
"1",
"18",
"968",
"-393",
"19"
],
[
"13",
"Catalans Dragons †",
"28",
"0",
"20",
"894",
"-293",
"16"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"japan\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"japan\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Catalog Number is for the Japan region?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"japan\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"540,934-2\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"540,934-2\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the date on Catalog 540,934-2?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"540,934-2\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"stereo lp\")*(E1=\"amlh 66078\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(D2:D6=\"stereo lp\")*(E2:E6=\"amlh 66078\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the region for Catalog amlh 66078 in stereo lp format?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"stereo lp\"",
"*",
"E1",
"=",
"\"amlh 66078\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"stereo lp\")*(E1=\"amlh 66078\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(D2:D6=\"stereo lp\")*(E2:E6=\"amlh 66078\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the region for Catalog amlh 66078 in stereo lp format?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"stereo lp\"",
"*",
"E1",
"=",
"\"amlh 66078\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"japan\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"japan\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Catalog number for the region of Japan?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"japan\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"cd\")*(C1=\"a&m/canyon\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(D2:D6=\"cd\")*(C2:C6=\"a&m/canyon\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the region of the Catalog that is in cd format and has a label a&m/canyon?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"cd\"",
"*",
"C1",
"=",
"\"a&m/canyon\"",
"1"
]
}
] | test_2-13076312-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Region",
"Date",
"Label",
"Format",
"Catalog"
],
[
"2",
"United Kingdom",
"February1972",
"A&M",
"stereo LP",
"AMLH 66078"
],
[
"3",
"United States",
"February1972",
"A&M",
"stereo LP",
"SP 4344"
],
[
"4",
"Japan",
"1987",
"A&M/Canyon",
"CD",
"D32Y3578"
],
[
"5",
"South Korea",
"1997",
"Si-Wan",
"CD",
"SRMC 0075"
],
[
"6",
"Worldwide",
"1998",
"A&M",
"ed remaster CD",
"540,934-2"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"no\")*(C1=\"no\")*(E1=\"sourcecode\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(D2:D13=\"no\")*(C2:C13=\"no\")*(E2:E13=\"sourcecode\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Species Specific has a Comparative of no, and an Intra-molecular structure of no, and a Link of sourcecode?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"no\"",
"*",
"C1",
"=",
"\"no\"",
"*",
"E1",
"=",
"\"sourcecode\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"no\")*(A1=\"mitarget\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(D2:D13=\"no\")*(A2:A13=\"mitarget\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Intra-molecular structure has a Comparative of no, and a Name of mitarget?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"no\"",
"*",
"A1",
"=",
"\"mitarget\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"pictar\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=\"pictar\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Comparative has a Name of pictar?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"pictar\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"no\")*(E1=\"webserver\")*(D1=\"no\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(C2:C13=\"no\")*(E2:E13=\"webserver\")*(D2:D13=\"no\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Name has an Intra-molecular structure of no, and a Link of webserver, and a Comparative of no?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"no\"",
"*",
"E1",
"=",
"\"webserver\"",
"*",
"D1",
"=",
"\"no\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"sourcecode webserver\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"sourcecode webserver\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Comparative has a Link of sourcecode webserver?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"sourcecode webserver\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"server/sourcecode\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"server/sourcecode\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Species Specific has a Link of server/sourcecode?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"server/sourcecode\"",
"2"
]
}
] | train_2-15308316-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name",
"Species Specific",
"Intra-molecular structure",
"Comparative",
"Link"
],
[
"2",
"Diana-microT",
"human, mouse",
"no",
"yes",
"webserver"
],
[
"3",
"MicroTar",
"no",
"no",
"no",
"sourcecode"
],
[
"4",
"miTarget",
"no",
"no",
"no",
"webserver"
],
[
"5",
"miRror",
"no",
"no",
"no",
"webserver"
],
[
"6",
"PicTar",
"8 vertebrates",
"no",
"yes",
"predictions"
],
[
"7",
"PITA",
"no",
"yes",
"no",
"executable, webserver, predictions"
],
[
"8",
"RNA22",
"no",
"no",
"no",
"predictions custom"
],
[
"9",
"RNAhybrid",
"no",
"no",
"no",
"sourcecode, webserver"
],
[
"10",
"Sylamer",
"no",
"no",
"no",
"sourcecode webserver"
],
[
"11",
"TAREF",
"Yes",
"no",
"no",
"server/sourcecode"
],
[
"12",
"p-TAREF",
"Yes",
"no",
"no",
"server/standalone"
],
[
"13",
"TargetScan",
"vertebrates, flies, nematodes",
"evaluated indirectly",
"yes",
"sourcecode, webserver"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"luton town\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"luton town\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the away team that played luton town?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"luton town\"",
"4"
]
}
] | train_2-11584129-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Tie no",
"Home team",
"Score",
"Away team",
"Date"
],
[
"2",
"1",
"Preston North End",
"2–1",
"Brighton & Hove Albion",
"20 February 1960"
],
[
"3",
"2",
"Leicester City",
"2–1",
"West Bromwich Albion",
"20 February 1960"
],
[
"4",
"3",
"Luton Town",
"1–4",
"Wolverhampton Wanderers",
"20 February 1960"
],
[
"5",
"4",
"Sheffield United",
"3–2",
"Watford",
"20 February 1960"
],
[
"6",
"5",
"Tottenham Hotspur",
"1–3",
"Blackburn Rovers",
"20 February 1960"
],
[
"7",
"6",
"Manchester United",
"0–1",
"Sheffield Wednesday",
"20 February 1960"
],
[
"8",
"7",
"Bradford City",
"2–2",
"Burnley",
"20 February 1960"
],
[
"9",
"Replay",
"Burnley",
"5–0",
"Bradford City",
"23 February 1960"
],
[
"10",
"8",
"Port Vale",
"1–2",
"Aston Villa",
"20 February 1960"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(D1, A1=\"New York 20th\")))",
"Formula2": "ROWS(UNIQUE(FILTER(D2:D7, A2:A7=\"New York 20th\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many successors were seated in the New York 20th district?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"D1",
"A1",
"=",
"\"New York 20th\""
]
}
] | train_1-1199219-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"District",
"Vacator",
"Reason for change",
"Successor",
"Date successor seated"
],
[
"2",
"Pennsylvania 18th",
"Robert J. Corbett (R)",
"Died April 25, 1971",
"H. John Heinz III (R)",
"November 2, 1971"
],
[
"3",
"Kentucky 6th",
"John C. Watts (D)",
"Died September 24, 1971",
"William P. Curlin, Jr. (D)",
"December 4, 1971"
],
[
"4",
"Pennsylvania 27th",
"James G. Fulton (R)",
"Died October 6, 1971",
"William S. Conover (R)",
"April 25, 1972"
],
[
"5",
"Alabama 3rd",
"George W. Andrews (D)",
"Died December 25, 1971",
"Elizabeth B. Andrews (D)",
"April 4, 1972"
],
[
"6",
"New York 20th",
"William Fitts Ryan (D)",
"Died September 17, 1972.",
"Vacant",
"Not filled this congress"
],
[
"7",
"Ohio 16th",
"Frank T. Bow (R)",
"Died November 13, 1972.",
"Vacant",
"Not filled this congress"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"aor-6\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"aor-6\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the ship with hull number of aor-6",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"aor-6\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"1973–1996\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,E2:E8=\"1973–1996\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the hull number of Commissioned– Decommissioned of 1973–1996",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"1973–1996\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"oakland\")*(F1=\"aor-1\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(D2:D8=\"oakland\")*(F2:F8=\"aor-1\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the commissioned-decommissioned for oakland and NVR page of aor-1",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"oakland\"",
"*",
"F1",
"=",
"\"aor-1\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"kansas city\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"kansas city\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the home port for kansas city",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"kansas city\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"aor-7\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,F2:F8=\"aor-7\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the commissioned-decommissioned for NVR page of aor-7",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"aor-7\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"oakland\")*(F1=\"aor-3\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(D2:D8=\"oakland\")*(F2:F8=\"aor-3\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the ship for oakland home port and NVR page of aor-3",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"oakland\"",
"*",
"F1",
"=",
"\"aor-3\"",
"1"
]
}
] | train_2-15204876-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Ship",
"Hull No.",
"Builder",
"Home Port",
"Commissioned– Decommissioned",
"NVR page"
],
[
"2",
"Wichita",
"AOR-1",
"General Dynamics, Quincy",
"Oakland",
"1969–1993",
"AOR-1"
],
[
"3",
"Milwaukee",
"AOR-2",
"General Dynamics, Quincy",
"Norfolk",
"1969–1994",
"AOR-2"
],
[
"4",
"Kansas City",
"AOR-3",
"General Dynamics, Quincy",
"Oakland",
"1970–1994",
"AOR-3"
],
[
"5",
"Savannah",
"AOR-4",
"General Dynamics, Quincy",
"Norfolk",
"1970–1995",
"AOR-4"
],
[
"6",
"Wabash",
"AOR-5",
"General Dynamics, Quincy",
"Long Beach",
"1971–1994",
"AOR-5"
],
[
"7",
"Kalamazoo",
"AOR-6",
"General Dynamics, Quincy",
"Norfolk",
"1973–1996",
"AOR-6"
],
[
"8",
"Roanoke",
"AOR-7",
"National Steel",
"Long Beach",
"1976–1995",
"AOR-7"
]
] |
[
{
"Formula": "SUMIFS(A1,G1,\"39-12-6\")",
"Formula2": "SUMIFS(A2:A7,G2:G7,\"39-12-6\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many games did they have a record of 39-12-6?",
"Tokens": [
"SUMIFS(",
"A1",
"G1",
"\"39-12-6\""
]
},
{
"Formula": "MAX(H1)",
"Formula2": "MAX(H2:H7)",
"Funcs": [
"MAX(",
"Cell"
],
"Level": "easy",
"Question": "What is the largest number of points they had?",
"Tokens": [
"MAX(",
"H1"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(G1, H1=88)))",
"Formula2": "ROWS(UNIQUE(FILTER(G2:G7, H2:H7=88)))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "medium",
"Question": "How many games did they play with 88 points?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"G1",
"H1",
"=",
"88"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"February 5\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,B2:B7=\"February 5\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "How many games did they play on february 5?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"February 5\"",
"3"
]
}
] | test_1-23308178-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Game",
"Date",
"Opponent",
"Score",
"Location",
"Attendance",
"Record",
"Points"
],
[
"2",
"56",
"February 2",
"Boston Bruins",
"4 - 1",
"TD Garden",
"17565",
"38-12-6",
"82"
],
[
"3",
"57",
"February 4",
"New York Rangers",
"6 - 5",
"Madison Square Garden",
"18200",
"39-12-6",
"84"
],
[
"4",
"58",
"February 5",
"Atlanta Thrashers",
"5 - 2",
"Verizon Center",
"18277",
"40-12-6",
"86"
],
[
"5",
"59",
"February 7",
"Pittsburgh Penguins",
"5 - 4 OT",
"Verizon Center",
"18277",
"41-12-6",
"88"
],
[
"6",
"60",
"February 10",
"Montreal Canadiens",
"6 - 5 OT",
"Bell Centre",
"21273",
"41-12-7",
"89"
],
[
"7",
"61",
"February 11",
"Ottawa Senators",
"6 - 5",
"Scotiabank Place",
"19682",
"41-13-7",
"89"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"76-67-71=214\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,D2:D16=\"76-67-71=214\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the player with a 76-67-71=214 score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"76-67-71=214\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"nick price\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,B2:B16=\"nick price\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Nick Price's score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"nick price\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"69-74-71=214\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,D2:D16=\"69-74-71=214\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the country of the player with a score of 69-74-71=214?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"69-74-71=214\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"greg norman\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,B2:B16=\"greg norman\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the to par of Greg Norman?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"greg norman\"",
"5"
]
}
] | test_2-12913985-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"1",
"Greg Norman",
"Australia",
"70-72-68=210",
"–6"
],
[
"3",
"T2",
"Seve Ballesteros",
"Spain",
"71-68-72=211",
"–5"
],
[
"4",
"T2",
"Bernhard Langer",
"West Germany",
"74-68-69=211",
"–5"
],
[
"5",
"T2",
"Donnie Hammond",
"United States",
"73-71-67=211",
"–5"
],
[
"6",
"T2",
"Nick Price",
"Zimbabwe",
"79-69-63=211",
"–5"
],
[
"7",
"T6",
"Tsuneyuki Nakajima",
"Japan",
"70-71-71=212",
"–4"
],
[
"8",
"T6",
"Tom Kite",
"United States",
"70-74-68=212",
"–4"
],
[
"9",
"T6",
"Tom Watson",
"United States",
"70-74-68=212",
"–4"
],
[
"10",
"T9",
"David Edwards",
"United States",
"71-71-72=214",
"–2"
],
[
"11",
"T9",
"Gary Koch",
"United States",
"69-74-71=214",
"–2"
],
[
"12",
"T9",
"Sandy Lyle",
"Scotland",
"76-70-68=214",
"–2"
],
[
"13",
"T9",
"Mark McCumber",
"United States",
"76-67-71=214",
"–2"
],
[
"14",
"T9",
"Jack Nicklaus",
"United States",
"74-71-69=214",
"–2"
],
[
"15",
"T9",
"Corey Pavin",
"United States",
"71-72-71=214",
"–2"
],
[
"16",
"T9",
"Bob Tway",
"United States",
"70-73-71=214",
"–2"
]
] |
[
{
"Formula": "UNIQUE(B1)",
"Formula2": "UNIQUE(B2:B6)",
"Funcs": [
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "The names of shipping agents",
"Tokens": [
"UNIQUE(",
"B1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:D1,B1=\"ups\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:D6,B2:B6=\"ups\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "the shipping agent code of ups",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"D1",
"B1",
"=",
"\"ups\"",
"1"
]
}
] | systems_ref_shipping_agents | [
[
"0",
"A",
"B",
"C",
"D"
],
[
"1",
"shipping agent code",
"shipping agent name",
"shipping agent description",
"reference shipping agents"
],
[
"2",
"UP",
"UPS",
"g",
""
],
[
"3",
"US",
"USPS",
"q",
""
],
[
"4",
"AL",
"Airline",
"w",
""
],
[
"5",
"FE",
"Fedex",
"k",
""
],
[
"6",
"SH",
"Ship",
"t",
""
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"dave hill\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,B2:B12=\"dave hill\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was Dave Hill's score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"dave hill\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"united states\")*(B1=\"al mengert\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(C2:C12=\"united states\")*(B2:B12=\"al mengert\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the to par of Al Mengert of the United States?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"united states\"",
"*",
"B1",
"=",
"\"al mengert\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"united states\")*(A1=\"t5\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(C2:C12=\"united states\")*(A2:A12=\"t5\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the score of T5 place in the United States?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"united states\"",
"*",
"A1",
"=",
"\"t5\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"united states\")*(A1=\"t10\")*(D1=\"67-77=144\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(C2:C12=\"united states\")*(A2:A12=\"t10\")*(D2:D12=\"67-77=144\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the player from the United States in T10 place with a score of 67-77=144?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"united states\"",
"*",
"A1",
"=",
"\"t10\"",
"*",
"D1",
"=",
"\"67-77=144\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"billy casper\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,B2:B12=\"billy casper\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was Billy Casper's to par?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"billy casper\"",
"5"
]
}
] | train_2-17277136-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"T1",
"Billy Casper",
"United States",
"69-68=137",
"–3"
],
[
"3",
"T1",
"Arnold Palmer",
"United States",
"71-66=137",
"–3"
],
[
"4",
"T3",
"Phil Rodgers",
"United States",
"70-70=140",
"E"
],
[
"5",
"T3",
"Rives McBee",
"United States",
"76-64=140",
"E"
],
[
"6",
"T5",
"Jack Nicklaus",
"United States",
"71-71=142",
"+2"
],
[
"7",
"T5",
"Johnny Miller (a)",
"United States",
"70-72=142",
"+2"
],
[
"8",
"T7",
"Julius Boros",
"United States",
"74-69=143",
"+3"
],
[
"9",
"T7",
"Dave Hill",
"United States",
"72-71=143",
"+3"
],
[
"10",
"T7",
"Kel Nagle",
"Australia",
"70-73=143",
"+3"
],
[
"11",
"T10",
"Bob Goalby",
"United States",
"71-73=144",
"+4"
],
[
"12",
"T10",
"Al Mengert",
"United States",
"67-77=144",
"+4"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=90))",
"Formula2": "LET(query1,SUMMARIZE(E2:E9,SUMX(C2:C9)),FILTER(query1,CHOOSECOLS(query1,2)=90))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the percentage of the popular vote when there were 90 seats available?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"C1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"90"
]
}
] | train_2-1036175-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year of election",
"Candidates elected",
"# of seats available",
"# of votes",
"% of popular vote"
],
[
"2",
"1934",
"1",
"90",
"n.a.",
"7.0%"
],
[
"3",
"1937",
"0",
"90",
"n.a.",
"5.6%"
],
[
"4",
"1943",
"34",
"90",
"n.a.",
"31.7%"
],
[
"5",
"1945",
"8",
"90",
"n.a.",
"22.4%"
],
[
"6",
"1948",
"21",
"90",
"n.a.",
"27.0%"
],
[
"7",
"1951",
"2",
"90",
"n.a.",
"19.1%"
],
[
"8",
"1955",
"3",
"98",
"n.a.",
"16.5%"
],
[
"9",
"1959",
"5",
"98",
"n.a.",
"16.7%"
]
] |
[
{
"Formula": "SUM(FILTER(E1, C1=24))",
"Formula2": "SUM(FILTER(E2:E16, C2:C16=24))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the grid when the laps were 24?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"C1",
"=",
"24"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"chris amon\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,A2:A16=\"chris amon\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who constructed Chris Amon's car?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"chris amon\"",
"2"
]
},
{
"Formula": "MAX(FILTER(E1, (A1=\"jack brabham\")*(C1>90)))",
"Formula2": "MAX(FILTER(E2:E16, (A2:A16=\"jack brabham\")*(C2:C16>90)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What was Jack Brabham's highest grid when his laps were more than 90?",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"A1",
"=",
"\"jack brabham\"",
"*",
"C1",
">",
"90"
]
},
{
"Formula": "MAX(FILTER(C1, (A1=\"chris amon\")*(E1<4)))",
"Formula2": "MAX(FILTER(C2:C16, (A2:A16=\"chris amon\")*(E2:E16<4)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What was CHris Amon's highest lap when his grid was 4?",
"Tokens": [
"MAX(",
"FILTER(",
"C1",
"A1",
"=",
"\"chris amon\"",
"*",
"E1",
"<",
"4"
]
}
] | train_2-1122404-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Driver",
"Constructor",
"Laps",
"Time/Retired",
"Grid"
],
[
"2",
"Jackie Stewart",
"Matra - Ford",
"90",
"2:06:42.08",
"2"
],
[
"3",
"Jo Siffert",
"Lotus - Ford",
"90",
"+ 24.52",
"10"
],
[
"4",
"Chris Amon",
"Ferrari",
"90",
"+ 30.51",
"4"
],
[
"5",
"Denny Hulme",
"McLaren - Ford",
"90",
"+ 37.16",
"7"
],
[
"6",
"Jacky Ickx",
"Brabham - Ford",
"90",
"+ 37.67",
"5"
],
[
"7",
"Jack Brabham",
"Brabham - Ford",
"90",
"+ 1:10.81",
"8"
],
[
"8",
"Graham Hill",
"Lotus - Ford",
"88",
"+ 2 laps",
"3"
],
[
"9",
"Jean-Pierre Beltoise",
"Matra - Ford",
"87",
"+ 3 Laps",
"11"
],
[
"10",
"John Surtees",
"BRM",
"87",
"+ 3 Laps",
"12"
],
[
"11",
"Vic Elford",
"McLaren - Ford",
"84",
"+ 6 Laps",
"15"
],
[
"12",
"Silvio Moser",
"Brabham - Ford",
"54",
"Ignition",
"14"
],
[
"13",
"Bruce McLaren",
"McLaren - Ford",
"24",
"Suspension",
"6"
],
[
"14",
"Jochen Rindt",
"Lotus - Ford",
"16",
"Halfshaft",
"1"
],
[
"15",
"Piers Courage",
"Brabham - Ford",
"12",
"Clutch",
"9"
],
[
"16",
"Jackie Oliver",
"BRM",
"9",
"Gearbox",
"13"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(G1=\"a\")*(E1=\"q2\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,(G2:G7=\"a\")*(E2:E7=\"q2\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the value for 2007 when 2011 is a and 2009 is q2?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"G1",
"=",
"\"a\"",
"*",
"E1",
"=",
"\"q2\"",
"3"
]
}
] | train_2-11522060-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Tournament",
"2006",
"2007",
"2008",
"2009",
"2010",
"2011",
"2012",
"2013"
],
[
"2",
"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"
],
[
"3",
"Australian Open",
"A",
"Q1",
"1R",
"2R",
"A",
"A",
"Q2",
"1R"
],
[
"4",
"French Open",
"A",
"3R",
"3R",
"A",
"A",
"A",
"Q1",
"1R"
],
[
"5",
"Wimbledon",
"A",
"1R",
"A",
"Q2",
"A",
"A",
"1R",
"4R"
],
[
"6",
"US Open",
"Q3",
"2R",
"1R",
"A",
"A",
"1R",
"Q1",
"3R"
],
[
"7",
"Win–Loss",
"0–0",
"3–3",
"2–3",
"1–1",
"0–0",
"0–1",
"0–1",
"5–4"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Milwaukee\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,C2:C15=\"Milwaukee\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the score for Milwaukee? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"Milwaukee\"",
"4"
]
}
] | train_1-17121262-5 | [
[
"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",
"3",
"November 1",
"@ Chicago",
"L 86–96 (OT)",
"Rudy Gay (20)",
"Darko Miličić (9)",
"Kyle Lowry (4)",
"United Center 21,785",
"1–2"
],
[
"3",
"4",
"November 3",
"Golden State",
"W 90–79 (OT)",
"Marc Gasol (27)",
"Marc Gasol (16)",
"Mike Conley, Jr. (7)",
"FedExForum 10,121",
"2–2"
],
[
"4",
"5",
"November 5",
"@ Sacramento",
"L 95–100 (OT)",
"O. J. Mayo (28)",
"Rudy Gay , Kyle Lowry , Marc Gasol (6)",
"Kyle Lowry (7)",
"ARCO Arena 13,685",
"2–3"
],
[
"5",
"6",
"November 7",
"@ Golden State",
"W 109–104 (OT)",
"Rudy Gay (23)",
"Darrell Arthur (12)",
"Mike Conley, Jr. (6)",
"Oracle Arena 18,744",
"3–3"
],
[
"6",
"7",
"November 9",
"@ Denver",
"L 90–100 (OT)",
"O. J. Mayo (31)",
"Marc Gasol , O. J. Mayo (8)",
"Mike Conley, Jr. , Rudy Gay (4)",
"Pepsi Center 14,359",
"3–4"
],
[
"7",
"8",
"November 10",
"@ Phoenix",
"L 102–107 (OT)",
"O. J. Mayo (33)",
"Rudy Gay , Darrell Arthur (7)",
"O. J. Mayo (5)",
"US Airways Center 18,422",
"3–5"
],
[
"8",
"9",
"November 12",
"New York",
"L 103–132 (OT)",
"Rudy Gay (20)",
"Hakim Warrick (8)",
"Marko Jarić , Kyle Lowry (4)",
"FedExForum 10,129",
"3–6"
],
[
"9",
"10",
"November 14",
"Milwaukee",
"L 96–101 (OT)",
"O. J. Mayo (25)",
"Hakim Warrick (10)",
"Mike Conley, Jr. , Kyle Lowry (4)",
"FedExForum 11,308",
"3–7"
],
[
"10",
"11",
"November 18",
"Sacramento",
"W 109–94 (OT)",
"Rudy Gay (22)",
"Hakim Warrick (10)",
"Mike Conley, Jr. (7)",
"FedExForum 10,834",
"4–7"
],
[
"11",
"12",
"November 21",
"@ Dallas",
"L 76–91 (OT)",
"O. J. Mayo (19)",
"Rudy Gay , Marc Gasol (8)",
"Rudy Gay (5)",
"American Airlines Center 20,035",
"4–8"
],
[
"12",
"13",
"November 22",
"Utah",
"L 94–103 (OT)",
"O. J. Mayo (23)",
"Darrell Arthur (9)",
"Mike Conley, Jr. (8)",
"FedExForum 13,121",
"4–9"
],
[
"13",
"14",
"November 24",
"San Antonio",
"L 81–94 (OT)",
"O. J. Mayo (26)",
"Darko Miličić (11)",
"O. J. Mayo , Kyle Lowry (3)",
"FedExForum 12,053",
"4–10"
],
[
"14",
"15",
"November 26",
"@ Utah",
"L 100–117 (OT)",
"Rudy Gay (27)",
"Marc Gasol (8)",
"Kyle Lowry (5)",
"EnergySolutions Arena 19,911",
"4–11"
],
[
"15",
"16",
"November 28",
"@ San Antonio",
"L 98–109 (OT)",
"O. J. Mayo (32)",
"Rudy Gay , Marc Gasol , Darko Miličić (6)",
"O. J. Mayo , Mike Conley, Jr. (4)",
"AT&T Center 17,074",
"4–12"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"ncaa champion\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,D2:D17=\"ncaa champion\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "WHAT TEAM WAS AN NCAA CHAMPION?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"ncaa champion\"",
"2"
]
}
] | test_2-17072031-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Seeded at",
"Team",
"League",
"Notes",
"Eliminated at"
],
[
"2",
"Semifinals",
"Philippine Christian University Dolphins",
"NCAA",
"NCAA champion",
"Semifinals (Eliminated by UE)"
],
[
"3",
"Quarterfinals",
"Far Eastern University Tamaraws",
"UAAP",
"UAAP champion",
"Champions (Finals vs. UE)"
],
[
"4",
"Quarterfinals",
"University of the Visayas Green Lancers",
"CESAFI",
"CESAFI champion",
"Semifinals (Eliminated by FEU)"
],
[
"5",
"Quarterfinals",
"University of Perpetual Help Rizal Altas",
"NCAA",
"NCAA runner-up",
"Quarterfinals (Eliminated by UE)"
],
[
"6",
"Third Round",
"Ateneo de Manila University Blue Eagles",
"UAAP",
"UAAP 3rd place",
"Third Round (Eliminated by UP)"
],
[
"7",
"Second Round",
"Colegio de San Juan de Letran Knights",
"NCAA",
"NCAA 3rd place",
"Second Round (Eliminated by UP)"
],
[
"8",
"Second Round",
"University of the East Red Warriors",
"UAAP",
"UAAP 4th place",
"Finals (Defeated by FEU)"
],
[
"9",
"Second Round",
"University of San Jose - Recoletos Jaguars",
"CESAFI",
"CESAFI runner-up",
"Second Round (Eliminated by UC)"
],
[
"10",
"Unseeded",
"University of the Philippines Fighting Maroons",
"UAAP",
"UAAP 5th place",
"Quarterfinals (Eliminated by FEU)"
],
[
"11",
"Unseeded",
"University of Southern Philippines Panthers",
"CESAFI",
"CESAFI 3rd place",
"First Round (Eliminated by UMindanao)"
],
[
"12",
"Unseeded",
"West Negros College Mustangs",
"NOPSSCEA",
"NOPSSCEA champion",
"First Round (Eliminated by UC)"
],
[
"13",
"Unseeded",
"San Beda College Red Lions",
"NCAA",
"NCAA 4th place",
"Second Round (Eliminated by UE)"
],
[
"14",
"Unseeded",
"Emilio Aguinaldo College Generals",
"UCAA",
"UCAA champion",
"First Round (Eliminated by UP)"
],
[
"15",
"Unseeded",
"University of Mindanao Wildcats",
"Davao PRISAA",
"Davao PRISAA Champion",
"Quarterfinals (Eliminated by UV)"
],
[
"16",
"Unseeded",
"University of Cebu Webmasters",
"CESAFI",
"CESAFI 4th place",
"Third Round (Eliminated by UP)"
],
[
"17",
"Unseeded",
"University of Manila Hawks",
"NAASCU",
"NAASCU champion",
"First Round (Eliminated by San Beda)"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"brunswick street oval\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"brunswick street oval\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What away team is playing at the Brunswick Street Oval Venue?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"brunswick street oval\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"richmond\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"richmond\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What date does the Home team of Richmond have?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"richmond\"",
"7"
]
}
] | train_2-10774891-16 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Footscray",
"6.6 (42)",
"North Melbourne",
"8.13 (61)",
"Western Oval",
"13,325",
"10 August 1957"
],
[
"3",
"Essendon",
"10.15 (75)",
"South Melbourne",
"7.13 (55)",
"Windy Hill",
"16,000",
"10 August 1957"
],
[
"4",
"St Kilda",
"1.5 (11)",
"Melbourne",
"6.13 (49)",
"Junction Oval",
"17,100",
"10 August 1957"
],
[
"5",
"Hawthorn",
"14.19 (103)",
"Geelong",
"8.7 (55)",
"Glenferrie Oval",
"12,000",
"10 August 1957"
],
[
"6",
"Fitzroy",
"8.14 (62)",
"Collingwood",
"8.13 (61)",
"Brunswick Street Oval",
"22,000",
"10 August 1957"
],
[
"7",
"Richmond",
"11.9 (75)",
"Carlton",
"7.9 (51)",
"Punt Road Oval",
"22,000",
"10 August 1957"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Perth\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"Perth\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the census ranking for the Perth parish?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"Perth\"",
"5"
]
},
{
"Formula": "MIN(FILTER(D1, C1=750.51))",
"Formula2": "MIN(FILTER(D2:D7, C2:C7=750.51))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the minimum population of the parish with a 750.51 km area?",
"Tokens": [
"MIN(",
"FILTER(",
"D1",
"C1",
"=",
"750.51"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Perth\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"Perth\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the census ranking of the Perth parish?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"Perth\"",
"5"
]
}
] | test_1-176524-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Official Name",
"Status",
"Area km 2",
"Population",
"Census Ranking"
],
[
"2",
"Drummond",
"Parish",
"1,014.90",
"2250",
"1,231 of 5,008"
],
[
"3",
"Denmark",
"Parish",
"750.51",
"1592",
"1,561 of 5,008"
],
[
"4",
"Gordon",
"Parish",
"1,430.98",
"1567",
"1,574 of 5,008"
],
[
"5",
"Grand Falls",
"Parish",
"158.43",
"1172",
"1,871 of 5,008"
],
[
"6",
"Perth",
"Parish",
"318.06",
"1096",
"1,956 of 5,008"
],
[
"7",
"Andover",
"Parish",
"123.57",
"942",
"2,160 of 5,008"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Los Angeles\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,C2:C14=\"Los Angeles\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the location and it's corresponding attendance during the game against Los Angeles?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"Los Angeles\"",
"8"
]
}
] | train_1-30049462-4 | [
[
"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",
"9",
"November 4",
"New York",
"L 99–116",
"Connie Hawkins (39)",
"Paul Silas (9)",
"Gail Goodrich , Connie Hawkins (4)",
"Arizona Veterans Memorial Coliseum 10,552",
"3–6"
],
[
"3",
"10",
"November 7",
"@ Los Angeles",
"W 122–120",
"Gail Goodrich (37)",
"Paul Silas (14)",
"Dick Van Arsdale (7)",
"The Forum 10,557",
"4–6"
],
[
"4",
"11",
"November 9",
"Detroit",
"W 140–129",
"Connie Hawkins (35)",
"Paul Silas (14)",
"Gail Goodrich (12)",
"Arizona Veterans Memorial Coliseum 9,500",
"5–6"
],
[
"5",
"12",
"November 13",
"Philadelphia",
"L 110–124",
"Dick Van Arsdale (30)",
"Jim Fox (14)",
"Gail Goodrich (7)",
"Arizona Veterans Memorial Coliseum 5,440",
"5–7"
],
[
"6",
"13",
"November 14",
"@ Los Angeles",
"L 112–127",
"Jim Fox (39)",
"Jim Fox (23)",
"Connie Hawkins (7)",
"The Forum 8,902",
"5–8"
],
[
"7",
"14",
"November 15",
"Los Angeles",
"W 114–111",
"Gail Goodrich (31)",
"Connie Hawkins (18)",
"Gail Goodrich (6)",
"Arizona Veterans Memorial Coliseum 6,318",
"6–8"
],
[
"8",
"15",
"November 16",
"Atlanta",
"W 139–118",
"Connie Hawkins (29)",
"Paul Silas (15)",
"Gail Goodrich , Connie Hawkins (8)",
"University Arena 5,094",
"7–8"
],
[
"9",
"16",
"November 18",
"@ Boston",
"L 119–120 (OT)",
"Dick Van Arsdale (32)",
"Connie Hawkins (17)",
"Connie Hawkins , Dick Van Arsdale (6)",
"Baltimore Civic Center 6,028",
"7–9"
],
[
"10",
"17",
"November 19",
"@ Baltimore",
"L 118–133",
"Gail Goodrich (29)",
"Lamar Green (16)",
"Dick Van Arsdale (11)",
"The Spectrum 9,287",
"7–10"
],
[
"11",
"19",
"November 22",
"@ New York",
"L 114–128",
"Dick Van Arsdale (24)",
"Paul Silas (10)",
"Gail Goodrich (12)",
"Madison Square Garden 19,401",
"7–12"
],
[
"12",
"20",
"November 23",
"@ Cincinnati",
"L 123–137",
"Jerry Chambers (31)",
"Connie Hawkins (9)",
"Gail Goodrich (9)",
"Cincinnati Gardens 2,866",
"7–13"
],
[
"13",
"21",
"November 25",
"Baltimore",
"L 124–134",
"Dick Van Arsdale (30)",
"Connie Hawkins (16)",
"Gail Goodrich (10)",
"Arizona Veterans Memorial Coliseum 5,776",
"7–14"
],
[
"14",
"22",
"November 29",
"@ Seattle",
"L 129–130",
"Jim Fox (31)",
"Jim Fox (13)",
"Dick Van Arsdale (9)",
"Seattle Center Coliseum 9,418",
"7–15"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"medam\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,A2:A13=\"medam\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "WHAT IS THE SAKA ERA WITH MONTHS IN MEDAM?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"medam\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"മീനം\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,B2:B13=\"മീനം\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "WHAT IS THE SIGN OF ZODIAC OF മീനം?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"മീനം\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"virgo\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,F2:F13=\"virgo\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "WHAT IS THE SAKA ERA OF VIRGO?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"virgo\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"aquarius\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,F2:F13=\"aquarius\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "WHAT IS THE GREGORIAN CALENDAR FOR AQUARIUS?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"aquarius\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"kartika–agrahayana\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,E2:E13=\"kartika–agrahayana\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "WHAT IS THE IN MALAYALAM WITH kartika–agrahayana?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"kartika–agrahayana\"",
"2"
]
}
] | train_2-169955-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Months in Malayalam Era",
"In Malayalam",
"Gregorian Calendar",
"Tamil calendar",
"Saka era",
"Sign of Zodiac"
],
[
"2",
"Chingam",
"ചിങ്ങം",
"August–September",
"Aavani",
"Sravan–Bhadrapada",
"Leo"
],
[
"3",
"Kanni",
"കന്നി",
"September–October",
"Purattasi",
"Bhadrapada–Asvina",
"Virgo"
],
[
"4",
"Tulam",
"തുലാം",
"October–November",
"Aippasi",
"Asvina–Kartika",
"Libra"
],
[
"5",
"Vrscikam",
"വൃശ്ചികം",
"November–December",
"Karthigai",
"Kartika–Agrahayana",
"Scorpio"
],
[
"6",
"Dhanu",
"ധനു",
"December–January",
"Margazhi",
"Agrahayana–Pausa",
"Sagittarius"
],
[
"7",
"Makaram",
"മകരം",
"January–February",
"Thai",
"Pausa–Magha",
"Capricon"
],
[
"8",
"Kumbham",
"കുംഭം",
"February–March",
"Maasi",
"Magha–Phalguna",
"Aquarius"
],
[
"9",
"Minam",
"മീനം",
"March–April",
"Panguni",
"Phalguna–Chaitra",
"Pisces"
],
[
"10",
"Medam",
"മേടം",
"April–May",
"Chithirai",
"Chaitra– Vaisakha",
"Aries"
],
[
"11",
"Edavam (Idavam)",
"ഇടവം",
"May–June",
"Vaikasi",
"Vaisakha–Jyaistha",
"Taurus"
],
[
"12",
"Mithunam",
"മിഥുനം",
"June–July",
"Aani",
"Jyaistha–Asada",
"Gemini"
],
[
"13",
"Karkadakam",
"കര്ക്കടകം",
"July–August",
"Aadi",
"Asada–Sravana",
"Cancer"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"april 12\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,A2:A7=\"april 12\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the score on April 12?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"april 12\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"april 5\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,A2:A7=\"april 5\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the score on April 5?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"april 5\"",
"3"
]
}
] | train_2-17798269-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Date",
"Opponent",
"Score",
"Decision",
"Attendance",
"Record"
],
[
"2",
"April 1",
"Phoenix Coyotes",
"3 - 0",
"Raycroft",
"13,437",
"31-44-2"
],
[
"3",
"April 5",
"@ Vancouver Canucks",
"4 - 1",
"Budaj",
"18,630",
"32-44-2"
],
[
"4",
"April 7",
"@ San Jose Sharks",
"1 - 0",
"Budaj",
"17,496",
"32-44-3"
],
[
"5",
"April 9",
"Dallas Stars",
"3 - 2",
"Budaj",
"13,822",
"32-44-4"
],
[
"6",
"April 11",
"Vancouver Canucks",
"1 - 0",
"Budaj",
"13,397",
"32-44-5"
],
[
"7",
"April 12",
"St. Louis Blues",
"1 - 0",
"Raycroft",
"13,661",
"32-45-5"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,(G1=\"auckland, new zealand\")*(D1=\"tko\")),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)<3))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G7,(G2:G7=\"auckland, new zealand\")*(D2:D7=\"tko\")),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)<3))",
"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": "What is the result when the round is less than 3, the location is in Auckland, New Zealand, and tko is the method?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"auckland, new zealand\"",
"*",
"D1",
"=",
"\"tko\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"3"
]
},
{
"Formula": "MINIFS(F1,B1,\"4-0\")",
"Formula2": "MINIFS(F2:F7,B2:B7,\"4-0\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the smallest round to have a record of 4-0?",
"Tokens": [
"MINIFS(",
"F1",
"B1",
"\"4-0\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)>3))",
"Formula2": "LET(query1,SUMMARIZE(A2:A7,SUMX(F2:F7)),FILTER(query1,CHOOSECOLS(query1,2)>3))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What is the result of a round greater than 3?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"toa naketoatama\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"toa naketoatama\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which event has Toa Naketoatama as an opponent?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"toa naketoatama\"",
"5"
]
}
] | train_2-17998777-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Result",
"Record",
"Opponent",
"Method",
"Event",
"Round",
"Location"
],
[
"2",
"Win",
"6-0",
"Phillip Hellesoe",
"TKO",
"Sky City Convention Centre",
"2",
"Auckland, New Zealand"
],
[
"3",
"Win",
"5-0",
"Jeremiah Constant",
"TKO",
"Caesars Tahoe",
"1",
"Stateline, Nevada, USA"
],
[
"4",
"Win",
"4-0",
"James Auimatagi",
"TKO",
"ABA Stadium",
"2",
"Kohimarama, New Zealand"
],
[
"5",
"Win",
"3-0",
"Richard Tutaki",
"KO",
"ASB Stadium",
"2",
"Auckland, New Zealand"
],
[
"6",
"Win",
"2-0",
"Bob Gasio",
"TKO",
"ABA Stadium",
"3",
"Auckland, New Zealand"
],
[
"7",
"Win",
"1-0",
"Toa Naketoatama",
"Decision",
"ABA Stadium",
"4",
"Kohimarama, New Zealand"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Kyrkjebø\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"Kyrkjebø\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the church name for the church located in Kyrkjebø?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"Kyrkjebø\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Høyanger kyrkje\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"Høyanger kyrkje\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the sub-parish for the church names Høyanger Kyrkje?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"Høyanger kyrkje\"",
"2"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(E1, D1=1916)))",
"Formula2": "ROWS(UNIQUE(FILTER(E2:E6, D2:D6=1916)))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "medium",
"Question": "What is the total number of churches built in 1916?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"E1",
"D1",
"=",
"1916"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Høyanger kyrkje\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"Høyanger kyrkje\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the total number of churches named Høyanger Kyrkje?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"Høyanger kyrkje\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Høyanger\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"Høyanger\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the church name located in Høyanger?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"Høyanger\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Ortnevik kyrkje\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"Ortnevik kyrkje\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the location of the church when the church name is Ortnevik Kyrkje?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"Ortnevik kyrkje\"",
"5"
]
}
] | test_1-178389-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Parish (Prestegjeld)",
"Sub-Parish (Sogn)",
"Church Name",
"Year Built",
"Location of the Church"
],
[
"2",
"Lavik Parish",
"Bjordal og Ortnevik",
"Bjordal kyrkje",
"1906",
"Bjordal"
],
[
"3",
"Lavik Parish",
"Bjordal og Ortnevik",
"Ortnevik kyrkje",
"1925",
"Ortnevik"
],
[
"4",
"Lavik Parish",
"Høyanger",
"Høyanger kyrkje",
"1960",
"Høyanger"
],
[
"5",
"Lavik Parish",
"Kyrkjebø",
"Kyrkjebø kyrkje",
"1869",
"Kyrkjebø"
],
[
"6",
"Lavik Parish",
"Kyrkjebø",
"Vadheim bedehuskapell",
"1916",
"Vadheim"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(H1=\"itv studios\")*(E1=\"august 15, 2012\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H9,(H2:H9=\"itv studios\")*(E2:E9=\"august 15, 2012\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "WHAT SERIES WAS RELEASED BY ITV STUDIOS AND A RELEASE DATE OF AUGUST 15, 2012?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"H1",
"=",
"\"itv studios\"",
"*",
"E1",
"=",
"\"august 15, 2012\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=28),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H9,C2:C9=28),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "WHAT IS THE EPISODE NUMBER THAT HAS 28 DVD?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"C1",
"=",
"28",
"6"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,C1=32),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,CHOOSECOLS(query1,2)>1))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H9,C2:C9=32),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,CHOOSECOLS(query1,2)>1))",
"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": "WHAT EPISODE HAS A REGION NUMBER BIGGER THAN 1, AND 32 DVDS?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"C1",
"=",
"32",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"6",
"SUMX(",
"CHOOSECOLS(",
"query1",
"7",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"1"
]
}
] | train_2-170661-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Release Title",
"Series",
"No. of DVDs",
"No. of Blu-ray Discs",
"Release Date",
"Episode No.",
"Region No.",
"Released by"
],
[
"2",
"The Complete Collection",
"1-11",
"28",
"N/A",
"March 30, 2009",
"1-61",
"2",
"ITV Studios"
],
[
"3",
"The Complete Collection",
"1-12",
"32",
"N/A",
"August 15, 2012",
"1-65",
"2",
"ITV Studios"
],
[
"4",
"The Early Cases",
"1-6",
"18",
"13",
"October 23, 2012",
"1-45",
"1",
"Acorn Media"
],
[
"5",
"The Definitive Collection",
"7-10",
"12",
"N/A",
"January 25, 2011",
"46-57",
"1",
"A&E Home Video"
],
[
"6",
"The Movie Collection - Set 4",
"11",
"3",
"N/A",
"July 7, 2009",
"58-59",
"1",
"Acorn Media"
],
[
"7",
"The Movie Collection - Set 5",
"11-12",
"3",
"N/A",
"July 27, 2010",
"60-61, 64",
"1",
"Acorn Media"
],
[
"8",
"Murder on the Orient Express",
"12",
"N/A",
"1",
"October 26, 2010",
"64",
"1",
"Acorn Media"
],
[
"9",
"The Movie Collection - Set 6",
"12",
"3",
"3",
"July 12, 2011",
"62-63, 65",
"1",
"Acorn Media"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=8),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,D2:D6=8),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the number of networks when the size of rest bit field is 8?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"D1",
"=",
"8",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=16),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,C2:C6=16),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the start address when the network number bit field is 16?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"C1",
"=",
"16",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"class e (reserved)\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,A2:A6=\"class e (reserved)\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the end address for the Class E (Reserved)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"A1",
"=",
"\"class e (reserved)\"",
"8"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,G1=\"224.0.0.0\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)>110))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H6,G2:G6=\"224.0.0.0\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)>110))",
"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 is the size of the rest bit field when the leading bits are more than 110 and the start address is 224.0.0.0?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"G1",
"=",
"\"224.0.0.0\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"2",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"110"
]
}
] | train_2-172047-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Class",
"Leading bits",
"Size of network number bit field",
"Size of rest bit field",
"Number of networks",
"Addresses per network",
"Start address",
"End address"
],
[
"2",
"Class A",
"0",
"8",
"24",
"128 (2 7 )",
"16,777,216 (2 24 )",
"0.0.0.0",
"127.255.255.255"
],
[
"3",
"Class B",
"10",
"16",
"16",
"16,384 (2 14 )",
"65,536 (2 16 )",
"128.0.0.0",
"191.255.255.255"
],
[
"4",
"Class C",
"110",
"24",
"8",
"2,097,152 (2 21 )",
"256 (2 8 )",
"192.0.0.0",
"223.255.255.255"
],
[
"5",
"Class D ( multicast )",
"1110",
"not defined",
"not defined",
"not defined",
"not defined",
"224.0.0.0",
"239.255.255.255"
],
[
"6",
"Class E (reserved)",
"1111",
"not defined",
"not defined",
"not defined",
"not defined",
"240.0.0.0",
"255.255.255.255"
]
] |
[
{
"Formula": "SUM(FILTER(C1, (B1=\"cerro corá\")*(F1>4)))",
"Formula2": "SUM(FILTER(C2:C11, (B2:B11=\"cerro corá\")*(F2:F11>4)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which Played has a Team of cerro corá, and Losses larger than 4?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"B1",
"=",
"\"cerro corá\"",
"*",
"F1",
">",
"4"
]
},
{
"Formula": "SUM(FILTER(F1, (G1=9)*(I1>8)))",
"Formula2": "SUM(FILTER(F2:F11, (G2:G11=9)*(I2:I11>8)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which Losses has Scored of 9, and Points larger than 8?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"G1",
"=",
"9",
"*",
"I1",
">",
"8"
]
}
] | train_2-16788123-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Position",
"Team",
"Played",
"Wins",
"Draws",
"Losses",
"Scored",
"Conceded",
"Points"
],
[
"2",
"1",
"Libertad",
"9",
"6",
"2",
"1",
"16",
"8",
"20"
],
[
"3",
"2",
"Sportivo Luqueño",
"9",
"6",
"1",
"2",
"26",
"14",
"19"
],
[
"4",
"3",
"Olimpia",
"9",
"5",
"3",
"1",
"21",
"15",
"18"
],
[
"5",
"4",
"Guaraní",
"9",
"5",
"3",
"1",
"14",
"9",
"18"
],
[
"6",
"5",
"Cerro Porteño",
"9",
"3",
"3",
"3",
"17",
"13",
"12"
],
[
"7",
"6",
"Sol de América",
"9",
"2",
"4",
"3",
"14",
"18",
"10"
],
[
"8",
"7",
"Cerro Corá",
"9",
"2",
"3",
"4",
"13",
"17",
"9"
],
[
"9",
"8",
"Atl. Colegiales",
"9",
"2",
"2",
"5",
"9",
"17",
"8"
],
[
"10",
"9",
"San Lorenzo",
"9",
"1",
"2",
"6",
"13",
"23",
"5"
],
[
"11",
"10",
"12 de Octubre",
"9",
"0",
"3",
"6",
"11",
"20",
"3"
]
] |
[
{
"Formula": "SUM(FILTER(D1, (A1=\"t5\")*(C1=\"united states\")*(B1=\"jeff maggert\")))",
"Formula2": "SUM(FILTER(D2:D11, (A2:A11=\"t5\")*(C2:C11=\"united states\")*(B2:B11=\"jeff maggert\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Can you tell me the sum of Score that has the Place of t5, and the Country of united states, and the Player of jeff maggert?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"A1",
"=",
"\"t5\"",
"*",
"C1",
"=",
"\"united states\"",
"*",
"B1",
"=",
"\"jeff maggert\""
]
}
] | train_2-17162214-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"1",
"Nick Price",
"Zimbabwe",
"66",
"–4"
],
[
"3",
"2",
"Scott Simpson",
"United States",
"67",
"–3"
],
[
"4",
"T3",
"Phil Mickelson",
"United States",
"68",
"–2"
],
[
"5",
"T3",
"Greg Norman",
"Australia",
"68",
"–2"
],
[
"6",
"T5",
"Bill Glasson",
"United States",
"69",
"–1"
],
[
"7",
"T5",
"Steve Lowery",
"United States",
"69",
"–1"
],
[
"8",
"T5",
"Jeff Maggert",
"United States",
"69",
"–1"
],
[
"9",
"T5",
"Masashi Ozaki",
"Japan",
"69",
"–1"
],
[
"10",
"T5",
"Bob Tway",
"United States",
"69",
"–1"
],
[
"11",
"T5",
"Fuzzy Zoeller",
"United States",
"69",
"–1"
]
] |
[
{
"Formula": "SUM(FILTER(F1, (B1=\"japan\")*(D1>2)))",
"Formula2": "SUM(FILTER(F2:F14, (B2:B14=\"japan\")*(D2:D14>2)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which Total has a Nation of japan, and a Silver larger than 2?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"B1",
"=",
"\"japan\"",
"*",
"D1",
">",
"2"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,A1=6),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,3)),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,(CHOOSECOLS(query1,2)>0)*(CHOOSECOLS(query1,3)>4)))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F14,A2:A14=6),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,3)),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,(CHOOSECOLS(query1,2)>0)*(CHOOSECOLS(query1,3)>4)))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Which Nation has a Gold larger than 0, and a Total larger than 4, and a Rank of 6?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"6",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"0",
"*",
"CHOOSECOLS(",
"query1",
"3",
">",
"4"
]
},
{
"Formula": "SUM(FILTER(D1, (A1=1)*(F1<11)))",
"Formula2": "SUM(FILTER(D2:D14, (A2:A14=1)*(F2:F14<11)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Silver has a Rank of 1, and a Total smaller than 11?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"A1",
"=",
"1",
"*",
"F1",
"<",
"11"
]
},
{
"Formula": "SUM(FILTER(F1, (B1=\"united states\")*(E1>3)))",
"Formula2": "SUM(FILTER(F2:F14, (B2:B14=\"united states\")*(E2:E14>3)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which Total has a Nation of united states, and a Bronze larger than 3?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"B1",
"=",
"\"united states\"",
"*",
"E1",
">",
"3"
]
}
] | train_2-16669292-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"Soviet Union",
"6",
"4",
"1",
"11"
],
[
"3",
"2",
"Turkey",
"3",
"1",
"5",
"9"
],
[
"4",
"3",
"Japan",
"2",
"2",
"1",
"5"
],
[
"5",
"4",
"Iran",
"2",
"2",
"0",
"4"
],
[
"6",
"5",
"Hungary",
"2",
"0",
"1",
"3"
],
[
"7",
"6",
"Bulgaria",
"1",
"4",
"0",
"5"
],
[
"8",
"7",
"Italy",
"0",
"1",
"1",
"2"
],
[
"9",
"8",
"Denmark",
"0",
"1",
"0",
"1"
],
[
"10",
"8",
"Yugoslavia",
"0",
"1",
"0",
"1"
],
[
"11",
"10",
"United States",
"0",
"0",
"3",
"3"
],
[
"12",
"10",
"West Germany",
"0",
"0",
"3",
"3"
],
[
"13",
"12",
"United Arab Republic",
"0",
"0",
"1",
"1"
],
[
"14",
"Total",
"Total",
"16",
"16",
"16",
"48"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Cyprus\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,A2:A13=\"Cyprus\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the languages for cyprus",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Cyprus\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Estonia\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,A2:A13=\"Estonia\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the languages for estonia",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Estonia\"",
"6"
]
},
{
"Formula": "MAXIFS(E1,F1,\"Latvian\")",
"Formula2": "MAXIFS(E2:E13,F2:F13,\"Latvian\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the most gdp per capita latvian",
"Tokens": [
"MAXIFS(",
"E1",
"F1",
"\"Latvian\""
]
}
] | train_1-21133193-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Member countries",
"Population",
"Area (km²)",
"GDP (billion US$)",
"GDP per capita (US$)",
"Languages"
],
[
"2",
"Cyprus",
"775927",
"9250",
"11.681",
"15054",
"Greek Turkish"
],
[
"3",
"Czech Republic",
"10246178",
"78866",
"105.248",
"10272",
"Czech"
],
[
"4",
"Estonia",
"1341664",
"45226",
"22.384",
"16684",
"Estonian"
],
[
"5",
"Hungary",
"10032375",
"93030",
"102,183",
"10185",
"Hungarian"
],
[
"6",
"Latvia",
"2306306",
"64589",
"24.826",
"10764",
"Latvian"
],
[
"7",
"Lithuania",
"3607899",
"65200",
"31.971",
"8861",
"Lithuanian"
],
[
"8",
"Malta",
"396851",
"316",
"5.097",
"12843",
"English Maltese"
],
[
"9",
"Poland",
"38580445",
"311904",
"316.438",
"8202",
"Polish"
],
[
"10",
"Slovakia",
"5423567",
"49036",
"42.800",
"7810",
"Slovak"
],
[
"11",
"Slovenia",
"2011473",
"20273",
"29.633",
"14732",
"Slovene"
],
[
"12",
"Accession countries",
"74722685",
"737690",
"685.123",
"9169",
"10 new"
],
[
"13",
"Existing members (2004)",
"381781620",
"3367154",
"7,711.871",
"20200",
"11"
]
] |
[
{
"Formula": "MIN(F1)",
"Formula2": "MIN(F2:F13)",
"Funcs": [
"MIN(",
"Cell"
],
"Level": "easy",
"Question": "Who has the minimum number of silver?",
"Tokens": [
"MIN(",
"F1"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,D1=\"1948–1952\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=8))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H13,D2:D13=\"1948–1952\"),SUMMARIZE(CHOOSECOLS(query1,2),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": "Who is the athlete who's rank is 8 and competed in the olympics during 1948–1952?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"D1",
"=",
"\"1948–1952\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"8"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,D1=\"1924–1928\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,CHOOSECOLS(query1,2)=1))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H13,D2:D13=\"1924–1928\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,CHOOSECOLS(query1,2)=1))",
"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 is the nation who won 1 bronze in the Olympics during 1924–1928?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"D1",
"=",
"\"1924–1928\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"7",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"1"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,C1=\"Ethiopia (ETH)\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>7))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H13,C2:C13=\"Ethiopia (ETH)\"),SUMMARIZE(CHOOSECOLS(query1,2),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 athlete from the nation of Ethiopia (eth) who had a rank bigger than 7.0?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"C1",
"=",
"\"Ethiopia (ETH)\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"7"
]
}
] | train_1-22355-20 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Rank",
"Athlete",
"Nation",
"Olympics",
"Gold",
"Silver",
"Bronze",
"Total(min. 2 medals)"
],
[
"2",
"1",
"Paavo Nurmi Category:Articles with hCards",
"Finland (FIN)",
"1920–1928",
"2",
"0",
"0",
"2"
],
[
"3",
"1",
"Emil Zátopek Category:Articles with hCards",
"Czechoslovakia (TCH)",
"1948–1952",
"2",
"0",
"0",
"2"
],
[
"4",
"1",
"Lasse Viren Category:Articles with hCards",
"Finland (FIN)",
"1972–1976",
"2",
"0",
"0",
"2"
],
[
"5",
"1",
"Haile Gebrselassie Category:Articles with hCards",
"Ethiopia (ETH)",
"1996–2000",
"2",
"0",
"0",
"2"
],
[
"6",
"1",
"Kenenisa Bekele Category:Articles with hCards",
"Ethiopia (ETH)",
"2004–2008",
"2",
"0",
"0",
"2"
],
[
"7",
"6",
"Ville Ritola Category:Articles with hCards",
"Finland (FIN)",
"1924–1928",
"1",
"1",
"0",
"2"
],
[
"8",
"7",
"Miruts Yifter Category:Articles with hCards",
"Ethiopia (ETH)",
"1972–1980",
"1",
"0",
"1",
"2"
],
[
"9",
"8",
"Alain Mimoun Category:Articles with hCards",
"France (FRA)",
"1948–1952",
"0",
"2",
"0",
"2"
],
[
"10",
"8",
"Paul Tergat Category:Articles with hCards",
"Kenya (KEN)",
"1996–2000",
"0",
"2",
"0",
"2"
],
[
"11",
"8",
"Sileshi Sihine Category:Articles with hCards",
"Ethiopia (ETH)",
"2004–2008",
"0",
"2",
"0",
"2"
],
[
"12",
"11",
"Edvin Wide Category:Articles with hCards",
"Sweden (SWE)",
"1924–1928",
"0",
"1",
"1",
"2"
],
[
"13",
"11",
"Volmari Iso-Hollo Category:Articles with hCards",
"Finland (FIN)",
"1932–1936",
"0",
"1",
"1",
"2"
]
] |
[
{
"Formula": "AVERAGE(FILTER(A1, (D1=\"bhp (kw)\")*(B1=\"ls/2lt\")))",
"Formula2": "AVERAGE(FILTER(A2:A16, (D2:D16=\"bhp (kw)\")*(B2:B16=\"ls/2lt\")))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What's the Year Average that has a Power of BHP (KW) and Trim of LS/2LT?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"A1",
"D1",
"=",
"\"bhp (kw)\"",
"*",
"B1",
"=",
"\"ls/2lt\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1>2006)*(D1=\"bhp (kw)\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,(A2:A16>2006)*(D2:D16=\"bhp (kw)\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Engine has a Year that's Larger than 2006 and Power of BHP (KW)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
">",
"2006",
"*",
"D1",
"=",
"\"bhp (kw)\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"hp (kw)\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,D2:D16=\"hp (kw)\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What Torque has a Power of HP (KW)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"hp (kw)\"",
"5"
]
},
{
"Formula": "AVERAGE(FILTER(A1, (B1=\"ls/lt\")*(D1=\"hp (kw)\")))",
"Formula2": "AVERAGE(FILTER(A2:A16, (B2:B16=\"ls/lt\")*(D2:D16=\"hp (kw)\")))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What's the Year average that's got Trim of LS/LT and Power of HP (KW)?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"A1",
"B1",
"=",
"\"ls/lt\"",
"*",
"D1",
"=",
"\"hp (kw)\""
]
}
] | train_2-1361602-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Trim",
"Engine",
"Power",
"Torque",
"EPA (2008) City"
],
[
"2",
"2006",
"LS/LT",
"L (cuin) Ecotec L61 I4",
"bhp (kW)",
"lb·ft (N·m)",
"mpg-US (L/100km; mpg-imp)"
],
[
"3",
"2006",
"LT/2LT",
"L (cuin) Ecotec LE5 I4",
"bhp (kW)",
"lb·ft (N·m)",
"mpg-US (L/100km; mpg-imp)"
],
[
"4",
"2007",
"LS/LT",
"L (cuin) Ecotec L61 I4",
"hp (kW)",
"lb·ft (N·m)",
"mpg-US (L/100km; mpg-imp)"
],
[
"5",
"2007",
"LS/2LT",
"L (cuin) Ecotec LE5 I4",
"bhp (kW)",
"lb·ft (N·m)",
"mpg-US (L/100km; mpg-imp)"
],
[
"6",
"2008",
"LS/LT",
"L (cuin) Ecotec L61 I4",
"hp (kW)",
"lb·ft (N·m)",
"mpg-US (L/100km; mpg-imp)"
],
[
"7",
"2008",
"LT/2LT",
"L (cuin) Ecotec LE5 I4",
"hp (kW)",
"lb·ft (N·m)",
"mpg-US (L/100km; mpg-imp)"
],
[
"8",
"2008",
"SS",
"L (cuin) turbo Ecotec LNF I4",
"bhp (kW)",
"lb·ft (N·m)",
"mpg-US (L/100km; mpg-imp)"
],
[
"9",
"2009",
"LS/LT",
"L (cuin) Ecotec L61 I4",
"hp (kW)",
"lb·ft (N·m)",
"mpg-US (L/100km; mpg-imp)"
],
[
"10",
"2009",
"LT/2LT",
"L (cuin) Ecotec LE5 I4",
"hp (kW)",
"lb·ft (N·m)",
"mpg-US (L/100km; mpg-imp)"
],
[
"11",
"2009",
"SS",
"L (cuin) turbo Ecotec LNF I4",
"bhp (kW)",
"lb·ft (N·m)",
"mpg-US (L/100km; mpg-imp)"
],
[
"12",
"2010",
"LS/LT",
"L (cuin) Ecotec L61 I4",
"hp (kW)",
"lb·ft (N·m)",
"mpg-US (L/100km; mpg-imp)"
],
[
"13",
"2010",
"LT/2LT",
"L (cuin) Ecotec LE5 I4",
"hp (kW)",
"lb·ft (N·m)",
"mpg-US (L/100km; mpg-imp)"
],
[
"14",
"2010",
"SS",
"L (cuin) turbo Ecotec LNF I4",
"bhp (kW)",
"lb·ft (N·m)",
"mpg-US (L/100km; mpg-imp)"
],
[
"15",
"2011",
"LS/LT",
"L (cuin) Ecotec L61 I4",
"hp (kW)",
"lb·ft (N·m)",
"mpg-US (L/100km; mpg-imp)"
],
[
"16",
"2011",
"LT/2LT",
"L (cuin) Ecotec LE5 I4",
"hp (kW)",
"lb·ft (N·m)",
"mpg-US (L/100km; mpg-imp)"
]
] |
[
{
"Formula": "MAX(FILTER(B1, (D1=\"brazil\")*(A1<8)))",
"Formula2": "MAX(FILTER(B2:B9, (D2:D9=\"brazil\")*(A2:A9<8)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the highest lane for Brazil, ranked less than 8?",
"Tokens": [
"MAX(",
"FILTER(",
"B1",
"D1",
"=",
"\"brazil\"",
"*",
"A1",
"<",
"8"
]
}
] | train_2-18569131-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Lane",
"Athlete",
"Country",
"Time"
],
[
"2",
"1",
"5",
"Alfred Kirwa Yego",
"Kenya",
"1:44.73"
],
[
"3",
"2",
"6",
"Ismail Ahmed Ismail",
"Sudan",
"1:44.91"
],
[
"4",
"3",
"7",
"Yusuf Saad Kamel",
"Bahrain",
"1:44.95"
],
[
"5",
"4",
"9",
"Nadjim Manseur",
"Algeria",
"1:45.54"
],
[
"6",
"5",
"8",
"Sajjad Moradi",
"Iran",
"1:46.08"
],
[
"7",
"6",
"4",
"Mbulaeni Mulaudzi",
"South Africa",
"1:46.24"
],
[
"8",
"7",
"2",
"Antonio Manuel Reina",
"Spain",
"1:46.40"
],
[
"9",
"8",
"3",
"Fabiano Peçanha",
"Brazil",
"1:47.07"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"font\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,B2:B19=\"font\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "For the item that has a Gecko of 'font', what is the KHTML value?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"font\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"no\")*(C1=\"nightly build\")),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,(B2:B19=\"no\")*(C2:C19=\"nightly build\")),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Prince XML value for the engine that has a Gecko value of 'no' and webkit value of 'nightly build'?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"no\"",
"*",
"C1",
"=",
"\"nightly build\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"font\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,A2:A19=\"font\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Gecko value for the item that has a Trident value of 'font'?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"font\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"yes\")*(D1=\"yes\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,(F2:F19=\"yes\")*(D2:D19=\"yes\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Gecko value for the item that has a Prince XML value of 'no' and a KHTML value of 'yes'?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"yes\"",
"*",
"D1",
"=",
"\"yes\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"19.0\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,B2:B19=\"19.0\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Trident version has a Gecko value of 19.0?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"19.0\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"font\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,F2:F19=\"font\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "For the item with a Prince XML value of 'font', what is the WebKit value?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"font\"",
"3"
]
}
] | train_2-1745933-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Trident",
"Gecko",
"WebKit",
"KHTML",
"Presto",
"Prince XML"
],
[
"2",
"7.0",
"1.0",
"85",
"Yes",
"1.0",
"Yes"
],
[
"3",
"3.0",
"1.0",
"85",
"Yes",
"1.0",
"Yes"
],
[
"4",
"8.0",
"1.0",
"Yes",
"Yes",
"1.0",
"2.1"
],
[
"5",
"5.5",
"1.0",
"Yes",
"4.2.3",
"1.0",
"Yes"
],
[
"6",
"5.5",
"1.0",
"Yes",
"Yes",
"1.0",
"5.1"
],
[
"7",
"9.0",
"1.0",
"Yes",
"Yes",
"1.0",
"5.0"
],
[
"8",
"No",
"6.0",
"No",
"No",
"No",
"No"
],
[
"9",
"10.0",
"16.0",
"Experimental",
"No",
"2.12",
"No"
],
[
"10",
"No",
"22.0",
"Nightly build",
"No",
"2.12",
"No"
],
[
"11",
"No",
"No",
"No",
"No",
"No",
"No"
],
[
"12",
"No",
"No",
"Nightly build",
"No",
"No",
"No"
],
[
"13",
"10.0",
"No",
"No",
"No",
"2.7.62",
"No"
],
[
"14",
"Page",
"Page",
"Page",
"Page",
"Page",
"Page"
],
[
"15",
"8.0",
"19.0",
"Nightly Build",
"No",
"1.0",
"6.0"
],
[
"16",
"Font",
"Font",
"Font",
"Font",
"Font",
"Font"
],
[
"17",
"9.0",
"1.9.1",
"525",
"4.3",
"2.2",
"6.0"
],
[
"18",
"No",
"24.0",
"No",
"No",
"No",
"No"
],
[
"19",
"Trident",
"Gecko",
"WebKit",
"KHTML",
"Presto",
"Prince XML"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"£50,000\")*(D1=\"korosh nejad\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(C2:C14=\"£50,000\")*(D2:D14=\"korosh nejad\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Winner, when Prize is \"£50,000\", and when Runner-Up is \"Korosh Nejad\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"£50,000\"",
"*",
"D1",
"=",
"\"korosh nejad\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"$100,000\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,C2:C14=\"$100,000\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Season, when Prize is \"$100,000\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"$100,000\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"john shaw\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,B2:B14=\"john shaw\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Prize, when Winner is \"John Shaw\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"john shaw\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"simon ehne\")*(C1=\"$100,000\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(D2:D14=\"simon ehne\")*(C2:C14=\"$100,000\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is 3rd Place, when Runner-Up is \"Simon Ehne\", and when Prize is $100,000?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"simon ehne\"",
"*",
"C1",
"=",
"\"$100,000\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"simon ehne\")*(B1=\"david tighe\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(D2:D14=\"simon ehne\")*(B2:B14=\"david tighe\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Prize, when Runner-Up is \"Simon Ehne\", and when Winner is \"David Tighe\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"simon ehne\"",
"*",
"B1",
"=",
"\"david tighe\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,A2:A14=2),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is Prize, when Season is \"2\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"2",
"3"
]
}
] | test_2-1718446-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Season",
"Winner",
"Prize",
"Runner-Up",
"3rd place"
],
[
"2",
"1",
"Dave Ulliott",
"£40,000",
"Peter Evans",
"Dave Welch"
],
[
"3",
"2",
"Simon Trumper",
"£40,000",
"Ross Boatman",
"Ram Vaswani"
],
[
"4",
"3",
"Phil Hellmuth, Jr.",
"£45,000",
"Adam Heller",
"Paul Alterman"
],
[
"5",
"4",
"Hemish Shah",
"£50,000",
"Simon Trumper",
"Barny Boatman"
],
[
"6",
"5",
"Padraig Parkinson",
"£50,000",
"Korosh Nejad",
"Joe Beevers"
],
[
"7",
"6",
"Peter Costa",
"£60,000",
"Jin Cai Lin",
"Lucy Rokach"
],
[
"8",
"Ace 1",
"John Shaw",
"£50,000",
"Hung Luc",
"Miles Adam"
],
[
"9",
"Ace 2",
"Raul Mestre",
"$50,000",
"Simon Ehne",
"Michiel Van Woerden"
],
[
"10",
"Masters",
"David Tighe",
"$100,000",
"Simon Ehne",
"Barny Boatman"
],
[
"11",
"7",
"Andreas Jorbeck",
"$125,000",
"Roland De Wolfe",
"Andy Black"
],
[
"12",
"8",
"Huck Seed",
"$200,000",
"Gus Hansen",
"Annette Obrestad"
],
[
"13",
"9",
"John Duthie",
"$200,000",
"Phil Ivey",
"Carlos Mortensen"
],
[
"14",
"10",
"Sam Holden",
"$150,000",
"Luke Schwartz",
"Rob Okell"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Tau Epsilon Phi 1\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"Tau Epsilon Phi 1\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the founding university of the organization Tau Epsilon Phi 1?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Tau Epsilon Phi 1\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"AEPi\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,C2:C8=\"AEPi\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the founding date for the \"AEPI\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"AEPi\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"ΣΑΕΠ\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"ΣΑΕΠ\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What type is σαεπ?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"ΣΑΕΠ\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"ΑΕΦ\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"ΑΕΦ\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the founding university of αεφ?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"ΑΕΦ\"",
"5"
]
}
] | train_1-2538117-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Letters",
"Organization",
"Nickname",
"Founding Date",
"Founding University",
"Type"
],
[
"2",
"ΑΕΠ",
"Alpha Epsilon Pi 1",
"\"AEPi\"",
"1913-11-07",
"New York University",
"Fraternity"
],
[
"3",
"ΑΕΦ",
"Alpha Epsilon Phi 2",
"\"AEPhi\"",
"1909-10-24",
"Barnard College",
"Sorority"
],
[
"4",
"ΣΑΕΠ",
"Sigma Alpha Epsilon Pi 3",
"\"Sigma\"",
"1998-10-01",
"University of California, Davis",
"Sorority"
],
[
"5",
"ΣΑΜ",
"Sigma Alpha Mu 1",
"\"Sammy\"",
"1909-11-26",
"City College of New York",
"Fraternity"
],
[
"6",
"ΣΔΤ",
"Sigma Delta Tau 2",
"\"SDT\" or \"Sig Delts\"",
"1917-03-25",
"Cornell University",
"Sorority"
],
[
"7",
"ΤΕΦ",
"Tau Epsilon Phi 1",
"\"TEP\", \"Tau Boys\"",
"1910-10-10",
"Columbia University",
"Fraternity"
],
[
"8",
"ΖΒΤ",
"Zeta Beta Tau 1",
"\"ZBT\"",
"1898-12-29",
"City College of New York",
"Fraternity"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"111-108\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>33))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F15,D2:D15=\"111-108\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>33))",
"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 is the celtics record after game 33 when they score of the game was 111-108?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"111-108\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"6",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"33"
]
}
] | train_2-17344651-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Game",
"Date",
"Opponent",
"Score",
"Location",
"Record"
],
[
"2",
"33",
"Wed. Jan. 2",
"@ New Jersey Nets",
"110-95",
"Brendan Byrne Arena",
"27-6"
],
[
"3",
"34",
"Fri. Jan. 4",
"New York Knicks",
"105-94",
"Boston Garden",
"28-6"
],
[
"4",
"35",
"Mon. Jan. 7",
"@ New York Knicks",
"108-97",
"Madison Square Garden",
"29-6"
],
[
"5",
"36",
"Wed. Jan. 9",
"Chicago Bulls",
"111-108",
"Boston Garden",
"30-6"
],
[
"6",
"37",
"Fri. Jan. 11",
"Washington Bullets",
"103-101",
"Boston Garden",
"31-6"
],
[
"7",
"38",
"Sat. Jan. 12",
"@ Atlanta Hawks",
"119-111",
"The Omni",
"32-6"
],
[
"8",
"39",
"Wed. Jan. 16",
"Los Angeles Lakers",
"104-102",
"Boston Garden",
"33-6"
],
[
"9",
"40",
"Fri. Jan. 18",
"@ Indiana Pacers",
"86-91",
"Market Square Arena",
"33-7"
],
[
"10",
"41",
"Sun. Jan. 20",
"Philadelphia 76ers",
"113-97",
"Boston Garden",
"34-7"
],
[
"11",
"42",
"Wed. Jan. 23",
"Seattle SuperSonics",
"97-107",
"Boston Garden",
"34-8"
],
[
"12",
"43",
"Fri. Jan. 25",
"Indiana Pacers",
"125-94",
"Boston Garden",
"35-8"
],
[
"13",
"44",
"Sun. Jan. 27",
"Portland Trail Blazers",
"128-127",
"Boston Garden",
"36-8"
],
[
"14",
"45",
"Tue. Jan. 29",
"Detroit Pistons",
"131-130",
"Hartford Civic Center",
"37-8"
],
[
"15",
"46",
"Wed. Jan. 30",
"@ Philadelphia 76ers",
"104-122",
"The Spectrum",
"37-9"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"dallas\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,D2:D10=\"dallas\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the visitor for home of dallas",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"dallas\"",
"2"
]
}
] | train_2-13242342-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Visitor",
"Score",
"Home",
"Decision",
"Attendance",
"Record"
],
[
"2",
"April 1",
"Chicago",
"2 – 5",
"Columbus",
"Denis",
"17,394",
"31–40–3"
],
[
"3",
"April 3",
"Columbus",
"3 – 1",
"Nashville",
"Leclaire",
"12,073",
"32–40–3"
],
[
"4",
"April 7",
"Columbus",
"5 – 6",
"Detroit",
"Denis",
"20,066",
"32–40–4"
],
[
"5",
"April 8",
"Detroit",
"4 – 2",
"Columbus",
"Leclaire",
"18,136",
"32–41–4"
],
[
"6",
"April 11",
"Columbus",
"2 – 3",
"Dallas",
"Denis",
"18,543",
"32–42–4"
],
[
"7",
"April 13",
"St. Louis",
"1 – 4",
"Columbus",
"Leclaire",
"16,262",
"33–42–4"
],
[
"8",
"April 15",
"Chicago",
"2 – 5",
"Columbus",
"Denis",
"16,555",
"34–42–4"
],
[
"9",
"April 16",
"Columbus",
"3 – 4",
"Chicago",
"Leclaire",
"10,733",
"34–43–4"
],
[
"10",
"April 18",
"Dallas",
"4 – 5",
"Columbus",
"Denis",
"17,103",
"35–43–4"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"canada\")*(D1=\"cd/digital download\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(A2:A9=\"canada\")*(D2:D9=\"cd/digital download\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Label has a Country of canada, and a Format of cd/digital download?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"canada\"",
"*",
"D1",
"=",
"\"cd/digital download\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"14 october 2008\")*(C1=\"eagle eye media\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(B2:B9=\"14 october 2008\")*(C2:C9=\"eagle eye media\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Format has a Date of 14 october 2008, and a Label of eagle eye media?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"14 october 2008\"",
"*",
"C1",
"=",
"\"eagle eye media\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"united kingdom\")*(B1=\"22 september 2008\")*(E1=\"eredv711\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(A2:A9=\"united kingdom\")*(B2:B9=\"22 september 2008\")*(E2:E9=\"eredv711\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Label has a Country of united kingdom, a Date of 22 september 2008, and a Catalogue number(s) of eredv711?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"united kingdom\"",
"*",
"B1",
"=",
"\"22 september 2008\"",
"*",
"E1",
"=",
"\"eredv711\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"eredv711\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"eredv711\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Country has a Catalogue number(s) of eredv711?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"eredv711\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"eagle eye media\")*(E1=\"—\")*(A1=\"united states\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(C2:C9=\"eagle eye media\")*(E2:E9=\"—\")*(A2:A9=\"united states\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Format has a Label of eagle eye media, a Catalogue number(s) of —, and a Country of united states?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"eagle eye media\"",
"*",
"E1",
"=",
"\"—\"",
"*",
"A1",
"=",
"\"united states\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"eagle records\")*(E1=\"edgcd391\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(C2:C9=\"eagle records\")*(E2:E9=\"edgcd391\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Format has a Label of eagle records, and a Catalogue number(s) of edgcd391?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"eagle records\"",
"*",
"E1",
"=",
"\"edgcd391\"",
"4"
]
}
] | train_2-18208286-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Country",
"Date",
"Label",
"Format",
"Catalogue number(s)"
],
[
"2",
"United Kingdom",
"22 September 2008",
"Eagle Records",
"Double CD",
"EDGCD391"
],
[
"3",
"United Kingdom",
"22 September 2008",
"Eagle Eye Media",
"DVD",
"EREDV711"
],
[
"4",
"United Kingdom",
"1 December 2008",
"Eagle Eye Media",
"Blu-ray",
"—"
],
[
"5",
"United States",
"30 September 2008",
"Eagle Records",
"CD/digital download",
"—"
],
[
"6",
"United States",
"30 September 2008",
"Eagle Eye Media",
"DVD",
"EE 39172-9"
],
[
"7",
"United States",
"9 December 2008",
"Eagle Eye Media",
"Blu-ray",
"—"
],
[
"8",
"Canada",
"14 October 2008",
"Eagle Records",
"CD/digital download",
"—"
],
[
"9",
"Canada",
"14 October 2008",
"Eagle Eye Media",
"DVD",
"—"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"t3\")*(C1=\"england\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,(A2:A16=\"t3\")*(C2:C16=\"england\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What to par has t3 as the place and england as the country?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"t3\"",
"*",
"C1",
"=",
"\"england\"",
"5"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,B1=\"tiger woods\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>233125))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F16,B2:B16=\"tiger woods\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>233125))",
"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 country has money ($) greater than 233,125 and Tiger Woods as the player?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"tiger woods\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"233125"
]
}
] | test_2-18786347-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par",
"Money ( $ )"
],
[
"2",
"1",
"Yang Yong-eun",
"South Korea",
"73–70–67–70=280",
"−8",
"1,350,000"
],
[
"3",
"2",
"Tiger Woods",
"United States",
"67–70–71–75=283",
"−5",
"810,000"
],
[
"4",
"T3",
"Rory McIlroy",
"Northern Ireland",
"71–73–71–70=285",
"−3",
"435,000"
],
[
"5",
"T3",
"Lee Westwood",
"England",
"70–72–73–70=285",
"−3",
"435,000"
],
[
"6",
"5",
"Lucas Glover",
"United States",
"71–70–71–74=286",
"−2",
"300,000"
],
[
"7",
"T6",
"Ernie Els",
"South Africa",
"75–68–70–74=287",
"−1",
"233,125"
],
[
"8",
"T6",
"Martin Kaymer",
"Germany",
"73–70–71–73=287",
"−1",
"233,125"
],
[
"9",
"T6",
"Søren Kjeldsen",
"Denmark",
"70–73–70–74=287",
"−1",
"233,125"
],
[
"10",
"T6",
"Henrik Stenson",
"Sweden",
"73–71–68–75=287",
"−1",
"233,125"
],
[
"11",
"T10",
"Pádraig Harrington",
"Ireland",
"68–73–69–78=288",
"E",
"150,633"
],
[
"12",
"T10",
"Dustin Johnson",
"United States",
"72–73–73–70=288",
"E",
"150,633"
],
[
"13",
"T10",
"Zach Johnson",
"United States",
"74–73–70–71=288",
"E",
"150,633"
],
[
"14",
"T10",
"Graeme McDowell",
"Northern Ireland",
"70–75–71–72=288",
"E",
"150,633"
],
[
"15",
"T10",
"John Merrick",
"United States",
"72–72–74–70=288",
"E",
"150,633"
],
[
"16",
"T10",
"Francesco Molinari",
"Italy",
"74–73–69–72=288",
"E",
"150,633"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"गरेस् gares 'may you do'\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,F2:F8=\"गरेस् gares 'may you do'\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the probably futures for गरेस् gares 'may you do'",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"गरेस् gares 'may you do'\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"गरिस् garis 'you did'\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,D2:D8=\"गरिस् garis 'you did'\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the imperative for गरिस् garis 'you did'",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"गरिस् garis 'you did'\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"गर्छस् garchas 'you (will) do'\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"गर्छस् garchas 'you (will) do'\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the past habitual for गर्छस् garchas 'you (will) do'",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"गर्छस् garchas 'you (will) do'\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"गर्छ garcha 'he does'\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"गर्छ garcha 'he does'\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the past habitual for गर्छ garcha 'he does'",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"गर्छ garcha 'he does'\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"गर्यो garyo 'he did'\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,D2:D8=\"गर्यो garyo 'he did'\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the injunctive for गर्यो garyo 'he did'",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"गर्यो garyo 'he did'\"",
"5"
]
}
] | train_1-16337329-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"!Simple Present/Future",
"Probable Future",
"Simple Past",
"Past Habitual",
"Injunctive",
"Imperative"
],
[
"2",
"First person singular",
"गर्छु garchu 'I (will) do'",
"गरुँला garũlā 'I will (probably) do'",
"गरेँ garẽ 'I did'",
"गर्थेँ garthẽ 'I used to do'",
"गरुँ garũ 'may I do'"
],
[
"3",
"First person plural",
"गर्छौँ garchaũ 'We (will) do'",
"गरौँला garaũlā 'We will (probably) do'",
"गर्यौ garyaũ 'We did'",
"गर्थ्यौँ garthyaũ 'We used to do'",
"गरौँ garaũ 'may we do, let's do'"
],
[
"4",
"Second person singular low-grade",
"गर्छस् garchas 'you (will) do'",
"गर्लास् garlās 'you will (probably) do'",
"गरिस् garis 'you did'",
"गर्थिस् garthis 'you used to do'",
"गरेस् gares 'may you do'"
],
[
"5",
"Second person middle-grade/plural",
"गर्छौ garchau 'you (will) do'",
"गरौला garaulā 'you will (probably) do'",
"गर्यौ garyau 'you did'",
"गर्थ्यौ garthyau 'you used to do'",
"गरौ garau 'may you do'"
],
[
"6",
"High grade",
"गर्नुहुन्छ garnuhuncha 'you (will) do'",
"गर्नुहोला garnuhola 'you will (probably) do'",
"गर्नुभयो garnubhayo 'you did'",
"गर्नुहुन्थ्यो garnuhunthyo 'you used to do'",
"गर्नुहोस् garnuhos 'may you do, please do'"
],
[
"7",
"Third person singular low-grade",
"गर्छ garcha 'he does'",
"गर्ला garlā 'he will (probably) do'",
"गर्यो garyo 'he did'",
"गर्थ्यो garthyo 'he used to do'",
"गरोस् garos 'may he do'"
],
[
"8",
"Third person middle-grade/plural masculine",
"गर्छन् garchan 'they (will) do'",
"गर्लान् garlān 'they will (probably) do'",
"गरे gare 'they did'",
"गर्थे garthe 'they used to do'",
"गरून् garūn 'may they do'"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"victoria park\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"victoria park\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which home team score occurred at Victoria Park?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"victoria park\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"10.11 (71)\")*(B1=\"9.11 (65)\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,(D2:D7=\"10.11 (71)\")*(B2:B7=\"9.11 (65)\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which home team had a score of 9.11 (65) against the away team score of 10.11 (71)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"10.11 (71)\"",
"*",
"B1",
"=",
"\"9.11 (65)\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"glenferrie oval\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"glenferrie oval\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which home team played at Glenferrie Oval?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"glenferrie oval\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"windy hill\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"windy hill\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On which date was the venue at Windy Hill?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"windy hill\"",
"7"
]
}
] | test_2-10767641-14 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Hawthorn",
"11.7 (73)",
"South Melbourne",
"14.10 (94)",
"Glenferrie Oval",
"10,000",
"16 August 1930"
],
[
"3",
"Essendon",
"12.19 (91)",
"Fitzroy",
"10.11 (71)",
"Windy Hill",
"9,000",
"16 August 1930"
],
[
"4",
"Collingwood",
"15.14 (104)",
"Melbourne",
"8.9 (57)",
"Victoria Park",
"15,000",
"16 August 1930"
],
[
"5",
"Carlton",
"23.17 (155)",
"North Melbourne",
"3.9 (27)",
"Princes Park",
"11,000",
"16 August 1930"
],
[
"6",
"Richmond",
"9.11 (65)",
"Geelong",
"10.11 (71)",
"Punt Road Oval",
"15,000",
"16 August 1930"
],
[
"7",
"St Kilda",
"9.7 (61)",
"Footscray",
"7.10 (52)",
"Junction Oval",
"10,000",
"16 August 1930"
]
] |
[
{
"Formula": "SUM(FILTER(E1, (B1=\"500cc\")*(D1=\"nsr500\")))",
"Formula2": "SUM(FILTER(E2:E9, (B2:B9=\"500cc\")*(D2:D9=\"nsr500\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What points have 500cc as a class, and nsr500 as a machine?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"B1",
"=",
"\"500cc\"",
"*",
"D1",
"=",
"\"nsr500\""
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(A1, E1=78)))",
"Formula2": "ROWS(UNIQUE(FILTER(A2:A9, E2:E9=78)))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "medium",
"Question": "How many years have 78 for points?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"A1",
"E1",
"=",
"78"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,D1=\"nsr250\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>97))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G9,D2:D9=\"nsr250\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>97))",
"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 class has nsr250 as the machine, with points greater than 97?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"nsr250\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"97"
]
},
{
"Formula": "MIN(FILTER(A1, G1>0))",
"Formula2": "MIN(FILTER(A2:A9, G2:G9>0))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the lowest year that have wins greater than 0?",
"Tokens": [
"MIN(",
"FILTER(",
"A1",
"G1",
">",
"0"
]
},
{
"Formula": "MAX(FILTER(E1, (A1<1992)*(G1<0)))",
"Formula2": "MAX(FILTER(E2:E9, (A2:A9<1992)*(G2:G9<0)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What are the highest points that have a year less than 1992, with wins less than 0?",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"A1",
"<",
"1992",
"*",
"G1",
"<",
"0"
]
}
] | train_2-14881553-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Year",
"Class",
"Team",
"Machine",
"Points",
"Rank",
"Wins"
],
[
"2",
"1985",
"250cc",
"Rothmans- Honda France",
"RS250",
"7",
"21st",
"0"
],
[
"3",
"1986",
"250cc",
"Rothmans- Honda France",
"NSR250",
"72",
"3rd",
"1"
],
[
"4",
"1987",
"250cc",
"Rothmans- Honda France",
"NSR250",
"97",
"4th",
"1"
],
[
"5",
"1988",
"250cc",
"Rothmans- Honda France",
"NSR250",
"158",
"4th",
"2"
],
[
"6",
"1989",
"500cc",
"Elf - Honda",
"NSR500",
"39",
"15th",
"0"
],
[
"7",
"1990",
"250cc",
"Rothmans- Honda",
"NSR250",
"78",
"10th",
"0"
],
[
"8",
"1991",
"250cc",
"Gallina - Yamaha",
"TZ250",
"4",
"30th",
"0"
],
[
"9",
"1992",
"500cc",
"Banco- Yamaha",
"ROC Yamaha",
"2",
"23rd",
"0"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"june 8, 1961\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"june 8, 1961\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the pitcher on June 8, 1961?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"june 8, 1961\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"9th\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,E2:E8=\"9th\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What team had the record asscoiated with the 9th inning?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"9th\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"boston red sox\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"boston red sox\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "In what venue did the Boston Red Sox play in?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"boston red sox\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"7th\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,E2:E8=\"7th\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the pitcher with the record recorded in the 7th inning?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"7th\"",
"4"
]
}
] | train_2-13669614-14 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Team",
"Date",
"Opponent",
"Pitcher",
"Inn.",
"Venue"
],
[
"2",
"Milwaukee Braves",
"June 8, 1961",
"Cincinnati Reds",
"Jim Maloney (2) Marshall Bridges",
"7th",
"Crosley Field"
],
[
"3",
"Cleveland Indians",
"July 31, 1963",
"Los Angeles Angels",
"Paul Foytack",
"6th",
"Cleveland Stadium"
],
[
"4",
"Minnesota Twins",
"May 2, 1964",
"Kansas City Athletics",
"Dan Pfister (3) Vern Handrahan",
"11th",
"Municipal Stadium"
],
[
"5",
"Los Angeles Dodgers",
"September 18, 2006",
"San Diego Padres",
"Jon Adkins (2) Trevor Hoffman",
"9th",
"Dodger Stadium"
],
[
"6",
"Boston Red Sox",
"April 22, 2007",
"New York Yankees",
"Chase Wright",
"3rd",
"Fenway Park"
],
[
"7",
"Chicago White Sox",
"August 14, 2008",
"Kansas City Royals",
"Joel Peralta (3) Robinson Tejeda",
"6th",
"U.S. Cellular Field"
],
[
"8",
"Arizona Diamondbacks",
"August 11, 2010",
"Milwaukee Brewers",
"Dave Bush",
"4th",
"Miller Park"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"marseille\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"marseille\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the first leg score in that match where Marseille was the first team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"marseille\"",
"4"
]
}
] | train_2-10124937-14 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Team 1",
"Agg.",
"Team 2",
"1st leg",
"2nd leg"
],
[
"2",
"Anderlecht",
"2–6",
"Bayern Munich",
"0–5",
"2–1"
],
[
"3",
"Rangers",
"2–1",
"Werder Bremen",
"2–0",
"0–1"
],
[
"4",
"Bolton Wanderers",
"1–2",
"Sporting CP",
"1–1",
"0–1"
],
[
"5",
"Bayer Leverkusen",
"3–3 ( a )",
"Hamburg",
"1–0",
"2–3"
],
[
"6",
"Benfica",
"1–3",
"Getafe",
"1–2",
"0–1"
],
[
"7",
"Fiorentina",
"2–2 (4–2 p )",
"Everton",
"2–0",
"0–2 ( aet )"
],
[
"8",
"Tottenham Hotspur",
"1–1 (5–6 p )",
"PSV Eindhoven",
"0–1",
"1–0 ( aet )"
],
[
"9",
"Marseille",
"3–3 ( a )",
"Zenit St. Petersburg",
"3–1",
"0–2"
]
] |
[
{
"Formula": "SUM(FILTER(A1, (D1=28.5)*(E1<92.7)))",
"Formula2": "SUM(FILTER(A2:A13, (D2:D13=28.5)*(E2:E13<92.7)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the rank number for a placing of 28.5 and a total less than 92.7?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"D1",
"=",
"28.5",
"*",
"E1",
"<",
"92.7"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"united states\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<96.07))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E13,C2:C13=\"united states\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<96.07))",
"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 is the placing value for a total less than 96.07 in the United States?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"united states\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"96.07"
]
},
{
"Formula": "SUM(FILTER(E1, A1=11))",
"Formula2": "SUM(FILTER(E2:E13, A2:A13=11))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the total for Rank 11?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"A1",
"=",
"11"
]
},
{
"Formula": "SUMIFS(E1,C1,\"switzerland\")",
"Formula2": "SUMIFS(E2:E13,C2:C13,\"switzerland\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the sum of all total values for Switzerland?",
"Tokens": [
"SUMIFS(",
"E1",
"C1",
"\"switzerland\""
]
},
{
"Formula": "SUM(FILTER(A1, E1=92.7))",
"Formula2": "SUM(FILTER(A2:A13, E2:E13=92.7))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What rank goes to a total of 92.7?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"E1",
"=",
"92.7"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=64),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>3))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E13,D2:D13=64),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>3))",
"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 a rank great than 3 and a placing of 64?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"64",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"3"
]
}
] | train_2-11124874-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Name",
"Nation",
"Placings",
"Total"
],
[
"2",
"1",
"Karol Kennedy / Peter Kennedy",
"United States",
"15",
"96.07"
],
[
"3",
"2",
"Jennifer Nicks / John Nicks",
"United Kingdom",
"28.5",
"92.70"
],
[
"4",
"3",
"Marianne Nagy / László Nagy",
"Hungary",
"32",
"92.25"
],
[
"5",
"4",
"Elianne Steineman / André Calamé",
"Switzerland",
"44.5",
"90.00"
],
[
"6",
"5",
"Suzanne Gheldorf / Jacques Rénard",
"Belgium",
"48.5",
"89.43"
],
[
"7",
"6",
"Elly Stärck / Harry Gareis",
"Austria",
"61",
"88.08"
],
[
"8",
"7",
"Marlene Smith / Donald Gilchrist",
"Canada",
"*63",
"87.07"
],
[
"9",
"8",
"Joan Waterhouse / Gordon Holloway",
"United Kingdom",
"62",
"88.31"
],
[
"10",
"9",
"Liliane de Becker / Edmund Verbustel",
"Belgium",
"64",
"88.42"
],
[
"11",
"10",
"Irene Maguire / Walter Muehlbronner",
"United States",
"82",
"84.26"
],
[
"12",
"11",
"Sybil Cooke / Bob Hudson",
"United Kingdom",
"93.5",
"83.47"
],
[
"13",
"12",
"Denise Favart / Jacques Favart",
"France",
"108",
"77.73"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"city sharks\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,B2:B10=\"city sharks\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the producer of city sharks?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"city sharks\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"2003\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,D2:D10=\"2003\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the title of the film when the producer was 2003?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"2003\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"2003\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,B2:B10=\"2003\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the director when the title is 2003?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"2003\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"raintree pictures\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,D2:D10=\"raintree pictures\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the production cost when the producer is raintree pictures?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"raintree pictures\"",
"5"
]
}
] | train_2-1601229-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Date",
"Title",
"Director",
"Producer",
"Production Cost",
"Singapore Gross"
],
[
"2",
"2003",
"2003",
"2003",
"2003",
"2003",
"2003"
],
[
"3",
"January 2003",
"Song of the Stork",
"Jon Foo / Nguyen Phan Quang Binh",
"Mega Media",
"US$1,000,000",
"NA"
],
[
"4",
"January 2003",
"e'TZAINTES",
"Tzang Merwyn Tong",
"INRI studio",
"NA",
"NA"
],
[
"5",
"March 2003",
"City Sharks",
"Esan Sivalingam",
"HoodsInc Productions",
"$800,000",
"$40,000"
],
[
"6",
"July 2003",
"Twilight Kitchen",
"Gerald Lee",
"Gateway Entertainment",
"$250,000",
"NA"
],
[
"7",
"August 2003",
"Homerun (跑吧,孩子)",
"Jack Neo",
"Raintree Pictures",
"$1,500,000",
"$2,350,000"
],
[
"8",
"September 2003",
"Turn Left, Turn Right (向左走,向右走)",
"Johhnie To / Wai Ka-Fai",
"MediaCorp Raintree Pictures / Milkyway Image",
"US$3,000,000",
"$1,058,000"
],
[
"9",
"October 2003",
"15",
"Royston Tan",
"Zhao Wei Films",
"$200,000",
"$140,000"
],
[
"10",
"November 2003",
"After School (放学后)",
"Zhu Houren",
"National Crime Prevention Council",
"NA",
"NA"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=6))",
"Formula2": "LET(query1,SUMMARIZE(D2:D12,SUMX(A2:A12)),FILTER(query1,CHOOSECOLS(query1,2)=6))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the score for game 6?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"6"
]
}
] | train_2-13619027-5 | [
[
"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",
"1",
"November 7",
"L.A. Clippers",
"W 111–105",
"Charles Barkley (37)",
"Charles Barkley (21)",
"Charles Barkley (8)",
"America West Arena 19,023",
"1–0"
],
[
"3",
"2",
"November 10",
"@ Portland",
"L 89–100",
"Charles Barkley (21)",
"Charles Barkley (14)",
"Negele Knight (9)",
"Memorial Coliseum 12,888",
"1–1"
],
[
"4",
"3",
"November 12",
"@ Utah",
"W 102–91",
"Charles Barkley (25)",
"Charles Barkley (14)",
"Charles Barkley , Dan Majerle (5)",
"Delta Center 19,911",
"2–1"
],
[
"5",
"4",
"November 14",
"@ Minnesota",
"W 108–101",
"Tom Chambers (28)",
"Charles Barkley (13)",
"Dan Majerle (6)",
"Target Center 19,006",
"3–1"
],
[
"6",
"5",
"November 16",
"Seattle",
"W 117–108",
"Charles Barkley (28)",
"Charles Barkley (12)",
"Negele Knight (7)",
"America West Arena 19,023",
"4–1"
],
[
"7",
"6",
"November 18",
"Sacramento",
"W 127–111",
"Cedric Ceballos (30)",
"Cedric Ceballos (13)",
"Oliver Miller , Alex Stivrins (5)",
"America West Arena 19,023",
"5–1"
],
[
"8",
"7",
"November 21",
"@ L.A. Clippers",
"L 107–111",
"Charles Barkley (44)",
"Charles Barkley (17)",
"Kevin Johnson (7)",
"Los Angeles Memorial Sports Arena 14,419",
"5–2"
],
[
"9",
"8",
"November 22",
"Chicago",
"L 111–128",
"Charles Barkley (22)",
"Charles Barkley (9)",
"Kevin Johnson (8)",
"America West Arena 19,023",
"5–3"
],
[
"10",
"9",
"November 25",
"Portland",
"W 121–117",
"Charles Barkley (33)",
"Charles Barkley (18)",
"Charles Barkley (6)",
"America West Arena 19,023",
"6–3"
],
[
"11",
"10",
"November 27",
"Golden State",
"W 121–107",
"Charles Barkley (29)",
"Charles Barkley (11)",
"Frank Johnson (9)",
"America West Arena 19,023",
"7–3"
],
[
"12",
"11",
"November 28",
"@ Golden State",
"L 131–134",
"Charles Barkley (28)",
"Charles Barkley (18)",
"Dan Majerle (7)",
"Oakland-Alameda County Coliseum Arena 15,025",
"7–4"
]
] |
[
{
"Formula": "SUM(FILTER(A1, (C1<3)*(B1<0)))",
"Formula2": "SUM(FILTER(A2:A18, (C2:C18<3)*(B2:B18<0)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What Played has a Lost smaller than 3, and a Drawn smaller than 0?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"C1",
"<",
"3",
"*",
"B1",
"<",
"0"
]
},
{
"Formula": "MAX(FILTER(E1, C1<0))",
"Formula2": "MAX(FILTER(E2:E18, C2:C18<0))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the largest % Won with a Lost smaller than 0?",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"C1",
"<",
"0"
]
},
{
"Formula": "SUM(FILTER(D1, E1>100))",
"Formula2": "SUM(FILTER(D2:D18, E2:E18>100))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the total of Against with % Won larger than 100?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"E1",
">",
"100"
]
},
{
"Formula": "MIN(FILTER(D1, (C1>0)*(E1>50)*(A1<5)))",
"Formula2": "MIN(FILTER(D2:D18, (C2:C18>0)*(E2:E18>50)*(A2:A18<5)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the smallest Against with Lost larger than 0, % Won larger than 50, and Played smaller than 5?",
"Tokens": [
"MIN(",
"FILTER(",
"D1",
"C1",
">",
"0",
"*",
"E1",
">",
"50",
"*",
"A1",
"<",
"5"
]
},
{
"Formula": "SUM(FILTER(C1, (D1<25)*(A1<1)))",
"Formula2": "SUM(FILTER(C2:C18, (D2:D18<25)*(A2:A18<1)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the Lost with Against smaller than 25, and Played smaller than 1?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"D1",
"<",
"25",
"*",
"A1",
"<",
"1"
]
}
] | test_2-18243389-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Played",
"Drawn",
"Lost",
"Against",
"% Won"
],
[
"2",
"2",
"0",
"0",
"29",
"100"
],
[
"3",
"5",
"0",
"2",
"80",
"60"
],
[
"4",
"1",
"0",
"0",
"24",
"100"
],
[
"5",
"5",
"0",
"2",
"64",
"60"
],
[
"6",
"2",
"0",
"0",
"16",
"100"
],
[
"7",
"3",
"0",
"0",
"33",
"100"
],
[
"8",
"1",
"0",
"0",
"7",
"100"
],
[
"9",
"3",
"0",
"3",
"93",
"0"
],
[
"10",
"1",
"0",
"0",
"3",
"100"
],
[
"11",
"3",
"0",
"0",
"66",
"100"
],
[
"12",
"2",
"0",
"0",
"18",
"100"
],
[
"13",
"4",
"0",
"3",
"95",
"25"
],
[
"14",
"2",
"0",
"0",
"30",
"100"
],
[
"15",
"3",
"0",
"0",
"25",
"100"
],
[
"16",
"1",
"0",
"0",
"13",
"100"
],
[
"17",
"2",
"0",
"1",
"33",
"50"
],
[
"18",
"40",
"0",
"11",
"633",
"72.5"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"jazz\")*(E1=\"mehmet okur (22)\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(B2:B8=\"jazz\")*(E2:E8=\"mehmet okur (22)\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which date's visitor was jazz, when the leading scorer was Mehmet Okur (22)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"jazz\"",
"*",
"E1",
"=",
"\"mehmet okur (22)\"",
"1"
]
}
] | train_2-11964263-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Date",
"Visitor",
"Score",
"Home",
"Leading scorer",
"Record"
],
[
"2",
"April 2",
"Timberwolves",
"W 117–100 (OT)",
"Jazz",
"Mehmet Okur (22)",
"50–26"
],
[
"3",
"April 4",
"Spurs",
"W 90–64 (OT)",
"Jazz",
"Mehmet Okur (17)",
"51–26"
],
[
"4",
"April 8",
"Jazz",
"W 77–66 (OT)",
"Hornets",
"Mehmet Okur (22)",
"52–26"
],
[
"5",
"April 10",
"Jazz",
"L 94–97 (OT)",
"Mavericks",
"Mehmet Okur (19)",
"52–27"
],
[
"6",
"April 12",
"Nuggets",
"W 124–97 (OT)",
"Jazz",
"Three-way tie (20)",
"53–27"
],
[
"7",
"April 14",
"Rockets",
"W 105–96 (OT)",
"Jazz",
"Carlos Boozer (21)",
"54–27"
],
[
"8",
"April 16",
"Jazz",
"L 80–109 (OT)",
"Spurs",
"C. J. Miles (12)",
"54–28"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"toronto\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"toronto\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the date of the match against the visiting team, Toronto?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"toronto\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"january 6\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=\"january 6\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who played the home team during the game on January 6?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"january 6\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"boston\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"boston\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the cougars record during the game where Boston were the visitors?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"boston\"",
"5"
]
}
] | train_2-13535187-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Visitor",
"Score",
"Home",
"Record"
],
[
"2",
"January 1",
"Pittsburgh",
"3 – 2",
"Detroit",
"5–9–1"
],
[
"3",
"January 4",
"Toronto",
"2 – 1",
"Detroit",
"5–10–1"
],
[
"4",
"January 6",
"Detroit",
"3 – 1",
"Pittsburgh",
"6–10–1"
],
[
"5",
"January 9",
"Detroit",
"1 – 4",
"NY Rangers",
"6–11–1"
],
[
"6",
"January 11",
"Detroit",
"1 – 0",
"NY Americans",
"7–11–1"
],
[
"7",
"January 13",
"Boston",
"2 – 3",
"Detroit",
"8–11–1"
],
[
"8",
"January 15",
"Detroit",
"1 – 1",
"Toronto",
"8–11–2"
],
[
"9",
"January 18",
"Detroit",
"3 – 5",
"Mtl. Canadiens",
"8–12–2"
],
[
"10",
"January 22",
"Detroit",
"0 – 1",
"Pittsburgh",
"8–13–2"
],
[
"11",
"January 25",
"Detroit",
"1 – 2",
"Mtl. Maroons",
"8–14–2"
],
[
"12",
"January 27",
"Detroit",
"1 – 3",
"Ottawa",
"8–15–2"
],
[
"13",
"January 29",
"Detroit",
"0 – 2",
"NY Rangers",
"8–16–2"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=12))",
"Formula2": "LET(query1,SUMMARIZE(B2:B18,SUMX(A2:A18)),FILTER(query1,CHOOSECOLS(query1,2)=12))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Who did the Raiders play in week 12?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"12"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"the kingdome\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,D2:D18=\"the kingdome\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "How many people were at the game that took place at the Kingdome?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"the kingdome\"",
"5"
]
}
] | train_2-12488251-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Opponent",
"Result",
"Game site",
"Attendance"
],
[
"2",
"1",
"at San Francisco 49ers",
"L 44–14",
"Candlestick Park",
"68,032"
],
[
"3",
"2",
"Seattle Seahawks",
"L 38–9",
"Los Angeles Memorial Coliseum",
"47,319"
],
[
"4",
"3",
"at Denver Broncos",
"W 48–16",
"Mile High Stadium",
"75,764"
],
[
"5",
"4",
"San Diego Chargers",
"L 26–24",
"Los Angeles Memorial Coliseum",
"55,385"
],
[
"6",
"5",
"BYE",
"BYE",
"BYE",
"BYE"
],
[
"7",
"6",
"at New England Patriots",
"W 21–17",
"Foxboro Stadium",
"59,889"
],
[
"8",
"7",
"at Miami Dolphins",
"L 20–17",
"Joe Robbie Stadium",
"70,112"
],
[
"9",
"8",
"Atlanta Falcons",
"W 30–17",
"Los Angeles Memorial Coliseum",
"42,192"
],
[
"10",
"9",
"Houston Oilers",
"W 17–14",
"Los Angeles Memorial Coliseum",
"40,473"
],
[
"11",
"10",
"at Kansas City Chiefs",
"L 13–3",
"Arrowhead Stadium",
"78,709"
],
[
"12",
"11",
"at Los Angeles Rams",
"W 20–17",
"Anaheim Stadium",
"65,208"
],
[
"13",
"12",
"New Orleans Saints",
"W 24–19",
"Los Angeles Memorial Coliseum",
"41,722"
],
[
"14",
"13",
"Pittsburgh Steelers",
"L 21–3",
"Los Angeles Memorial Coliseum",
"58,327"
],
[
"15",
"14",
"at San Diego Chargers",
"W 24–17",
"Jack Murphy Stadium",
"63,012"
],
[
"16",
"15",
"Denver Broncos",
"W 23–13",
"Los Angeles Memorial Coliseum",
"60,016"
],
[
"17",
"16",
"at Seattle Seahawks",
"W 17–16",
"The Kingdome",
"53,301"
],
[
"18",
"17",
"Kansas City Chiefs",
"L 19–9",
"Los Angeles Memorial Coliseum",
"64,130"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=17))",
"Formula2": "LET(query1,SUMMARIZE(C2:C6,SUMX(E2:E6)),FILTER(query1,CHOOSECOLS(query1,2)=17))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which chassis has 17 points?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"17"
]
}
] | train_2-1841727-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Entrant",
"Chassis",
"Engine",
"Points"
],
[
"2",
"2006",
"BMW Sauber F1 Team",
"BMW Sauber F1.06",
"BMW P86 2.4 V8",
"6"
],
[
"3",
"2007",
"BMW Sauber F1 Team",
"BMW Sauber F1.07",
"BMW P86/7 2.4 V8",
"39"
],
[
"4",
"2008",
"BMW Sauber F1 Team",
"BMW Sauber F1.08",
"BMW P86/8 2.4 V8",
"75"
],
[
"5",
"2009",
"BMW Sauber F1 Team",
"BMW Sauber F1.09",
"BMW P86/9 2.4 V8",
"17"
],
[
"6",
"2010",
"Renault F1 Team",
"Renault R30",
"Renault RS27-2010 2.4 V8",
"136"
]
] |
[
{
"Formula": "FILTER(B1,E1=\"1:54.26.6\")",
"Formula2": "FILTER(B2:B10,E2:E10=\"1:54.26.6\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which rider had a time of 1:54.26.6?",
"Tokens": [
"FILTER(",
"B1",
"E1",
"=",
"\"1:54.26.6\""
]
},
{
"Formula": "FILTER(E1,(C1=\"suzuki\")*(B1=\"peter berwick\"))",
"Formula2": "FILTER(E2:E10,(C2:C10=\"suzuki\")*(B2:B10=\"peter berwick\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the time for Peter Berwick of Team Suzuki?",
"Tokens": [
"FILTER(",
"E1",
"C1",
"=",
"\"suzuki\"",
"*",
"B1",
"=",
"\"peter berwick\""
]
}
] | dev_2-10638654-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Rider",
"Team",
"Speed",
"Time"
],
[
"2",
"1",
"Bill Smith",
"Honda",
"84.14mph",
"1:47.43.6"
],
[
"3",
"2",
"Charlie Williams",
"Yamaha",
"84.04mph",
"1:47.52.0"
],
[
"4",
"3",
"Tommy Robb",
"Honda",
"82.49mph",
"1:49.47.6"
],
[
"5",
"4",
"Peter Berwick",
"Suzuki",
"81.27mph",
"1:51.26.4"
],
[
"6",
"5",
"Gordon Daniels",
"Suzuki",
"81.09mph",
"1:51.41.4"
],
[
"7",
"6",
"Lindsay Porter",
"Suzuki",
"79.14mph",
"1:54.26.6"
],
[
"8",
"7",
"Roy Simmons",
"Suzuki",
"76.53mph",
"1:58.20.0"
],
[
"9",
"8",
"Jim Evans",
"Montesa",
"74.44mph",
"2:01.20.8"
],
[
"10",
"9",
"Bill Barker",
"Honda",
"72.25mph",
"2:05.21.0"
]
] |
[
{
"Formula": "AVERAGE(FILTER(C1, E1=5))",
"Formula2": "AVERAGE(FILTER(C2:C12, E2:E12=5))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the average number of Gold medals when there are 5 bronze medals?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"C1",
"E1",
"=",
"5"
]
},
{
"Formula": "MAX(FILTER(E1, A1>9))",
"Formula2": "MAX(FILTER(E2:E12, A2:A12>9))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the highest amount of bronze medals when the rank was larger than 9?",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"A1",
">",
"9"
]
},
{
"Formula": "SUM(FILTER(E1, (D1>0)*(A1<4)*(B1=\"jamaica\")*(F1<22)))",
"Formula2": "SUM(FILTER(E2:E12, (D2:D12>0)*(A2:A12<4)*(B2:B12=\"jamaica\")*(F2:F12<22)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the leowest number of Bronze medals for Jamaica who ranked less than 4 and had more than 0 silver medals and a total of less than 22 medals?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"D1",
">",
"0",
"*",
"A1",
"<",
"4",
"*",
"B1",
"=",
"\"jamaica\"",
"*",
"F1",
"<",
"22"
]
}
] | train_2-14417813-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"Cuba",
"22",
"19",
"10",
"51"
],
[
"3",
"2",
"Jamaica",
"9",
"6",
"7",
"22"
],
[
"4",
"3",
"Mexico",
"3",
"4",
"4",
"11"
],
[
"5",
"4",
"Venezuela",
"2",
"1",
"5",
"8"
],
[
"6",
"5",
"Puerto Rico",
"1",
"7",
"4",
"12"
],
[
"7",
"6",
"Trinidad and Tobago",
"1",
"0",
"3",
"4"
],
[
"8",
"7",
"Guatemala",
"0",
"1",
"0",
"1"
],
[
"9",
"8",
"Suriname",
"0",
"0",
"2",
"2"
],
[
"10",
"9",
"Panama",
"0",
"0",
"1",
"1"
],
[
"11",
"9",
"Grenada",
"0",
"0",
"1",
"1"
],
[
"12",
"9",
"Bahamas",
"0",
"0",
"1",
"1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"adh2350iaa5do\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,I2:I6=\"adh2350iaa5do\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the socket for the processor with part number ADH2350IAA5DO?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"I1",
"=",
"\"adh2350iaa5do\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,A1=\"athlon x2 be-2400\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,A2:A6=\"athlon x2 be-2400\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the multi 1 for the Athlon x2 BE-2400?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"A1",
"=",
"\"athlon x2 be-2400\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"june 5, 2007\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,H2:H6=\"june 5, 2007\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the stepping for the processor released June 5, 2007?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"H1",
"=",
"\"june 5, 2007\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(B1=\"g1\")*(C1=\"1900mhz\")),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,(B2:B6=\"g1\")*(C2:C6=\"1900mhz\")),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the v-core for a stepping of G1 and frequency of 1900MHz?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"g1\"",
"*",
"C1",
"=",
"\"1900mhz\"",
"6"
]
}
] | test_2-13869651-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Model Number",
"Stepping",
"Frequency",
"L2 Cache",
"Multi 1",
"V Core",
"Socket",
"Release Date",
"Part Number(s)"
],
[
"2",
"Athlon X2 BE-2300",
"G1",
"1900MHz",
"2 × 512 kB",
"9.5×",
"1.25 V",
"Socket AM2",
"June 5, 2007",
"ADH2300IAA5DD"
],
[
"3",
"Athlon X2 BE-2300",
"G2",
"1900MHz",
"2 × 512 kB",
"9.5×",
"1.25 V",
"Socket AM2",
"October, 2007",
"ADH2300IAA5DO"
],
[
"4",
"Athlon X2 BE-2350",
"G1",
"2100MHz",
"2 × 512 kB",
"10.5×",
"1.25 V",
"Socket AM2",
"June 5, 2007",
"ADH2350IAA5DD"
],
[
"5",
"Athlon X2 BE-2350",
"G2",
"2100MHz",
"2 × 512 kB",
"10.5×",
"1.25 V",
"Socket AM2",
"October, 2007",
"ADH2350IAA5DO"
],
[
"6",
"Athlon X2 BE-2400",
"G2",
"2300MHz",
"2 × 512 kB",
"11.5×",
"1.25 V",
"Socket AM2",
"October 8, 2007",
"ADH2400IAA5DO"
]
] |
[
{
"Formula": "UNIQUE(B1)",
"Formula2": "UNIQUE(B2:B19)",
"Funcs": [
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "When did the earliest tournament happened?",
"Tokens": [
"UNIQUE(",
"B1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"6–2, 3–6, 6–7 (7-9)\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G19,G2:G19=\"6–2, 3–6, 6–7 (7-9)\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was Petrova's partner where she scored 6–2, 3–6, 6–7 (7-9)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"6–2, 3–6, 6–7 (7-9)\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"Vania King\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G19,E2:E19=\"Vania King\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who were Petrova's opponents with Vania King?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"Vania King\"",
"6"
]
}
] | train_1-27611593-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Outcome",
"Year",
"Tournament",
"Surface",
"Partner",
"Opponents",
"Score"
],
[
"2",
"Runner-up",
"2002",
"Moscow",
"Carpet (i)",
"Jelena Dokić",
"Elena Dementieva Janette Husárová",
"6–2, 3–6, 6–7 (7-9)"
],
[
"3",
"Runner-up",
"2002",
"Zürich",
"Hard (i)",
"Jelena Dokić",
"Elena Bovina Justine Henin",
"2–6, 6–7 (2-7)"
],
[
"4",
"Runner-up",
"2003",
"Rome",
"Clay",
"Jelena Dokić",
"Svetlana Kuznetsova Martina Navratilova",
"4–6, 7–5, 2–6"
],
[
"5",
"Winner",
"2003",
"Moscow",
"Carpet",
"Meghann Shaughnessy",
"Anastasia Myskina Vera Zvonareva",
"6–3, 6–4"
],
[
"6",
"Winner",
"2004",
"Key Biscayne",
"Hard",
"Meghann Shaughnessy",
"Svetlana Kuznetsova Elena Likhovtseva",
"6-2, 6-3"
],
[
"7",
"Winner",
"2004",
"Berlin",
"Clay",
"Meghann Shaughnessy",
"Janette Husárová Conchita Martínez",
"6–2, 2–6, 6–1"
],
[
"8",
"Winner",
"2004",
"Rome",
"Clay",
"Meghann Shaughnessy",
"Virginia Ruano Pascual Paola Suárez",
"2–6, 6–3, 6–3"
],
[
"9",
"Runner-up",
"2005",
"Indian Wells",
"Hard",
"Meghann Shaughnessy",
"Virginia Ruano Pascual Paola Suárez",
"6–7 (3-7), 1–6"
],
[
"10",
"Winner",
"2006",
"Montreal",
"Hard",
"Martina Navratilova",
"Cara Black Anna-Lena Grönefeld",
"6-1, 6-2"
],
[
"11",
"Winner",
"2008",
"Tokyo",
"Hard",
"Vania King",
"Lisa Raymond Samantha Stosur",
"6–1, 6–4"
],
[
"12",
"Winner",
"2008",
"Moscow",
"Carpet",
"Katarina Srebotnik",
"Cara Black Liezel Huber",
"6–4, 6–4"
],
[
"13",
"Runner-up",
"2010",
"Indian Wells",
"Hard",
"Samantha Stosur",
"Květa Peschke Katarina Srebotnik",
"6–4, 2–6, [5–10]"
],
[
"14",
"Runner-up",
"2010",
"Miami",
"Hard",
"Samantha Stosur",
"Gisela Dulko Flavia Pennetta",
"3–6, 6–4, [7–10]"
],
[
"15",
"Runner-up",
"2011",
"Miami",
"Hard",
"Liezel Huber",
"Daniela Hantuchová Agnieszka Radwańska",
"6–7 (5-7) , 6–2, [8–10]"
],
[
"16",
"Winner",
"2012",
"Miami",
"Hard",
"Maria Kirilenko",
"Sara Errani Roberta Vinci",
"7–6 (7–0) , 4–6, [10–4]"
],
[
"17",
"Runner-up",
"2012",
"Montreal",
"Hard",
"Katarina Srebotnik",
"Klaudia Jans-Ignacik Kristina Mladenovic",
"5–7, 6–2, [7–10]"
],
[
"18",
"Runner-up",
"2013",
"Doha",
"Hard",
"Katarina Srebotnik",
"Sara Errani Roberta Vinci",
"6-2, 3-6, [6-10]"
],
[
"19",
"Runner-up",
"2013",
"Indian Wells",
"Hard",
"Katarina Srebotnik",
"Ekaterina Makarova Elena Vesnina",
"0-6, 7-5, [6-10]"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=2))",
"Formula2": "LET(query1,SUMMARIZE(C2:C16,SUMX(B2:B16)),FILTER(query1,CHOOSECOLS(query1,2)=2))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Can you tell me the Opponent that has the December of 2?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"2"
]
},
{
"Formula": "AVERAGEIFS(B1,C1,\"@ toronto maple leafs\")",
"Formula2": "AVERAGEIFS(B2:B16,C2:C16,\"@ toronto maple leafs\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Can you tell me the average December rhat has the Opponent of @ toronto maple leafs?",
"Tokens": [
"AVERAGEIFS(",
"B1",
"C1",
"\"@ toronto maple leafs\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=10))",
"Formula2": "LET(query1,SUMMARIZE(D2:D16,SUMX(B2:B16)),FILTER(query1,CHOOSECOLS(query1,2)=10))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Can you tell me the Score that has the December of 10?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"10"
]
}
] | train_2-17311408-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Game",
"December",
"Opponent",
"Score",
"Record"
],
[
"2",
"21",
"2",
"@ Pittsburgh Penguins",
"4 - 1",
"10-8-3"
],
[
"3",
"22",
"3",
"Los Angeles Kings",
"4 - 2",
"11-8-3"
],
[
"4",
"23",
"6",
"Detroit Red Wings",
"3 - 3",
"11-8-4"
],
[
"5",
"24",
"7",
"@ Boston Bruins",
"3 - 1",
"11-9-4"
],
[
"6",
"25",
"9",
"@ Detroit Red Wings",
"3 - 2",
"11-10-4"
],
[
"7",
"26",
"10",
"Montreal Canadiens",
"3 - 2",
"12-10-4"
],
[
"8",
"27",
"13",
"@ Chicago Black Hawks",
"5 - 2",
"12-11-4"
],
[
"9",
"28",
"16",
"@ Toronto Maple Leafs",
"4 - 2",
"12-12-4"
],
[
"10",
"29",
"17",
"St. Louis Blues",
"5 - 3",
"13-12-4"
],
[
"11",
"30",
"20",
"Detroit Red Wings",
"2 - 0",
"14-12-4"
],
[
"12",
"31",
"23",
"Boston Bruins",
"4 - 0",
"14-13-4"
],
[
"13",
"32",
"25",
"@ Philadelphia Flyers",
"3 - 1",
"15-13-4"
],
[
"14",
"33",
"27",
"Minnesota North Stars",
"3 - 3",
"15-13-5"
],
[
"15",
"34",
"30",
"Chicago Black Hawks",
"3 - 3",
"15-13-6"
],
[
"16",
"35",
"31",
"Toronto Maple Leafs",
"4 - 0",
"16-13-6"
]
] |
[
{
"Formula": "MAXIFS(A1,I1,\"2-1\")",
"Formula2": "MAXIFS(A2:A7,I2:I7,\"2-1\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What's the highest game found when the record is 2-1?",
"Tokens": [
"MAXIFS(",
"A1",
"I1",
"\"2-1\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"houston\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,C2:C7=\"houston\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the game date when the opponent was Houston?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"houston\"",
"2"
]
}
] | train_2-17103729-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Opponent",
"Score",
"High points",
"High rebounds",
"High assists",
"Location/Attendance",
"Record"
],
[
"2",
"1",
"May 17",
"Houston",
"85-66",
"Smith (21)",
"Ford (11)",
"Ford (4)",
"Palace of Auburn Hills 13,824",
"1-0"
],
[
"3",
"2",
"May 18",
"@ Minnesota",
"70-84",
"Smith (17)",
"Ford (9)",
"Nolan (6)",
"Target Center 9,972",
"1-1"
],
[
"4",
"3",
"May 21",
"Indiana",
"76-71",
"Braxton (22)",
"Ford (10)",
"Nolan (8)",
"Palace of Auburn Hills 6,842",
"2-1"
],
[
"5",
"4",
"May 23",
"@ Atlanta",
"88-76",
"Nolan (33)",
"Ford (13)",
"Nolan (8)",
"Philips Arena 11,609",
"3-1"
],
[
"6",
"5",
"May 25",
"New York",
"72-62",
"Pierson (25)",
"Braxton , Powell (7)",
"Nolan (7)",
"Palace of Auburn Hills 8,068",
"4-1"
],
[
"7",
"6",
"May 31",
"@ Indiana",
"74-65",
"Smith (19)",
"Ford (8)",
"Nolan , Powell (3)",
"Conseco Fieldhouse 9,219",
"5-1"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=0.2726))",
"Formula2": "LET(query1,SUMMARIZE(B2:B20,SUMX(E2:E20)),FILTER(query1,CHOOSECOLS(query1,2)=0.2726))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which companies have a free float of 0.2726?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"0.2726"
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=0.2726))",
"Formula2": "LET(query1,SUMMARIZE(A2:A20,SUMX(E2:E20)),FILTER(query1,CHOOSECOLS(query1,2)=0.2726))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is every BSE code for a free float of 0.2726?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"0.2726"
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=0.318))",
"Formula2": "LET(query1,SUMMARIZE(D2:D20,SUMX(E2:E20)),FILTER(query1,CHOOSECOLS(query1,2)=0.318))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is every GICS sector for free float of 0.3180?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"0.318"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=\"Dimitrovgrad\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=1))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F20,C2:C20=\"Dimitrovgrad\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=1))",
"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 is every company with an index weighting % of 1 and the city of Dimitrovgrad?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"Dimitrovgrad\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"1"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(D1, E1=0.2391)))",
"Formula2": "ROWS(UNIQUE(FILTER(D2:D20, E2:E20=0.2391)))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "medium",
"Question": "How many GICS sectors have a free float of 0.2391?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"D1",
"E1",
"=",
"0.2391"
]
},
{
"Formula": "SUMIFS(E1,A1,\"4EH\")",
"Formula2": "SUMIFS(E2:E20,A2:A20,\"4EH\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many values of free float for the BSE code of 4EH?",
"Tokens": [
"SUMIFS(",
"E1",
"A1",
"\"4EH\""
]
}
] | train_1-20667854-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"BSE Code",
"Company",
"City",
"GICS Sector",
"Free float",
"Index weighting (%"
],
[
"2",
"6AB",
"Albena AD",
"Albena",
"Tourism",
"0.1836",
"1"
],
[
"3",
"5BN",
"Bulgarian American Credit Bank AD",
"Sofia",
"Banks",
"0.1998",
"1"
],
[
"4",
"4CF",
"Central Cooperative Bank AD",
"Sofia",
"Banks",
"0.3180",
"1"
],
[
"5",
"6C9",
"Corporate Commercial Bank AD",
"Sofia",
"Banks",
"0.1271",
"1"
],
[
"6",
"5F4",
"First Investment Bank AD",
"Sofia",
"Banks",
"0.1500",
"1"
],
[
"7",
"6C4",
"Chimimport AD",
"Sofia",
"Materials",
"0.2005",
"1"
],
[
"8",
"4EC",
"ELARG Agricultural Land Opportunity Fund REIT",
"Sofia",
"Real Estate",
"0.2840",
"1"
],
[
"9",
"E4A",
"Enemona AD",
"Kozloduy",
"Construction",
"0.2726",
"1"
],
[
"10",
"6H2",
"Holding Roads",
"Sofia",
"Construction",
"0.3341",
"1"
],
[
"11",
"4ID",
"Industrial Holding Bulgaria PLC",
"Sofia",
"Industrial",
"0.5023",
"1"
],
[
"12",
"4EH",
"Eurohold Bulgaria AD",
"Sofia",
"Insurance",
"0.3518",
"1"
],
[
"13",
"6K1",
"Kaolin AD",
"Senovo",
"Chemicals",
"0.2194",
"1"
],
[
"14",
"5OTZ",
"Lead & Zinc Complex PLC",
"Kardzhali",
"Materials",
"0.1010",
"1"
],
[
"15",
"5MH",
"M+S Hydraulic AD",
"Kazanlak",
"Capital Goods",
"0.2262",
"1"
],
[
"16",
"5MB",
"Monbat AD",
"Sofia",
"Automobiles and Components",
"0.2443",
"1"
],
[
"17",
"3NB",
"Neochim AD",
"Dimitrovgrad",
"Chemicals",
"0.2391",
"1"
],
[
"18",
"5ORG",
"Orgachim AD",
"Rousse",
"Chemicals",
"0.2399",
"1"
],
[
"19",
"3JR",
"Sopharma AD",
"Sofia",
"Pharmaceuticals",
"0.2238",
"0.8578"
],
[
"20",
"SL9",
"Sparky Eltos AD",
"Lovech",
"Consumer Durables",
"0.2204",
"1"
]
] |
[
{
"Formula": "SUM(FILTER(B1, (E1=10)*(D1>2765)))",
"Formula2": "SUM(FILTER(B2:B11, (E2:E11=10)*(D2:D11>2765)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Can you tell me the total number of Prev that has the Chng of +10, and the Rating larger than 2765?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"E1",
"=",
"10",
"*",
"D1",
">",
"2765"
]
}
] | train_2-15330472-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Prev",
"Player",
"Rating",
"Chng"
],
[
"2",
"1",
"3",
"Vladimir Kramnik ( RUS )",
"2799",
"+14"
],
[
"3",
"2",
"1",
"Viswanathan Anand ( IND )",
"2799",
"–2"
],
[
"4",
"3",
"4",
"Veselin Topalov ( BUL )",
"2780",
"+11"
],
[
"5",
"4",
"6",
"Alexander Morozevich ( RUS )",
"2765",
"+10"
],
[
"6",
"5",
"12",
"Peter Svidler ( RUS )",
"2763",
"+31"
],
[
"7",
"6",
"7",
"Shakhriyar Mamedyarov ( AZE )",
"2760",
"+8"
],
[
"8",
"7",
"10",
"Alexei Shirov ( ESP )",
"2755",
"+16"
],
[
"9",
"8",
"5",
"Peter Leko ( HUN )",
"2753",
"−2"
],
[
"10",
"9",
"2",
"Vassily Ivanchuk ( UKR )",
"2753",
"−36"
],
[
"11",
"10",
"9",
"Levon Aronian ( ARM )",
"2739",
"−2"
]
] |
[
{
"Formula": "FILTER(C1,I1=60425)",
"Formula2": "FILTER(C2:C14,I2:I14=60425)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Who was the game attended by 60425 people played against?",
"Tokens": [
"FILTER(",
"C1",
"I1",
"=",
"60425"
]
},
{
"Formula": "ROWS(FILTER(G1,A1=9))",
"Formula2": "ROWS(FILTER(G2:G14,A2:A14=9))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many different counts of the Raiders first downs are there for the game number 9?",
"Tokens": [
"ROWS(",
"FILTER(",
"G1",
"A1",
"=",
"9"
]
},
{
"Formula": "FILTER(H1,F1=42)",
"Formula2": "FILTER(H2:H14,F2:F14=42)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What's the record in the game played against 42?",
"Tokens": [
"FILTER(",
"H1",
"F1",
"=",
"42"
]
},
{
"Formula": "FILTER(D1,I1=31095)",
"Formula2": "FILTER(D2:D14,I2:I14=31095)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What was the result of the game seen by 31095 people?",
"Tokens": [
"FILTER(",
"D1",
"I1",
"=",
"31095"
]
},
{
"Formula": "MAX(FILTER(F1,(D1=\"Win\")*(A1=1)))",
"Formula2": "MAX(FILTER(F2:F14,(D2:D14=\"Win\")*(A2:A14=1)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many opponents played 1 game with a result win?",
"Tokens": [
"MAX(",
"FILTER(",
"F1",
"D1",
"=",
"\"Win\"",
"*",
"A1",
"=",
"1"
]
}
] | dev_1-18207285-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Opponent",
"Result",
"Raiders points",
"Opponents",
"Raiders first downs",
"Record",
"Attendance"
],
[
"2",
"1",
"Sept. 22",
"at Miami Dolphins",
"Win",
"31",
"21",
"17",
"1–0",
"78744"
],
[
"3",
"2",
"Sept. 28",
"at Baltimore Colts",
"Win",
"31",
"20",
"18",
"2–0",
"40657"
],
[
"4",
"3",
"Oct. 5",
"at San Diego Chargers",
"Win",
"6",
"0",
"17",
"3–0",
"31095"
],
[
"5",
"4",
"Oct. 12",
"at Kansas City Chiefs",
"Loss",
"10",
"42",
"23",
"3–1",
"60425"
],
[
"6",
"5",
"Oct. 19",
"at Cincinnati Bengals",
"Loss",
"10",
"14",
"18",
"3–2",
"48122"
],
[
"7",
"6",
"Oct. 26",
"San Diego Chargers",
"Win",
"25",
"0",
"23",
"4–2",
"42796"
],
[
"8",
"7",
"Nov. 2",
"at Denver Broncos",
"Win",
"42",
"17",
"21",
"5–2",
"52505"
],
[
"9",
"8",
"Nov. 9",
"New Orleans Saints",
"Win",
"48",
"10",
"34",
"6–2",
"51267"
],
[
"10",
"9",
"Nov. 16",
"Cleveland Browns",
"Win",
"38",
"17",
"22",
"7–2",
"50461"
],
[
"11",
"10",
"Nov. 23",
"at Washington Redskins",
"Win",
"26",
"23",
"26",
"8–2",
"53582"
],
[
"12",
"11",
"Nov. 30",
"Atlanta Falcons",
"Win",
"37",
"34",
"33",
"9–2",
"50860"
],
[
"13",
"12",
"Dec. 8",
"Denver Broncos",
"Win",
"17",
"10",
"16",
"10–2",
"51075"
],
[
"14",
"13",
"Dec. 14",
"Houston Oilers",
"Loss",
"26",
"27",
"23",
"10–3",
"50719"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Finis J. Garrett\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"Finis J. Garrett\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the result in the election where the incumbent was Finis J. Garrett? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Finis J. Garrett\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Cordell Hull\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"Cordell Hull\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "In what district was the incumbent Cordell hull? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Cordell Hull\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Tennessee 9\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,A2:A7=\"Tennessee 9\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who were the candidates in the election in the Tennessee 9 district? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Tennessee 9\"",
"6"
]
}
] | train_1-1342370-41 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"Tennessee 1",
"B. Carroll Reece",
"Republican",
"1920",
"Re-elected",
"B. Carroll Reece (R) 78.6% W. I. Giles (D) 21.4%"
],
[
"3",
"Tennessee 2",
"J. Will Taylor",
"Republican",
"1918",
"Re-elected",
"J. Will Taylor (R) 68.9% Leon Journolman (D) 31.1%"
],
[
"4",
"Tennessee 4",
"Cordell Hull",
"Democratic",
"1922",
"Re-elected",
"Cordell Hull (D) 68.2% Houston Justice (R) 31.8%"
],
[
"5",
"Tennessee 5",
"Ewin L. Davis",
"Democratic",
"1918",
"Re-elected",
"Ewin L. Davis (D) 80.4% Caplington (R) 19.6%"
],
[
"6",
"Tennessee 6",
"Joseph W. Byrns, Sr.",
"Democratic",
"1908",
"Re-elected",
"Joseph W. Byrns, Sr. (D) 79.9% Bradbury (R) 20.1%"
],
[
"7",
"Tennessee 9",
"Finis J. Garrett",
"Democratic",
"1904",
"Retired to run for U. S. Senate Democratic hold",
"Jere Cooper (D) 90.1% H. C. Murchison (R) 9.9%"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"15.8 (98)\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"15.8 (98)\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which home team had a home team score of 15.8 (98)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"15.8 (98)\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"fitzroy\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"fitzroy\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was Fitzroy's score when they were the home team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"fitzroy\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"11.18 (84)\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"11.18 (84)\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the home team when the away team had a score of 11.18 (84)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"11.18 (84)\"",
"1"
]
}
] | train_2-10640687-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Fitzroy",
"11.11 (77)",
"St Kilda",
"7.11 (53)",
"Brunswick Street Oval",
"11,500",
"19 May 1956"
],
[
"3",
"Collingwood",
"10.7 (67)",
"Geelong",
"2.14 (26)",
"Victoria Park",
"28,000",
"19 May 1956"
],
[
"4",
"North Melbourne",
"6.6 (42)",
"Melbourne",
"11.18 (84)",
"Arden Street Oval",
"11,000",
"19 May 1956"
],
[
"5",
"Hawthorn",
"10.14 (74)",
"Footscray",
"10.11 (71)",
"Glenferrie Oval",
"22,000",
"19 May 1956"
],
[
"6",
"South Melbourne",
"15.8 (98)",
"Essendon",
"11.20 (86)",
"Lake Oval",
"26,000",
"19 May 1956"
],
[
"7",
"Richmond",
"9.14 (68)",
"Carlton",
"15.17 (107)",
"Punt Road Oval",
"28,000",
"19 May 1956"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"lorenzo manta\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,D2:D9=\"lorenzo manta\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the score when Mark parterned with lorenzo manta?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"lorenzo manta\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"carpet\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,C2:C9=\"carpet\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was his partner when he played on carpet?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"carpet\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"peter nyborg\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,D2:D9=\"peter nyborg\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When did he play with peter nyborg?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"peter nyborg\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"hard\")*(D1=\"tom mercer\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,(C2:C9=\"hard\")*(D2:D9=\"tom mercer\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What day did he play on hard with tom mercer?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"hard\"",
"*",
"D1",
"=",
"\"tom mercer\"",
"1"
]
}
] | train_2-10670367-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Date",
"Tournament",
"Surface",
"Partner",
"Opponents in the final",
"Score"
],
[
"2",
"March 3, 1992",
"Atlanta , U.S.",
"Clay",
"Dave Randall",
"Steve DeVries & David Macpherson",
"3–6 3–6"
],
[
"3",
"November 8, 1992",
"Búzios , Brazil",
"Hard",
"Tom Mercer",
"Maurice Ruah & Mario Tabares",
"6–7 7–6 4–6"
],
[
"4",
"October 1, 1995",
"Basel , Switzerland",
"Hard",
"Peter Nyborg",
"Cyril Suk & Daniel Vacek",
"6–3 3–6 3–6"
],
[
"5",
"February 2, 1997",
"Zagreb , Croatia",
"Carpet",
"Brent Haygarth",
"Saša Hiršzon & Goran Ivanišević",
"4–6 3–6"
],
[
"6",
"August 24, 1997",
"Long Island , U.S.",
"Hard",
"T. J. Middleton",
"Marcos Ondruska & David Prinosil",
"4–6 4–6"
],
[
"7",
"February 8, 1998",
"Marseilles , France",
"Hard",
"T. J. Middleton",
"Donald Johnson & Francisco Montana",
"4–6 6–3 3–6"
],
[
"8",
"May 2, 1999",
"Prague , Czech Republic",
"Clay",
"Nicolás Lapentti",
"Martin Damm & Radek Štěpánek",
"0–6 2–6"
],
[
"9",
"September 19, 1999",
"Tashkent , Uzbekistan",
"Hard",
"Lorenzo Manta",
"Oleg Ogorodov & Marc Rosset",
"6–7 4 6–7 1"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=4))",
"Formula2": "LET(query1,SUMMARIZE(D2:D16,SUMX(A2:A16)),FILTER(query1,CHOOSECOLS(query1,2)=4))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What was the team's result in week 4?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"4"
]
}
] | train_1-14942535-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Record",
"Game Site",
"Attendance"
],
[
"2",
"1",
"September 7, 1980",
"at New York Jets",
"W 17–14",
"1–0",
"Shea Stadium",
"50777"
],
[
"3",
"2",
"September 14, 1980",
"Pittsburgh Steelers",
"L 17–20",
"1–1",
"Memorial Stadium",
"54914"
],
[
"4",
"3",
"September 21, 1980",
"at Houston Oilers",
"L 16–21",
"1–2",
"Astrodome",
"47878"
],
[
"5",
"4",
"September 28, 1980",
"New York Jets",
"W 35–21",
"2–2",
"Memorial Stadium",
"33373"
],
[
"6",
"5",
"October 5, 1980",
"at Miami Dolphins",
"W 30–17",
"3–2",
"Miami Orange Bowl",
"50631"
],
[
"7",
"6",
"October 12, 1980",
"at Buffalo Bills",
"W 17–12",
"4–2",
"Rich Stadium",
"73634"
],
[
"8",
"7",
"October 19, 1980",
"New England Patriots",
"L 21–37",
"4–3",
"Memorial Stadium",
"53924"
],
[
"9",
"8",
"October 26, 1980",
"St. Louis Cardinals",
"L 10–17",
"4–4",
"Memorial Stadium",
"33506"
],
[
"10",
"9",
"November 2, 1980",
"at Kansas City Chiefs",
"W 31–24",
"5–4",
"Arrowhead Stadium",
"52383"
],
[
"11",
"10",
"November 9, 1980",
"Cleveland Browns",
"L 27–28",
"5–5",
"Memorial Stadium",
"45369"
],
[
"12",
"11",
"November 16, 1980",
"at Detroit Lions",
"W 10–9",
"6–5",
"Pontiac Silverdome",
"77677"
],
[
"13",
"12",
"November 23, 1980",
"at New England Patriots",
"L 21–47",
"6–6",
"Schaeffer Stadium",
"60994"
],
[
"14",
"13",
"November 30, 1980",
"Buffalo Bills",
"W 28–24",
"7–6",
"Memorial Stadium",
"36184"
],
[
"15",
"14",
"December 7, 1980",
"at Cincinnati Bengals",
"L 33–34",
"7–7",
"Riverfront Stadium",
"35651"
],
[
"16",
"15",
"December 14, 1980",
"Miami Dolphins",
"L 14–24",
"7–8",
"Memorial Stadium",
"30564"
]
] |
[
{
"Formula": "SUM(FILTER(B1, D1=5))",
"Formula2": "SUM(FILTER(B2:B9, D2:D9=5))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many wins did they have when they had 5 losses?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"D1",
"=",
"5"
]
},
{
"Formula": "SUM(FILTER(C1, (F1<1544)*(B1=13)*(E1>0)))",
"Formula2": "SUM(FILTER(C2:C9, (F2:F9<1544)*(B2:B9=13)*(E2:E9>0)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many byes did they have against smaller than 1544, 13 wins, and draws larger than 0?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"F1",
"<",
"1544",
"*",
"B1",
"=",
"13",
"*",
"E1",
">",
"0"
]
},
{
"Formula": "SUM(FILTER(C1, E1>0))",
"Formula2": "SUM(FILTER(C2:C9, E2:E9>0))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many byes has a draw larger than 0?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"E1",
">",
"0"
]
},
{
"Formula": "MIN(FILTER(F1, (B1<9)*(E1<0)))",
"Formula2": "MIN(FILTER(F2:F9, (B2:B9<9)*(E2:E9<0)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the lowest against that has less than 9 wins, and draws smaller than 0?",
"Tokens": [
"MIN(",
"FILTER(",
"F1",
"B1",
"<",
"9",
"*",
"E1",
"<",
"0"
]
},
{
"Formula": "SUM(FILTER(B1, C1<0))",
"Formula2": "SUM(FILTER(B2:B9, C2:C9<0))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the total number of wins that has byes less than 0?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"C1",
"<",
"0"
]
}
] | train_2-17746037-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"South West DFL",
"Wins",
"Byes",
"Losses",
"Draws",
"Against"
],
[
"2",
"Tyrendarra",
"16",
"0",
"2",
"0",
"1350"
],
[
"3",
"Sandford",
"13",
"0",
"5",
"0",
"1431"
],
[
"4",
"Coleraine",
"11",
"0",
"7",
"0",
"1544"
],
[
"5",
"Westerns",
"10",
"0",
"8",
"0",
"1679"
],
[
"6",
"Heathmere",
"9",
"0",
"9",
"0",
"1717"
],
[
"7",
"Branxholme-Wallacedale",
"9",
"0",
"9",
"0",
"1661"
],
[
"8",
"Cavendish",
"3",
"0",
"15",
"0",
"2004"
],
[
"9",
"Dartmoor",
"1",
"0",
"17",
"0",
"3406"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"diesel\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=\"diesel\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Manufacturer with a Fuel Type that is diesel?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"diesel\"",
"1"
]
}
] | train_2-15969544-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Manufacturer",
"Model",
"Year Built",
"Vehicle Length",
"Fuel Type",
"# in fleet"
],
[
"2",
"New Flyer",
"C35LF",
"2006",
"35 feet",
"CNG",
"2"
],
[
"3",
"New Flyer",
"C35LF",
"2004",
"35 feet",
"CNG",
"10"
],
[
"4",
"New Flyer",
"D35lf",
"2010",
"35 feet",
"Diesel",
"3"
],
[
"5",
"Gillig",
"Phantom",
"1991",
"35 feet",
"Diesel",
"2"
],
[
"6",
"GMC",
"New Look",
"1981",
"35 feet",
"Diesel",
"3"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"north melbourne\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"north melbourne\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Where was the game held where North Melbourne was the away team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"north melbourne\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"9.7 (61)\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"9.7 (61)\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the away team who scored 9.7 (61)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"9.7 (61)\"",
"3"
]
},
{
"Formula": "MINIFS(F1,B1,\"11.18 (84)\")",
"Formula2": "MINIFS(F2:F7,B2:B7,\"11.18 (84)\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the smallest crowd for a game where the home team scored 11.18 (84)?",
"Tokens": [
"MINIFS(",
"F1",
"B1",
"\"11.18 (84)\""
]
},
{
"Formula": "MINIFS(F1,A1,\"richmond\")",
"Formula2": "MINIFS(F2:F7,A2:A7,\"richmond\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the smallest crowd size for a home game for Richmond?",
"Tokens": [
"MINIFS(",
"F1",
"A1",
"\"richmond\""
]
}
] | train_2-10701045-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Richmond",
"14.13 (97)",
"St Kilda",
"10.11 (71)",
"Punt Road Oval",
"28,000",
"17 June 1950"
],
[
"3",
"Fitzroy",
"11.18 (84)",
"Footscray",
"6.15 (51)",
"Brunswick Street Oval",
"13,000",
"17 June 1950"
],
[
"4",
"Essendon",
"22.15 (147)",
"Hawthorn",
"9.7 (61)",
"Windy Hill",
"14,000",
"17 June 1950"
],
[
"5",
"Collingwood",
"9.12 (66)",
"North Melbourne",
"14.14 (98)",
"Victoria Park",
"24,500",
"17 June 1950"
],
[
"6",
"South Melbourne",
"8.12 (60)",
"Melbourne",
"13.16 (94)",
"Lake Oval",
"16,000",
"17 June 1950"
],
[
"7",
"Geelong",
"13.20 (98)",
"Carlton",
"15.9 (99)",
"Kardinia Park",
"23,500",
"17 June 1950"
]
] |
[
{
"Formula": "MAXIFS(D1,A1,\"w216bo\")",
"Formula2": "MAXIFS(D2:D10,A2:A10,\"w216bo\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the highest ERP W with a w216bo call sign?",
"Tokens": [
"MAXIFS(",
"D1",
"A1",
"\"w216bo\""
]
}
] | train_2-16917751-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Call sign",
"Frequency MHz",
"City of license",
"ERP W",
"Class",
"FCC info"
],
[
"2",
"W218AI",
"91.5",
"Barbourville, Kentucky",
"9",
"D",
"FCC"
],
[
"3",
"W270BS",
"101.9",
"Harlan, Kentucky",
"10",
"D",
"FCC"
],
[
"4",
"W207AO",
"89.3",
"Paintsville-Van Lear, Kentucky",
"10",
"D",
"FCC"
],
[
"5",
"W207BV",
"89.3",
"Pikeville, Kentucky",
"10",
"D",
"FCC"
],
[
"6",
"W208BG",
"89.5",
"Prestonsburg, Kentucky",
"90",
"D",
"FCC"
],
[
"7",
"W201AJ",
"88.1",
"Big Stone Gap, Virginia",
"90",
"D",
"FCC"
],
[
"8",
"W201AI",
"88.1",
"Coeburn, Virginia",
"90",
"D",
"FCC"
],
[
"9",
"W216BO",
"91.1",
"Hansonville, Virginia",
"10",
"D",
"FCC"
],
[
"10",
"W255BT",
"98.9",
"Norton, Virginia",
"5",
"D",
"FCC"
]
] |
[
{
"Formula": "FILTER(B1,(E1>\"51,319\")*(A1=4))",
"Formula2": "FILTER(B2:B13,(E2:E13>\"51,319\")*(A2:A13=4))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
">",
"Str",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What day had over 51,319 attending week 4?",
"Tokens": [
"FILTER(",
"B1",
"E1",
">",
"\"51,319\"",
"*",
"A1",
"=",
"4"
]
}
] | dev_2-10651649-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Attendance"
],
[
"2",
"1",
"September 28, 1958",
"at Los Angeles Rams",
"W 30–27",
"69,993"
],
[
"3",
"2",
"October 5, 1958",
"at Pittsburgh Steelers",
"W 45–12",
"31,130"
],
[
"4",
"3",
"October 12, 1958",
"Chicago Cardinals",
"W 35–28",
"65,403"
],
[
"5",
"4",
"October 19, 1958",
"Pittsburgh Steelers",
"W 27–10",
"66,852"
],
[
"6",
"5",
"October 26, 1958",
"at Chicago Cardinals",
"W 38–24",
"30,933"
],
[
"7",
"6",
"November 2, 1958",
"New York Giants",
"L 21–17",
"78,404"
],
[
"8",
"7",
"November 9, 1958",
"Detroit Lions",
"L 30–10",
"75,563"
],
[
"9",
"8",
"November 16, 1958",
"at Washington Redskins",
"W 20–10",
"32,372"
],
[
"10",
"9",
"November 23, 1958",
"Philadelphia Eagles",
"W 28–14",
"51,319"
],
[
"11",
"10",
"November 30, 1958",
"Washington Redskins",
"W 21–14",
"33,240"
],
[
"12",
"11",
"December 7, 1958",
"at Philadelphia Eagles",
"W 21–14",
"36,773"
],
[
"13",
"12",
"December 14, 1958",
"at New York Giants",
"L 13–10",
"63,192"
]
] |
[
{
"Formula": "FILTER(E1,(C1=\"ljubljana\")*(B1=\"tr3\"))",
"Formula2": "FILTER(E2:E16,(C2:C16=\"ljubljana\")*(B2:B16=\"tr3\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which Floors have a Location of ljubljana, and a Name of tr3?",
"Tokens": [
"FILTER(",
"E1",
"C1",
"=",
"\"ljubljana\"",
"*",
"B1",
"=",
"\"tr3\""
]
},
{
"Formula": "MIN(FILTER(A1,B1=\"maribor cathedral\"))",
"Formula2": "MIN(FILTER(A2:A16,B2:B16=\"maribor cathedral\"))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which Rank is the lowest one that has a Name of maribor cathedral?",
"Tokens": [
"MIN(",
"FILTER(",
"A1",
"B1",
"=",
"\"maribor cathedral\""
]
},
{
"Formula": "FILTER(B1,C1=\"ljubljana\")",
"Formula2": "FILTER(B2:B16,C2:C16=\"ljubljana\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which Name has a Location of ljubljana?",
"Tokens": [
"FILTER(",
"B1",
"C1",
"=",
"\"ljubljana\""
]
},
{
"Formula": "FILTER(D1,(A1=8)*(E1=\"3x17\"))",
"Formula2": "FILTER(D2:D16,(A2:A16=8)*(E2:E16=\"3x17\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which Height Metres / feet has a Rank of 8, and Floors of 3x17?",
"Tokens": [
"FILTER(",
"D1",
"A1",
"=",
"8",
"*",
"E1",
"=",
"\"3x17\""
]
}
] | dev_2-15062421-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Name",
"Location",
"Height Metres / feet",
"Floors"
],
[
"2",
"1",
"Crystal Palace",
"Ljubljana",
"metres (ft)",
"20"
],
[
"3",
"2",
"World Trade Center Ljubljana",
"Ljubljana",
"metres (ft)",
"18"
],
[
"4",
"3",
"Tivolska 50",
"Ljubljana",
"metres (ft)",
"15"
],
[
"5",
"4",
"Nebotičnik",
"Ljubljana",
"metres (ft)",
"13"
],
[
"6",
"5",
"TR3",
"Ljubljana",
"metres (ft)",
"17"
],
[
"7",
"5",
"St. Joseph Church",
"Ljubljana",
"metres (ft)",
"N/A"
],
[
"8",
"7",
"UKC Maribor",
"Maribor",
"metres (ft)",
"16"
],
[
"9",
"8",
"Betnavski park",
"Maribor",
"metres (ft)",
"3x17"
],
[
"10",
"8",
"St. James Church",
"Ljubljana",
"metres (ft)",
"N/A"
],
[
"11",
"10",
"Eda center",
"Nova Gorica",
"metres (ft)",
"15"
],
[
"12",
"11",
"Metalka Building",
"Ljubljana",
"metres (ft)",
"15"
],
[
"13",
"11",
"TR2",
"Ljubljana",
"metres (ft)",
"12"
],
[
"14",
"13",
"R5",
"Ljubljana",
"metres (ft)",
"17"
],
[
"15",
"14",
"Franciscan Church",
"Maribor",
"metres (ft)",
"N/A"
],
[
"16",
"15",
"Maribor Cathedral",
"Maribor",
"metres (ft)",
"N/A"
]
] |
[
{
"Formula": "SUMIFS(B1,A1,\"T214\")",
"Formula2": "SUMIFS(B2:B7,A2:A7,\"T214\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "what is the bore where the vehicle code is t214?",
"Tokens": [
"SUMIFS(",
"B1",
"A1",
"\"T214\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=208))",
"Formula2": "LET(query1,SUMMARIZE(E2:E7,SUMX(F2:F7)),FILTER(query1,CHOOSECOLS(query1,2)=208))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "what is the compression ratio whre the torque is 208?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"208"
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=79.4))",
"Formula2": "LET(query1,SUMMARIZE(A2:A7,SUMX(B2:B7)),FILTER(query1,CHOOSECOLS(query1,2)=79.4))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "what is the vehicle code where the bore is 79.4?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"79.4"
]
},
{
"Formula": "SUMIFS(C1,A1,\"T211\")",
"Formula2": "SUMIFS(C2:C7,A2:A7,\"T211\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "what is the stroke where the vehicle code is t211?",
"Tokens": [
"SUMIFS(",
"C1",
"A1",
"\"T211\""
]
}
] | train_1-23722304-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Vehicle code",
"Bore (mm)",
"Stroke (mm)",
"Capacity (cm 3 )",
"Compression ratio",
"Torque (N m)",
"Power (HP)"
],
[
"2",
"T202",
"79.4",
"111.1",
"3294",
"6.7:1",
"208",
"79"
],
[
"3",
"T203",
"85.7",
"114.3",
"3957",
"6.5:1",
"255",
"99"
],
[
"4",
"T207",
"82.6",
"111.1",
"3567",
"6.5:1",
"222",
"78"
],
[
"5",
"T211",
"82.6",
"111.1",
"3567",
"6.5:1",
"222",
"78"
],
[
"6",
"T214",
"82.6",
"117.5",
"3772",
"6.7:1",
"244",
"92"
],
[
"7",
"T215",
"82.6",
"117.5",
"3772",
"6.7:1",
"249",
"99"
]
] |
[
{
"Formula": "SUM(FILTER(A1, (E1>18)*(B1=\"elizabeth anastasiou\")*(D1>4)))",
"Formula2": "SUM(FILTER(A2:A11, (E2:E11>18)*(B2:B11=\"elizabeth anastasiou\")*(D2:D11>4)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How much Draw has a Televote larger than 18, and an Artist of elizabeth anastasiou, and a Jury larger than 4?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"E1",
">",
"18",
"*",
"B1",
"=",
"\"elizabeth anastasiou\"",
"*",
"D1",
">",
"4"
]
},
{
"Formula": "SUM(FILTER(G1, (B1=\"nikolas metaxas\")*(E1>60)))",
"Formula2": "SUM(FILTER(G2:G11, (B2:B11=\"nikolas metaxas\")*(E2:E11>60)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which Place is the highest one that has an Artist of nikolas metaxas, and a Televote larger than 60?",
"Tokens": [
"SUM(",
"FILTER(",
"G1",
"B1",
"=",
"\"nikolas metaxas\"",
"*",
"E1",
">",
"60"
]
},
{
"Formula": "AVERAGE(FILTER(F1, (G1<2)*(A1<5)))",
"Formula2": "AVERAGE(FILTER(F2:F11, (G2:G11<2)*(A2:A11<5)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which average Total has a Place smaller than 2, and a Draw smaller than 5?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"F1",
"G1",
"<",
"2",
"*",
"A1",
"<",
"5"
]
}
] | test_2-14946156-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Draw",
"Artist",
"Song",
"Jury",
"Televote",
"Total",
"Place"
],
[
"2",
"1",
"Eleni Skarpari",
"\"Moments of Madness\"",
"16",
"18",
"34",
"7"
],
[
"3",
"2",
"Myria Pampori & Alexis Manison",
"\"Turning to You\"",
"8",
"48",
"56",
"4"
],
[
"4",
"3",
"Mirto Meletiou",
"\"Rescue Me\"",
"20",
"12",
"32",
"9"
],
[
"5",
"4",
"Sofia Strati",
"\"This Can't Be Love\"",
"12",
"42",
"54",
"5"
],
[
"6",
"5",
"Evdokia Kadi",
"\" Femme Fatale \"",
"32",
"72",
"104",
"1"
],
[
"7",
"6",
"Nikolas Metaxas",
"\"I Can't Be\"",
"40",
"60",
"100",
"2"
],
[
"8",
"7",
"Marlain Angelidou",
"\"Rejection\"",
"48",
"36",
"84",
"3"
],
[
"9",
"8",
"Nikolas Metaxas",
"\"Butterfly\"",
"24",
"30",
"54",
"6"
],
[
"10",
"9",
"Elizabeth Anastasiou",
"\"Sugar Mountain\"",
"4",
"24",
"28",
"10"
],
[
"11",
"10",
"Constantinos Andronikou",
"\"Calling You\"",
"28",
"6",
"34",
"8"
]
] |
[
{
"Formula": "FILTER(G1,B1=\"January 5\")",
"Formula2": "FILTER(G2:G8,B2:B8=\"January 5\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who had the most assists and how many did they have on January 5?",
"Tokens": [
"FILTER(",
"G1",
"B1",
"=",
"\"January 5\""
]
},
{
"Formula": "FILTER(C1,B1=\"January 19\")",
"Formula2": "FILTER(C2:C8,B2:B8=\"January 19\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What team was Temple playing on January 19?",
"Tokens": [
"FILTER(",
"C1",
"B1",
"=",
"\"January 19\""
]
}
] | dev_1-29556461-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",
"13",
"January 5",
"Fordham",
"W 70–51",
"Moore/Fernandez – 15",
"Eric – 11",
"Moore – 4",
"IZOD Center , East Rutherford, NJ (2,178)",
"10–3 (1–0)"
],
[
"3",
"14",
"January 9",
"Saint Louis",
"W 57–53",
"Moore – 15",
"Moore – 8",
"Eric/Jefferson – 2",
"Liacouras Center, Philadelphia, PA (3,336)",
"11–3 (2–0)"
],
[
"4",
"15",
"January 12",
"St. Bonaventure",
"W 83–55",
"Moore – 19",
"Eric – 7",
"Wyatt – 6",
"Liacouras Center, Philadelphia, PA (3,213)",
"12–3 (3–0)"
],
[
"5",
"16",
"January 15",
"Duquesne",
"L 78–66",
"Moore – 18",
"Aaron Brown – 6",
"Allen – 3",
"A.J. Palumbo Center , Pittsburgh, PA (3,506)",
"12–4 (3–1)"
],
[
"6",
"17",
"January 19",
"Penn",
"W 73–56",
"Wyatt – 27",
"Allen/Eric – 6",
"Moore – 6",
"Liacouras Center, Philadelphia, PA (7,838)",
"13–4"
],
[
"7",
"18",
"January 22",
"Xavier",
"L 88–77",
"Randall – 28",
"Eric – 11",
"Fernandez/Moore – 5",
"Cintas Center , Cincinnati, OH (10,250)",
"13–5 (3–2)"
],
[
"8",
"19",
"January 26",
"Charlotte",
"W 76–67",
"Wyatt – 17",
"Allen – 15",
"Wyatt – 6",
"Liacouras Center, Philadelphia, PA (2,679)",
"14–5 (4–2)"
]
] |
[
{
"Formula": "MAX(FILTER(F1, (A1>4)*(B1<2)))",
"Formula2": "MAX(FILTER(F2:F9, (A2:A9>4)*(B2:B9<2)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Tell me the highest overall rank for heat rank more than 4 and lane less than 2",
"Tokens": [
"MAX(",
"FILTER(",
"F1",
"A1",
">",
"4",
"*",
"B1",
"<",
"2"
]
}
] | test_2-10289926-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Heat Rank",
"Lane",
"Swimmer",
"Country",
"Time",
"Overall Rank"
],
[
"2",
"1",
"3",
"Hisham Fadhul",
"Brunei",
"27.94",
"115"
],
[
"3",
"2",
"6",
"Fadi Awesat",
"Palestine",
"28.16",
"120"
],
[
"4",
"3",
"4",
"Hernan Bonsembiante",
"Guam",
"28.27",
"122"
],
[
"5",
"4",
"5",
"Walid Nasib Hilal Alkaabi",
"United Arab Emirates",
"28.83",
"130"
],
[
"6",
"5",
"7",
"Kerson Hadley",
"Federated States of Micronesia",
"29.03",
"134"
],
[
"7",
"6",
"1",
"Carlos Shimizu",
"Guam",
"29.32",
"135"
],
[
"8",
"7",
"2",
"Tony Augustine",
"Federated States of Micronesia",
"29.45",
"136"
],
[
"9",
"8",
"8",
"Jamal Talib",
"Tanzania",
"32.87",
"142"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=1.12))",
"Formula2": "LET(query1,SUMMARIZE(E2:E13,SUMX(F2:F13)),FILTER(query1,CHOOSECOLS(query1,2)=1.12))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the original air date for the production code of 1.12?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"1.12"
]
},
{
"Formula": "SUM(FILTER(A1, F1=1.11))",
"Formula2": "SUM(FILTER(A2:A13, F2:F13=1.11))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many number of series have a production code of 1.11?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"F1",
"=",
"1.11"
]
},
{
"Formula": "SUM(FILTER(A1, F1=1.11))",
"Formula2": "SUM(FILTER(A2:A13, F2:F13=1.11))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many number of series have the production code of 1.11?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"F1",
"=",
"1.11"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"April 5, 1987\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,E2:E13=\"April 5, 1987\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who wrote when the original airdate is April 5, 1987?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"April 5, 1987\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Peggy Sue Got Work\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,B2:B13=\"Peggy Sue Got Work\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who directed the title \"peggy sue got work\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Peggy Sue Got Work\"",
"3"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=1.02))",
"Formula2": "LET(query1,SUMMARIZE(C2:C13,SUMX(F2:F13)),FILTER(query1,CHOOSECOLS(query1,2)=1.02))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Who directed when the production code is 1.02?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"1.02"
]
}
] | train_1-2226817-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\"",
"Linda Day",
"Ron Leavitt & Michael G. Moye",
"April 5, 1987",
"1.01"
],
[
"3",
"2",
"\"Thinergy\"",
"Linda Day",
"Ron Leavitt & Michael G. Moye",
"April 12, 1987",
"1.02"
],
[
"4",
"3",
"\"But I Didn't Shoot the Deputy\"",
"Linda Day",
"Ron Burla",
"April 19, 1987",
"1.03"
],
[
"5",
"4",
"\"Whose Room Is It Anyway\"",
"Zane Buzby",
"Marcy Vosburgh & Sandy Sprung",
"April 26, 1987",
"1.04"
],
[
"6",
"5",
"\"Have You Driven a Ford Lately?\"",
"Linda Day",
"Richard Gurman & Katherine Green",
"May 3, 1987",
"1.05"
],
[
"7",
"6",
"\"Sixteen Years and What Do You Get\"",
"Linda Day",
"Katherine Green & Richard Gurman",
"May 10, 1987",
"1.06"
],
[
"8",
"7",
"\"Married... without Children\"",
"Linda Day",
"Ralph R. Farquhar",
"May 17, 1987",
"1.07"
],
[
"9",
"8",
"\"The Poker Game\"",
"Brian Levant",
"Ron Leavitt & Michael G. Moye",
"May 24, 1987",
"1.08"
],
[
"10",
"9",
"\"Peggy Sue Got Work\"",
"Linda Day",
"Ellen L. Fogle",
"May 31, 1987",
"1.09"
],
[
"11",
"10",
"\"Al Loses His Cherry\"",
"Arlando Smith",
"Marcy Vosburgh & Sandy Sprung",
"June 7, 1987",
"1.10"
],
[
"12",
"11",
"\"Nightmare on Al's Street\"",
"Linda Day",
"Michael G. Moye",
"June 14, 1987",
"1.11"
],
[
"13",
"12",
"\"Where's the Boss\"",
"Linda Day",
"Marcy Vosburgh & Sandy Sprung",
"June 21, 1987",
"1.12"
]
] |
[
{
"Formula": "SUM(FILTER(A1, (B1=\"dav mcnamara\")*(E1>4)))",
"Formula2": "SUM(FILTER(A2:A9, (B2:B9=\"dav mcnamara\")*(E2:E9>4)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the draw number of the Artist Dav Mcnamara and a place bigger than 4?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"B1",
"=",
"\"dav mcnamara\"",
"*",
"E1",
">",
"4"
]
}
] | train_2-16285354-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Draw",
"Artist",
"Song",
"Points",
"Place"
],
[
"2",
"1",
"Niamh Kavanagh",
"\" In Your Eyes \"",
"118",
"1"
],
[
"3",
"2",
"Suzanne Bushnell",
"\"Long Gone\"",
"54",
"7"
],
[
"4",
"3",
"Patricia Roe",
"\"If You Changed Your Mind\"",
"75",
"3"
],
[
"5",
"4",
"Róisín Ní hAodha",
"\"Mo Mhúirnín Óg\"",
"34",
"8"
],
[
"6",
"5",
"Champ",
"\"2nd Time Around\"",
"79",
"2"
],
[
"7",
"6",
"Off The Record",
"\"Hold Out\"",
"61",
"6"
],
[
"8",
"7",
"Dav McNamara",
"\"Stay\"",
"67",
"4"
],
[
"9",
"8",
"Perfect Timing",
"\"Why Aren't We Talking Anyway\"",
"62",
"5"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"8 January 2009\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,B2:B14=\"8 January 2009\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what's the mole with airdate being 8 january 2009",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"8 January 2009\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"€24,475\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,F2:F14=\"€24,475\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what's the mole with prize money being €24,475",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"€24,475\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"5 January 2012\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,B2:B14=\"5 January 2012\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": " what's the the mole with airdate being 5 january 2012",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"5 January 2012\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"Scotland\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,G2:G14=\"Scotland\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what's airdate with international destination being scotland",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"Scotland\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"Frédérique Huydts\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,D2:D14=\"Frédérique Huydts\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what's the mole with winner being frédérique huydts",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"Frédérique Huydts\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Season 13\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,A2:A14=\"Season 13\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what's runner-up with season being season 13",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"Season 13\"",
"5"
]
}
] | train_1-13036251-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Season",
"Airdate",
"The Mole",
"Winner",
"Runner-up",
"Prize money",
"International destination"
],
[
"2",
"Season 1",
"19 November 1999",
"Deborah",
"Petra",
"Robin",
"ƒ 82,500 ( € 37,437)",
"Australia"
],
[
"3",
"Season 2",
"5 January 2001",
"Nico",
"Sigrid",
"Yvonne",
"ƒ70,000 (€31,765)",
"Scotland"
],
[
"4",
"Season 3",
"11 January 2002",
"George",
"John",
"Jantien",
"€42,300",
"Portugal"
],
[
"5",
"Season 4",
"10 January 2003",
"Elise",
"Ron",
"Chandrika",
"€35,550",
"Canada"
],
[
"6",
"Season 5",
"14 January 2005",
"Yvon Jaspers",
"Marc-Marie Huijbregts",
"Lottie Hellingman",
"€23,000",
"Australia , Indonesia"
],
[
"7",
"Season 6",
"10 March 2006",
"Milouska Meulens",
"Frédérique Huydts",
"Roderick Veelo",
"€24,475",
"Argentina"
],
[
"8",
"Season 7",
"4 January 2007",
"Inge Ipenburg",
"Paul Rabbering",
"Renate Verbaan Eva van der Gught",
"€17,300",
"Thailand"
],
[
"9",
"Season 8",
"3 January 2008",
"Dennis Weening",
"Edo Brunner",
"Regina Romeijn",
"€20,375",
"Mexico"
],
[
"10",
"Season 9",
"8 January 2009",
"Jon van Eerd",
"Viviënne van den Assem",
"Anniek Pfeifer",
"€22,650",
"Northern Ireland Jordan"
],
[
"11",
"Season 10",
"7 January 2010",
"Kim Pieters",
"Frits Sissing",
"Sanne Vogel",
"€21,950",
"Japan"
],
[
"12",
"Season 11",
"6 January 2011",
"Patrick Stoof",
"Art Rooijakkers",
"Soundos El Ahmadi",
"€19,540",
"El Salvador Nicaragua"
],
[
"13",
"Season 12",
"5 January 2012",
"Anne-Marie Jung",
"Hadewych Minis",
"Liesbeth Staats",
"€12,601",
"Iceland Spain"
],
[
"14",
"Season 13",
"3 January 2013",
"Kees Tol",
"Paulien Cornelisse",
"Carolien Borgers",
"€17,120",
"South Africa"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"southern\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"southern\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the score for the southern home team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"southern\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"southern\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"southern\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What time is it for the southern home team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"southern\"",
"1"
]
}
] | train_2-18880018-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Time",
"Home team",
"Score",
"Away team",
"Venue"
],
[
"2",
"13:00",
"Tuen Mun",
"2 - 0",
"Eastern District",
"Happy Valley Recreation Ground Pitch #2"
],
[
"3",
"13:00",
"Yuen Long",
"1 - 2",
"Northern",
"Happy Valley Recreation Ground Pitch #3"
],
[
"4",
"13:30",
"Wong Tai Sin",
"0 - 1",
"Wanchai",
"Happy Valley Recreation Ground Pitch #2"
],
[
"5",
"13:30",
"Tsuen Wan",
"0 - 2",
"Sham Shui Po",
"Happy Valley Recreation Ground Pitch #3"
],
[
"6",
"14:00",
"Southern",
"0 - 0; 6 - 5 ( PSO )",
"Kowloon City",
"Happy Valley Recreation Ground Pitch #2"
],
[
"7",
"14:00",
"HKSSF",
"0 - 0; 3 - 2 ( PSO )",
"Kwun Tong",
"Happy Valley Recreation Ground Pitch #2"
],
[
"8",
"14:30",
"Central & Western",
"1 - 0",
"Yam Tsim Mong",
"Happy Valley Recreation Ground Pitch #2"
]
] |
[
{
"Formula": "SUMIFS(A1,C1,\"cleveland browns\")",
"Formula2": "SUMIFS(A2:A18,C2:C18,\"cleveland browns\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "In what week(s) did the Broncos go up against the Cleveland Browns?",
"Tokens": [
"SUMIFS(",
"A1",
"C1",
"\"cleveland browns\""
]
},
{
"Formula": "SUMIFS(A1,B1,\"december 24, 1994\")",
"Formula2": "SUMIFS(A2:A18,B2:B18,\"december 24, 1994\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What week was the December 24, 1994 game?",
"Tokens": [
"SUMIFS(",
"A1",
"B1",
"\"december 24, 1994\""
]
}
] | test_2-17861219-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Attendance"
],
[
"2",
"1",
"September 4, 1994",
"San Diego Chargers",
"L 37–34",
"74,032"
],
[
"3",
"2",
"September 11, 1994",
"at New York Jets",
"L 25–22",
"73,436"
],
[
"4",
"3",
"September 18, 1994",
"Los Angeles Raiders",
"L 48–16",
"75,764"
],
[
"5",
"4",
"September 26, 1994",
"at Buffalo Bills",
"L 27–20",
"75,373"
],
[
"6",
"5",
"Bye",
"Bye",
"Bye",
"Bye"
],
[
"7",
"6",
"October 9, 1994",
"at Seattle Seahawks",
"W 16–9",
"63,872"
],
[
"8",
"7",
"October 17, 1994",
"Kansas City Chiefs",
"L 31–28",
"75,151"
],
[
"9",
"8",
"October 23, 1994",
"at San Diego Chargers",
"W 20–15",
"61,626"
],
[
"10",
"9",
"October 30, 1994",
"Cleveland Browns",
"W 26–14",
"73,190"
],
[
"11",
"10",
"November 6, 1994",
"at Los Angeles Rams",
"L 27–21",
"48,103"
],
[
"12",
"11",
"November 13, 1994",
"Seattle Seahawks",
"W 17–10",
"71,290"
],
[
"13",
"12",
"November 20, 1994",
"Atlanta Falcons",
"W 32–28",
"70,594"
],
[
"14",
"13",
"November 27, 1994",
"Cincinnati Bengals",
"W 15–13",
"69,714"
],
[
"15",
"14",
"December 4, 1994",
"at Kansas City Chiefs",
"W 20–17",
"77,631"
],
[
"16",
"15",
"December 11, 1994",
"at Los Angeles Raiders",
"L 23–13",
"60,016"
],
[
"17",
"16",
"December 17, 1994",
"at San Francisco 49ers",
"L 42–19",
"64,884"
],
[
"18",
"17",
"December 24, 1994",
"New Orleans Saints",
"L 30–28",
"64,445"
]
] |
[
{
"Formula": "SUMIFS(E1,C1,\"total:\")",
"Formula2": "SUMIFS(E2:E7,C2:C7,\"total:\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Which Number of electorates (2009) has a Reserved for (SC / ST /None) of total:?",
"Tokens": [
"SUMIFS(",
"E1",
"C1",
"\"total:\""
]
}
] | train_2-18110554-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Constituency number",
"Name",
"Reserved for ( SC / ST /None)",
"District",
"Number of electorates (2009)"
],
[
"2",
"395",
"Chhanbey",
"SC",
"Mirzapur",
"264,314"
],
[
"3",
"396",
"Mirzapur",
"None",
"Mirzapur",
"294,806"
],
[
"4",
"397",
"Majhawan",
"None",
"Mirzapur",
"295,196"
],
[
"5",
"398",
"Chunar",
"None",
"Mirzapur",
"272,473"
],
[
"6",
"399",
"Marihan",
"None",
"Mirzapur",
"272,891"
],
[
"7",
"Total:",
"Total:",
"Total:",
"Total:",
"1,399,680"
]
] |
[
{
"Formula": "FILTER(E1,F1=\"chris bosh (13)\")",
"Formula2": "FILTER(E2:E16,F2:F16=\"chris bosh (13)\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "who had the high points when chris bosh (13) had the high rebounds?",
"Tokens": [
"FILTER(",
"E1",
"F1",
"=",
"\"chris bosh (13)\""
]
},
{
"Formula": "FILTER(D1,C1=\"@ cleveland\")",
"Formula2": "FILTER(D2:D16,C2:C16=\"@ cleveland\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "what is the score when the team is @ cleveland?",
"Tokens": [
"FILTER(",
"D1",
"C1",
"=",
"\"@ cleveland\""
]
},
{
"Formula": "FILTER(F1,A1=6)",
"Formula2": "FILTER(F2:F16,A2:A16=6)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "who had the high rebounds when the game number was 6?",
"Tokens": [
"FILTER(",
"F1",
"A1",
"=",
"6"
]
}
] | dev_2-11960407-2 | [
[
"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",
"2",
"November 2",
"@ New Jersey",
"W 106–69 (OT)",
"Andrea Bargnani (21)",
"Andrea Bargnani , Carlos Delfino (6)",
"José Calderón (8)",
"Izod Center 14,980",
"2–0"
],
[
"3",
"3",
"November 4",
"Boston",
"L 95–98 (OT)",
"T. J. Ford (32)",
"Chris Bosh (10)",
"T. J. Ford (5)",
"Air Canada Centre 19,800",
"2–1"
],
[
"4",
"4",
"November 6",
"@ Milwaukee",
"L 85–112 (OT)",
"Juan Dixon (20)",
"Kris Humphries (9)",
"José Calderón (8)",
"Bradley Center 13,495",
"2–2"
],
[
"5",
"5",
"November 7",
"Orlando",
"L 96–105 (OT)",
"Chris Bosh (26)",
"Chris Bosh (10)",
"T. J. Ford (8)",
"Air Canada Centre 17,977",
"2–3"
],
[
"6",
"6",
"November 9",
"@ Philadelphia",
"W 105–103 (OT)",
"Chris Bosh (24)",
"Chris Bosh (10)",
"José Calderón (7)",
"Wachovia Center 10,886",
"3–3"
],
[
"7",
"7",
"November 10",
"@ Chicago",
"W 101–71 (OT)",
"Carlos Delfino (16)",
"Radoslav Nesterović (8)",
"T. J. Ford (14)",
"United Center 22,467",
"4–3"
],
[
"8",
"8",
"November 14",
"Utah",
"L 88–92 (OT)",
"Anthony Parker (19)",
"Kris Humphries (14)",
"T. J. Ford (8)",
"Air Canada Centre 17,337",
"4–4"
],
[
"9",
"9",
"November 16",
"Indiana",
"W 110–101 (OT)",
"Chris Bosh (22)",
"Jamario Moon (7)",
"José Calderón (10)",
"Air Canada Centre 19,800",
"5–4"
],
[
"10",
"10",
"November 18",
"Golden State",
"L 100–106 (OT)",
"T. J. Ford (29)",
"Chris Bosh (11)",
"T. J. Ford (9)",
"Air Canada Centre 19,800",
"5–5"
],
[
"11",
"11",
"November 20",
"@ Dallas",
"L 99–105 (OT)",
"Chris Bosh (31)",
"Chris Bosh , Jamario Moon (12)",
"José Calderón (6)",
"American Airlines Center 20,272",
"5–6"
],
[
"12",
"12",
"November 21",
"@ Memphis",
"W 95–89 (OT)",
"Chris Bosh (22)",
"Chris Bosh (19)",
"José Calderón (8)",
"FedExForum 12,217",
"6–6"
],
[
"13",
"13",
"November 24",
"@ Cleveland",
"L 108–111 (OT)",
"Chris Bosh (41)",
"Anthony Parker (7)",
"José Calderón (13)",
"Quicken Loans Arena 20,018",
"6–7"
],
[
"14",
"14",
"November 25",
"Chicago",
"W 93–78 (OT)",
"José Calderón (19)",
"Chris Bosh (13)",
"José Calderón (14)",
"Air Canada Centre 19,800",
"7–7"
],
[
"15",
"15",
"November 28",
"Memphis",
"W 103–91 (OT)",
"Anthony Parker (19)",
"Jamario Moon , Anthony Parker (8)",
"José Calderón (10)",
"Air Canada Centre 18,906",
"8–7"
],
[
"16",
"16",
"November 30",
"Cleveland",
"W 91–82 (OT)",
"Andrea Bargnani (26)",
"Jamario Moon , Radoslav Nesterović (9)",
"José Calderón (10)",
"Air Canada Centre 19,800",
"9–7"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"Pinborough, Sarah Sarah Pinborough\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,B2:B15=\"Pinborough, Sarah Sarah Pinborough\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "which company uses pinborough, sarah sarah pinborough?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"Pinborough, Sarah Sarah Pinborough\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Department X\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,A2:A15=\"Department X\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "who the reader of title department x?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"Department X\"",
"3"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(G1, C1=\"Varma, Idria Indira Varma\")))",
"Formula2": "ROWS(UNIQUE(FILTER(G2:G15, C2:C15=\"Varma, Idria Indira Varma\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "how many notes were read by reader varma, idria indira varma?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"G1",
"C1",
"=",
"\"Varma, Idria Indira Varma\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"Download/CD\")*(B1=\"Lidster, Joseph Joseph Lidster\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,(D2:D15=\"Download/CD\")*(B2:B15=\"Lidster, Joseph Joseph Lidster\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "who is the reader on the download/cd format of the title written by author lidster, joseph joseph lidster? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"Download/CD\"",
"*",
"B1",
"=",
"\"Lidster, Joseph Joseph Lidster\"",
"3"
]
}
] | train_1-20174050-23 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Title",
"Author",
"Reader",
"Format",
"Company",
"Release Date",
"Notes"
],
[
"2",
"Another Life",
"Anghelides, Peter Peter Anghelides",
"Barrowman, John John Barrowman",
"3-CD",
"BBC Audio",
"2007-04-02 2 April 2007",
"Abridged"
],
[
"3",
"Slow Decay",
"Lane, Andy Andy Lane",
"Gorman, Burn Burn Gorman",
"3-CD",
"BBC Audio",
"2007-04-02 2 April 2007",
"Abridged"
],
[
"4",
"Border Princes",
"Abnett, Dan Dan Abnett",
"Myles, Eve Eve Myles",
"3-CD",
"BBC Audio",
"2007-04-02 2 April 2007",
"Abridged"
],
[
"5",
"Hidden",
"Saville, Steven Steven Savile",
"Mori, Naoko Naoko Mori",
"2-CD",
"BBC Audio",
"2008-02-04 4 February 2008",
"An original audiobook, not published in book form."
],
[
"6",
"Everyone Says Hello",
"Abnett, Dan Dan Abnett",
"Gorman, Burn Burn Gorman",
"2-CD",
"BBC Audio",
"2008-02-04 4 February 2008",
"An original audiobook, not published in book form."
],
[
"7",
"In the Shadows",
"Lidster, Joseph Joseph Lidster",
"Myles, Eve Eve Myles",
"2-CD",
"BBC Audio",
"2009-05-07 7 May 2009",
"An original audiobook, not published in book form."
],
[
"8",
"The Sin Eaters",
"Minchin, Brian Brian Minchin",
"David-Lloyd, Gareth Gareth David-Lloyd",
"2-CD",
"BBC Audio",
"2009-06-04 4 June 2009",
"An original audiobook, not published in book form."
],
[
"9",
"Department X",
"Goss, James James Goss",
"Owen, Kai Kai Owen",
"2-CD",
"BBC Audio",
"2011-04-03 3 March 2011",
"An original audiobook, not published in book form."
],
[
"10",
"Ghost Train",
"Goss, James James Goss",
"Owen, Kai Kai Owen",
"2-CD",
"BBC Audio",
"2011-04-03 3 March 2011",
"An original audiobook, not published in book form"
],
[
"11",
"Long Time Dead",
"Pinborough, Sarah Sarah Pinborough",
"Varma, Idria Indira Varma",
"Download",
"AudioGo",
"2011-10-01 October 2011",
"Unabridged"
],
[
"12",
"The Men Who Sold The World",
"Adams, Guy Guy Adams",
"Telfer, John John Telfer",
"Download",
"AudioGo",
"2011-10-01 October 2011",
"Unabridged"
],
[
"13",
"Army of One",
"Edginton, Ian Ian Edginton",
"Owen, Kai Kai Owen",
"Download/CD",
"AudioGo",
"2012-03-08 8 March 2012",
"An original audiobook, not published in book form."
],
[
"14",
"Fallout",
"Llewellyn, David David Llewellyn",
"Price, Tom Tom Price",
"Download/CD",
"AudioGo",
"2012-04-05 5 April 2012",
"An original audiobook, not published in book form."
],
[
"15",
"Red Skies",
"Lidster, Joseph Joseph Lidster",
"Telfer, John John Telfer",
"Download/CD",
"AudioGo",
"2012-05-03 3 May 2012",
"An original audiobook, not published in book form."
]
] |
[
{
"Formula": "MIN(FILTER(A1, (D1=\"jon olinger\")*(B1<24)))",
"Formula2": "MIN(FILTER(A2:A7, (D2:D7=\"jon olinger\")*(B2:B7<24)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the least round number for Jon Olinger, who was picked before pick # 24?",
"Tokens": [
"MIN(",
"FILTER(",
"A1",
"D1",
"=",
"\"jon olinger\"",
"*",
"B1",
"<",
"24"
]
},
{
"Formula": "MAX(FILTER(B1, (E1=\"defensive tackle\")*(A1<7)))",
"Formula2": "MAX(FILTER(B2:B7, (E2:E7=\"defensive tackle\")*(A2:A7<7)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Before round 7, what is the greatest Pick # for a player that plays defensive tackle?",
"Tokens": [
"MAX(",
"FILTER(",
"B1",
"E1",
"=",
"\"defensive tackle\"",
"*",
"A1",
"<",
"7"
]
}
] | test_2-15198842-38 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Round",
"Pick #",
"Overall",
"Name",
"Position",
"College"
],
[
"2",
"2",
"23",
"55",
"Bryan Scott",
"Safety",
"Penn State"
],
[
"3",
"4",
"24",
"121",
"Justin Griffith",
"Fullback",
"Mississippi State"
],
[
"4",
"5",
"24",
"159",
"Jon Olinger",
"Wide Receiver",
"Cincinnati"
],
[
"5",
"6",
"23",
"196",
"LaTarence Dunbar",
"Wide Receiver",
"TCU"
],
[
"6",
"6",
"29",
"202",
"Waine Bacon",
"Cornerback",
"Alabama"
],
[
"7",
"7",
"24",
"238",
"Demetrin Veal",
"Defensive Tackle",
"University of Tennessee"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"bye\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,D2:D18=\"bye\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When was the Bye week?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"bye\"",
"2"
]
}
] | train_2-10996469-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Attendance"
],
[
"2",
"1",
"September 1, 1996",
"at Houston Oilers",
"W 20–19",
"27,725"
],
[
"3",
"2",
"September 8, 1996",
"Oakland Raiders",
"W 19–3",
"79,281"
],
[
"4",
"3",
"September 15, 1996",
"at Seattle Seahawks",
"W 35–17",
"39,790"
],
[
"5",
"4",
"September 22, 1996",
"Denver Broncos",
"W 17–14",
"79,439"
],
[
"6",
"5",
"September 29, 1996",
"at San Diego Chargers",
"L 22–19",
"59,384"
],
[
"7",
"6",
"October 7, 1996",
"Pittsburgh Steelers",
"L 17–7",
"79,189"
],
[
"8",
"7",
"Bye",
"Bye",
"Bye",
"Bye"
],
[
"9",
"8",
"October 17, 1996",
"Seattle Seahawks",
"W 34–16",
"76,057"
],
[
"10",
"9",
"October 27, 1996",
"at Denver Broncos",
"L 34–7",
"75,652"
],
[
"11",
"10",
"November 3, 1996",
"at Minnesota Vikings",
"W 21–6",
"59,552"
],
[
"12",
"11",
"November 10, 1996",
"Green Bay Packers",
"W 27–20",
"79,281"
],
[
"13",
"12",
"November 17, 1996",
"Chicago Bears",
"W 14–10",
"76,762"
],
[
"14",
"13",
"November 24, 1996",
"San Diego Chargers",
"L 28–14",
"69,472"
],
[
"15",
"14",
"November 28, 1996",
"at Detroit Lions",
"W 28–24",
"75,079"
],
[
"16",
"15",
"December 9, 1996",
"at Oakland Raiders",
"L 26–7",
"57,082"
],
[
"17",
"16",
"December 15, 1996",
"Indianapolis Colts",
"L 24–19",
"71,136"
],
[
"18",
"17",
"December 22, 1996",
"at Buffalo Bills",
"L 20–9",
"68,671"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"group stage\")*(C1=\"russellville\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(D2:D14=\"group stage\")*(C2:C14=\"russellville\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which champion has a Group Stage LLWS in Russellville?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"group stage\"",
"*",
"C1",
"=",
"\"russellville\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2008),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,A2:A14=2008),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the record of the champion in 2008?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"2008",
"5"
]
}
] | test_2-18461045-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Champion",
"City",
"LLWS",
"Record"
],
[
"2",
"2001",
"Brownsburg LL",
"Brownsburg",
"US Semifinal",
"3–1"
],
[
"3",
"2002",
"Valley Sports American LL",
"Louisville",
"Champions",
"6–0"
],
[
"4",
"2003",
"Tallmadge LL",
"Tallmadge",
"Group Stage",
"1–2"
],
[
"5",
"2004",
"Southern LL",
"Owensboro",
"Group Stage",
"1–2"
],
[
"6",
"2005",
"Southern LL",
"Owensboro",
"Group Stage",
"0–3"
],
[
"7",
"2006",
"Lemont LL",
"Lemont",
"US Semifinal",
"2–2"
],
[
"8",
"2007",
"West Side LL",
"Hamilton",
"Group Stage",
"1–2"
],
[
"9",
"2008",
"Jefferson/GRC American LL",
"Jeffersonville",
"Group Stage",
"0–3"
],
[
"10",
"2009",
"Logan County/Russellville LL",
"Russellville",
"Group Stage",
"0–3"
],
[
"11",
"2010",
"West Side LL",
"Hamilton",
"Group Stage",
"1–2"
],
[
"12",
"2011",
"North Oldham LL",
"La Grange",
"Round 2",
"1–2"
],
[
"13",
"2012",
"New Castle LL",
"New Castle",
"Round 2",
"1–2"
],
[
"14",
"2013",
"Grosse Pointe Woods-Shores LL",
"Grosse Pointe Woods",
"Round 1",
"0–3"
]
] |
[
{
"Formula": "SUM(FILTER(C1, E1<0))",
"Formula2": "SUM(FILTER(C2:C8, E2:E8<0))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many byes were there recorded with 0 draws?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"E1",
"<",
"0"
]
},
{
"Formula": "SUM(FILTER(E1, (D1=10)*(B1>6)))",
"Formula2": "SUM(FILTER(E2:E8, (D2:D8=10)*(B2:B8>6)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many draws occured with a record of 10 losses, and 6 wins?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"D1",
"=",
"10",
"*",
"B1",
">",
"6"
]
},
{
"Formula": "SUM(FILTER(C1, (F1=1655)*(B1>10)))",
"Formula2": "SUM(FILTER(C2:C8, (F2:F8=1655)*(B2:B8>10)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many byes were there with an Against of 1655 and more than 10 wins?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"F1",
"=",
"1655",
"*",
"B1",
">",
"10"
]
},
{
"Formula": "SUM(FILTER(F1, C1<3))",
"Formula2": "SUM(FILTER(F2:F8, C2:C8<3))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What was the against were there were less than 3 byes?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"C1",
"<",
"3"
]
}
] | test_2-18974130-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Millewa",
"Wins",
"Byes",
"Losses",
"Draws",
"Against"
],
[
"2",
"Bambill",
"15",
"3",
"1",
"0",
"1116"
],
[
"3",
"Werrimull",
"10",
"3",
"6",
"0",
"1655"
],
[
"4",
"Euston",
"9",
"3",
"7",
"0",
"1458"
],
[
"5",
"Gol Gol",
"7",
"3",
"9",
"0",
"1671"
],
[
"6",
"Nangiloc",
"7",
"3",
"9",
"0",
"1687"
],
[
"7",
"Cardross",
"6",
"3",
"10",
"0",
"1739"
],
[
"8",
"Meringur",
"2",
"3",
"14",
"0",
"2172"
]
] |
[
{
"Formula": "FILTER(C1,E1=\"8\")",
"Formula2": "FILTER(C2:C10,E2:E10=\"8\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the number of gold medals when the number of bronze medals is 8?",
"Tokens": [
"FILTER(",
"C1",
"E1",
"=",
"\"8\""
]
},
{
"Formula": "FILTER(A1,E1=\"source: maltese olympic committee\")",
"Formula2": "FILTER(A2:A10,E2:E10=\"source: maltese olympic committee\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What rank is the nation that has a bronze of source: Maltese Olympic Committee?",
"Tokens": [
"FILTER(",
"A1",
"E1",
"=",
"\"source: maltese olympic committee\""
]
},
{
"Formula": "FILTER(A1,D1=\"2\")",
"Formula2": "FILTER(A2:A10,D2:D10=\"2\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What rank is the nation with 2 silver medals?",
"Tokens": [
"FILTER(",
"A1",
"D1",
"=",
"\"2\""
]
},
{
"Formula": "FILTER(F1,C1=\"5\")",
"Formula2": "FILTER(F2:F10,C2:C10=\"5\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the total medal count for the nation that has 5 gold?",
"Tokens": [
"FILTER(",
"F1",
"C1",
"=",
"\"5\""
]
},
{
"Formula": "FILTER(E1,A1=\"1\")",
"Formula2": "FILTER(E2:E10,A2:A10=\"1\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many bronze medals does the nation ranked number 1 have?",
"Tokens": [
"FILTER(",
"E1",
"A1",
"=",
"\"1\""
]
},
{
"Formula": "FILTER(B1,E1=\"28\")",
"Formula2": "FILTER(B2:B10,E2:E10=\"28\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What nation has 28 bronze medals?",
"Tokens": [
"FILTER(",
"B1",
"E1",
"=",
"\"28\""
]
}
] | dev_2-17430115-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"Iceland",
"33",
"17",
"28",
"78"
],
[
"3",
"2",
"Cyprus",
"22",
"25",
"22",
"69"
],
[
"4",
"3",
"Luxembourg",
"20",
"26",
"12",
"59"
],
[
"5",
"4",
"Liechtenstein",
"5",
"2",
"1",
"8"
],
[
"6",
"5",
"Monaco",
"3",
"4",
"17",
"24"
],
[
"7",
"6",
"Andorra",
"2",
"5",
"8",
"15"
],
[
"8",
"7",
"San Marino",
"2",
"5",
"2",
"9"
],
[
"9",
"8",
"Malta",
"1",
"4",
"7",
"12"
],
[
"10",
"Source: Maltese Olympic Committee",
"Source: Maltese Olympic Committee",
"Source: Maltese Olympic Committee",
"Source: Maltese Olympic Committee",
"Source: Maltese Olympic Committee",
"Source: Maltese Olympic Committee"
]
] |
[
{
"Formula": "MINIFS(E1,A1,\"bronze\")",
"Formula2": "MINIFS(E2:E7,A2:A7,\"bronze\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the earliest date for the bronze medal?",
"Tokens": [
"MINIFS(",
"E1",
"A1",
"\"bronze\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"athletics\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<16))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E7,C2:C7=\"athletics\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<16))",
"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 had the sport of athletics on a date earlier than 16?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"athletics\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"16"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"wolfgang schattauer\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"wolfgang schattauer\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the sport for wolfgang schattauer?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"wolfgang schattauer\"",
"3"
]
},
{
"Formula": "SUM(FILTER(E1, (C1=\"athletics\")*(A1=\"bronze\")))",
"Formula2": "SUM(FILTER(E2:E7, (C2:C7=\"athletics\")*(A2:A7=\"bronze\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "what is the date when the medal is bronze for athletics?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"C1",
"=",
"\"athletics\"",
"*",
"A1",
"=",
"\"bronze\""
]
}
] | test_2-18646111-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Medal",
"Name",
"Sport",
"Event",
"Date"
],
[
"2",
"Gold",
"Thomas Geierspichler",
"Athletics",
"Men's Marathon - T52",
"17"
],
[
"3",
"Gold",
"Andrea Scherney",
"Athletics",
"Women's Long Jump - F44",
"9"
],
[
"4",
"Gold",
"Wolfgang Schattauer",
"Cycling",
"Men's Individual Road Time Trial - HC A",
"12"
],
[
"5",
"Gold",
"Andreas Vevera",
"Table Tennis",
"Men's Singles - TT1",
"11"
],
[
"6",
"Silver",
"Wolfgang Eibeck",
"Cycling",
"Men's Individual Road Time Trial - LC1",
"12"
],
[
"7",
"Bronze",
"Thomas Geierspichler",
"Athletics",
"Men's 800 m - T52",
"16"
]
] |
[
{
"Formula": "SUMIFS(A1,B1,\"Zoe and Matt\")",
"Formula2": "SUMIFS(A2:A6,B2:B6,\"Zoe and Matt\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is Zoe and Matt's rank?",
"Tokens": [
"SUMIFS(",
"A1",
"B1",
"\"Zoe and Matt\""
]
},
{
"Formula": "SUMIFS(C1,B1,\"Roxanne and Daniel\")",
"Formula2": "SUMIFS(C2:C6,B2:B6,\"Roxanne and Daniel\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the judge's total for Roxanne and Daniel?",
"Tokens": [
"SUMIFS(",
"C1",
"B1",
"\"Roxanne and Daniel\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"Zoe and Matt\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"Zoe and Matt\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Zoe and Matt's result?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"Zoe and Matt\"",
"7"
]
},
{
"Formula": "LET(query1,SUMMARIZE(G1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=6))",
"Formula2": "LET(query1,SUMMARIZE(G2:G6,SUMX(C2:C6)),FILTER(query1,CHOOSECOLS(query1,2)=6))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the result of judge 6?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"G1",
"SUMX(",
"C1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"6"
]
}
] | test_1-19744915-16 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Rank",
"Couple",
"Judges",
"Public",
"Total",
"Vote percentage",
"Result"
],
[
"2",
"1",
"Jessica and Pavel",
"6",
"4",
"10",
"10.220%",
"Safe"
],
[
"3",
"2",
"Roxanne and Daniel",
"3",
"5",
"8",
"13.563%",
"Safe"
],
[
"4",
"3",
"Zoe and Matt",
"5",
"3",
"8",
"7.593%",
"Safe"
],
[
"5",
"4",
"Coleen and Stuart",
"1",
"6",
"7",
"61.801%",
"Safe"
],
[
"6",
"5",
"Melinda and Fred",
"4",
"1",
"5",
"2.922%",
"Bottom two"
]
] |
[
{
"Formula": "SUM(FILTER(B1, D1=10))",
"Formula2": "SUM(FILTER(B2:B8, D2:D8=10))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Name the kurdistan democratic party for kurdistan list being 10",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"D1",
"=",
"10"
]
},
{
"Formula": "MAXIFS(D1,A1,\"Diyala\")",
"Formula2": "MAXIFS(D2:D8,A2:A8,\"Diyala\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the most kirdistan list for diyala",
"Tokens": [
"MAXIFS(",
"D1",
"A1",
"\"Diyala\""
]
},
{
"Formula": "SUMIFS(E1,A1,\"Hewler\")",
"Formula2": "SUMIFS(E2:E8,A2:A8,\"Hewler\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the governorate seats for hewler",
"Tokens": [
"SUMIFS(",
"E1",
"A1",
"\"Hewler\""
]
},
{
"Formula": "MIN(D1)",
"Formula2": "MIN(D2:D8)",
"Funcs": [
"MIN(",
"Cell"
],
"Level": "easy",
"Question": "Name the least total kurdistan list",
"Tokens": [
"MIN(",
"D1"
]
},
{
"Formula": "MAXIFS(E1,A1,\"Hewler\")",
"Formula2": "MAXIFS(E2:E8,A2:A8,\"Hewler\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the most total governorate seats for hewler",
"Tokens": [
"MAXIFS(",
"E1",
"A1",
"\"Hewler\""
]
}
] | train_1-24440361-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Governorate",
"Kurdistan Democratic Party",
"Patriotic Union of Kurdistan",
"Total Kurdistan List",
"Total Governorate Seats"
],
[
"2",
"Diyala",
"0",
"1",
"1",
"13"
],
[
"3",
"Duhok",
"8",
"1",
"9",
"10"
],
[
"4",
"Hewler",
"8",
"2",
"10",
"14"
],
[
"5",
"Kerkuk",
"2",
"4",
"6",
"12"
],
[
"6",
"Ninawa",
"6",
"2",
"8",
"31"
],
[
"7",
"Silemani",
"2",
"6",
"8",
"17"
],
[
"8",
"Compensatory seats",
"0",
"1",
"1",
"7"
]
] |
[
{
"Formula": "SUMIFS(F1,E1,\"lake oval\")",
"Formula2": "SUMIFS(F2:F7,E2:E7,\"lake oval\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many people were in the crowd at Lake Oval?",
"Tokens": [
"SUMIFS(",
"F1",
"E1",
"\"lake oval\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"geelong\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"geelong\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Where was the game played when Geelong was the away team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"geelong\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(G1=\"27 june 1981\")*(E1=\"vfl park\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,(G2:G7=\"27 june 1981\")*(E2:E7=\"vfl park\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What team was the home team on 27 june 1981, at vfl park?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"27 june 1981\"",
"*",
"E1",
"=",
"\"vfl park\"",
"1"
]
}
] | train_2-10823950-14 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Carlton",
"15.25 (115)",
"Footscray",
"5.4 (34)",
"Princes Park",
"17,419",
"27 June 1981"
],
[
"3",
"Richmond",
"21.23 (149)",
"North Melbourne",
"15.16 (106)",
"MCG",
"31,212",
"27 June 1981"
],
[
"4",
"St Kilda",
"18.19 (127)",
"Melbourne",
"8.7 (55)",
"Moorabbin Oval",
"14,058",
"27 June 1981"
],
[
"5",
"South Melbourne",
"9.16 (70)",
"Fitzroy",
"14.9 (93)",
"Lake Oval",
"11,756",
"27 June 1981"
],
[
"6",
"Collingwood",
"13.8 (86)",
"Geelong",
"9.14 (68)",
"VFL Park",
"50,441",
"27 June 1981"
],
[
"7",
"Hawthorn",
"20.13 (133)",
"Essendon",
"22.19 (151)",
"The Gabba",
"20,351",
"28 June 1981"
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.