t5Formulas listlengths 1 209 | TableName stringlengths 4 51 | Table listlengths 4 28 |
|---|---|---|
[
{
"Formula": "MIN(FILTER(A1, (D1=\"warren luff\")*(E1=\"7th\")*(F1<161)))",
"Formula2": "MIN(FILTER(A2:A19, (D2:D19=\"warren luff\")*(E2:E19=\"7th\")*(F2:F19<161)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the lowest Year, when Co-Driver is Warren Luff, when Position is 7th, and when Laps is less than 161?",
"Tokens": [
"MIN(",
"FILTER(",
"A1",
"D1",
"=",
"\"warren luff\"",
"*",
"E1",
"=",
"\"7th\"",
"*",
"F1",
"<",
"161"
]
},
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=156))",
"Formula2": "LET(query1,SUMMARIZE(E2:E19,SUMX(F2:F19)),FILTER(query1,CHOOSECOLS(query1,2)=156))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is Position, when Laps is 156?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"156"
]
},
{
"Formula": "MAX(FILTER(A1, F1>161))",
"Formula2": "MAX(FILTER(A2:A19, F2:F19>161))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the highest Year, when Laps is greater than 161?",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"F1",
">",
"161"
]
}
] | train_2-1643304-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Number",
"Team",
"Co-driver",
"Position",
"Laps"
],
[
"2",
"1994",
"18",
"Dick Johnson Racing",
"Allan Grice",
"7th",
"160"
],
[
"3",
"1995",
"18",
"Dick Johnson Racing",
"Charlie O'Brien",
"7th",
"158"
],
[
"4",
"1996",
"18",
"Dick Johnson Racing",
"Tommy Kendall",
"8th",
"158"
],
[
"5",
"1997",
"18",
"Dick Johnson Racing",
"Craig Baird",
"4th",
"158"
],
[
"6",
"1998",
"17",
"Dick Johnson Racing",
"Dick Johnson",
"DNF",
"60"
],
[
"7",
"1999",
"17",
"Dick Johnson Racing",
"Dick Johnson",
"4th",
"161"
],
[
"8",
"2000",
"17",
"Dick Johnson Racing",
"Cameron McLean",
"4th",
"161"
],
[
"9",
"2001",
"17",
"Dick Johnson Racing",
"Paul Radisich",
"DNF",
"63"
],
[
"10",
"2002",
"17",
"Dick Johnson Racing",
"Paul Radisich",
"DNF",
"29"
],
[
"11",
"2003",
"17",
"Dick Johnson Racing",
"Warren Luff",
"13th",
"156"
],
[
"12",
"2004",
"17",
"Dick Johnson Racing",
"Warren Luff",
"7th",
"161"
],
[
"13",
"2005",
"17",
"Dick Johnson Racing",
"Will Davison",
"19th",
"133"
],
[
"14",
"2006",
"17",
"Dick Johnson Racing",
"Will Davison",
"DNF",
"27"
],
[
"15",
"2007",
"17",
"Dick Johnson Racing",
"Will Davison",
"3rd",
"161"
],
[
"16",
"2008",
"18",
"Dick Johnson Racing",
"Will Davison",
"6th",
"161"
],
[
"17",
"2009",
"17",
"Dick Johnson Racing",
"James Courtney",
"24th",
"131"
],
[
"18",
"2010",
"17",
"Dick Johnson Racing",
"Marcus Marshall",
"12th",
"161"
],
[
"19",
"2011",
"17",
"Dick Johnson Racing",
"David Besnard",
"DNF",
"112"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=4)*(C1=1995)),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,(E2:E10=4)*(C2:C10=1995)),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which player was +4 to par and won the Open in 1995?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"4",
"*",
"C1",
"=",
"1995",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=8),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,E2:E10=8),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which player has a to par of +8?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"8",
"1"
]
}
] | train_2-18811509-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Player",
"Country",
"Year(s) won",
"Total",
"To par",
"Finish"
],
[
"2",
"Tom Watson",
"United States",
"1975 , 1977 , 1980 , 1982 , 1983",
"278",
"–2",
"2nd"
],
[
"3",
"Ernie Els",
"South Africa",
"2002",
"281",
"+1",
"T8"
],
[
"4",
"Justin Leonard",
"United States",
"1997",
"281",
"+1",
"T8"
],
[
"5",
"Mark Calcavecchia",
"United States",
"1989",
"284",
"+4",
"T27"
],
[
"6",
"John Daly",
"United States",
"1995",
"284",
"+4",
"T27"
],
[
"7",
"Paul Lawrie",
"Scotland",
"1999",
"288",
"+8",
"T47"
],
[
"8",
"Tom Lehman",
"United States",
"1996",
"290",
"+10",
"T60"
],
[
"9",
"Pádraig Harrington",
"Ireland",
"2007 , 2008",
"292",
"+12",
"T65"
],
[
"10",
"Mark O'Meara",
"United States",
"1998",
"295",
"+15",
"T70"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=12))",
"Formula2": "LET(query1,SUMMARIZE(D2:D15,SUMX(A2:A15)),FILTER(query1,CHOOSECOLS(query1,2)=12))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Where did the Oakland Raiders play in week 12 of their 1976 season?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"12"
]
}
] | train_2-12293930-12 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Opponent",
"Result",
"Game site",
"Attendance"
],
[
"2",
"1",
"Pittsburgh Steelers",
"W 31–28",
"Oakland-Alameda County Coliseum",
"51,371"
],
[
"3",
"2",
"at Kansas City Chiefs",
"W 24–21",
"Arrowhead Stadium",
"60,884"
],
[
"4",
"3",
"at Houston Oilers",
"W 14–13",
"Houston Astrodome",
"42,338"
],
[
"5",
"4",
"at New England Patriots",
"L 17–48",
"Schaefer Stadium",
"61,068"
],
[
"6",
"5",
"at San Diego Chargers",
"W 27–17",
"San Diego Stadium",
"50,523"
],
[
"7",
"6",
"at Denver Broncos",
"W 17–10",
"Mile High Stadium",
"63,431"
],
[
"8",
"7",
"Green Bay Packers",
"W 18–14",
"Oakland-Alameda County Coliseum",
"52,232"
],
[
"9",
"8",
"Denver Broncos",
"W 19–6",
"Oakland-Alameda County Coliseum",
"52,169"
],
[
"10",
"9",
"at Chicago Bears",
"W 28–27",
"Soldier Field (I)",
"53,585"
],
[
"11",
"10",
"Kansas City Chiefs",
"W 21–10",
"Oakland-Alameda County Coliseum",
"48,259"
],
[
"12",
"11",
"at Philadelphia Eagles",
"W 26–7",
"Veterans Stadium",
"65,990"
],
[
"13",
"12",
"Tampa Bay Buccaneers",
"W 49–16",
"Oakland-Alameda County Coliseum",
"49,590"
],
[
"14",
"13",
"Cincinnati Bengals",
"W 35–20",
"Oakland-Alameda County Coliseum",
"52,430"
],
[
"15",
"14",
"San Diego Chargers",
"W 24–0",
"Oakland-Alameda County Coliseum",
"50,102"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Joe Waggonner\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"Joe Waggonner\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What district did Joe Waggonner belong to?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Joe Waggonner\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=1940),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,D2:D8=1940),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the name of the incumbent who was first eleccted in 1940?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"1940",
"2"
]
}
] | train_1-1341738-19 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"Louisiana 1",
"F. Edward Hebert",
"Democratic",
"1940",
"Re-elected",
"F. Edward Hebert (D) Unopposed"
],
[
"3",
"Louisiana 2",
"Hale Boggs",
"Democratic",
"1946",
"Re-elected",
"Hale Boggs (D) 51.2% David C. Treen (R) 48.8%"
],
[
"4",
"Louisiana 3",
"Edwin E. Willis",
"Democratic",
"1948",
"Lost renomination Democratic hold",
"Patrick T. Caffery (D) Unopposed"
],
[
"5",
"Louisiana 4",
"Joe Waggonner",
"Democratic",
"1961",
"Re-elected",
"Joe Waggonner (D) Unopposed"
],
[
"6",
"Louisiana 5",
"Otto Passman",
"Democratic",
"1946",
"Re-elected",
"Otto Passman (D) Unopposed"
],
[
"7",
"Louisiana 6",
"John Rarick",
"Democratic",
"1966",
"Re-elected",
"John Rarick (D) 79.3% Loyd J. Rockhold (R) 20.7%"
],
[
"8",
"Louisiana 7",
"Edwin Edwards",
"Democratic",
"1965",
"Re-elected",
"Edwin Edwards (D) 84.9% Vance W. Plauche (R) 15.1%"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:I1,I1=\"12th\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=14))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:I18,I2:I18=\"12th\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=14))",
"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 Series had 14 races and 12th position?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"I1",
"I1",
"=",
"\"12th\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"14"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"formula bmw usa\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I18,B2:B18=\"formula bmw usa\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What season was the Formula BMW USA in?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"formula bmw usa\"",
"1"
]
},
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(G1)),FILTER(query1,CHOOSECOLS(query1,2)>10))",
"Formula2": "LET(query1,SUMMARIZE(B2:B18,SUMX(G2:G18)),FILTER(query1,CHOOSECOLS(query1,2)>10))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What series had more than 10 Podiums?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"G1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"10"
]
}
] | train_2-15570607-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Season",
"Series",
"Team",
"Races",
"Wins",
"Poles",
"Podiums",
"Points",
"Position"
],
[
"2",
"2005",
"Formula BMW USA",
"EuroInternational",
"12",
"3",
"1",
"5",
"108",
"5th"
],
[
"3",
"2006",
"Eurocup Formula Renault 2.0",
"Cram Competition",
"14",
"0",
"0",
"0",
"34",
"10th"
],
[
"4",
"2006",
"Formula Renault 2.0 Italy",
"Cram Competition",
"12",
"0",
"1",
"10",
"216",
"3rd"
],
[
"5",
"2006–07",
"Toyota Racing Series",
"Mark Petch Motorsport",
"5",
"0",
"0",
"1",
"78",
"25th"
],
[
"6",
"2007",
"Formula 3 Euro Series",
"ASL Mücke Motorsport",
"20",
"0",
"0",
"1",
"8",
"15th"
],
[
"7",
"2007",
"Masters of Formula 3",
"ASL Mücke Motorsport",
"1",
"0",
"0",
"0",
"N/A",
"5th"
],
[
"8",
"2007–08",
"A1 Grand Prix",
"A1 Team Italy",
"14",
"0",
"0",
"0",
"12",
"18th"
],
[
"9",
"2008",
"Italian Formula Three",
"Team Ghinzani",
"16",
"7",
"8",
"11",
"127",
"2nd"
],
[
"10",
"2008",
"Euroseries 3000",
"Sighinolfi Autoracing",
"2",
"0",
"0",
"2",
"10",
"14th"
],
[
"11",
"2008",
"Spanish Formula Three",
"GTA Motor Competición",
"2",
"0",
"0",
"0",
"0",
"NC"
],
[
"12",
"2008–09",
"A1 Grand Prix",
"A1 Team Italy",
"8",
"0",
"0",
"0",
"17",
"16th"
],
[
"13",
"2009",
"FIA Formula Two Championship",
"Motorsport Vision",
"14",
"0",
"0",
"0",
"19",
"12th"
],
[
"14",
"2009",
"Euroseries 3000",
"Emmebi Motorsport",
"3",
"0",
"0",
"1",
"11",
"9th"
],
[
"15",
"2009–10",
"GP2 Asia Series",
"DAMS",
"8",
"0",
"0",
"0",
"3",
"16th"
],
[
"16",
"2010",
"Auto GP",
"DAMS",
"12",
"0",
"0",
"5",
"42",
"2nd"
],
[
"17",
"2010",
"Formula Le Mans",
"DAMS",
"1",
"0",
"1",
"0",
"1",
"15th"
],
[
"18",
"2010",
"GP2 Series",
"Trident Racing",
"2",
"0",
"0",
"0",
"2",
"26th"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Gordon Close-Support Weapon System\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"Gordon Close-Support Weapon System\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who are all the major users of the Gordon Close-Support Weapon System?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"Gordon Close-Support Weapon System\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Flieger-Doppelpistole 1919\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"Flieger-Doppelpistole 1919\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What country made the Flieger-Doppelpistole 1919?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"Flieger-Doppelpistole 1919\"",
"3"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(B1, A1=\"Neal submachine gun\")))",
"Formula2": "ROWS(UNIQUE(FILTER(B2:B9, A2:A9=\"Neal submachine gun\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many years of introduction does the Neal Submachine Gun have?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"B1",
"A1",
"=",
"\"Neal submachine gun\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Australia\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"Australia\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who are the major users from Australia?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"Australia\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Saturn machine pistol\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"Saturn machine pistol\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who are all the major users of the Saturn Machine Pistol?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"Saturn machine pistol\"",
"5"
]
}
] | train_1-29474407-11 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name/ designation",
"Year of intro",
"Country of origin",
"Primary cartridge",
"Major users"
],
[
"2",
"CSMG",
"2000",
"Belgium",
"9x19mm Parabellum 22mm Grenade",
"n/a"
],
[
"3",
"Flieger-Doppelpistole 1919",
"1919",
"Switzerland",
"7.65x21mm Parabellum",
"n/a"
],
[
"4",
"Gordon Close-Support Weapon System",
"1972",
"Australia",
"9x19mm Parabellum",
"n/a"
],
[
"5",
"ITM Model 4",
"1990",
"United States",
"9x19mm Parabellum",
"n/a"
],
[
"6",
"Neal submachine gun",
"1948",
"United States",
".22LR",
"n/a"
],
[
"7",
"Onorati SMG",
"1935",
"Italy",
"9x19mm Parabellum",
"n/a"
],
[
"8",
"Saturn machine pistol",
"1985",
"Colombia",
".22LR",
"n/a"
],
[
"9",
"SerLea",
"1990",
"Lebanon",
"9x19mm Parabellum",
"n/a"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"15.9 (99)\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"15.9 (99)\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which home team score has an Away team score of 15.9 (99)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"15.9 (99)\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"15.9 (99)\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"15.9 (99)\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Home team with Away team score of 15.9 (99)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"15.9 (99)\"",
"2"
]
}
] | train_2-10809142-14 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"St Kilda",
"7.12 (54)",
"South Melbourne",
"10.19 (79)",
"Junction Oval",
"8,000",
"5 August 1944"
],
[
"3",
"Geelong",
"11.20 (86)",
"Hawthorn",
"9.7 (61)",
"Kardinia Park",
"7,000",
"5 August 1944"
],
[
"4",
"Collingwood",
"8.12 (60)",
"Footscray",
"15.9 (99)",
"Victoria Park",
"9,000",
"5 August 1944"
],
[
"5",
"Carlton",
"4.14 (38)",
"Melbourne",
"8.6 (54)",
"Princes Park",
"10,000",
"5 August 1944"
],
[
"6",
"North Melbourne",
"11.12 (78)",
"Fitzroy",
"15.11 (101)",
"Arden Street Oval",
"14,000",
"5 August 1944"
],
[
"7",
"Richmond",
"11.17 (83)",
"Essendon",
"12.15 (87)",
"Punt Road Oval",
"26,000",
"5 August 1944"
]
] |
[
{
"Formula": "FILTER(C1,A1>16)",
"Formula2": "FILTER(C2:C18,A2:A18>16)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What's the Opponent with a Week that's larger than 16?",
"Tokens": [
"FILTER(",
"C1",
"A1",
">",
"16"
]
},
{
"Formula": "FILTER(F1,C1=\"san diego chargers\")",
"Formula2": "FILTER(F2:F18,C2:C18=\"san diego chargers\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What's the Game SIte with an Opponent of San Diego Chargers?",
"Tokens": [
"FILTER(",
"F1",
"C1",
"=",
"\"san diego chargers\""
]
}
] | dev_2-14882589-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Record",
"Game Site",
"TV Time",
"Attendance"
],
[
"2",
"1",
"September 3, 1995",
"Cincinnati Bengals",
"L 21–24",
"0–1",
"RCA Dome",
"NBC 1:00pm",
"42,445"
],
[
"3",
"2",
"September 10, 1995",
"at New York Jets",
"W 27–24",
"1–1",
"The Meadowlands",
"NBC 4:05pm",
"65,134"
],
[
"4",
"3",
"September 17, 1995",
"at Buffalo Bills",
"L 14–20",
"1–2",
"Rich Stadium",
"NBC 1:00pm",
"62,499"
],
[
"5",
"4",
"Bye",
"Bye",
"Bye",
"Bye",
"Bye",
"Bye",
"Bye"
],
[
"6",
"5",
"October 1, 1995",
"St. Louis Rams",
"W 21–18",
"2–2",
"RCA Dome",
"FOX 1:00pm",
"58,616"
],
[
"7",
"6",
"October 8, 1995",
"at Miami Dolphins",
"W 27–24",
"3–2",
"Joe Robbie Stadium",
"NBC 4:05pm",
"68,471"
],
[
"8",
"7",
"October 15, 1995",
"San Francisco 49ers",
"W 18–17",
"4–2",
"RCA Dome",
"FOX 1:00pm",
"60,273"
],
[
"9",
"8",
"October 22, 1995",
"at Oakland Raiders",
"L 17–30",
"4–3",
"Oakland-Alameda County Coliseum",
"NBC 4:05pm",
"53,543"
],
[
"10",
"9",
"October 29, 1995",
"New York Jets",
"W 17–10",
"5–3",
"RCA Dome",
"NBC 1:00pm",
"49,250"
],
[
"11",
"10",
"November 5, 1995",
"Buffalo Bills",
"L 10–16",
"5–4",
"RCA Dome",
"NBC 1:00pm",
"59,612"
],
[
"12",
"11",
"November 12, 1995",
"at New Orleans Saints",
"L 14–17",
"5–5",
"Louisiana Superdome",
"NBC 1:00pm",
"44,122"
],
[
"13",
"12",
"November 19, 1995",
"at New England Patriots",
"W 24–10",
"6–5",
"Foxboro Stadium",
"NBC 1:00pm",
"59,544"
],
[
"14",
"13",
"November 26, 1995",
"Miami Dolphins",
"W 36–28",
"7–5",
"RCA Dome",
"NBC 1:00pm",
"60,414"
],
[
"15",
"14",
"December 3, 1995",
"at Carolina Panthers",
"L 10–13",
"7–6",
"Memorial Stadium",
"NBC 1:00pm",
"49,841"
],
[
"16",
"15",
"December 10, 1995",
"at Jacksonville Jaguars",
"W 41–31",
"8–6",
"Jacksonville Municipal Stadium",
"NBC 1:00pm",
"66,099"
],
[
"17",
"16",
"December 17, 1995",
"San Diego Chargers",
"L 24–27",
"8–7",
"RCA Dome",
"NBC 1:00pm",
"55,318"
],
[
"18",
"17",
"December 23, 1995",
"New England Patriots",
"W 10–7",
"9–7",
"RCA Dome",
"ESPN 8:15pm",
"54,685"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"тонэн ~ тонэныд\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,C2:C9=\"тонэн ~ тонэныд\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the 3rd person pl for тонэн ~ тонэныд",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"тонэн ~ тонэныд\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"тонэ\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,C2:C9=\"тонэ\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the 1st person pl for тонэ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"тонэ\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"dative\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,A2:A9=\"dative\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the 3rd pers pl for dative",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"dative\"",
"7"
]
}
] | train_1-25574050-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Case",
"1st pers. sing.",
"2nd pers. sing.",
"3rd pers. sing.",
"1st pers. pl",
"2nd pers. pl.",
"3rd pers pl."
],
[
"2",
"nominative",
"мон",
"тон",
"со",
"ми",
"тӥ",
"соос"
],
[
"3",
"genitive",
"мынам",
"тынад",
"солэн",
"милям",
"тӥляд",
"соослэн"
],
[
"4",
"accusative",
"монэ",
"тонэ",
"сое",
"милемыз ~ милемды",
"тӥледыз ~ тӥледды",
"соосыз ~ соосты"
],
[
"5",
"ablative",
"мынэсьтым",
"тынэсьтыд",
"солэсь",
"милесьтым",
"тӥлесьтыд",
"соослэсь"
],
[
"6",
"dative",
"мыным",
"тыныд",
"солы",
"милем(лы)",
"тӥлед(лы)",
"соослы"
],
[
"7",
"instrumental",
"монэн ~ монэным",
"тонэн ~ тонэныд",
"соин",
"милемын ~ миленымы",
"тӥледын ~ тӥленыды",
"соосын"
],
[
"8",
"abessive",
"монтэк",
"тонтэк",
"сотэк",
"митэк",
"тӥтэк",
"соостэк"
],
[
"9",
"adverbial",
"монъя",
"тонъя",
"соя",
"мия",
"тӥя",
"соосъя"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"lake oval\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"lake oval\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the away team at the game played at Lake Oval?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"lake oval\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"20.17 (137)\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"20.17 (137)\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Where was the game played that had an away team score of 20.17 (137)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"20.17 (137)\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"collingwood\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"collingwood\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the home team score for the game played against Collingwood?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"collingwood\"",
"2"
]
},
{
"Formula": "MINIFS(F1,E1,\"princes park\")",
"Formula2": "MINIFS(F2:F7,E2:E7,\"princes park\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Who was the team with the smallest crowd at the Princes Park venue?",
"Tokens": [
"MINIFS(",
"F1",
"E1",
"\"princes park\""
]
}
] | test_2-10887379-21 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Hawthorn",
"16.14 (110)",
"Melbourne",
"14.15 (99)",
"Princes Park",
"8,850",
"20 August 1977"
],
[
"3",
"Essendon",
"10.13 (73)",
"Fitzroy",
"20.17 (137)",
"Windy Hill",
"10,180",
"20 August 1977"
],
[
"4",
"St Kilda",
"11.12 (78)",
"North Melbourne",
"15.16 (106)",
"Moorabbin Oval",
"11,506",
"20 August 1977"
],
[
"5",
"South Melbourne",
"8.9 (57)",
"Collingwood",
"12.17 (89)",
"Lake Oval",
"29,186",
"20 August 1977"
],
[
"6",
"Richmond",
"15.13 (103)",
"Carlton",
"14.16 (100)",
"MCG",
"49,134",
"20 August 1977"
],
[
"7",
"Footscray",
"11.19 (85)",
"Geelong",
"10.8 (68)",
"VFL Park",
"11,010",
"20 August 1977"
]
] |
[
{
"Formula": "MAX(FILTER(B1, (A1>6)*(C1>216)))",
"Formula2": "MAX(FILTER(B2:B6, (A2:A6>6)*(C2:C6>216)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the highest Pick that has a round greater than 6 and an overall greater than 216?",
"Tokens": [
"MAX(",
"FILTER(",
"B1",
"A1",
">",
"6",
"*",
"C1",
">",
"216"
]
},
{
"Formula": "MAX(FILTER(A1, (C1=143)*(B1>6)))",
"Formula2": "MAX(FILTER(A2:A6, (C2:C6=143)*(B2:B6>6)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the highest round that has an overall of 143 and a pick greater than 6?",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"C1",
"=",
"143",
"*",
"B1",
">",
"6"
]
}
] | test_2-17100961-78 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Round",
"Pick",
"Overall",
"Name",
"Position",
"College"
],
[
"2",
"1",
"6",
"6",
"LaRon Landry",
"S",
"Louisiana State"
],
[
"3",
"5",
"6",
"143",
"Dallas Sartz",
"LB",
"Southern California"
],
[
"4",
"6",
"5",
"179",
"H. B. Blades",
"LB",
"Pittsburgh"
],
[
"5",
"6",
"31",
"205",
"Jordan Palmer",
"QB",
"Texas-El Paso"
],
[
"6",
"7",
"6",
"216",
"Tyler Ecker",
"TE",
"Michigan"
]
] |
[
{
"Formula": "SUMIFS(F1,G1,\"49-15-11\")",
"Formula2": "SUMIFS(F2:F14,G2:G14,\"49-15-11\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many times was there a record of 49-15-11?",
"Tokens": [
"SUMIFS(",
"F1",
"G1",
"\"49-15-11\""
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(D1, B1=\"March 6\")))",
"Formula2": "ROWS(UNIQUE(FILTER(D2:D14, B2:B14=\"March 6\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many scores had a date of March 6?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"D1",
"B1",
"=",
"\"March 6\""
]
}
] | train_1-23308178-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Game",
"Date",
"Opponent",
"Score",
"Location",
"Attendance",
"Record",
"Points"
],
[
"2",
"63",
"March 3",
"Buffalo Sabres",
"3 - 1",
"HSBC Arena",
"18690",
"42-13-8",
"92"
],
[
"3",
"64",
"March 4",
"Tampa Bay Lightning",
"5 - 4",
"Verizon Center",
"18277",
"43-13-8",
"94"
],
[
"4",
"65",
"March 6",
"New York Rangers",
"2 - 0",
"Verizon Center",
"18277",
"44-13-8",
"96"
],
[
"5",
"66",
"March 8",
"Dallas Stars",
"4 - 3 SO",
"Verizon Center",
"18277",
"44-13-9",
"97"
],
[
"6",
"67",
"March 10",
"Carolina Hurricanes",
"4 - 3 OT",
"Verizon Center",
"18277",
"45-13-9",
"99"
],
[
"7",
"68",
"March 12",
"Tampa Bay Lightning",
"2 - 3",
"Verizon Center",
"18277",
"45-14-9",
"99"
],
[
"8",
"69",
"March 14",
"Chicago Blackhawks",
"4 - 3 OT",
"United Center",
"22289",
"46-14-9",
"101"
],
[
"9",
"70",
"March 16",
"Florida Panthers",
"7 - 3",
"BankAtlantic Center",
"15123",
"47-14-9",
"103"
],
[
"10",
"71",
"March 18",
"Carolina Hurricanes",
"3 - 4 OT",
"RBC Center",
"18144",
"47-14-10",
"104"
],
[
"11",
"72",
"March 20",
"Tampa Bay Lightning",
"3 - 1",
"St. Pete Times Forum",
"19844",
"48-14-10",
"106"
],
[
"12",
"73",
"March 24",
"Pittsburgh Penguins",
"4 - 3 SO",
"Verizon Center",
"18277",
"49-14-10",
"108"
],
[
"13",
"74",
"March 25",
"Carolina Hurricanes",
"3 - 2 SO",
"RBC Center",
"18046",
"49-14-11",
"109"
],
[
"14",
"75",
"March 28",
"Calgary Flames",
"5 - 3",
"Verizon Center",
"18277",
"49-15-11",
"109"
]
] |
[
{
"Formula": "MAX(FILTER(H1, (A1=\"125 cc\")*(J1>1)))",
"Formula2": "MAX(FILTER(H2:H6, (A2:A6=\"125 cc\")*(J2:J6>1)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the highest pole for class 125 cc and a WChmp more than 1?",
"Tokens": [
"MAX(",
"FILTER(",
"H1",
"A1",
"=",
"\"125 cc\"",
"*",
"J1",
">",
"1"
]
},
{
"Formula": "MAXIFS(I1,A1,\"500 cc\")",
"Formula2": "MAXIFS(I2:I6,A2:A6,\"500 cc\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the highest flap for class 500 cc?",
"Tokens": [
"MAXIFS(",
"I1",
"A1",
"\"500 cc\""
]
}
] | train_2-180306-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J"
],
[
"1",
"Class",
"Seas",
"1st GP",
"1st Pod",
"1st Win",
"Race",
"Podiums",
"Pole",
"FLap",
"WChmp"
],
[
"2",
"125 cc",
"1996–1997",
"1996 Malaysia",
"1996 Austria",
"1996 Czech Rep.",
"30",
"15",
"5",
"9",
"1"
],
[
"3",
"250 cc",
"1998–1999",
"1998 Japan",
"1998 Spain",
"1998 Dutch",
"30",
"21",
"5",
"11",
"1"
],
[
"4",
"500 cc",
"2000–2001",
"2000 South Af.",
"2000 Spain",
"2000 British",
"32",
"23",
"4",
"15",
"1"
],
[
"5",
"MotoGP",
"2002– present",
"2002 Japan",
"2002 Japan",
"2002 Japan",
"201",
"124",
"45",
"53",
"6"
],
[
"6",
"Total",
"1996– present",
"1996– present",
"1996– present",
"1996– present",
"293",
"183",
"59",
"88",
"9"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Ohio 18\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,A2:A9=\"Ohio 18\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the first electedfor district ohio 18",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Ohio 18\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Ohio 12\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,A2:A9=\"Ohio 12\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the incumbent for ohio 12?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Ohio 12\"",
"2"
]
}
] | train_1-1342249-35 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"Ohio 2",
"William E. Hess",
"Republican",
"1938",
"Re-elected",
"William E. Hess (R) 56.0% J. Harry Moore (D) 44.0%"
],
[
"3",
"Ohio 6",
"Edward O. McCowen",
"Republican",
"1942",
"Re-elected",
"Edward O. McCowen (R) 51.8% John W. Bush (D) 48.2%"
],
[
"4",
"Ohio 9",
"Homer A. Ramey",
"Republican",
"1942",
"Re-elected",
"Homer A. Ramey (R) 51.6% John F. Hunter (D) 48.4%"
],
[
"5",
"Ohio 12",
"John M. Vorys",
"Republican",
"1938",
"Re-elected",
"John M. Vorys (R) 54.3% Forrest F. Smith (D) 45.7%"
],
[
"6",
"Ohio 13",
"Alvin F. Weichel",
"Republican",
"1942",
"Re-elected",
"Alvin F. Weichel (R) Unopposed"
],
[
"7",
"Ohio 14",
"Edmund Rowe",
"Republican",
"1942",
"Lost re-election Democratic gain",
"Walter B. Huber (D) 50.6% Edmund Rowe (R) 49.4%"
],
[
"8",
"Ohio 18",
"Earl R. Lewis",
"Republican",
"1942",
"Re-elected",
"Earl R. Lewis (R) 51.1% Ross Michener (D) 48.9%"
],
[
"9",
"Ohio 21",
"Robert Crosser",
"Democratic",
"1922",
"Re-elected",
"Robert Crosser (D) 77.7% Harry C. Gahn (R) 22.3%"
]
] |
[
{
"Formula": "FILTER(A1,B1=\"matchday 4\")",
"Formula2": "FILTER(A2:A16,B2:B16=\"matchday 4\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which phase is for the Matchday 4 Round?",
"Tokens": [
"FILTER(",
"A1",
"B1",
"=",
"\"matchday 4\""
]
}
] | dev_2-16623894-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Phase",
"Round",
"Draw date",
"First leg",
"Second leg"
],
[
"2",
"Qualifying",
"First qualifying round",
"22 June 2009",
"2 July 2009",
"9 July 2009"
],
[
"3",
"Qualifying",
"Second qualifying round",
"22 June 2009",
"16 July 2009",
"23 July 2009"
],
[
"4",
"Qualifying",
"Third qualifying round",
"17 July 2009",
"30 July 2009",
"6 August 2009"
],
[
"5",
"Play-off",
"Play-off round",
"7 August 2009",
"20 August 2009",
"27 August 2009"
],
[
"6",
"Group stage",
"Matchday 1",
"28 August 2009 ( Monaco )",
"17 September 2009",
"17 September 2009"
],
[
"7",
"Group stage",
"Matchday 2",
"28 August 2009 ( Monaco )",
"1 October 2009",
"1 October 2009"
],
[
"8",
"Group stage",
"Matchday 3",
"28 August 2009 ( Monaco )",
"22 October 2009",
"22 October 2009"
],
[
"9",
"Group stage",
"Matchday 4",
"28 August 2009 ( Monaco )",
"5 November 2009",
"5 November 2009"
],
[
"10",
"Group stage",
"Matchday 5",
"28 August 2009 ( Monaco )",
"2–3 December 2009",
"2–3 December 2009"
],
[
"11",
"Group stage",
"Matchday 6",
"28 August 2009 ( Monaco )",
"16–17 December 2009",
"16–17 December 2009"
],
[
"12",
"Knockout phase",
"Round of 32",
"18 December 2009",
"18 February 2010",
"25 February 2010"
],
[
"13",
"Knockout phase",
"Round of 16",
"18 December 2009",
"11 March 2010",
"18 March 2010"
],
[
"14",
"Knockout phase",
"Quarter-finals",
"19 March 2010",
"1 April 2010",
"8 April 2010"
],
[
"15",
"Knockout phase",
"Semi-finals",
"19 March 2010",
"22 April 2010",
"29 April 2010"
],
[
"16",
"Knockout phase",
"Final",
"19 March 2010",
"12 May 2010 at HSH Nordbank Arena , Hamburg",
"12 May 2010 at HSH Nordbank Arena , Hamburg"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"trail blazers\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,B2:B17=\"trail blazers\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the Record of the game in which the Trail Blazers was the visiting team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"trail blazers\"",
"7"
]
}
] | train_2-11963735-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Visitor",
"Score",
"Home",
"Leading scorer",
"Attendance",
"Record"
],
[
"2",
"2 November 2007",
"Nuggets",
"99–91",
"Timberwolves",
"Carmelo Anthony (33)",
"19,443",
"2–0"
],
[
"3",
"4 November 2007",
"Hornets",
"93–88",
"Nuggets",
"Allen Iverson (23)",
"13,156",
"2–1"
],
[
"4",
"6 November 2007",
"Nuggets",
"112–119",
"Knicks",
"Allen Iverson (32)",
"19,763",
"2–2"
],
[
"5",
"7 November 2007",
"Nuggets",
"93–119",
"Celtics",
"Allen Iverson (22)",
"18,624",
"2–3"
],
[
"6",
"9 November 2007",
"Nuggets",
"118–92",
"Wizards",
"Carmelo Anthony (32)",
"20,173",
"3–3"
],
[
"7",
"10 November 2007",
"Nuggets",
"113–106",
"Pacers",
"Carmelo Anthony (32)",
"12,748",
"4–3"
],
[
"8",
"12 November 2007",
"Cavaliers",
"100–122",
"Nuggets",
"Allen Iverson (37)",
"19,155",
"5–3"
],
[
"9",
"14 November 2007",
"Trail Blazers",
"93–110",
"Nuggets",
"Carmelo Anthony (25)",
"13,289",
"6–3"
],
[
"10",
"17 November 2007",
"Knicks",
"83–115",
"Nuggets",
"Carmelo Anthony (24)",
"19,679",
"7–3"
],
[
"11",
"20 November 2007",
"Bulls",
"91–112",
"Nuggets",
"Carmelo Anthony (26)",
"17,106",
"8–3"
],
[
"12",
"21 November 2007",
"Nuggets",
"90–101",
"Clippers",
"Allen Iverson (29)",
"17,221",
"8–4"
],
[
"13",
"23 November 2007",
"Timberwolves",
"93–99",
"Nuggets",
"Carmelo Anthony (31)",
"17,097",
"9–4"
],
[
"14",
"24 November 2007",
"Nuggets",
"81–109",
"Rockets",
"Allen Iverson (18)",
"18,228",
"9–5"
],
[
"15",
"27 November 2007",
"Pacers",
"112–110",
"Nuggets",
"Allen Iverson (26)",
"13,274",
"9–6"
],
[
"16",
"29 November 2007",
"Nuggets",
"99–127",
"Lakers",
"Carmelo Anthony (23)",
"18,997",
"9–7"
],
[
"17",
"30 November 2007",
"Clippers",
"107–123",
"Nuggets",
"Allen Iverson (26)",
"14,230",
"10–7"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"January 14\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,B2:B15=\"January 14\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the high rebounds for january 14",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"January 14\"",
"6"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(D1, B1=\"January 12\")))",
"Formula2": "ROWS(UNIQUE(FILTER(D2:D15, B2:B15=\"January 12\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "Name the number of score for january 12",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"D1",
"B1",
"=",
"\"January 12\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,E1=\"Austin Daye , Tracy McGrady , Tayshaun Prince (20)\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,E2:E15=\"Austin Daye , Tracy McGrady , Tayshaun Prince (20)\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the location attendance for austin daye , tracy mcgrady , tayshaun prince (20)",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"E1",
"=",
"\"Austin Daye , Tracy McGrady , Tayshaun Prince (20)\"",
"8"
]
}
] | train_1-27755603-8 | [
[
"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",
"34",
"January 3",
"@ Utah",
"L 97–102 (OT)",
"Tayshaun Prince (26)",
"Tracy McGrady (9)",
"Tracy McGrady (11)",
"EnergySolutions Arena 19,911",
"11–23"
],
[
"3",
"35",
"January 4",
"@ L.A. Lakers",
"L 83–108 (OT)",
"Tracy McGrady , Greg Monroe (14)",
"Greg Monroe (11)",
"Tracy McGrady (6)",
"Staples Center 18,997",
"11–24"
],
[
"4",
"36",
"January 8",
"Philadelphia",
"W 112–109 (OT)",
"Tayshaun Prince (23)",
"Greg Monroe (13)",
"Tracy McGrady (7)",
"The Palace of Auburn Hills 20,038",
"12–24"
],
[
"5",
"37",
"January 10",
"@ Chicago",
"L 82–95 (OT)",
"Tayshaun Prince (15)",
"Greg Monroe (11)",
"Rodney Stuckey (4)",
"United Center 21,407",
"12–25"
],
[
"6",
"38",
"January 12",
"Memphis",
"L 99–107 (OT)",
"Ben Gordon (25)",
"Greg Monroe (11)",
"Rodney Stuckey (6)",
"The Palace of Auburn Hills 13,068",
"12–26"
],
[
"7",
"39",
"January 14",
"@ Toronto",
"W 101–95 (OT)",
"Tracy McGrady (22)",
"Chris Wilcox (12)",
"Tracy McGrady (5)",
"Air Canada Centre 16,924",
"13–26"
],
[
"8",
"40",
"January 15",
"Sacramento",
"W 110–106 (OT)",
"Tayshaun Prince (21)",
"Greg Monroe (7)",
"Will Bynum (7)",
"The Palace of Auburn Hills 18,784",
"14–26"
],
[
"9",
"41",
"January 17",
"Dallas",
"W 103–89 (OT)",
"Rodney Stuckey (20)",
"Greg Monroe (9)",
"Rodney Stuckey (6)",
"The Palace of Auburn Hills 12,660",
"15–26"
],
[
"10",
"42",
"January 19",
"@ Boston",
"L 82–86 (OT)",
"Rodney Stuckey (15)",
"Greg Monroe (9)",
"Tracy McGrady (7)",
"TD Garden 18,624",
"15–27"
],
[
"11",
"43",
"January 21",
"@ New Jersey",
"L 74–89 (OT)",
"Tayshaun Prince (16)",
"Greg Monroe (10)",
"Tracy McGrady (6)",
"Prudential Center 13,316",
"15–28"
],
[
"12",
"44",
"January 22",
"Phoenix",
"W 75–74 (OT)",
"Tayshaun Prince (17)",
"Tayshaun Prince (13)",
"Tayshaun Prince (5)",
"The Palace of Auburn Hills 21,326",
"16–28"
],
[
"13",
"45",
"January 24",
"@ Orlando",
"W 103–96 (OT)",
"Austin Daye , Tracy McGrady , Tayshaun Prince (20)",
"Ben Wallace (11)",
"Tayshaun Prince (6)",
"Amway Center 19,098",
"17–28"
],
[
"14",
"46",
"January 26",
"Denver",
"L 100–109 (OT)",
"Will Bynum (19)",
"Ben Wallace (10)",
"Tracy McGrady (8)",
"The Palace of Auburn Hills 16,212",
"17–29"
],
[
"15",
"47",
"January 28",
"@ Miami",
"L 87–88 (OT)",
"Ben Gordon (21)",
"Chris Wilcox (10)",
"Tracy McGrady (10)",
"American Airlines Arena 19,805",
"17–30"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(D1, H1=180)))",
"Formula2": "ROWS(UNIQUE(FILTER(D2:D6, H2:H6=180)))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "medium",
"Question": "How many dates have a total points for race of 180?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"D1",
"H1",
"=",
"180"
]
},
{
"Formula": "SUM(FILTER(F1, H1=180))",
"Formula2": "SUM(FILTER(F2:F6, H2:H6=180))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is every points value for race 1 if the total race points is 180?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"H1",
"=",
"180"
]
},
{
"Formula": "MINIFS(H1,B1,\"Belgium\")",
"Formula2": "MINIFS(H2:H6,B2:B6,\"Belgium\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the lowest number of total race points for the country of Belgium?",
"Tokens": [
"MINIFS(",
"H1",
"B1",
"\"Belgium\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"Estoril Circuit\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,C2:C6=\"Estoril Circuit\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is every driver for the location of Estoril Circuit?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"C1",
"=",
"\"Estoril Circuit\"",
"5"
]
},
{
"Formula": "MAXIFS(A1,B1,\"England\")",
"Formula2": "MAXIFS(A2:A6,B2:B6,\"England\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the highest value for SF round for the country of England?",
"Tokens": [
"MAXIFS(",
"A1",
"B1",
"\"England\""
]
}
] | train_1-23293785-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"SF Round",
"Country",
"Location",
"Date",
"Driver",
"Race 1(pts)",
"Race 2(pts)",
"Race Total(pts)"
],
[
"2",
"1",
"England",
"Donington Park",
"30–31 August 2008",
"Alessandro Pier Guidi",
"12",
"12",
"24"
],
[
"3",
"2",
"Germany",
"Nürburgring",
"20–21 September 2008",
"Alessandro Pier Guidi",
"40",
"26",
"90"
],
[
"4",
"3",
"Belgium",
"Zolder",
"4–5 October 2008",
"Alessandro Pier Guidi",
"10",
"14",
"114"
],
[
"5",
"4",
"Portugal",
"Estoril Circuit",
"18–19 October 2008",
"Alessandro Pier Guidi",
"26",
"40",
"180"
],
[
"6",
"5",
"Italy",
"Vallelunga Circuit",
"1–2 November 2008",
"Alessandro Pier Guidi",
"40",
"16",
"236"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=190),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=190),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which brigade has a population of 190?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"190",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=650),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=650),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What defending forces have a population of 650?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"650",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"danna\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=\"danna\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which defending forces have the name Danna?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"danna\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=810),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=810),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What name has a population of 810?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"810",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=230),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=230),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which defending forces has a population of 230?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"230",
"3"
]
}
] | test_2-17504371-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name",
"Date",
"Defending forces",
"Brigade",
"Population"
],
[
"2",
"Al-Ashrafiyya",
"10 May 1948",
"villagers fled",
"Golani brigade",
"230"
],
[
"3",
"Farwana",
"10 May 1948",
"villagers fled 'to Transjordan'",
"Golani brigade",
"330"
],
[
"4",
"Baysan",
"12 May 1948",
"Arab Liberation Army 'contingents'",
"Golani brigade",
"5,180 inc. 430 Christians"
],
[
"5",
"Al-Sakhina",
"12 May 1948",
"n/a",
"Golani brigade",
"820 inc. 290 Jews"
],
[
"6",
"Al-Hamidiyya",
"12 May 1948",
"n/a",
"Golani brigade",
"320 inc. 100 Jews"
],
[
"7",
"Sirin",
"12 May 1948",
"n/a",
"Golani",
"810"
],
[
"8",
"Al-Ghazzawiyya",
"20 May 1948",
"n/a",
"Golani brigade 4th battalion",
"1,640 inc. 620 Jews"
],
[
"9",
"Al-Fatur",
"20 May 1948",
"n/a",
"n/a",
"110"
],
[
"10",
"'Arab al-Safa",
"20 May 1948",
"n/a",
"Golani brigade",
"650"
],
[
"11",
"Kawkab al-Hawa",
"21 May 1948",
"n/a",
"Golani brigade 3rd battalion",
"300"
],
[
"12",
"Al-Samiriyya",
"27 May 1948",
"n/a",
"Golani brigade 4th battalion",
"250"
],
[
"13",
"Danna",
"28 May 1948",
"n/a",
"Golani brigade",
"190"
]
] |
[
{
"Formula": "FILTER(F1,H1=\"d 0 + π 0 or d 0 + γ\")",
"Formula2": "FILTER(F2:F6,H2:H6=\"d 0 + π 0 or d 0 + γ\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the j p c that commonly decays (>5% of decays) d 0 + π 0 or d 0 + γ?",
"Tokens": [
"FILTER(",
"F1",
"H1",
"=",
"\"d 0 + π 0 or d 0 + γ\""
]
},
{
"Formula": "FILTER(C1,E1=\".47 ± .33\")",
"Formula2": "FILTER(C2:C6,E2:E6=\".47 ± .33\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the antiparticle symbol with a rest mess (mev/c2) of .47 ± .33?",
"Tokens": [
"FILTER(",
"C1",
"E1",
"=",
"\".47 ± .33\""
]
}
] | dev_2-16920816-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Particle name",
"Particle symbol",
"Antiparticle symbol",
"Quark content",
"Rest mass ( MeV / c 2 )",
"J P C",
"Mean lifetime ( s )",
"Commonly decays to (>5% of decays)"
],
[
"2",
"D meson",
"D +",
"D −",
"c d",
"1,869.62±0.20",
"0 −",
"1.040 ± 0.007 × 10 −12",
"See D + decay modes"
],
[
"3",
"D meson",
"D 0",
"D 0",
"c u",
"1,864.84±0.17",
"0 −",
"4.101 ± 0.015 × 10 −13",
"See D 0 decay modes"
],
[
"4",
"Strange D meson",
"D + s",
"D − s",
"c s",
".47 ± .33",
"0 −",
".00 ± .07 × 10−",
"See D + s decay modes"
],
[
"5",
"D meson",
"D ∗+ (2010)",
"D ∗− (2010)",
"c d",
"2,010.27.62±0.17",
"1 −",
"6.9 ± 1.9 × 10 −21",
"D 0 + π + or D + + π 0"
],
[
"6",
"D meson",
"D ∗0 (2007)",
"D ∗0 (2007)",
"c u",
"2,006.97±0.19",
"1 −",
">3.1 × 10 −22",
"D 0 + π 0 or D 0 + γ"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"lahti\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,B2:B15=\"lahti\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the bronze for lahti",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"lahti\"",
"5"
]
}
] | train_2-1354148-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Place",
"Gold",
"Silver",
"Bronze"
],
[
"2",
"1989",
"Montecatini Terme",
"Roberta Morara ( ITA )",
"Roberta Pelosi ( ITA )",
"Anna Maria Bianchi ( ITA )"
],
[
"3",
"1990",
"Moscow",
"Satu Pusila ( FIN )",
"Elena Shishirina ( URS )",
"Audrey Grosch ( USA )"
],
[
"4",
"1991",
"Perth",
"Satu Pusila ( FIN )",
"Elena Tkach ( URS )",
"Deena Julin ( USA )"
],
[
"5",
"1993",
"Barcelona",
"Frances Strodtman ( USA )",
"Deena Julin ( USA )",
"Anna Maria Di Giovanni ( ITA )"
],
[
"6",
"1994",
"Fagnano",
"Satu Pusila ( FIN )",
"Elena Shishirina ( RUS )",
"Svetlana Demina ( RUS )"
],
[
"7",
"1995",
"Nicosia",
"Deborah Gelisio ( ITA )",
"Gema Usieto ( ESP )",
"Xiang Xu ( CHN )"
],
[
"8",
"1997",
"Lima",
"Deborah Gelisio ( ITA )",
"Cynthia Meyer ( CAN )",
"Riitta-Mari Murtoniemi ( FIN )"
],
[
"9",
"1998",
"Barcelona",
"Deborah Gelisio ( ITA )",
"Kimberly Rhode ( USA )",
"Cindy Gentry ( USA )"
],
[
"10",
"1999",
"Tampere",
"Pia Julin ( FIN )",
"Pia Hansen ( SWE )",
"Yoshiko Miura ( JPN )"
],
[
"11",
"2001",
"Cairo",
"Yafei Zhang ( CHN )",
"Yi Chun Lin ( TPE )",
"Qingnian Li ( CHN )"
],
[
"12",
"2002",
"Lahti",
"Yi Chun Lin ( TPE )",
"Jing Lin Wang ( CHN )",
"Hye Kyoung Son ( KOR )"
],
[
"13",
"2003",
"Nicosia",
"María Quintanal ( ESP )",
"Fang Chen ( CHN )",
"Jing Lin Wang ( CHN )"
],
[
"14",
"2005",
"Lonato",
"Jing Lin Wang ( CHN )",
"Qingnian Li ( CHN )",
"Monica Girotto ( ITA )"
],
[
"15",
"2006",
"Zagreb",
"Hye Kyoung Son ( KOR )",
"Yuxiang Li ( CHN )",
"Bo Na Lee ( KOR )"
]
] |
[
{
"Formula": "SUMIFS(E1,A1,\"detroit marriott at the renaissance center\")",
"Formula2": "SUMIFS(E2:E14,A2:A14,\"detroit marriott at the renaissance center\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many floors does detroit marriott at the renaissance center have?",
"Tokens": [
"SUMIFS(",
"E1",
"A1",
"\"detroit marriott at the renaissance center\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"144 west congress street\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)=23))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E14,B2:B14=\"144 west congress street\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)=23))",
"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": "Which place has 23 floors and a street address in Detroit of 144 west congress street?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"144 west congress street\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"23"
]
},
{
"Formula": "SUMIFS(E1,B1,\"1828 jay street\")",
"Formula2": "SUMIFS(E2:E14,B2:B14,\"1828 jay street\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many floors does the address 1828 jay street have?",
"Tokens": [
"SUMIFS(",
"E1",
"B1",
"\"1828 jay street\""
]
},
{
"Formula": "SUMIFS(E1,A1,\"st. joseph church\")",
"Formula2": "SUMIFS(E2:E14,A2:A14,\"st. joseph church\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the sum of Floors at st. joseph church?",
"Tokens": [
"SUMIFS(",
"E1",
"A1",
"\"st. joseph church\""
]
}
] | test_2-11542096-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name",
"Street address in Detroit",
"Years as tallest",
"Height feet / m",
"Floors"
],
[
"2",
"First Michigan State Capitol",
"Capitol Park",
"1828–1866",
"140 / 43",
"2"
],
[
"3",
"Most Holy Trinity Church",
"1050 Porter Street",
"1866–1871",
"170 / 52",
"1"
],
[
"4",
"Former Detroit City Hall",
"Campus Martius Park",
"1871–1877",
"200 / 61",
"4"
],
[
"5",
"St. Joseph Church",
"1828 Jay Street",
"1873–1877",
"200 / 61",
"1"
],
[
"6",
"Fort Street Presbyterian Church",
"631 West Fort Street",
"1877–1909",
"265 / 81",
"1"
],
[
"7",
"Ford Building",
"615 Griswold Street",
"1909–1913",
"275 / 84",
"19"
],
[
"8",
"Penobscot Building Annex",
"144 West Congress Street",
"1913",
"310 / 95",
"23"
],
[
"9",
"Chrysler House",
"719 Griswold Street",
"1913–1924",
"324 / 99",
"23"
],
[
"10",
"Book-Cadillac Hotel",
"220 Michigan Avenue",
"1924–1925",
"349 / 106",
"29"
],
[
"11",
"Buhl Building",
"535 Griswold Street",
"1925–1926",
"366 / 112",
"29"
],
[
"12",
"Book Tower",
"1265 Washington Boulevard",
"1926–1928",
"475 / 145",
"38"
],
[
"13",
"Penobscot Building",
"633 Griswold Street",
"1928–1977",
"565 / 172",
"47"
],
[
"14",
"Detroit Marriott at the Renaissance Center",
"1 Renaissance Center Drive",
"1977–present",
"727 / 222",
"70"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"climax straight-4\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"climax straight-4\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What chassis was paired with climax straight-4?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"climax straight-4\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"cooper car company\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"cooper car company\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What year did Cooper Car Company enter?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"cooper car company\"",
"1"
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)>0))",
"Formula2": "LET(query1,SUMMARIZE(A2:A11,SUMX(E2:E11)),FILTER(query1,CHOOSECOLS(query1,2)>0))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What year has more than 0 points?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"0"
]
},
{
"Formula": "SUM(FILTER(E1, A1<1963))",
"Formula2": "SUM(FILTER(E2:E11, A2:A11<1963))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the total points before 1963?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"A1",
"<",
"1963"
]
}
] | test_2-1235746-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Entrant",
"Chassis",
"Engine",
"Points"
],
[
"2",
"1962",
"John Love",
"Cooper T55",
"Climax Straight-4",
"0"
],
[
"3",
"1963",
"John Love",
"Cooper T55",
"Climax Straight-4",
"0"
],
[
"4",
"1964",
"Cooper Car Company",
"Cooper T73",
"Climax V8",
"0"
],
[
"5",
"1965",
"John Love",
"Cooper T55",
"Climax Straight-4",
"0"
],
[
"6",
"1967",
"John Love",
"Cooper T79",
"Climax Straight-4",
"6"
],
[
"7",
"1968",
"Team Gunston",
"Brabham BT20",
"Repco V8",
"0"
],
[
"8",
"1969",
"Team Gunston",
"Lotus 49",
"Cosworth V8",
"0"
],
[
"9",
"1970",
"Team Gunston",
"Lotus 49",
"Cosworth V8",
"0"
],
[
"10",
"1971",
"Team Peco/Gunston",
"March 701",
"Cosworth V8",
"0"
],
[
"11",
"1972",
"Team Gunston",
"Surtees TS9",
"Cosworth V8",
"0"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"south melbourne\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"south melbourne\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was South Melbourne's away team opponents?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"south melbourne\"",
"3"
]
}
] | train_2-10809823-17 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Footscray",
"25.10 (160)",
"Hawthorn",
"15.17 (107)",
"Western Oval",
"12,362",
"26 July 1980"
],
[
"3",
"Essendon",
"18.14 (122)",
"Fitzroy",
"17.14 (116)",
"Windy Hill",
"14,372",
"26 July 1980"
],
[
"4",
"Carlton",
"14.17 (101)",
"North Melbourne",
"20.13 (133)",
"Princes Park",
"26,347",
"26 July 1980"
],
[
"5",
"South Melbourne",
"17.22 (124)",
"Melbourne",
"13.12 (90)",
"Lake Oval",
"11,643",
"26 July 1980"
],
[
"6",
"Richmond",
"13.15 (93)",
"Geelong",
"16.14 (110)",
"MCG",
"70,068",
"26 July 1980"
],
[
"7",
"Collingwood",
"32.19 (211)",
"St Kilda",
"16.11 (107)",
"VFL Park",
"33,933",
"26 July 1980"
]
] |
[
{
"Formula": "FILTER(D1,B1=\"February 9\")",
"Formula2": "FILTER(D2:D7,B2:B7=\"February 9\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What scores happened on February 9?",
"Tokens": [
"FILTER(",
"D1",
"B1",
"=",
"\"February 9\""
]
},
{
"Formula": "FILTER(D1,B1=\"February 9\")",
"Formula2": "FILTER(D2:D7,B2:B7=\"February 9\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What scores happened to be on February 9?",
"Tokens": [
"FILTER(",
"D1",
"B1",
"=",
"\"February 9\""
]
},
{
"Formula": "FILTER(D1,B1=\"February 11\")",
"Formula2": "FILTER(D2:D7,B2:B7=\"February 11\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What scores happened on February 11?",
"Tokens": [
"FILTER(",
"D1",
"B1",
"=",
"\"February 11\""
]
}
] | dev_1-23486853-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Game",
"Date",
"Opponent",
"Score",
"Location",
"Attendance",
"Record",
"Points"
],
[
"2",
"55",
"February 2",
"Atlanta Thrashers",
"2 – 1",
"Philips Arena",
"11390",
"23–21–11",
"57"
],
[
"3",
"56",
"February 4",
"New York Islanders",
"5 – 2",
"St. Pete Times Forum",
"13891",
"24–21–11",
"59"
],
[
"4",
"57",
"February 6",
"Calgary Flames",
"2 – 1 (OT)",
"St. Pete Times Forum",
"15859",
"25–21–11",
"61"
],
[
"5",
"58",
"February 9",
"Vancouver Canucks",
"3 – 1",
"St. Pete Times Forum",
"14226",
"26–21–11",
"63"
],
[
"6",
"59",
"February 11",
"Boston Bruins",
"5 – 4",
"St. Pete Times Forum",
"15826",
"26–22–11",
"63"
],
[
"7",
"60",
"February 13",
"New York Islanders",
"5 – 4",
"Nassau Veterans Memorial Coliseum",
"12337",
"26–23–11",
"63"
]
] |
[
{
"Formula": "SUM(FILTER(E1, C1=1966))",
"Formula2": "SUM(FILTER(E2:E14, C2:C14=1966))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Name the slope length for 1966 groundstation",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"C1",
"=",
"1966"
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=336))",
"Formula2": "LET(query1,SUMMARIZE(A2:A14,SUMX(E2:E14)),FILTER(query1,CHOOSECOLS(query1,2)=336))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Name the name or route for slope length being 336",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"336"
]
},
{
"Formula": "SUMIFS(E1,B1,\"gondola\")",
"Formula2": "SUMIFS(E2:E14,B2:B14,\"gondola\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the slope length for gondola",
"Tokens": [
"SUMIFS(",
"E1",
"B1",
"\"gondola\""
]
},
{
"Formula": "MIN(FILTER(F1, G1=1983))",
"Formula2": "MIN(FILTER(F2:F14, G2:G14=1983))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Name the least capacity for persons hour for 1983",
"Tokens": [
"MIN(",
"FILTER(",
"F1",
"G1",
"=",
"1983"
]
}
] | train_1-17814458-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Name or route",
"type",
"elevation groundstation",
"elevation mountainstation",
"slope length",
"capacity in persons/hour",
"construction year(s)"
],
[
"2",
"Betten Betten Village",
"aerial tramway",
"832",
"1199",
"872",
"350",
"1950 1965"
],
[
"3",
"Betten Village Bettmeralp",
"aerial tramway",
"1199",
"1931",
"1610",
"500",
"1951 1967 1979"
],
[
"4",
"Betten Bettmeralp",
"aerial tramway",
"832",
"1933",
"2446",
"970",
"1974"
],
[
"5",
"Bettmeralp Bettmerhorn",
"gondola",
"1991",
"2652",
"2324",
"2400",
"1975 1995"
],
[
"6",
"Wurzenbord",
"chairlift",
"1966",
"2224",
"1075",
"2000",
"2003"
],
[
"7",
"Schönbiel",
"chairlift",
"1956",
"2296",
"1669",
"2800",
"1998"
],
[
"8",
"Alpmatten 1",
"surface lift",
"1861",
"1951",
"294",
"650",
"1971"
],
[
"9",
"Alpmatten 2",
"surface lift",
"1861",
"1951",
"294",
"650",
"1971"
],
[
"10",
"Bettmeralp 1",
"surface lift",
"1940",
"2067",
"640",
"1000",
"1972 1955"
],
[
"11",
"Bettmeralp 2",
"surface lift",
"1940",
"2067",
"640",
"1000",
"1971"
],
[
"12",
"Tanzbode",
"surface lift",
"1985",
"2016",
"488",
"720",
"1995 1992:Temporary lift"
],
[
"13",
"Trainerlift",
"surface lift",
"1974",
"2026",
"303",
"820",
"1983 1st trainer:1969"
],
[
"14",
"Lager 1",
"surface lift",
"1974",
"2035",
"336",
"1000",
"1983"
]
] |
[
{
"Formula": "AVERAGE(FILTER(D1, (E1=\"1921/23\")*(C1=40)))",
"Formula2": "AVERAGE(FILTER(D2:D6, (E2:E6=\"1921/23\")*(C2:C6=40)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the average quantity for coaches manufactured in 1921/23, and had 40 seats?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"E1",
"=",
"\"1921/23\"",
"*",
"C1",
"=",
"40"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"1921/23\")*(B1=\"bci-21\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(E2:E6=\"1921/23\")*(B2:B6=\"bci-21\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which class to 1928 value had years of manufacture of 1921/23 and class from 1928 of BCi-21?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"1921/23\"",
"*",
"B1",
"=",
"\"bci-21\"",
"1"
]
},
{
"Formula": "MINIFS(D1,A1,\"bdi-21\")",
"Formula2": "MINIFS(D2:D6,A2:A6,\"bdi-21\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the smallest quantity having a Class to 1928 of BDi-21?",
"Tokens": [
"MINIFS(",
"D1",
"A1",
"\"bdi-21\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"bdi-21\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"bdi-21\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which class from 1928 had a class to 1928 of BDi-21?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"bdi-21\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"cid-21b\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"cid-21b\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What were the remarks for the coach having a class from 1928 of Cid-21B?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"cid-21b\"",
"6"
]
}
] | train_2-18734371-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Class to 1928",
"Class from 1928",
"Seats",
"Quantity",
"Year(s) of Manufacture",
"Remarks"
],
[
"2",
"Bi-21",
"Bi-21",
"40",
"10",
"1921/23",
"Trial coaches"
],
[
"3",
"BCi-21",
"BCi-21",
"16/34",
"10",
"1921/23",
"Trial coaches"
],
[
"4",
"BDi-21",
"BCid-21",
"16/39",
"10",
"1923",
"Trial coaches"
],
[
"5",
"Ci-21",
"Ci-21",
"58",
"10",
"1923",
"Trial coaches"
],
[
"6",
"Di-21b",
"Cid-21b",
"66",
"50",
"1922",
"Trial coaches"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"Calgary Stampeders\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"Calgary Stampeders\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the college for calgary stampeders",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"Calgary Stampeders\"",
"5"
]
},
{
"Formula": "MAXIFS(A1,B1,\"Edmonton Eskimos\")",
"Formula2": "MAXIFS(A2:A8,B2:B8,\"Edmonton Eskimos\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the most pick number for cfl team being edmonton eskimos",
"Tokens": [
"MAXIFS(",
"A1",
"B1",
"\"Edmonton Eskimos\""
]
}
] | train_1-16575609-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pick #",
"CFL Team",
"Player",
"Position",
"College"
],
[
"2",
"25",
"Edmonton Eskimos (via Hamilton )",
"Sammy Okpro",
"DB",
"Concordia"
],
[
"3",
"26",
"Edmonton Eskimos",
"Jonathan Hood",
"DB",
"St.FX"
],
[
"4",
"27",
"Calgary Stampeders",
"Ronald Hilaire",
"DL",
"Buffalo"
],
[
"5",
"28",
"Montreal Alouettes",
"Terence Firr",
"REC",
"Manitoba"
],
[
"6",
"29",
"Toronto Argonauts",
"Delroy Clarke",
"DB",
"Ottawa"
],
[
"7",
"30",
"Saskatchewan (via BC)",
"Jean-François Morin-Roberge",
"OL",
"Montréal"
],
[
"8",
"31",
"Winnipeg Blue Bombers",
"Marc Beswick",
"DB",
"Saint Mary's"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"november 6, 1966\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,B2:B16=\"november 6, 1966\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Attendance of the game on November 6, 1966?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"november 6, 1966\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"november 6, 1966\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,B2:B16=\"november 6, 1966\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Result of the game on November 6, 1966?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"november 6, 1966\"",
"4"
]
}
] | train_2-18843095-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Attendance"
],
[
"2",
"1",
"September 11, 1966",
"St. Louis Cardinals",
"L 16–13",
"39,066"
],
[
"3",
"2",
"September 18, 1966",
"Atlanta Falcons",
"W 23–10",
"54,049"
],
[
"4",
"3",
"September 25, 1966",
"New York Giants",
"W 35–17",
"60,177"
],
[
"5",
"4",
"October 2, 1966",
"St. Louis Cardinals",
"L 41–10",
"59,305"
],
[
"6",
"5",
"October 9, 1966",
"at Dallas Cowboys",
"L 56–7",
"69,372"
],
[
"7",
"6",
"October 16, 1966",
"at Pittsburgh Steelers",
"W 31–14",
"28,233"
],
[
"8",
"7",
"October 23, 1966",
"at New York Giants",
"W 31–3",
"63,018"
],
[
"9",
"8",
"October 30, 1966",
"Washington Redskins",
"L 27–13",
"60,652"
],
[
"10",
"9",
"November 6, 1966",
"Dallas Cowboys",
"W 24–23",
"60,658"
],
[
"11",
"10",
"November 13, 1966",
"at Cleveland Browns",
"L 27–7",
"77,968"
],
[
"12",
"11",
"November 20, 1966",
"at San Francisco 49ers",
"W 35–34",
"31,993"
],
[
"13",
"12",
"Bye",
"Bye",
"Bye",
"Bye"
],
[
"14",
"13",
"December 4, 1966",
"Pittsburgh Steelers",
"W 27–23",
"54,275"
],
[
"15",
"14",
"December 11, 1966",
"Cleveland Browns",
"W 33–21",
"58,074"
],
[
"16",
"15",
"December 18, 1966",
"at Washington Redskins",
"W 37–28",
"50,405"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"engine overhaul\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,C2:C13=\"engine overhaul\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What company focuses on Engine Overhaul for their principal activity?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"engine overhaul\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"abacus distribution systems (malaysia) sdn bhd\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=\"abacus distribution systems (malaysia) sdn bhd\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the group equity shareholding for abacus distribution systems (malaysia) sdn bhd?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"abacus distribution systems (malaysia) sdn bhd\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"60%\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"60%\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What company has a Group Equity Shareholding value of 60%?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"60%\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"catering\")*(B1=\"associate\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(C2:C13=\"catering\")*(B2:B13=\"associate\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Group Equity shareholding of the company that has their principal activities as catering, and is of the Associate type?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"catering\"",
"*",
"B1",
"=",
"\"associate\"",
"5"
]
}
] | train_2-153162-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Company",
"Type",
"Principal activities",
"Incorporated in",
"Group's Equity Shareholding"
],
[
"2",
"Malaysia Airlines Cargo Sdn. Bhd",
"Subsidiary",
"Cargo",
"Malaysia",
"100%"
],
[
"3",
"GE Engine Services Malaysia",
"Joint Venture",
"Engine Overhaul",
"Malaysia",
"30%"
],
[
"4",
"MASwings Sdn. Bhd.",
"Subsidiary",
"Airline",
"Malaysia",
"100%"
],
[
"5",
"Firefly Sdn. Bhd.",
"Subsidiary",
"Airline",
"Malaysia",
"100%"
],
[
"6",
"MAS Aerotechnologies Sdn Bhd",
"Subsidiary",
"MRO",
"Malaysia",
"100%"
],
[
"7",
"MAS Golden Holidays Sdn Bhd",
"Subsidiary",
"Tour operator",
"Malaysia",
"100%"
],
[
"8",
"Malaysian Aerospace Engineering Sdn Bhd",
"Subsidiary",
"Engineering",
"Malaysia",
"100%"
],
[
"9",
"MAS Academy Sdn Bhd",
"Subsidiary",
"Flight school",
"Malaysia",
"100%"
],
[
"10",
"Abacus Distribution Systems (Malaysia) Sdn Bhd",
"Subsidiary",
"Computer reservation system",
"Malaysia",
"80%"
],
[
"11",
"Taj Madras Air Catering Limited",
"Associate",
"Catering",
"India",
"20%"
],
[
"12",
"MAS Catering (Sarawak) Sdn Bhd",
"Subsidiary",
"Catering",
"Malaysia",
"60%"
],
[
"13",
"LSG Sky Chefs",
"Associate",
"Holding company",
"Malaysia",
"30%"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"motherwell\")*(D1=\"fir park\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(C2:C6=\"motherwell\")*(D2:D6=\"fir park\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On what date was Motherwell the opponent at Fir Park?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"motherwell\"",
"*",
"D1",
"=",
"\"fir park\"",
"1"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"st. mirren park\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>4555))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F6,D2:D6=\"st. mirren park\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>4555))",
"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 round at St. Mirren Park with more than 4,555 people attending?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"st. mirren park\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"4555"
]
}
] | train_2-17644259-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Date",
"Round",
"Opponent",
"Venue",
"Result",
"Attendance"
],
[
"2",
"13/01/2009",
"R4",
"Brechin City",
"Glebe Park",
"3–1",
"1,026"
],
[
"3",
"07/02/2009",
"R5",
"Motherwell",
"Fir Park",
"1–1",
"5,695"
],
[
"4",
"17/02/2009",
"R5 (Replay)",
"Motherwell",
"St. Mirren Park",
"1–0",
"4,555"
],
[
"5",
"07/03/2009",
"Quarter-Final",
"Celtic",
"St. Mirren Park",
"1–0",
"5,925"
],
[
"6",
"25/04/2009",
"Semi-Final",
"Rangers",
"Hampden Park",
"0–3",
"32,431"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"indiana\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,C2:C15=\"indiana\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "WHAT IS THE SCORE WITH THE TEAM OF INDIANA?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"indiana\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"target center 11,921\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,H2:H15=\"target center 11,921\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "WHAT IS THE TEAM WITH ATTENDANCE AT TARGET CENTER 11,921?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"H1",
"=",
"\"target center 11,921\"",
"3"
]
}
] | train_2-17080868-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",
"35",
"January 2",
"@ Minnesota",
"L 108–115 (OT)",
"Stephen Jackson (25)",
"Andris Biedriņš (13)",
"Stephen Jackson (7)",
"Target Center 11,921",
"10–25"
],
[
"3",
"36",
"January 5",
"@ Utah",
"L 114–119 (OT)",
"Jamal Crawford (28)",
"Andris Biedriņš (17)",
"Jamal Crawford (6)",
"EnergySolutions Arena 19,911",
"10–26"
],
[
"4",
"37",
"January 7",
"L.A. Lakers",
"L 106–114 (OT)",
"Jamal Crawford (25)",
"Andris Biedriņš (17)",
"Jamal Crawford (9)",
"Oracle Arena 19,596",
"10–27"
],
[
"5",
"38",
"January 10",
"@ Portland",
"L 100–113 (OT)",
"Corey Maggette (25)",
"Andris Biedriņš , Ronny Turiaf (6)",
"Ronny Turiaf (7)",
"Rose Garden 20,687",
"10–28"
],
[
"6",
"39",
"January 11",
"Indiana",
"W 120–117 (OT)",
"Jamal Crawford (32)",
"Andris Biedriņš (9)",
"Jamal Crawford , C. J. Watson , Ronny Turiaf (5)",
"Oracle Arena 18,262",
"11–28"
],
[
"7",
"40",
"January 14",
"Sacramento",
"L 133–135 (3OT)",
"Jamal Crawford (35)",
"Andris Biedriņš (14)",
"C. J. Watson (6)",
"Oracle Arena 19,122",
"11–29"
],
[
"8",
"41",
"January 16",
"Atlanta",
"W 119–114 (OT)",
"Jamal Crawford (29)",
"Corey Maggette (16)",
"Stephen Jackson (6)",
"Oracle Arena 18,832",
"12–29"
],
[
"9",
"42",
"January 19",
"Washington",
"W 119–98 (OT)",
"Jamal Crawford (28)",
"Andris Biedriņš (15)",
"Jamal Crawford (8)",
"Oracle Arena 19,244",
"13–29"
],
[
"10",
"43",
"January 21",
"Oklahoma City",
"L 121–122 (OT)",
"Stephen Jackson (29)",
"Jamal Crawford (7)",
"Ronny Turiaf (8)",
"Oracle Arena 19,318",
"13–30"
],
[
"11",
"44",
"January 23",
"Cleveland",
"L 105–106 (OT)",
"Stephen Jackson (24)",
"Andris Biedriņš (13)",
"Stephen Jackson (8)",
"Oracle Arena 19,596",
"13–31"
],
[
"12",
"45",
"January 25",
"L.A. Clippers",
"W 107–92 (OT)",
"Corey Maggette (20)",
"Andris Biedriņš (14)",
"Kelenna Azubuike , Stephen Jackson (6)",
"Oracle Arena 17,746",
"14–31"
],
[
"13",
"46",
"January 28",
"@ Dallas",
"L 93–117 (OT)",
"Stephen Jackson (25)",
"Andris Biedriņš (11)",
"C. J. Watson , Stephen Jackson , Monta Ellis (3)",
"American Airlines Center 19,864",
"14–32"
],
[
"14",
"47",
"January 30",
"@ New Orleans",
"W 91–87 (OT)",
"Corey Maggette (19)",
"Ronny Turiaf (11)",
"Stephen Jackson (7)",
"New Orleans Arena 17,738",
"15–32"
],
[
"15",
"48",
"January 31",
"@ Houston",
"L 93–110 (OT)",
"Corey Maggette (17)",
"Ronny Turiaf (10)",
"Stephen Jackson (5)",
"Toyota Center 16,702",
"15–33"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=26))",
"Formula2": "LET(query1,SUMMARIZE(B2:B8,SUMX(E2:E8)),FILTER(query1,CHOOSECOLS(query1,2)=26))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which building has 26 storeys?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"26"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"scotia centre\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<45))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E8,B2:B8=\"scotia centre\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<45))",
"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 height for less than 45 storeys in Scotia Centre?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"scotia centre\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"45"
]
},
{
"Formula": "SUM(FILTER(E1, (C1=\"calgary\")*(A1=\"1975-1976\")))",
"Formula2": "SUM(FILTER(E2:E8, (C2:C8=\"calgary\")*(A2:A8=\"1975-1976\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many storeys in Calgary during 1975-1976?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"C1",
"=",
"\"calgary\"",
"*",
"A1",
"=",
"\"1975-1976\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"1971-1974\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"1971-1974\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which city had years 1971-1974?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"1971-1974\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"telus plaza south\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"telus plaza south\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which city contains Telus Plaza South?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"telus plaza south\"",
"3"
]
}
] | test_2-1363000-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Years",
"Building",
"City",
"Height",
"Storeys"
],
[
"2",
"1984–present",
"Suncor Energy Centre - West",
"Calgary",
"m (ft)",
"52"
],
[
"3",
"1976-1984",
"Scotia Centre",
"Calgary",
"m (ft)",
"41"
],
[
"4",
"1975-1976",
"Bow Valley Square 2",
"Calgary",
"m (ft)",
"39"
],
[
"5",
"1974-1975",
"715 - 5th Avenue SW",
"Calgary",
"m (ft)",
"32"
],
[
"6",
"1971-1974",
"TELUS Plaza South",
"Edmonton",
"m (ft)",
"34"
],
[
"7",
"1971",
"Coast Edmonton House",
"Edmonton",
"m (ft)",
"45"
],
[
"8",
"1966-1971",
"CN Tower, Edmonton",
"Edmonton",
"m (ft)",
"26"
]
] |
[
{
"Formula": "FILTER(C1,A1=\"engine model\")",
"Formula2": "FILTER(C2:C19,A2:A19=\"engine model\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the valvetrain with an engine model that is engine model?",
"Tokens": [
"FILTER(",
"C1",
"A1",
"=",
"\"engine model\""
]
}
] | dev_2-15884090-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"engine model",
"engine displacement",
"valvetrain",
"max. power : kW ( PS )",
"rpm for max. power",
"max. torque : Nm ( ft·lbf )",
"rpm for max. torque"
],
[
"2",
"1.4 SD",
"cc ( cuin )",
"8v SOHC",
"35 (48)",
"4,500",
"82 (60)",
"2,700 - 3,500"
],
[
"3",
"1.4 TDI",
"cc ( cuin )",
"12v SOHC",
"59 (80)",
"4,000",
"195 (144)",
"2,200"
],
[
"4",
"1.7 D",
"cc ( cuin )",
"8v SOHC",
"42 (57)",
"4,500",
"103 (76)",
"2,800"
],
[
"5",
"1.7 SDI",
"cc (cuin)",
"8v SOHC",
"44 (60)",
"4,200",
"115 (85)",
"2,200"
],
[
"6",
"1.9 D",
"cc (cuin)",
"8v SOHC",
"47 (64)",
"4,300",
"124 (91)",
"2,500- 3,200"
],
[
"7",
"1.9 SD",
"cc (cuin)",
"8v SOHC",
"36 (49)",
"3,000",
"121 (89)",
"1,800"
],
[
"8",
"1.9 SDI",
"cc (cuin)",
"8v SOHC",
"50 (68)",
"4,000",
"133 (98)",
"1,800"
],
[
"9",
"1.9 TD",
"cc (cuin)",
"8v SOHC",
"55 (75)",
"4,200",
"150 (111)",
"2,000"
],
[
"10",
"1.9 TDI",
"cc (cuin)",
"8v SOHC",
"66 (90)",
"3,750",
"210 (155)",
"1,900"
],
[
"11",
"1.9 TDI PD",
"cc (cuin)",
"8v SOHC",
"96 (131)",
"4,000",
"310 (229)",
"1,900"
],
[
"12",
"2.0 SDI PD",
"cc (cuin)",
"8v SOHC",
"55 (75)",
"4,200",
"140 (103)",
"2,400"
],
[
"13",
"2.0 TDI PD 140PS",
"cc (cuin)",
"8v SOHC",
"103 (140)",
"4,000",
"320 (236)",
"1,800"
],
[
"14",
"2.0 TDI PD 16v 170PS",
"cc (cuin)",
"16v DOHC",
"125 (170)",
"4,200",
"350 (258)",
"1,800- 2,500"
],
[
"15",
"2.0 TDI CR 16v 170PS",
"cc (cuin)",
"16v DOHC",
"125 (170)",
"4,200",
"350 (258)",
"1,750- 2,500"
],
[
"16",
"2.5 R5 SDI 75PS",
"cc (cuin)",
"10v SOHC",
"55 (75)",
"3,600",
"155 (114)",
"2,250"
],
[
"17",
"2.5 R5 TDI CR 163PS",
"cc (cuin)",
"10v SOHC",
"120 (163)",
"3,500",
"350 (258)",
"2,000"
],
[
"18",
"2.5 R5 TDI PD 174PS",
"cc (cuin)",
"10v SOHC",
"128 (174)",
"3,500",
"400 (295)",
"2,000"
],
[
"19",
"engine model",
"engine displacement",
"valvetrain",
"max. power : kW ( PS )",
"rpm for max. power",
"max. torque : Nm ( ft·lbf )",
"rpm for max. torque"
]
] |
[
{
"Formula": "FILTER(E1,(A1<13)*(B1=\"october 8, 2000\"))",
"Formula2": "FILTER(E2:E18,(A2:A18<13)*(B2:B18=\"october 8, 2000\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What's the record for October 8, 2000 before week 13?",
"Tokens": [
"FILTER(",
"E1",
"A1",
"<",
"13",
"*",
"B1",
"=",
"\"october 8, 2000\""
]
},
{
"Formula": "FILTER(F1,D1=\"bye\")",
"Formula2": "FILTER(F2:F18,D2:D18=\"bye\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What game site has a result of bye?",
"Tokens": [
"FILTER(",
"F1",
"D1",
"=",
"\"bye\""
]
},
{
"Formula": "FILTER(E1,A1>16)",
"Formula2": "FILTER(E2:E18,A2:A18>16)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What's the record after week 16?",
"Tokens": [
"FILTER(",
"E1",
"A1",
">",
"16"
]
},
{
"Formula": "FILTER(D1,(F1=\"psinet stadium\")*(C1=\"cincinnati bengals\"))",
"Formula2": "FILTER(D2:D18,(F2:F18=\"psinet stadium\")*(C2:C18=\"cincinnati bengals\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What's the result at psinet stadium when the cincinnati bengals are the opponent?",
"Tokens": [
"FILTER(",
"D1",
"F1",
"=",
"\"psinet stadium\"",
"*",
"C1",
"=",
"\"cincinnati bengals\""
]
},
{
"Formula": "FILTER(E1,(A1>12)*(F1=\"bye\"))",
"Formula2": "FILTER(E2:E18,(A2:A18>12)*(F2:F18=\"bye\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What's the record after week 12 with a game site of bye?",
"Tokens": [
"FILTER(",
"E1",
"A1",
">",
"12",
"*",
"F1",
"=",
"\"bye\""
]
}
] | dev_2-11404731-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Record",
"Game site"
],
[
"2",
"1",
"September 3, 2000",
"Pittsburgh Steelers",
"W 16–0",
"1–0–0",
"Three Rivers Stadium"
],
[
"3",
"2",
"September 10, 2000",
"Jacksonville Jaguars",
"W 39–36",
"2–0–0",
"PSINet Stadium"
],
[
"4",
"3",
"September 17, 2000",
"Miami Dolphins",
"L 6–19",
"2–1–0",
"Pro Player Stadium"
],
[
"5",
"4",
"September 24, 2000",
"Cincinnati Bengals",
"W 37–0",
"3–1–0",
"PSINet Stadium"
],
[
"6",
"5",
"October 1, 2000",
"Cleveland Browns",
"W 12–0",
"4–1–0",
"Cleveland Browns Stadium"
],
[
"7",
"6",
"October 8, 2000",
"Jacksonville Jaguars",
"W 15–10",
"5–1–0",
"ALLTEL Stadium"
],
[
"8",
"7",
"October 15, 2000",
"Washington Redskins",
"L 3–10",
"5–2–0",
"FedEx Field"
],
[
"9",
"8",
"October 22, 2000",
"Tennessee Titans",
"L 6–14",
"5–3–0",
"PSINet Stadium"
],
[
"10",
"9",
"October 29, 2000",
"Pittsburgh Steelers",
"L 6–9",
"5–4–0",
"PSINet Stadium"
],
[
"11",
"10",
"November 5, 2000",
"Cincinnati Bengals",
"W 27–7",
"6–4–0",
"Paul Brown Stadium"
],
[
"12",
"11",
"November 12, 2000",
"Tennessee Titans",
"W 24–23",
"7–4–0",
"Adelphia Coliseum"
],
[
"13",
"12",
"November 19, 2000",
"Dallas Cowboys",
"W 27–0",
"8–4–0",
"PSINet Stadium"
],
[
"14",
"13",
"November 26, 2000",
"Cleveland Browns",
"W 44–7",
"9–4–0",
"PSINet Stadium"
],
[
"15",
"14",
"Bye",
"Bye",
"Bye",
"Bye",
"Bye"
],
[
"16",
"15",
"December 10, 2000",
"San Diego Chargers",
"W 24–3",
"10–4–0",
"PSINet Stadium"
],
[
"17",
"16",
"December 17, 2000",
"Arizona Cardinals",
"W 13–7",
"11–4–0",
"Sun Devil Stadium"
],
[
"18",
"17",
"December 24, 2000",
"New York Jets",
"W 34–20",
"12–4–0",
"PSINet Stadium"
]
] |
[
{
"Formula": "SUMIFS(F1,B1,\"11.13 (79)\")",
"Formula2": "SUMIFS(F2:F7,B2:B7,\"11.13 (79)\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Which Crowd has a Home team score of 11.13 (79)?",
"Tokens": [
"SUMIFS(",
"F1",
"B1",
"\"11.13 (79)\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"lake oval\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"lake oval\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Date has a Venue of lake oval?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"lake oval\"",
"7"
]
},
{
"Formula": "SUMIFS(F1,C1,\"collingwood\")",
"Formula2": "SUMIFS(F2:F7,C2:C7,\"collingwood\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Which Crowd has an Away team of collingwood?",
"Tokens": [
"SUMIFS(",
"F1",
"C1",
"\"collingwood\""
]
}
] | train_2-10790804-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Melbourne",
"20.11 (131)",
"St Kilda",
"15.11 (101)",
"MCG",
"21,230",
"20 June 1936"
],
[
"3",
"Fitzroy",
"12.16 (88)",
"Richmond",
"20.12 (132)",
"Brunswick Street Oval",
"12,000",
"20 June 1936"
],
[
"4",
"Essendon",
"12.19 (91)",
"Hawthorn",
"8.18 (66)",
"Windy Hill",
"11,000",
"20 June 1936"
],
[
"5",
"South Melbourne",
"16.21 (117)",
"Geelong",
"15.14 (104)",
"Lake Oval",
"12,000",
"20 June 1936"
],
[
"6",
"Footscray",
"11.13 (79)",
"Collingwood",
"16.10 (106)",
"Western Oval",
"11,500",
"20 June 1936"
],
[
"7",
"North Melbourne",
"13.8 (86)",
"Carlton",
"9.13 (67)",
"Arden Street Oval",
"15,000",
"20 June 1936"
]
] |
[
{
"Formula": "SUMIFS(A1,B1,\"benito cheng\")",
"Formula2": "SUMIFS(A2:A9,B2:B9,\"benito cheng\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is Benito Cheng's Pick number?",
"Tokens": [
"SUMIFS(",
"A1",
"B1",
"\"benito cheng\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"richard bachmann\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"richard bachmann\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Richard Bachmann's PBA team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"richard bachmann\"",
"4"
]
},
{
"Formula": "SUM(FILTER(A1, (E1=\"far eastern\")*(B1=\"johnny abarrientos\")))",
"Formula2": "SUM(FILTER(A2:A9, (E2:E9=\"far eastern\")*(B2:B9=\"johnny abarrientos\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is Far Eastern College Johnny Abarrientos' Pick number?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"E1",
"=",
"\"far eastern\"",
"*",
"B1",
"=",
"\"johnny abarrientos\""
]
}
] | train_2-18772258-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pick",
"Player",
"Country of origin*",
"PBA team",
"College"
],
[
"2",
"1",
"Zandro Limpot, Jr.",
"Philippines",
"Sta. Lucia Realtors",
"La Salle-Manila"
],
[
"3",
"2",
"Victor Pablo",
"Philippines",
"Ginebra San Miguel",
"Far Eastern"
],
[
"4",
"3",
"Johnny Abarrientos",
"Philippines",
"Alaska Milkmen",
"Far Eastern"
],
[
"5",
"4",
"Dwight Lago",
"Philippines",
"Coney Island Ice Cream Stars",
"La Salle-Manila"
],
[
"6",
"5",
"Benito Cheng",
"Philippines",
"Coney Island Ice Cream Stars",
"Mapua"
],
[
"7",
"6",
"Johnedel Cardel",
"Philippines",
"Alaska Milkmen",
"La Salle-Manila"
],
[
"8",
"7",
"Teodorico Fernandez III",
"Philippines",
"Swift Mighty Meaties",
"San Agustin"
],
[
"9",
"8",
"Richard Bachmann",
"Philippines",
"Alaska Milkmen",
"La Salle-Manila"
]
] |
[
{
"Formula": "MAX(FILTER(A1, (B1>2)*(E1=\"united states\")*(C1<113)))",
"Formula2": "MAX(FILTER(A2:A10, (B2:B10>2)*(E2:E10=\"united states\")*(C2:C10<113)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the highest draft after round 2, is from the United States and has picked less than 113?",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"B1",
">",
"2",
"*",
"E1",
"=",
"\"united states\"",
"*",
"C1",
"<",
"113"
]
},
{
"Formula": "AVERAGE(FILTER(A1, (C1>42)*(D1=\"grant eakin\")*(B1>8)))",
"Formula2": "AVERAGE(FILTER(A2:A10, (C2:C10>42)*(D2:D10=\"grant eakin\")*(B2:B10>8)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the average draft with a pick larger than 42, and player Grant Eakin after round 8?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"A1",
"C1",
">",
"42",
"*",
"D1",
"=",
"\"grant eakin\"",
"*",
"B1",
">",
"8"
]
}
] | train_2-18253881-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Draft",
"Round",
"Pick",
"Player",
"Nationality"
],
[
"2",
"1977",
"1",
"5",
"Mike Crombeen Category:Articles with hCards",
"Canada"
],
[
"3",
"1977",
"2",
"23",
"Dan Chicoine Category:Articles with hCards",
"Canada"
],
[
"4",
"1977",
"3",
"41",
"Reg Kerr Category:Articles with hCards",
"Canada"
],
[
"5",
"1977",
"3",
"42",
"Guy Lash Category:Articles with hCards",
"Canada"
],
[
"6",
"1977",
"4",
"59",
"John Baby Category:Articles with hCards",
"Canada"
],
[
"7",
"1977",
"5",
"77",
"Owen Lloyd Category:Articles with hCards",
"Canada"
],
[
"8",
"1977",
"6",
"95",
"Jeff Allan Category:Articles with hCards",
"Canada"
],
[
"9",
"1977",
"7",
"113",
"Mark Toffolo",
"United States"
],
[
"10",
"1977",
"8",
"128",
"Grant Eakin",
"Canada"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(D1, B1=\"Tom Colley\")))",
"Formula2": "ROWS(UNIQUE(FILTER(D2:D17, B2:B17=\"Tom Colley\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many nationalities does Tom Colley have?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"D1",
"B1",
"=",
"\"Tom Colley\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Sudbury Wolves (OHA)\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,F2:F17=\"Sudbury Wolves (OHA)\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the NHL team that drafted the player from Sudbury Wolves (OHA)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"Sudbury Wolves (OHA)\"",
"5"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(C1, E1=\"Minnesota North Stars\")))",
"Formula2": "ROWS(UNIQUE(FILTER(C2:C17, E2:E17=\"Minnesota North Stars\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "What's the number of positions of the player playing in Minnesota North Stars?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"C1",
"E1",
"=",
"\"Minnesota North Stars\""
]
},
{
"Formula": "MINIFS(A1,E1,\"Minnesota North Stars\")",
"Formula2": "MINIFS(A2:A17,E2:E17,\"Minnesota North Stars\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What's the smallest pick number of a player playing in Minnesota North Stars?",
"Tokens": [
"MINIFS(",
"A1",
"E1",
"\"Minnesota North Stars\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Edmonton Oil Kings (WCHL)\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,F2:F17=\"Edmonton Oil Kings (WCHL)\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the nationality of the player coming from Edmonton Oil Kings (WCHL)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"Edmonton Oil Kings (WCHL)\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Steve Langdon\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,B2:B17=\"Steve Langdon\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's Steve Langdon's naitionality?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Steve Langdon\"",
"4"
]
}
] | train_1-1965650-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Pick #",
"Player",
"Position",
"Nationality",
"NHL team",
"College/junior/club team"
],
[
"2",
"49",
"Andre St. Laurent",
"Centre",
"Canada",
"New York Islanders",
"Montreal Junior Canadiens (QMJHL)"
],
[
"3",
"50",
"Ron Serafini",
"Defence",
"United States",
"California Golden Seals",
"St. Catharines Black Hawks (OHA)"
],
[
"4",
"51",
"Keith Mackie",
"Defence",
"United Kingdom Canada",
"Vancouver Canucks",
"Edmonton Oil Kings (WCHL)"
],
[
"5",
"52",
"Frank Rochon",
"Left Wing",
"Canada",
"Toronto Maple Leafs",
"Sherbrooke Castors (QMJHL)"
],
[
"6",
"53",
"Dean Talafous",
"Centre",
"United States",
"Atlanta Flames",
"University of Wisconsin (NCAA)"
],
[
"7",
"54",
"Jim McCrimmon",
"Defence",
"Canada",
"Los Angeles Kings",
"Medicine Hat Tigers (WCHL)"
],
[
"8",
"55",
"Dennis Owchar",
"Defence",
"Canada",
"Pittsburgh Penguins",
"Toronto Marlboros (OHA)"
],
[
"9",
"56",
"Alan Hangsleben",
"Defence",
"United States",
"Montreal Canadiens",
"University of North Dakota (NCAA)"
],
[
"10",
"57",
"Tom Colley",
"Centre",
"Canada",
"Minnesota North Stars",
"Sudbury Wolves (OHA)"
],
[
"11",
"58",
"Dale Cook",
"Left Wing",
"Canada",
"Philadelphia Flyers",
"Victoria Cougars (WCHL)"
],
[
"12",
"59",
"Mike Korney",
"Defence",
"Canada",
"Detroit Red Wings",
"Winnipeg Jets (WCHL)"
],
[
"13",
"60",
"Yvon Dupuis",
"Right Wing",
"Canada",
"Buffalo Sabres",
"Quebec Remparts (QMJHL)"
],
[
"14",
"61",
"Dave Elliott",
"Left Wing",
"Canada",
"Chicago Black Hawks",
"Winnipeg Jets (WCHL)"
],
[
"15",
"62",
"Brian Molvik",
"Defence",
"Canada",
"New York Rangers",
"Calgary Centennials (WCHL)"
],
[
"16",
"63",
"Steve Langdon",
"Left Wing",
"Canada",
"Boston Bruins",
"London Knights (OHA)"
],
[
"17",
"64",
"Richard Latulippe",
"Centre",
"Canada",
"Montreal Canadiens",
"Quebec Remparts (QMJHL)"
]
] |
[
{
"Formula": "MIN(E1)",
"Formula2": "MIN(E2:E10)",
"Funcs": [
"MIN(",
"Cell"
],
"Level": "easy",
"Question": "What was his minimum number wins in a single year?",
"Tokens": [
"MIN(",
"E1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,J1=\"NC†\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J10,J2:J10=\"NC†\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "In which series was his position NC† ?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"J1",
"J1",
"=",
"\"NC†\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,I1=38),10))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J10,I2:I10=38),10))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What was his position when he garnered 38 points?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"J1",
"I1",
"=",
"38",
"10"
]
}
] | train_1-25557880-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J"
],
[
"1",
"Season",
"Series",
"Team",
"Races",
"Wins",
"Poles",
"F/Laps",
"Podiums",
"Points",
"Position"
],
[
"2",
"2007",
"Formula Renault 2.0 Italy",
"BVM Minardi Team",
"14",
"0",
"0",
"0",
"1",
"106",
"14th"
],
[
"3",
"2007",
"Eurocup Formula Renault 2.0",
"BVM Minardi Team",
"6",
"0",
"0",
"0",
"0",
"N/A",
"NC†"
],
[
"4",
"2007",
"Formula Renault 2.0 Italy– Winter Series",
"BVM Minardi Team",
"4",
"4",
"4",
"4",
"4",
"144",
"1st"
],
[
"5",
"2008",
"Formula Renault 2.0 Italy",
"BVM Minardi Team",
"14",
"0",
"1",
"2",
"4",
"216",
"6th"
],
[
"6",
"2008",
"Eurocup Formula Renault 2.0",
"BVM Minardi Team",
"14",
"0",
"0",
"0",
"1",
"38",
"7th"
],
[
"7",
"2009",
"Formula 3 Euro Series",
"Manor Motorsport",
"16",
"0",
"0",
"0",
"0",
"0",
"25th"
],
[
"8",
"2009",
"Masters of Formula 3",
"Manor Motorsport",
"1",
"0",
"0",
"0",
"0",
"N/A",
"28th"
],
[
"9",
"2010",
"Italian Formula Three Championship",
"BVM– Target Racing",
"16",
"3",
"2",
"7",
"8",
"161",
"1st"
],
[
"10",
"2011",
"Formula Renault 3.5 Series",
"s Fortec Motorsport",
"17",
"0",
"2",
"0",
"0",
"47",
"11th"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"grizzlies\")*(A1=\"13 november 2007\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,(D2:D15=\"grizzlies\")*(A2:A15=\"13 november 2007\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the visiting team of the game with the home team Grizzlies on 13 November 2007?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"grizzlies\"",
"*",
"A1",
"=",
"\"13 november 2007\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"mavericks\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,D2:D15=\"mavericks\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the date of the game when the Mavericks were the home team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"mavericks\"",
"1"
]
}
] | train_2-11963447-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Date",
"Visitor",
"Score",
"Home",
"Leading scorer",
"Record"
],
[
"2",
"3 November 2007",
"Pacers",
"121–111",
"Grizzlies",
"Kyle Lowry (19)",
"0–2"
],
[
"3",
"7 November 2007",
"Grizzlies",
"105–98",
"SuperSonics",
"Rudy Gay (25)",
"1–2"
],
[
"4",
"9 November 2007",
"Grizzlies",
"98–110",
"Trail Blazers",
"Rudy Gay (31)",
"1–3"
],
[
"5",
"10 November 2007",
"Grizzlies",
"94–118",
"Jazz",
"Rudy Gay (18)",
"1–4"
],
[
"6",
"13 November 2007",
"Rockets",
"99–105",
"Grizzlies",
"Pau Gasol (26)",
"2–4"
],
[
"7",
"14 November 2007",
"Grizzlies",
"99–102",
"Bucks",
"Rudy Gay (26)",
"2–5"
],
[
"8",
"16 November 2007",
"Hornets",
"120–118",
"Grizzlies",
"Juan Carlos Navarro (28)",
"2–6"
],
[
"9",
"17 November 2007",
"Grizzlies",
"105–108",
"Mavericks",
"Mike Miller (23)",
"2–7"
],
[
"10",
"19 November 2007",
"SuperSonics",
"108–125",
"Grizzlies",
"Stromile Swift (24)",
"3–7"
],
[
"11",
"21 November 2007",
"Raptors",
"95–89",
"Grizzlies",
"Two-way tie (16)",
"3–8"
],
[
"12",
"23 November 2007",
"Grizzlies",
"88–101",
"Spurs",
"Juan Carlos Navarro (16)",
"3–9"
],
[
"13",
"24 November 2007",
"Wizards",
"118–124",
"Grizzlies",
"Juan Carlos Navarro (28)",
"4–9"
],
[
"14",
"27 November 2007",
"Grizzlies",
"110–103",
"Nets",
"Pau Gasol (22)",
"5–9"
],
[
"15",
"28 November 2007",
"Grizzlies",
"91–103",
"Raptors",
"Juan Carlos Navarro (15)",
"5–10"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"British Police Helmets\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,F2:F13=\"British Police Helmets\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "In episode 115 what is seen being made before British police helmets?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"British Police Helmets\"",
"5"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(F1, G1=\"Pedal Steel Guitars\")))",
"Formula2": "ROWS(UNIQUE(FILTER(F2:F13, G2:G13=\"Pedal Steel Guitars\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many times was leather introduced before pedal steel guitars in episode 111?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"F1",
"G1",
"=",
"\"Pedal Steel Guitars\""
]
}
] | train_1-15187735-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Series Ep.",
"Episode",
"Netflix",
"Segment A",
"Segment B",
"Segment C",
"Segment D"
],
[
"2",
"9-01",
"105",
"S05E01",
"Solid Tires",
"Cheesecake",
"Canoe Paddles",
"s Globe"
],
[
"3",
"9-02",
"106",
"S05E02",
"Boomerangs",
"Barbecues",
"Pinball Machines",
"Strobe Lights"
],
[
"4",
"9-03",
"107",
"S05E03",
"Wooden Bowls",
"Chainsaws",
"Stackable Potato Chips",
"Jet Compressor Blades"
],
[
"5",
"9-04",
"108",
"S05E04",
"Steel Wool",
"Ranges",
"Carved Candles",
"Slot Machines"
],
[
"6",
"9-05",
"109",
"S05E05",
"CCD Semiconductors",
"Airline Meals",
"Paper Cups",
"s Trumpet"
],
[
"7",
"9-06",
"110",
"S05E06",
"s Padlock",
"Hair Clippers",
"Wooden Shoes",
"Synthetic Leather"
],
[
"8",
"9-07",
"111",
"S05E07",
"Racing Shells",
"Stainless Steel Sinks",
"Leather",
"Pedal Steel Guitars"
],
[
"9",
"9-08",
"112",
"S05E08",
"Swords",
"Pontoons",
"Grandfather Clocks",
"Fuses"
],
[
"10",
"9-09",
"113",
"S05E09",
"Bumpers",
"Lighting Gels & Camera Filters",
"Steam-Powered Models",
"Candy Canes"
],
[
"11",
"9-10",
"114",
"S05E10",
"Umbrellas",
"Outboard Motors",
"Silver Cutlery",
"Tape Measures"
],
[
"12",
"9-11",
"115",
"S05E11",
"Scalpels",
"Oil Paint",
"British Police Helmets",
"Ice Axes"
],
[
"13",
"9-12",
"116",
"S05E12",
"Bacon",
"s Snowblower",
"Luxury Cars (Part 1)",
"Luxury Cars (Part 2)"
]
] |
[
{
"Formula": "SUMIFS(B1,C1,\"65 Million Years Off\")",
"Formula2": "SUMIFS(B2:B16,C2:C16,\"65 Million Years Off\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the episode number in the season titled \"65 million years off\"?",
"Tokens": [
"SUMIFS(",
"B1",
"C1",
"\"65 Million Years Off\""
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(E1, D1=\"Arlene Sanford\")))",
"Formula2": "ROWS(UNIQUE(FILTER(E2:E16, D2:D16=\"Arlene Sanford\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many episodes were directed by Arlene Sanford?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"E1",
"D1",
"=",
"\"Arlene Sanford\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=2010),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,G2:G16=2010),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What was the title of the episode with a production code of 2010?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"G1",
"=",
"2010",
"3"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(G1, H1=4.43)))",
"Formula2": "ROWS(UNIQUE(FILTER(G2:G16, H2:H16=4.43)))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "medium",
"Question": "How many production codes had a US viewership of 4.43 million?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"G1",
"H1",
"=",
"4.43"
]
}
] | test_1-26429658-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date",
"Production code",
"U.S. viewers (millions)"
],
[
"2",
"16",
"1",
"\" American Duos \"",
"John Landis",
"Steve Franks & James Roday",
"July13,2007",
"2002",
"4.33"
],
[
"3",
"17",
"2",
"\"65 Million Years Off\"",
"Tim Matheson",
"Steve Franks",
"July20,2007",
"2003",
"N/A"
],
[
"4",
"18",
"3",
"\"Psy vs. Psy\"",
"Mel Damski",
"Andy Berman",
"July27,2007",
"2001",
"N/A"
],
[
"5",
"19",
"4",
"\"Zero to Murder in Sixty Seconds\"",
"Stephen Surjik",
"Saladin K. Patterson",
"August3,2007",
"2004",
"N/A"
],
[
"6",
"20",
"5",
"\"And Down the Stretch Comes Murder\"",
"Michael Zinberg",
"Josh Bycel",
"August10,2007",
"2005",
"4.43"
],
[
"7",
"21",
"6",
"\"Meat Is Murder, But Murder Is Also Murder\"",
"Eric Laneuville",
"Daniel Hsia",
"August17,2007",
"2006",
"N/A"
],
[
"8",
"22",
"7",
"\"If You're So Smart, Then Why Are You Dead?\"",
"Arlene Sanford",
"Anupam Nigam",
"August24,2007",
"2007",
"4.25"
],
[
"9",
"23",
"8",
"\"Rob-a-Bye Baby\"",
"Paul Lazarus",
"Tami Sagher",
"September7,2007",
"2008",
"3.97"
],
[
"10",
"24",
"9",
"\"Bounty Hunters!\"",
"John Badham",
"Andy Berman",
"September14,2007",
"2009",
"4.15"
],
[
"11",
"25",
"10",
"\"Gus's Dad May Have Killed an Old Guy\"",
"Oz Scott",
"Saladin K. Patterson",
"December7,2007",
"2011",
"N/A"
],
[
"12",
"26",
"11",
"\"There's Something About Mira\"",
"Joanna Kerns",
"Josh Bycel & Daniel Hsia",
"January11,2008",
"2012",
"N/A"
],
[
"13",
"27",
"12",
"\"The Old and the Restless\"",
"Jason Ensler",
"Anupam Nigam",
"January18,2008",
"2013",
"N/A"
],
[
"14",
"28",
"13",
"\"Lights, Camera... Homicidio\"",
"Matt Shakman",
"Andy Berman",
"January25,2008",
"2015",
"N/A"
],
[
"15",
"29",
"14",
"\"Dis-Lodged\"",
"Mel Damski",
"Tim Meltreger",
"February1,2008",
"2010",
"N/A"
],
[
"16",
"30",
"15",
"\"Black and Tan: A Crime of Fashion\"",
"Mel Damski",
"Steve Franks & James Roday",
"February8,2008",
"2014",
"N/A"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"march 28, 2008\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"march 28, 2008\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "WHAT IS THE VENUE ON MARCH 28, 2008?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"march 28, 2008\"",
"2"
]
}
] | train_2-17016499-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Venue",
"Score",
"Competition",
"Report"
],
[
"2",
"March 24, 2008",
"Thanh Long Stadium , Ho Chi Minh City",
"3–0",
"AWCQ ( A )",
"AFC"
],
[
"3",
"March 26, 2008",
"Thanh Long Stadium , Ho Chi Minh City",
"1–3",
"AWCQ ( A )",
"AFC"
],
[
"4",
"March 28, 2008",
"Thong Nhat Stadium , Ho Chi Minh City",
"2–3",
"AWCQ ( A )",
"AFC"
],
[
"5",
"May 29, 2008",
"Thong Nhat Stadium , Ho Chi Minh City",
"0–4",
"AWC",
"AFC"
],
[
"6",
"May 31, 2008",
"Thong Nhat Stadium , Ho Chi Minh City",
"0–11",
"AWC",
"AFC"
],
[
"7",
"June 2, 2008",
"Army Stadium , Ho Chi Minh City",
"0–2",
"AWC",
"AFC"
]
] |
[
{
"Formula": "FILTER(D1,(F1=\"Mike Marsden\")*(E1=\"Claire Nelson\"))",
"Formula2": "FILTER(D2:D10,(F2:F10=\"Mike Marsden\")*(E2:E10=\"Claire Nelson\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who was the U21 Mens winner when Mike Marsden was the mixed restricted winner and Claire Nelson was the U21 Womens winner? ",
"Tokens": [
"FILTER(",
"D1",
"F1",
"=",
"\"Mike Marsden\"",
"*",
"E1",
"=",
"\"Claire Nelson\""
]
},
{
"Formula": "FILTER(G1,(C1=\"Naomi Owen\")*(B1=\"Ricardo Walther\"))",
"Formula2": "FILTER(G2:G10,(C2:C10=\"Naomi Owen\")*(B2:B10=\"Ricardo Walther\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "When Naomi Owen won the Womens Singles and Ricardo Walther won the Mens Singles, who won the mixed veteran?",
"Tokens": [
"FILTER(",
"G1",
"C1",
"=",
"\"Naomi Owen\"",
"*",
"B1",
"=",
"\"Ricardo Walther\""
]
},
{
"Formula": "FILTER(F1,(G1=\"Tomasz Rzeszotko\")*(E1=\"Karina Le Fevre\"))",
"Formula2": "FILTER(F2:F10,(G2:G10=\"Tomasz Rzeszotko\")*(E2:E10=\"Karina Le Fevre\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who won the mixed restricted when Tomasz Rzeszotko won the mixed veteran and Karina Le Fevre won the U21 womens?",
"Tokens": [
"FILTER(",
"F1",
"G1",
"=",
"\"Tomasz Rzeszotko\"",
"*",
"E1",
"=",
"\"Karina Le Fevre\""
]
},
{
"Formula": "ROWS(FILTER(A1,G1=\"Eddie Smith\"))",
"Formula2": "ROWS(FILTER(A2:A10,G2:G10=\"Eddie Smith\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "When and where did Eddie Smith win the mixed veteran?",
"Tokens": [
"ROWS(",
"FILTER(",
"A1",
"G1",
"=",
"\"Eddie Smith\""
]
},
{
"Formula": "FILTER(F1,B1=\"Matt Ware\")",
"Formula2": "FILTER(F2:F10,B2:B10=\"Matt Ware\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "When Matt Ware won the mens singles, who won the mixed restricted?",
"Tokens": [
"FILTER(",
"F1",
"B1",
"=",
"\"Matt Ware\""
]
},
{
"Formula": "FILTER(F1,G1=\"Paul Whiting\")",
"Formula2": "FILTER(F2:F10,G2:G10=\"Paul Whiting\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "When Paul Whiting won the mixed veteran, who won the mixed restricted?",
"Tokens": [
"FILTER(",
"F1",
"G1",
"=",
"\"Paul Whiting\""
]
}
] | dev_1-28211674-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date/Location",
"Mens singles",
"Womens Singles",
"U21 Mens",
"U21 Womens",
"Mixed Restricted",
"Mixed Veteran"
],
[
"2",
"July 2010 Doncaster",
"Liam Pitchford",
"Kelly Sibley",
"Alim Hirji",
"Karina Le Fevre",
"Will Bayley",
"Abdul Wuraola"
],
[
"3",
"June 2010 Hereford",
"Ricardo Walther",
"Naomi Owen",
"Ricardo Walther",
"Karina Le Fevre",
"Umair Mauthor",
"Tomasz Rzeszotko"
],
[
"4",
"May 2010 Wolverhampton",
"Gavin Rumgay",
"Joanna Parker",
"Chris Doran",
"Emma Vickers",
"Mike Marsden",
"Tomasz Rzeszotko"
],
[
"5",
"April 2010 Blackpool",
"Chris Doran",
"Kelly Sibley",
"Matt Ware",
"Emma Vickers",
"Mike Marsden",
"Tomasz Rzeszotko"
],
[
"6",
"February 2010 Salisbury",
"Gavin Rumgay",
"Charlotte Carey",
"Matt Ware",
"Charlotte Carey",
"Umair Mauthor",
"David Butler"
],
[
"7",
"December 2009 London",
"Chris Doran",
"Egle Adomelyte",
"Chris Doran",
"Emma Vickers",
"Umair Mauthor",
"Abdul Wurola"
],
[
"8",
"November 2009 Bristol",
"Po Huang Chen",
"Naomi Owen",
"Damien Nicholls",
"Claire Nelson",
"Mike Marsden",
"Costas Papantoniou"
],
[
"9",
"October 2009 Newcastle",
"Niall Cameron",
"Lindsey Reynolds",
"Matt Ware",
"Melissa Wright",
"Stephen Munson",
"Eddie Smith"
],
[
"10",
"September 2009 Exeter",
"Matt Ware",
"Egle Adomelyte",
"Matt Ware",
"Charlotte Carey",
"Jonathan Crawford",
"Paul Whiting"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Chihuahua Sinaloa Durango\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,D2:D20=\"Chihuahua Sinaloa Durango\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What frequency does Chihuahua Sinaloa Durango cover?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"Chihuahua Sinaloa Durango\"",
"6"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(C1, A1=\"XEZV\")))",
"Formula2": "ROWS(UNIQUE(FILTER(C2:C20, A2:A20=\"XEZV\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many times does the call sign XEZV appear?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"C1",
"A1",
"=",
"\"XEZV\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"XEJAM\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,A2:A20=\"XEJAM\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What languages are spoken when call sign XEJAM is used?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"XEJAM\"",
"5"
]
}
] | test_1-14670060-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Call sign",
"Launched",
"Transmitting from",
"Coverage",
"Languages",
"Frequency"
],
[
"2",
"XEZV",
"10 May 1979",
"Guerrero ( Tlapa de Comonfort )",
"Guerrero Oaxaca Puebla",
"Nahuatl Mixtec Tlapanec",
"800 AM"
],
[
"3",
"XETLA",
"15 September 1982",
"Oaxaca ( Tlaxiaco )",
"Oaxaca Guerrero Puebla",
"Mixtec Triqui",
"930 AM"
],
[
"4",
"XEPUR",
"2 October 1982",
"Michoacán ( Cherán )",
"Michoacán",
"Purepecha",
"830 AM"
],
[
"5",
"XETAR",
"11 November 1982",
"Chihuahua ( Guachochi )",
"Chihuahua Sinaloa Durango",
"Tarahumara Tepehuano",
"870 AM"
],
[
"6",
"XEPET",
"29 November 1982",
"Yucatán ( Peto )",
"Yucatán Quintana Roo Campeche",
"Yucatec Maya",
"730 AM"
],
[
"7",
"XEVFS",
"27 April 1987",
"Chiapas ( Las Margaritas )",
"Chiapas Guatemala",
"Tojolabal Mam Tseltal Tsotsil Popti",
"1030 AM"
],
[
"8",
"XEANT",
"28 September 1990",
"San Luis Potosí ( Tancanhuitz de Santos )",
"San Luis Potosí Hidalgo Querétaro Veracruz",
"Nahuatl Pame Wastek",
"770 AM"
],
[
"9",
"XEGLO",
"18 November 1990",
"Oaxaca ( Guelatao de Juárez )",
"Oaxaca Veracruz",
"Zapotec Mixe Chinantec",
"780 AM"
],
[
"10",
"XEZON",
"20 November 1991",
"Veracruz ( Zongolica )",
"Veracruz Oaxaca Puebla Tlaxcala",
"Nahuatl",
"1360 AM"
],
[
"11",
"XEOJN",
"14 December 1991",
"Oaxaca ( San Lucas Ojitlán )",
"Oaxaca Puebla Veracruz",
"Mazatec Cuicatec Chinantec",
"950 AM"
],
[
"12",
"XEJMN",
"3 April 1992",
"Nayarit ( Jesús María )",
"Nayarit Jalisco Durango Zacatecas",
"Cora Huichol Tepehuano Nahuatl",
"750 AM"
],
[
"13",
"XEJAM",
"5 May 1994",
"Oaxaca ( Santiago Jamiltepec )",
"Oaxaca Guerrero",
"Mixtec Amuzgo Chatino",
"1260 AM"
],
[
"14",
"XEQIN",
"15 June 1994",
"Baja California ( San Quintín )",
"Baja California",
"Mixtec Zapotec Triqui",
"1160 AM"
],
[
"15",
"XECTZ",
"21 August 1994",
"Puebla ( Cuetzalan )",
"Puebla Hidalgo Veracruz",
"Nahuatl Totonac",
"1260 AM"
],
[
"16",
"XEXPUJ",
"22 January 1996",
"Campeche ( Xpujil )",
"Campeche Quintana Roo",
"Yucatec Maya Ch'ol",
"700 AM"
],
[
"17",
"XEETCH",
"19 February 1996",
"Sonora ( Etchojoa )",
"Sonora Sinaloa Chihuahua",
"Mayo Yaqui Guarijio",
"700 AM"
],
[
"18",
"XECOPA",
"17 July 1997",
"Chiapas ( Copainalá )",
"Chiapas Tabasco",
"Zoque Tzotzil",
"1210 AM"
],
[
"19",
"XETUMI",
"12 May 1998",
"Michoacán ( Tuxpan )",
"Michoacán Edo. de México Querétaro",
"Mazahua Otomi",
"1010 AM"
],
[
"20",
"XECARH",
"1 August 1998",
"Hidalgo ( Cardonal )",
"Hidalgo Querétaro Veracruz San Luis Potosí",
"Ñha-ñhu Nahuatl",
"1480 AM"
]
] |
[
{
"Formula": "ROWS(FILTER(B1,(D1<8.7)*(E1=72)))",
"Formula2": "ROWS(FILTER(B2:B6,(D2:D6<8.7)*(E2:E6=72)))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many carries have an average under 8.7 and touchdowns of 72?",
"Tokens": [
"ROWS(",
"FILTER(",
"B1",
"D1",
"<",
"8.7",
"*",
"E1",
"=",
"72"
]
},
{
"Formula": "AVERAGE(FILTER(B1,E1>72))",
"Formula2": "AVERAGE(FILTER(B2:B6,E2:E6>72))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the average number of carries that have more than 72 touchdowns?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"B1",
"E1",
">",
"72"
]
},
{
"Formula": "MAX(FILTER(E1,(F1<105)*(D1>4.7)*(C1<487)))",
"Formula2": "MAX(FILTER(E2:E6,(F2:F6<105)*(D2:D6>4.7)*(C2:C6<487)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the most number of touchdowns that have fewer than 105 points, averages over 4.7, and fewer than 487 rushing yards?",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"F1",
"<",
"105",
"*",
"D1",
">",
"4.7",
"*",
"C1",
"<",
"487"
]
},
{
"Formula": "SUM(FILTER(B1,(F1=80)*(E1<16)))",
"Formula2": "SUM(FILTER(B2:B6,(F2:F6=80)*(E2:E6<16)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the sum of carries associated with 80 points and fewer than 16 touchdowns?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"F1",
"=",
"80",
"*",
"E1",
"<",
"16"
]
},
{
"Formula": "ROWS(FILTER(C1,(D1>8.4)*(B1<54)))",
"Formula2": "ROWS(FILTER(C2:C6,(D2:D6>8.4)*(B2:B6<54)))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the total number of rushing yards associated with averages over 8.4 and fewer than 54 carries?",
"Tokens": [
"ROWS(",
"FILTER(",
"C1",
"D1",
">",
"8.4",
"*",
"B1",
"<",
"54"
]
}
] | dev_2-12631319-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Carries",
"Rushing Yards",
"Average",
"Touchdowns",
"Points"
],
[
"2",
"1901",
"67",
"684",
"10.2",
"20",
"100"
],
[
"3",
"1902",
"56",
"487",
"8.7",
"15",
"75"
],
[
"4",
"1903",
"102",
"482",
"4.7",
"16",
"80"
],
[
"5",
"1904",
"54",
"686",
"12.7",
"21",
"105"
],
[
"6",
"Total",
"279",
"2339",
"8.4",
"72",
"360"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"makikihi\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,D2:D11=\"makikihi\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What years does the school have that's in Makikihi?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"makikihi\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"morven school\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,A2:A11=\"morven school\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "In what area is Morven School?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"morven school\"",
"4"
]
},
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(G1)),FILTER(query1,CHOOSECOLS(query1,2)=33))",
"Formula2": "LET(query1,SUMMARIZE(B2:B11,SUMX(G2:G11)),FILTER(query1,CHOOSECOLS(query1,2)=33))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What years does the school have with a roll of 33?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"G1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"33"
]
}
] | test_2-12256602-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Name",
"Years",
"Gender",
"Area",
"Authority",
"Decile",
"Roll"
],
[
"2",
"Glenavy School",
"1–8",
"Coed",
"Glenavy",
"State",
"9",
"74"
],
[
"3",
"Makikihi School",
"1–8",
"Coed",
"Makikihi",
"State",
"7",
"33"
],
[
"4",
"Morven School",
"1–6",
"Coed",
"Morven",
"State",
"5",
"30"
],
[
"5",
"St Andrew's School",
"1–8",
"Coed",
"St Andrews",
"State",
"5",
"100"
],
[
"6",
"St Patrick's School",
"1–8",
"Coed",
"Waimate",
"State integrated",
"3",
"35"
],
[
"7",
"Waihao Downs School",
"1–6",
"Coed",
"Waihao Downs",
"State",
"8",
"44"
],
[
"8",
"Waimate Centennial School",
"1–6",
"Coed",
"Waimate",
"State",
"3",
"146"
],
[
"9",
"Waimate High School",
"7–13",
"Coed",
"Waimate",
"State",
"4",
"310"
],
[
"10",
"Waimate Main School",
"1–6",
"Coed",
"Waimate",
"State",
"2",
"78"
],
[
"11",
"Waituna Creek School",
"1–8",
"Coed",
"Waituna",
"State",
"5",
"39"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=6))",
"Formula2": "LET(query1,SUMMARIZE(C2:C18,SUMX(A2:A18)),FILTER(query1,CHOOSECOLS(query1,2)=6))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Who was the opponent in week 6?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"6"
]
},
{
"Formula": "SUM(FILTER(A1, F1=55158))",
"Formula2": "SUM(FILTER(A2:A18, F2:F18=55158))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Which week had an attendance of 55,158?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"F1",
"=",
"55158"
]
}
] | train_2-16780011-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"TV Time",
"Attendance"
],
[
"2",
"1",
"August 31, 1997",
"at Baltimore Ravens",
"W 28–27",
"NBC 4:15pm",
"61,018"
],
[
"3",
"2",
"September 7, 1997",
"New York Giants",
"W 40–13",
"FOX 4:15pm",
"70,581"
],
[
"4",
"3",
"Bye",
"Bye",
"Bye",
"Bye",
"Bye"
],
[
"5",
"4",
"September 22, 1997",
"Pittsburgh Steelers",
"W 30–21",
"ABC 9:00pm",
"73,016"
],
[
"6",
"5",
"September 28, 1997",
"at Washington Redskins",
"L 24–12",
"NBC 1:00pm",
"74,421"
],
[
"7",
"6",
"October 5, 1997",
"Cincinnati Bengals",
"W 21–13",
"NBC 1:00pm",
"67,128"
],
[
"8",
"7",
"October 12, 1997",
"Philadelphia Eagles",
"W 38–21",
"FOX 1:00pm",
"69,150"
],
[
"9",
"8",
"October 19, 1997",
"at Dallas Cowboys",
"L 26–22",
"NBC 1:00pm",
"64,464"
],
[
"10",
"9",
"October 26, 1997",
"at Pittsburgh Steelers",
"L 23–17 (OT)",
"NBC 4:15pm",
"57,011"
],
[
"11",
"10",
"November 2, 1997",
"at Tennessee Oilers",
"W 30–24",
"NBC 4:15pm",
"27,208"
],
[
"12",
"11",
"November 9, 1997",
"Kansas City Chiefs",
"W 24–10",
"NBC 1:00pm",
"70,444"
],
[
"13",
"12",
"November 16, 1997",
"Tennessee Oilers",
"W 17–9",
"NBC 1:00pm",
"70,070"
],
[
"14",
"13",
"November 23, 1997",
"at Cincinnati Bengals",
"L 31–26",
"NBC 1:00pm",
"55,158"
],
[
"15",
"14",
"November 30, 1997",
"Baltimore Ravens",
"W 29–27",
"NBC 1:00pm",
"63,712"
],
[
"16",
"15",
"December 7, 1997",
"New England Patriots",
"L 26–20",
"NBC 1:00pm",
"73,446"
],
[
"17",
"16",
"December 14, 1997",
"at Buffalo Bills",
"W 20–14",
"NBC 1:00pm",
"41,231"
],
[
"18",
"17",
"December 21, 1997",
"at Oakland Raiders",
"W 20–9",
"NBC 4:15pm",
"40,032"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"running back\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,E2:E11=\"running back\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Position of running back involves which college?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"running back\"",
"6"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,E1=\"guard\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>2))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F11,E2:E11=\"guard\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>2))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Round larger than 2, and a Position of guard involves what college?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"guard\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"6",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"2"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,E1=\"defensive tackle\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,2)),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,(CHOOSECOLS(query1,2)<46)*(CHOOSECOLS(query1,3)=5)))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F11,E2:E11=\"defensive tackle\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,2)),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,(CHOOSECOLS(query1,2)<46)*(CHOOSECOLS(query1,3)=5)))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"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": "Pick # smaller than 46, and a Round of 5, and a Position of defensive tackle involves which college?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"defensive tackle\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"6",
"SUMX(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"46",
"*",
"CHOOSECOLS(",
"query1",
"3",
"=",
"5"
]
}
] | train_2-13312898-60 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Round",
"Pick #",
"Overall",
"Name",
"Position",
"College"
],
[
"2",
"1",
"1",
"1",
"Andrew Luck",
"Quarterback",
"Stanford"
],
[
"3",
"2",
"2",
"34",
"Coby Fleener",
"Tight End",
"Stanford"
],
[
"4",
"3",
"1",
"64",
"Dwayne Allen",
"Tight End",
"Clemson"
],
[
"5",
"3",
"29",
"92",
"T. Y. Hilton",
"Wide Receiver",
"Florida International"
],
[
"6",
"5",
"1",
"136",
"Josh Chapman",
"Defensive Tackle",
"Alabama"
],
[
"7",
"5",
"35",
"170",
"Vick Ballard",
"Running Back",
"Mississippi State"
],
[
"8",
"6",
"36",
"206",
"LaVon Brazill",
"Wide Receiver",
"Ohio"
],
[
"9",
"7",
"1",
"208",
"Justin Anderson",
"Guard",
"Georgia"
],
[
"10",
"7",
"7",
"214",
"Tim Fugger",
"Defensive End",
"Vanderbilt"
],
[
"11",
"7",
"46",
"253",
"Chandler Harnish",
"Quarterback",
"Northern Illinois"
]
] |
[
{
"Formula": "MIN(FILTER(E1, (D1<1)*(A1<5)))",
"Formula2": "MIN(FILTER(E2:E6, (D2:D6<1)*(A2:A6<5)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the fewest bronze medals for a team with fewer than 1 silver and rank lower than 5?",
"Tokens": [
"MIN(",
"FILTER(",
"E1",
"D1",
"<",
"1",
"*",
"A1",
"<",
"5"
]
},
{
"Formula": "SUM(FILTER(E1, (C1<3)*(D1=1)*(F1<3)*(A1=3)))",
"Formula2": "SUM(FILTER(E2:E6, (C2:C6<3)*(D2:D6=1)*(F2:F6<3)*(A2:A6=3)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many bronze medals for the nation with fewer than 3 gold, 1 silver and rank of 3?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"C1",
"<",
"3",
"*",
"D1",
"=",
"1",
"*",
"F1",
"<",
"3",
"*",
"A1",
"=",
"3"
]
},
{
"Formula": "MAX(FILTER(F1, (E1=1)*(D1>1)))",
"Formula2": "MAX(FILTER(F2:F6, (E2:E6=1)*(D2:D6>1)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the largest total for a nation with 1 bronze and more than 1 silver?",
"Tokens": [
"MAX(",
"FILTER(",
"F1",
"E1",
"=",
"1",
"*",
"D1",
">",
"1"
]
},
{
"Formula": "MIN(FILTER(F1, D1>1))",
"Formula2": "MIN(FILTER(F2:F6, D2:D6>1))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the smallest total for a nation with more than 1 silver?",
"Tokens": [
"MIN(",
"FILTER(",
"F1",
"D1",
">",
"1"
]
}
] | train_2-11456753-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"Belgium (BEL)",
"3",
"1",
"1",
"5"
],
[
"3",
"2",
"France (FRA)",
"1",
"1",
"1",
"3"
],
[
"4",
"3",
"Czech Republic (CZE)",
"0",
"1",
"1",
"2"
],
[
"5",
"4",
"Poland (POL)",
"0",
"1",
"0",
"1"
],
[
"6",
"5",
"Germany (GER)",
"0",
"0",
"1",
"1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"june 29\"),9))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I12,B2:B12=\"june 29\"),9))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the record on june 29?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"june 29\"",
"9"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"june 20\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I12,B2:B12=\"june 20\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What were the high points on june 20?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"june 20\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"palace of auburn hills 8,108\"),9))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I12,H2:H12=\"palace of auburn hills 8,108\"),9))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Record has a Location/Attendance of palace of auburn hills 8,108?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"H1",
"=",
"\"palace of auburn hills 8,108\"",
"9"
]
},
{
"Formula": "SUMIFS(A1,I1,\"11-4\")",
"Formula2": "SUMIFS(A2:A12,I2:I12,\"11-4\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Which Game is the lowest one that has a Record of 11-4?",
"Tokens": [
"SUMIFS(",
"A1",
"I1",
"\"11-4\""
]
}
] | train_2-17103729-7 | [
[
"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",
"7",
"June 4",
"Seattle",
"77-67",
"Smith (33)",
"Ford (11)",
"Nolan (8)",
"Palace of Auburn Hills 8,108",
"6-1"
],
[
"3",
"8",
"June 6",
"@ Sacramento",
"84-70",
"Smith (30)",
"Braxton , Ford , Nolan (6)",
"Nolan (9)",
"ARCO Arena 6,663",
"7-1"
],
[
"4",
"9",
"June 7",
"@ Seattle",
"67-75",
"Smith (18)",
"Pierson (10)",
"Hornbuckle , Pierson (3)",
"KeyArena 7,105",
"7-2"
],
[
"5",
"10",
"June 11",
"@ Los Angeles",
"73-80",
"Smith (16)",
"Pierson , Smith (7)",
"Smith (4)",
"STAPLES Center 8,520",
"7-3"
],
[
"6",
"11",
"June 14",
"@ Phoenix",
"89-79",
"Humphrey (28)",
"Hornbuckle (15)",
"Nolan (8)",
"US Airways Center 7,696",
"8-3"
],
[
"7",
"12",
"June 20",
"Minnesota",
"98-93 (OT)",
"Nolan (44)",
"Ford (14)",
"Pierson (4)",
"Palace of Auburn Hills 8,916",
"9-3"
],
[
"8",
"13",
"June 22",
"@ Atlanta",
"97-76",
"Ford (20)",
"Ford (12)",
"Nolan (7)",
"Philips Arena 7,865",
"10-3"
],
[
"9",
"14",
"June 24",
"@ Connecticut",
"68-85",
"Nolan (17)",
"Ford (11)",
"Smith (4)",
"Mohegan Sun Arena 7,501",
"10-4"
],
[
"10",
"15",
"June 26",
"Connecticut",
"70-61",
"Nolan (13)",
"Ford (9)",
"Smith (4)",
"Palace of Auburn Hills 8,636",
"11-4"
],
[
"11",
"16",
"June 28",
"@ Chicago",
"59-76",
"Murphy (13)",
"Ford (8)",
"Hornbuckle , Sam (4)",
"UIC Pavilion 3,407",
"11-5"
],
[
"12",
"17",
"June 29",
"Atlanta",
"100-92",
"Braxton (26)",
"Braxton (9)",
"Nolan (11)",
"Palace of Auburn Hills 8,798",
"12-5"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=1)*(B1=\"softball\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(E2:E11=1)*(B2:B11=\"softball\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "For a total of 1 and the sport of softball what were the years?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"1",
"*",
"B1",
"=",
"\"softball\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=1925),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=1925),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What was the total for the year of 1925?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"1925",
"5"
]
}
] | train_2-18304058-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"School",
"Sport",
"Titles",
"Years",
"Total"
],
[
"2",
"Carmi-White County",
"Boys' Golf",
"5",
"1975, 1976, 1977, 1978, 1979",
"5"
],
[
"3",
"Eldorado",
"Boys' Track and Field",
"1",
"1925",
"1"
],
[
"4",
"Goreville",
"Softball",
"1",
"2012",
"1"
],
[
"5",
"Hamilton County",
"Boys' Basketball",
"1",
"1984",
"1"
],
[
"6",
"Johnston City",
"Boys' Basketball",
"1",
"1929",
"1"
],
[
"7",
"Zeigler-Royalton",
"Football",
"1",
"1982",
"1"
],
[
"8",
"Former Members",
"Former Members",
"Former Members",
"Former Members",
"Former Members"
],
[
"9",
"Cairo",
"Boys' Track and Field",
"5",
"1983, 1985, 1988, 1990, 1992",
"5"
],
[
"10",
"Carterville",
"Football",
"1",
"1996",
"2"
],
[
"11",
"Carterville",
"Softball",
"1",
"2008",
"2"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"Thomas Hettrick\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,F2:F7=\"Thomas Hettrick\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "While the original toyko/seoul tour cast included thomas hettrick, who was in the original 1st us tour cast? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"Thomas Hettrick\"",
"4"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(G1, E1=\"Alyssa DiPalma\")))",
"Formula2": "ROWS(UNIQUE(FILTER(G2:G7, E2:E7=\"Alyssa DiPalma\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many original 3rd us tour cast were there while the original uk cast was alyssa dipalma?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"G1",
"E1",
"=",
"\"Alyssa DiPalma\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"Nicci Claspell\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"Nicci Claspell\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "While the original 1st us tour cast included nicci claspell, who was in the original tokyo/seoul tour cast?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"Nicci Claspell\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Stark Sands\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"Stark Sands\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was in the original berkley cast while stark sands was in the original broadway cast? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"Stark Sands\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"Jake Epstein\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"Jake Epstein\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was in the original broadway cast while jake epstein was in the original 1st us tour cast? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"Jake Epstein\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"Scott J. Campbell\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"Scott J. Campbell\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was in the original 3rd us tour cast while scott j. campbell was in the original 1st us tour cast? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"Scott J. Campbell\"",
"7"
]
}
] | test_1-24353141-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Character",
"Original Berkeley Cast",
"Original Broadway Cast",
"Original 1st US Tour Cast",
"Original UK Cast",
"Original Tokyo / Seoul Tour Cast",
"Original 3rd US Tour Cast"
],
[
"2",
"Johnny",
"John Gallagher, Jr.",
"John Gallagher, Jr.",
"Van Hughes",
"Alex Nee",
"Sean Michael Murray",
"Jared Nepute"
],
[
"3",
"Will",
"Michael Esper",
"Michael Esper",
"Jake Epstein",
"Casey O'Farrell",
"Casey O'Farrell",
"Casey O'Farrell"
],
[
"4",
"Tunny",
"Matt Caplan",
"Stark Sands",
"Scott J. Campbell",
"Thomas Hettrick",
"Thomas Hettrick",
"Dan Tracy"
],
[
"5",
"Whatsername",
"Rebecca Naomi Jones",
"Rebecca Naomi Jones",
"Gabrielle McClinton",
"Alyssa DiPalma",
"Alyssa DiPalma",
"Olivia Puckett"
],
[
"6",
"Heather",
"Mary Faber",
"Mary Faber",
"Leslie McDonel",
"Kennedy Caughell",
"Mariah MacFarlane",
"Mariah MacFarlane"
],
[
"7",
"The Extraordinary Girl",
"Christina Sajous",
"Christina Sajous",
"Nicci Claspell",
"Jenna Rubaii",
"Jenna Rubaii",
"Taylor Jones"
]
] |
[
{
"Formula": "FILTER(G1,(A1<78)*(B1=\"april 8\"))",
"Formula2": "FILTER(G2:G11,(A2:A11<78)*(B2:B11=\"april 8\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What were the assists on April 8 in game less than 78?",
"Tokens": [
"FILTER(",
"G1",
"A1",
"<",
"78",
"*",
"B1",
"=",
"\"april 8\""
]
},
{
"Formula": "FILTER(D1,A1=82)",
"Formula2": "FILTER(D2:D11,A2:A11=82)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What was the score of game 82?",
"Tokens": [
"FILTER(",
"D1",
"A1",
"=",
"82"
]
}
] | dev_2-10812293-8 | [
[
"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",
"73",
"April 1",
"Charlotte",
"W 107–94 (OT)",
"Chris Bosh (24)",
"Chris Bosh (16)",
"T. J. Ford (8)",
"Air Canada Centre 19,023",
"41–32"
],
[
"3",
"74",
"April 3",
"@ Miami",
"L 89–92 (OT)",
"Chris Bosh (24)",
"Chris Bosh (11)",
"T. J. Ford (7)",
"American Airlines Arena 19,600",
"41–33"
],
[
"4",
"75",
"April 4",
"@ Orlando",
"W 111–108 (OT)",
"Chris Bosh (28)",
"Chris Bosh (10)",
"T. J. Ford (8)",
"Amway Arena 16,911",
"42–33"
],
[
"5",
"76",
"April 6",
"@ Philadelphia",
"W 94–85 (OT)",
"Chris Bosh (23)",
"Chris Bosh (13)",
"José Calderón , T. J. Ford (6)",
"Wachovia Center 17,566",
"43–33"
],
[
"6",
"77",
"April 8",
"Chicago",
"W 103–89 (OT)",
"Anthony Parker (27)",
"Chris Bosh (11)",
"José Calderón (8)",
"Air Canada Centre 19,800",
"44–33"
],
[
"7",
"78",
"April 9",
"@ Minnesota",
"W 111–100 (OT)",
"Anthony Parker (24)",
"Chris Bosh (13)",
"T. J. Ford (10)",
"Target Center 15,561",
"45–33"
],
[
"8",
"79",
"April 13",
"Detroit",
"W 87–84 (OT)",
"Anthony Parker (21)",
"Kris Humphries (18)",
"T. J. Ford (10)",
"Air Canada Centre 19,800",
"46–33"
],
[
"9",
"80",
"April 15",
"New York",
"W 107–105 (OT)",
"Chris Bosh (23)",
"Chris Bosh (8)",
"Chris Bosh (7)",
"Air Canada Centre 19,800",
"47–33"
],
[
"10",
"81",
"April 17",
"@ Detroit",
"L 84–100 (OT)",
"Uroš Slokar (18)",
"Morris Peterson (13)",
"Darrick Martin (8)",
"The Palace of Auburn Hills 22,076",
"47–34"
],
[
"11",
"82",
"April 18",
"Philadelphia",
"L 119–122 (OT)",
"Luke Jackson (30)",
"Chris Bosh (9)",
"T. J. Ford (10)",
"Air Canada Centre 19,800",
"47–35"
]
] |
[
{
"Formula": "MAX(FILTER(G1,(I1=19)*(B1=\"3 de Febrero\")))",
"Formula2": "MAX(FILTER(G2:G12,(I2:I12=19)*(B2:B12=\"3 de Febrero\")))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the value scored when there were 19 points for the team 3 de Febrero?",
"Tokens": [
"MAX(",
"FILTER(",
"G1",
"I1",
"=",
"19",
"*",
"B1",
"=",
"\"3 de Febrero\""
]
},
{
"Formula": "MAX(FILTER(F1,G1=25))",
"Formula2": "MAX(FILTER(F2:F12,G2:G12=25))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What was the number of losses when the scored value was 25?",
"Tokens": [
"MAX(",
"FILTER(",
"F1",
"G1",
"=",
"25"
]
}
] | dev_1-14871601-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Position",
"Team",
"Played",
"Wins",
"Draws",
"Losses",
"Scored",
"Conceded",
"Points"
],
[
"2",
"1",
"Libertad",
"22",
"17",
"4",
"1",
"36",
"14",
"55"
],
[
"3",
"2",
"Cerro Porteño",
"22",
"15",
"4",
"3",
"52",
"21",
"49"
],
[
"4",
"3",
"Olimpia",
"22",
"11",
"5",
"6",
"33",
"23",
"38"
],
[
"5",
"4",
"Sol de America",
"22",
"9",
"7",
"6",
"32",
"24",
"34"
],
[
"6",
"5",
"Nacional",
"22",
"9",
"7",
"6",
"37",
"30",
"34"
],
[
"7",
"6",
"12 de Octubre",
"22",
"7",
"5",
"10",
"23",
"29",
"26"
],
[
"8",
"7",
"Guaraní",
"22",
"6",
"7",
"9",
"24",
"27",
"25"
],
[
"9",
"8",
"Tacuary",
"22",
"6",
"7",
"9",
"25",
"29",
"25"
],
[
"10",
"9",
"Trinidense",
"22",
"5",
"9",
"8",
"15",
"18",
"24"
],
[
"11",
"10",
"Sportivo Luqueño",
"22",
"5",
"4",
"13",
"24",
"41",
"19"
],
[
"12",
"11",
"3 de Febrero",
"22",
"5",
"4",
"13",
"21",
"41",
"19"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=1923),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=1923),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What where the tms numbers built in 1923",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"1923",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"47' 6 'Birdcage' gallery coach\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"47' 6 'Birdcage' gallery coach\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What year was the carriage type is 47' 6 'birdcage' gallery coach built",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"47' 6 'Birdcage' gallery coach\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"NZR Addington\")*(D1=1913)),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(C2:C7=\"NZR Addington\")*(D2:D7=1913)),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What tms were built nzr addington in the year 1913",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"NZR Addington\"",
"*",
"D1",
"=",
"1913",
"2"
]
}
] | train_1-1166023-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Number",
"TMS Number",
"Builder",
"Year built",
"Carriage type"
],
[
"2",
"A 595",
"A 50702",
"NZR Addington",
"1900",
"47' 6 'Birdcage' gallery coach"
],
[
"3",
"A 1255",
"A 50729",
"NZR Addington",
"1913",
"47' 6 passenger coach"
],
[
"4",
"A 1518",
"A 50737",
"NZR Addington",
"1923",
"47' 6 passenger coach"
],
[
"5",
"A 1521",
"A 50745",
"NZR Addington",
"1923",
"47' 6 passenger coach"
],
[
"6",
"A A 1132",
"A 50710",
"NZR Petone",
"1919",
"47' 6 passenger/refreshments coach"
],
[
"7",
"A F 950",
"AF 35",
"NZR Hillside",
"1906",
"47' 6 car-van"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"72-72-72=216\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"72-72-72=216\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What country was the golfer with a score of 72-72-72=216 representing?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"72-72-72=216\"",
"3"
]
}
] | train_2-18007222-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To Par"
],
[
"2",
"1",
"Johnny Bulla",
"United States",
"72-71-68=211",
"+4"
],
[
"3",
"T2",
"Sam Snead",
"United States",
"68-71-73=212",
"+5"
],
[
"4",
"T2",
"Craig Wood",
"United States",
"70-71-71=212",
"+5"
],
[
"5",
"T2",
"Denny Shute",
"United States",
"70-72-70=212",
"+5"
],
[
"6",
"5",
"Bud Ward (a)",
"United States",
"69-73-71=213",
"+6"
],
[
"7",
"T6",
"Tommy Armour",
"United States",
"70-75-69=214",
"+7"
],
[
"8",
"T6",
"John E. Rogers",
"United States",
"75-70-69=214",
"+7"
],
[
"9",
"T6",
"Olin Dutra",
"United States",
"70-74-70=214",
"+7"
],
[
"10",
"7",
"Horton Smith",
"United States",
"72-68-75=215",
"+8"
],
[
"11",
"T10",
"Byron Nelson",
"United States",
"72-73-71=216",
"+9"
],
[
"12",
"T10",
"Ralph Guldahl",
"United States",
"71-73-72=216",
"+9"
],
[
"13",
"T10",
"Henry Picard",
"United States",
"72-72-72=216",
"+9"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"512mb\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,F2:F10=\"512mb\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which graphics spec has a VRAM spec of 512MB?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"F1",
"=",
"\"512mb\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"128-512 gb ssd\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,D2:D10=\"128-512 gb ssd\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the MSRP for the laptop with storage of 128-512 GB SSD?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"D1",
"=",
"\"128-512 gb ssd\"",
"8"
]
}
] | train_2-15295713-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Model",
"Processor",
"Memory",
"Storage",
"Graphics",
"VRAM",
"Display resolution",
"MSRP"
],
[
"2",
"MacBook Air 1.7GHz 11 in",
"1.7GHz (Dual Core) Core i5",
"4 GB 1600 MHZ",
"64-512 GB SSD",
"Intel HD Graphics 4000",
"256 MB Shared",
"1366 × 768",
"$999/ €999/ £814 / ₹67900"
],
[
"3",
"MacBook Air 1.8GHz 13 in",
"1.8GHz Core i5",
"4 GB 1600 MHZ",
"128-512 GB SSD",
"Intel HD Graphics 4000",
"384 MB Shared",
"1440 × 900",
"$1199/ €867/ £1054 / ₹81900"
],
[
"4",
"MacBook Pro 2.5GHz 13 in",
"2.5GHz Core i5",
"4 GB 1600 MHZ",
"500 GB HDD",
"Intel HD Graphics 4000",
"384 MB Shared",
"1280 × 800",
"$1199 / €1199 / £999 / ₹81900"
],
[
"5",
"MacBook Pro 2.9GHz 13 in",
"2.9GHz Core i7",
"8 GB 1600 MHZ",
"750 GB HDD",
"Intel HD Graphics 4000",
"384 MB Shared",
"1280 × 800",
"$1499 / €1499 / £1249 / ₹99900"
],
[
"6",
"MacBook Pro 2.5GHz 13 in",
"2.5GHz Core i5",
"8 GB 1600 MHZ",
"128 GB SSD",
"Intel HD Graphics 4000",
"384 MB Shared",
"2560 × 1600",
"$1499 / €1499 / £1249"
],
[
"7",
"MacBook Pro 2.6GHz 13 in",
"2.6GHz Core i5",
"8 GB 1600 MHZ",
"256 GB SSD",
"Intel HD Graphics 4000",
"384 MB Shared",
"2560 × 1600",
"$1699 / €1699 / £1449"
],
[
"8",
"MacBook Pro 2.3GHz 15 in",
"2.3GHz (Quad Core) Core i7",
"4 GB 1600 MHZ",
"500 GB HDD",
"Intel HD Graphics 4000 and NVIDIA GeForce GT 650M",
"512MB",
"1440 × 900",
"$1799 / €1799 / £1499 / ₹122900"
],
[
"9",
"MacBook Pro 2.4GHz 15 in",
"2.4GHz (Quad Core) Core i7",
"8 GB 1600 MHZ",
"256 GB SSD",
"Intel HD Graphics 4000 and NVIDIA GeForce GT 650M",
"1GB",
"2880 × 1800 (Retina Display)",
"$2199 / €2199 / £1799 / ₹152900"
],
[
"10",
"MacBook Pro 2.7GHz 15 in",
"2.7GHz (Quad Core) Core i7",
"8 GB 1600 MHZ",
"512-768 GB SSD",
"Intel HD Graphics and NVIDIA GeForce GT 650M",
"1GB",
"2880 × 1800 (Retina Display)",
"$2799 / €2799 / £2299 / ₹192900"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"re-elected\")*(D1=2000)),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,(E2:E16=\"re-elected\")*(D2:D16=2000)),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What party is the person who was first elected in 2000 and was re-elected?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"re-elected\"",
"*",
"D1",
"=",
"2000",
"3"
]
}
] | train_2-1805191-23 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Results"
],
[
"2",
"Michigan 1",
"Bart Stupak",
"Democratic",
"1992",
"Re-elected"
],
[
"3",
"Michigan 2",
"Pete Hoekstra",
"Republican",
"1992",
"Re-elected"
],
[
"4",
"Michigan 3",
"Vern Ehlers",
"Republican",
"1993",
"Re-elected"
],
[
"5",
"Michigan 4",
"Dave Camp",
"Republican",
"1990",
"Re-elected"
],
[
"6",
"Michigan 5",
"Dale Kildee",
"Democratic",
"1976",
"Re-elected"
],
[
"7",
"Michigan 6",
"Fred Upton",
"Republican",
"1986",
"Re-elected"
],
[
"8",
"Michigan 7",
"Joe Schwarz",
"Republican",
"2004",
"Lost renomination Republican hold"
],
[
"9",
"Michigan 8",
"Mike Rogers",
"Republican",
"2000",
"Re-elected"
],
[
"10",
"Michigan 9",
"Joe Knollenberg",
"Republican",
"1992",
"Re-elected"
],
[
"11",
"Michigan 10",
"Candice Miller",
"Republican",
"2002",
"Re-elected"
],
[
"12",
"Michigan 11",
"Thad McCotter",
"Republican",
"2002",
"Re-elected"
],
[
"13",
"Michigan 12",
"Sander Levin",
"Democratic",
"1982",
"Re-elected"
],
[
"14",
"Michigan 13",
"Carolyn Kilpatrick",
"Democratic",
"1996",
"Re-elected"
],
[
"15",
"Michigan 14",
"John Conyers Jr.",
"Democratic",
"1964",
"Re-elected"
],
[
"16",
"Michigan 15",
"John Dingell",
"Democratic",
"1955",
"Re-elected"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"asil lysi\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,C2:C13=\"asil lysi\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the 1st leg when team 2 is Asil Lysi?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"asil lysi\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"ermis aradippou\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=\"ermis aradippou\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the 2nd leg when Ermis Aradippou is the first team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"ermis aradippou\"",
"5"
]
}
] | test_2-18713505-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Team 1",
"Agg.",
"Team 2",
"1st leg",
"2nd leg"
],
[
"2",
"Olympiakos Nicosia",
"2–6",
"AEL Limassol",
"0–3",
"2–3"
],
[
"3",
"Nea Salamis",
"2–4",
"Doxa Katokopias",
"1–3",
"1–1"
],
[
"4",
"Aris Limassol",
"1–2",
"AE Paphos",
"1–1",
"0–1"
],
[
"5",
"Omonia Aradippou",
"2–3",
"APOP Kinyras",
"0–2",
"2–1"
],
[
"6",
"AO Ayia Napa",
"2–5",
"Ethnikos Achna",
"2–2",
"0–3"
],
[
"7",
"PAEEK",
"1–5",
"Atromitos Yeroskipou",
"0–2",
"1–3"
],
[
"8",
"Ethnikos Assia",
"2–0",
"ASIL Lysi",
"0–0",
"2–0"
],
[
"9",
"Onisilos Sotira",
"1–2",
"THOI Lakatamia",
"0–1",
"1–1"
],
[
"10",
"MEAP Nisou",
"0–4",
"AEK Larnaca",
"0–1",
"0–3"
],
[
"11",
"Digenis Morphou",
"6–4",
"Alki Larnaca",
"4–3",
"2–1"
],
[
"12",
"Chalkanoras Idaliou",
"2–3",
"Enosis Neon Paralimni",
"2–3",
"0–0"
],
[
"13",
"Ermis Aradippou",
"3–3 ( a )",
"APEP",
"1–1",
"2–2 ( aet )"
]
] |
[
{
"Formula": "MIN(FILTER(D1, A1<2))",
"Formula2": "MIN(FILTER(D2:D6, A2:A6<2))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Who has the lowest earnings that has a rank smaller than 2?",
"Tokens": [
"MIN(",
"FILTER(",
"D1",
"A1",
"<",
"2"
]
},
{
"Formula": "AVERAGE(FILTER(A1, D1<3069633))",
"Formula2": "AVERAGE(FILTER(A2:A6, D2:D6<3069633))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the average rank of someone who earned smaller than 3,069,633?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"A1",
"D1",
"<",
"3069633"
]
},
{
"Formula": "AVERAGE(FILTER(E1, (C1=\"australia\")*(D1<3133913)))",
"Formula2": "AVERAGE(FILTER(E2:E6, (C2:C6=\"australia\")*(D2:D6<3133913)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What has the average wins in Australia who earned smaller than 3,133,913?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"E1",
"C1",
"=",
"\"australia\"",
"*",
"D1",
"<",
"3133913"
]
},
{
"Formula": "SUM(FILTER(E1, (A1>2)*(B1=\"mike hill\")))",
"Formula2": "SUM(FILTER(E2:E6, (A2:A6>2)*(B2:B6=\"mike hill\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the total number of wins with player Mike Hill with a rank bigger than 2?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"A1",
">",
"2",
"*",
"B1",
"=",
"\"mike hill\""
]
}
] | train_2-11622255-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Player",
"Country",
"Earnings( $ )",
"Wins"
],
[
"2",
"1",
"Chi Chi Rodriguez",
"Puerto Rico",
"3,740,267",
"21"
],
[
"3",
"2",
"Bob Charles",
"New Zealand",
"3,642,545",
"18"
],
[
"4",
"3",
"Mike Hill",
"United States",
"3,175,862",
"13"
],
[
"5",
"4",
"Bruce Crampton",
"Australia",
"3,133,913",
"19"
],
[
"6",
"5",
"Dale Douglass",
"United States",
"3,069,633",
"9"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"1-3\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,F2:F18=\"1-3\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the opponent the Seattle Seahawks played when their record was 1-3?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"1-3\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=71789),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,G2:G18=71789),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "On what date was the crowd size of 71,789?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"71789",
"2"
]
},
{
"Formula": "SUMIFS(A1,F1,\"6-6\")",
"Formula2": "SUMIFS(A2:A18,F2:F18,\"6-6\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Which week did the Seattle Seahawks have a record of 6-6?",
"Tokens": [
"SUMIFS(",
"A1",
"F1",
"\"6-6\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=51100),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,G2:G18=51100),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What was the final score (result) for the game where 51,100 attended?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"51100",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=56770),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,G2:G18=56770),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Where was the game held when the attendance was 56,770?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"56770",
"5"
]
},
{
"Formula": "SUM(FILTER(A1, (E1=\"kingdome\")*(B1=\"october 13, 1991\")))",
"Formula2": "SUM(FILTER(A2:A18, (E2:E18=\"kingdome\")*(B2:B18=\"october 13, 1991\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which week was the game held at Kingdome on October 13, 1991?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"E1",
"=",
"\"kingdome\"",
"*",
"B1",
"=",
"\"october 13, 1991\""
]
}
] | test_2-13258745-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Game site",
"Record",
"Attendance"
],
[
"2",
"1",
"September 1, 1991",
"at New Orleans Saints",
"L 24-27",
"Louisiana Superdome",
"0-1",
"68,492"
],
[
"3",
"2",
"September 8, 1991",
"New York Jets",
"W 20-13",
"Kingdome",
"1-1",
"56,770"
],
[
"4",
"3",
"September 15, 1991",
"at Denver Broncos",
"L 10-16",
"Mile High Stadium",
"1-2",
"74,152"
],
[
"5",
"4",
"September 22, 1991",
"at Kansas City Chiefs",
"L 13-20",
"Arrowhead Stadium",
"1-3",
"71,789"
],
[
"6",
"5",
"September 29, 1991",
"Indianapolis Colts",
"W 31-3",
"Kingdome",
"2-3",
"56,656"
],
[
"7",
"6",
"October 6, 1991",
"at Cincinnati Bengals",
"W 13-7",
"Riverfront Stadium",
"3-3",
"60,010"
],
[
"8",
"7",
"October 13, 1991",
"Los Angeles Raiders",
"L 20-23 OT",
"Kingdome",
"3-4",
"61,974"
],
[
"9",
"8",
"October 20, 1991",
"at Pittsburgh Steelers",
"W 27-7",
"Three Rivers Stadium",
"4-4",
"54,678"
],
[
"10",
"9",
"October 27, 1991",
"San Diego Chargers",
"W 20-9",
"Kingdome",
"5-4",
"58,025"
],
[
"11",
"10",
"Bye",
"Bye",
"Bye",
"Bye",
"Bye",
"Bye"
],
[
"12",
"11",
"November 10, 1991",
"at San Diego Chargers",
"L 14-17",
"Jack Murphy Stadium",
"5-5",
"43,597"
],
[
"13",
"12",
"November 17, 1991",
"at Los Angeles Raiders",
"L 7-31",
"Los Angeles Memorial Coliseum",
"5-6",
"49,317"
],
[
"14",
"13",
"November 24, 1991",
"Denver Broncos",
"W 13-10",
"Kingdome",
"6-6",
"60,430"
],
[
"15",
"14",
"December 1, 1991",
"Kansas City Chiefs",
"L 6-19",
"Kingdome",
"6-7",
"57,248"
],
[
"16",
"15",
"December 8, 1991",
"San Francisco 49ers",
"L 22-24",
"Kingdome",
"6-8",
"56,711"
],
[
"17",
"16",
"December 15, 1991",
"at Atlanta Falcons",
"L 13-26",
"Atlanta-Fulton County Stadium",
"6-9",
"53,834"
],
[
"18",
"17",
"December 22, 1991",
"Los Angeles Rams",
"W 23-9",
"Kingdome",
"7-9",
"51,100"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,J1=\"12th\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J12,J2:J12=\"12th\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "If the position is 12th, what was the series?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"J1",
"J1",
"=",
"\"12th\"",
"2"
]
},
{
"Formula": "SUMIFS(H1,J1,\"9th\")",
"Formula2": "SUMIFS(H2:H12,J2:J12,\"9th\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "If the position is 9th, what is the total podiums number?",
"Tokens": [
"SUMIFS(",
"H1",
"J1",
"\"9th\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(J1,SUMX(I1)),FILTER(query1,CHOOSECOLS(query1,2)=16))",
"Formula2": "LET(query1,SUMMARIZE(J2:J12,SUMX(I2:I12)),FILTER(query1,CHOOSECOLS(query1,2)=16))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "If there is 16 points, what was the position? ",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"J1",
"SUMX(",
"I1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"16"
]
}
] | test_1-21795846-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J"
],
[
"1",
"Season",
"Series",
"Team",
"Races",
"Wins",
"Poles",
"F/Laps",
"Podiums",
"Points",
"Position"
],
[
"2",
"2005",
"Italian Formula Junior 1600 – Winter Series",
"Tomcat Racing",
"4",
"0",
"0",
"0",
"0",
"9",
"13th"
],
[
"3",
"2006",
"Italian Formula Junior 1600",
"Emmegi Promotion",
"12",
"0",
"0",
"0",
"1",
"50",
"12th"
],
[
"4",
"2006",
"Italian Formula Renault 2.0 – Winter Series",
"RP Motorsport",
"4",
"0",
"0",
"0",
"0",
"14",
"15th"
],
[
"5",
"2007",
"Italian Formula Renault 2.0",
"RP Motorsport",
"14",
"0",
"0",
"0",
"0",
"0",
"NC"
],
[
"6",
"2008",
"German Formula Three Championship",
"Ombra Racing",
"17",
"0",
"0",
"0",
"1",
"23",
"9th"
],
[
"7",
"2008",
"British Formula Three Championship",
"Ombra Racing",
"2",
"0",
"0",
"0",
"0",
"0",
"NC†"
],
[
"8",
"2009",
"Formula Renault 3.5 Series",
"Pons Racing",
"17",
"0",
"0",
"0",
"0",
"8",
"21st"
],
[
"9",
"2010",
"Formula Renault 3.5 Series",
"Pons Racing",
"17",
"0",
"0",
"0",
"0",
"16",
"17th"
],
[
"10",
"2010",
"Auto GP",
"Trident Racing",
"4",
"0",
"0",
"0",
"0",
"6",
"16th"
],
[
"11",
"2010",
"Le Mans Series – LMP2",
"Racing Box",
"2",
"0",
"0",
"0",
"0",
"13",
"17th"
],
[
"12",
"2010",
"GP2 Series",
"Trident Racing",
"2",
"0",
"0",
"0",
"0",
"0",
"32nd"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"operational\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"operational\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What owner or owners have an operational description?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"operational\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"operational\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,C2:C11=\"operational\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the date for the Operational Livery?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"operational\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"undergoing overhaul, restoration or repairs\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"undergoing overhaul, restoration or repairs\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the date listed for the item that has undergoing overhaul, restoration or repairs listed under description?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"undergoing overhaul, restoration or repairs\"",
"5"
]
}
] | train_2-11913905-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Number & Name",
"Description",
"Livery",
"Owner(s)",
"Date"
],
[
"2",
"Operational",
"Operational",
"Operational",
"Operational",
"Operational"
],
[
"3",
"No. 15097",
"Simplex 0-4-0PM",
"BR Black with the Early Crest .",
"Private owner.",
"1919"
],
[
"4",
"No. 15099 Morris",
"Simplex 0-4-0DM",
"BR Black with the Early Crest .",
"Simplex 2028 Association.",
"1920"
],
[
"5",
"Marblaegis",
"Ruston & Hornsby 88DS 0-4-0DM",
"Green.",
"Simplex 2028 Association.",
"1946"
],
[
"6",
"Qwag",
"Ruston & Hornsby 0-4-0DM",
"Green.",
"Private owner.",
"1954"
],
[
"7",
"No. 28 Bardon",
"Andrew Barclay 0-4-0DM",
"Lined Green.",
"Private owner.",
"1956"
],
[
"8",
"D2959 Staythorpe",
"Ruston & Hornsby 165 0-4-0DE",
"BR Green with the Late Crest .",
"Private owner.",
"1961"
],
[
"9",
"Undergoing overhaul, restoration or repairs",
"Undergoing overhaul, restoration or repairs",
"Undergoing overhaul, restoration or repairs",
"Undergoing overhaul, restoration or repairs",
"Undergoing overhaul, restoration or repairs"
],
[
"10",
"Stored or static",
"Stored or static",
"Stored or static",
"Stored or static",
"Stored or static"
],
[
"11",
"No. D4279 Arthur Wright",
"John Fowler 0-4-0DM",
"Dark blue.",
"Private owner.",
"1952"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"733mhz\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"733mhz\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the front-side bus for the processor whose frequency is 733MHz?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"733mhz\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"750mhz\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"750mhz\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the L2 cache for the processor with a 750MHz frequency?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"750mhz\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"733mhz\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"733mhz\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the multiplier for the processor with a frequency of 733MHz?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"733mhz\"",
"5"
]
}
] | test_2-16341329-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Model Number",
"Frequency",
"L2-Cache",
"Front Side Bus",
"Multiplier",
"Voltage",
"Socket"
],
[
"2",
"C3 667",
"667MHz",
"64KiB",
"133MHz",
"5×",
"1.6V",
"Socket 370"
],
[
"3",
"C3 733",
"733MHz",
"64KiB",
"133MHz",
"5.5×",
"1.6V",
"Socket 370"
],
[
"4",
"C3 750",
"750MHz",
"64KiB",
"100MHz",
"7.5×",
"1.6V",
"Socket 370"
],
[
"5",
"C3 800",
"800MHz",
"64KiB",
"100MHz",
"8×",
"1.6V",
"Socket 370"
],
[
"6",
"C3 800",
"800MHz",
"64KiB",
"133MHz",
"6×",
"1.6V",
"EBGA"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=2001)*(A1=\"mellow\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(E2:E7=2001)*(A2:A7=\"mellow\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which title was created in 2001 by Mellow?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"2001",
"*",
"A1",
"=",
"\"mellow\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"atm24016\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"atm24016\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which artist has a serial number of ATM24016?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"atm24016\"",
"1"
]
},
{
"Formula": "MAXIFS(E1,D1,\"infec 107cdsx\")",
"Formula2": "MAXIFS(E2:E7,D2:D7,\"infec 107cdsx\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the latest date that has a serial number of Infec 107CDSX?",
"Tokens": [
"MAXIFS(",
"E1",
"D1",
"\"infec 107cdsx\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"booncd1\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"booncd1\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which artist has a serial number of BOONCD1?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"booncd1\"",
"1"
]
}
] | test_2-17279851-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Artist",
"Title",
"Label",
"Number",
"Date"
],
[
"2",
"Mellow",
"Shinda Shima",
"Atmospheriques",
"ATM24016",
"2001"
],
[
"3",
"Nylon Pylon",
"Sister Siam",
"Booneytunes",
"BOONCD1",
"2001"
],
[
"4",
"Elbow",
"Coming Second",
"V2 Records",
"VVR5018708",
"2002"
],
[
"5",
"My Vitriol",
"The Gentle Art Of Choking",
"Infectious Records",
"INFEC 107CDSX",
"2002"
],
[
"6",
"Mellow",
"Take Me Higher",
"Rivolizione Sessantanove Atmospheriques",
"B00008LOLM",
"2003"
],
[
"7",
"New Skin",
"Sweettalk",
"Cleopatra Records",
"CLP 1630-2",
"2006"
]
] |
[
{
"Formula": "AVERAGEIFS(C1,F1,\"miami (fl)\")",
"Formula2": "AVERAGEIFS(C2:C13,F2:F13,\"miami (fl)\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the average oveall pick for players from the college of Miami (FL)?",
"Tokens": [
"AVERAGEIFS(",
"C1",
"F1",
"\"miami (fl)\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,F1=\"nebraska\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,3)),SUMX(CHOOSECOLS(query1,1)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)<224)*(CHOOSECOLS(query1,3)<6)*(CHOOSECOLS(query1,4)=15)))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F13,F2:F13=\"nebraska\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,3)),SUMX(CHOOSECOLS(query1,1)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)<224)*(CHOOSECOLS(query1,3)<6)*(CHOOSECOLS(query1,4)=15)))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which player was drafted overall from the college of Nebraska in a round under 6, pick of 15, and overall under 224?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"nebraska\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"2",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"224",
"*",
"CHOOSECOLS(",
"query1",
"3",
"<",
"6",
"*",
"CHOOSECOLS(",
"query1",
"4",
"=",
"15"
]
}
] | train_2-17100961-83 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Round",
"Pick",
"Overall",
"Name",
"Position",
"College"
],
[
"2",
"1",
"16",
"16",
"Ryan Kerrigan",
"DE",
"Purdue"
],
[
"3",
"2",
"9",
"41",
"Jarvis Jenkins",
"DT",
"Clemson"
],
[
"4",
"3",
"15",
"79",
"Leonard Hankerson",
"WR",
"Miami (FL)"
],
[
"5",
"4",
"8",
"105",
"Roy Helu",
"RB",
"Nebraska"
],
[
"6",
"5",
"15",
"146",
"DeJon Gomes",
"S",
"Nebraska"
],
[
"7",
"5",
"24",
"155",
"Niles Paul",
"WR",
"Nebraska"
],
[
"8",
"6",
"12",
"177",
"Evan Royster",
"RB",
"Penn State"
],
[
"9",
"6",
"13",
"178",
"Aldrick Robinson",
"WR",
"Southern Methodist"
],
[
"10",
"7",
"10",
"213",
"Brandyn Thompson",
"CB",
"Boise State"
],
[
"11",
"7",
"14",
"217",
"Maurice Hurt",
"OT",
"Florida"
],
[
"12",
"7",
"21",
"224",
"Markus White",
"DE",
"Florida State"
],
[
"13",
"7",
"50",
"253",
"Chris Neild",
"DT",
"West Virginia"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Bach\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,A2:A17=\"Bach\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the percent of slovenes 1951 for bach?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"Bach\"",
"5"
]
}
] | test_1-10797636-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Village (German)",
"Village (Slovene)",
"Number of people 1991",
"Percent of Slovenes 1991",
"Percent of Slovenes 1951"
],
[
"2",
"Bach",
"Potok",
"104",
"15.4%",
"98.6%"
],
[
"3",
"Edling",
"Kajzaze",
"191",
"27.2%",
"96.3%"
],
[
"4",
"Fellersdorf",
"Bilnjovs",
"52",
"36.5%",
"83.8%"
],
[
"5",
"Franzendorf",
"Branča vas",
"164",
"23.8%",
"63.8%"
],
[
"6",
"Großkleinberg",
"Mala gora",
"41",
"36.6%",
"100%"
],
[
"7",
"Ludmannsdorf",
"Bilčovs",
"150",
"50.7%",
"88.3%"
],
[
"8",
"Lukowitz",
"Koviče",
"91",
"12.1%",
"60.4%"
],
[
"9",
"Moschenitzen",
"Moščenica",
"50",
"98.0%",
"100%"
],
[
"10",
"Muschkau",
"Muškava",
"88",
"18.2%",
"94.0%"
],
[
"11",
"Niederdörfl",
"Spodnja vesca",
"98",
"13.3%",
"55.3%"
],
[
"12",
"Oberdörfl",
"Zgornja vesca",
"121",
"27.3%",
"46.5%"
],
[
"13",
"Pugrad",
"Podgrad",
"132",
"28,8%",
"37.8%"
],
[
"14",
"Rupertiberg",
"Na gori",
"57",
"33.3%",
"55.4%"
],
[
"15",
"Selkach",
"Želuče",
"99",
"57.6%",
"84.3%"
],
[
"16",
"Strein",
"Stranje",
"30",
"60.0%",
"100%"
],
[
"17",
"Wellersdorf",
"Velinja vas",
"115",
"40.0%",
"88.0%"
]
] |
[
{
"Formula": "AVERAGE(FILTER(A1,(E1=\"united states\")*(D1=\"rw\")))",
"Formula2": "AVERAGE(FILTER(A2:A9,(E2:E9=\"united states\")*(D2:D9=\"rw\")))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the average round of the rw position player from the United States?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"A1",
"E1",
"=",
"\"united states\"",
"*",
"D1",
"=",
"\"rw\""
]
},
{
"Formula": "FILTER(F1,(B1<44)*(C1=\"tyler myers\"))",
"Formula2": "FILTER(F2:F9,(B2:B9<44)*(C2:C9=\"tyler myers\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the college/junior team of player tyler myers, who has a pick less than 44?",
"Tokens": [
"FILTER(",
"F1",
"B1",
"<",
"44",
"*",
"C1",
"=",
"\"tyler myers\""
]
},
{
"Formula": "FILTER(E1,(B1<104)*(C1=\"corey fienhage\"))",
"Formula2": "FILTER(E2:E9,(B2:B9<104)*(C2:C9=\"corey fienhage\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the nationality of player corey fienhage, who has a pick less than 104?",
"Tokens": [
"FILTER(",
"E1",
"B1",
"<",
"104",
"*",
"C1",
"=",
"\"corey fienhage\""
]
},
{
"Formula": "SUM(FILTER(B1,D1=\"lw\"))",
"Formula2": "SUM(FILTER(B2:B9,D2:D9=\"lw\"))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the sum of the pick of the lw position player?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"D1",
"=",
"\"lw\""
]
}
] | dev_2-17371250-13 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Round",
"Pick",
"Player",
"Position",
"Nationality",
"College/Junior Team"
],
[
"2",
"1",
"12",
"Tyler Myers",
"D",
"Canada",
"Kelowna Rockets ( WHL )"
],
[
"3",
"1",
"26",
"Tyler Ennis",
"C",
"Canada",
"Medicine Hat Tigers (WHL)"
],
[
"4",
"2",
"44",
"Luke Adam",
"C",
"Canada",
"St. John's Fog Devils ( QMJHL )"
],
[
"5",
"3",
"81",
"Corey Fienhage",
"D",
"United States",
"Eastview High School ( Minnesota )"
],
[
"6",
"4",
"101",
"Justin Jokinen",
"RW",
"United States",
"Colquet High School (Minnesota)"
],
[
"7",
"4",
"104",
"Jordan Southorn",
"D",
"United States",
"P.E.I. Rocket (QMJHL)"
],
[
"8",
"5",
"134",
"Jacob Lagace",
"LW",
"Canada",
"Chicoutimi Saguenéens (QMJHL)"
],
[
"9",
"6",
"164",
"Nick Crawford",
"D",
"Canada",
"Saginaw Spirit ( OHL )"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"3-2\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,F2:F13=\"3-2\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the finish associated with a 3-2 vote?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"3-2\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"Peterson\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,E2:E13=\"Peterson\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the reward for the elimination of Peterson?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"Peterson\"",
"3"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(G1, E1=\"Adriana\")))",
"Formula2": "ROWS(UNIQUE(FILTER(G2:G13, E2:E13=\"Adriana\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "What is the number of finishes associated with an elimination of Adriana?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"G1",
"E1",
"=",
"\"Adriana\""
]
},
{
"Formula": "SUMIFS(A1,F1,\"3-1\")",
"Formula2": "SUMIFS(A2:A13,F2:F13,\"3-1\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the total number of episodes that had a 3-1 vote?",
"Tokens": [
"SUMIFS(",
"A1",
"F1",
"\"3-1\""
]
}
] | test_1-24122653-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Episode",
"Airdate",
"Reward",
"Immunity",
"Eliminated",
"Vote",
"Finish"
],
[
"2",
"1",
"28 October 2001",
"Água",
"Fogo",
"Bisteka",
"3-2-1",
"1st Voted Out Day 3"
],
[
"3",
"2",
"4 November 2001",
"Água",
"Água",
"Rogério",
"3-2-1",
"2nd Voted Out Day 6"
],
[
"4",
"3",
"11 November 2001",
"Água",
"Água",
"Janaína",
"4-1",
"3rd Voted Out Day 9"
],
[
"5",
"4",
"18 November 2001",
"Fogo",
"Fogo",
"Pedro",
"3-2",
"4th Voted Out Day 12"
],
[
"6",
"5",
"25 November 2001",
"Água",
"Água",
"Cláudia",
"3-1",
"5th Voted Out Day 15"
],
[
"7",
"6",
"2 December 2001",
"Rodrigo",
"Herica",
"Diuare",
"4-2-1",
"6th Voted Out Day 18"
],
[
"8",
"7",
"9 December 2001",
"Peterson",
"Peterson",
"Fábio",
"3-1-1-1",
"7th Voted Out Day 21"
],
[
"9",
"7",
"9 December 2001",
"Adriana",
"Adriana",
"Rodrigo",
"4-1",
"8th Voted Out Day 22"
],
[
"10",
"8",
"16 December 2001",
"None",
"Herica Tatiana",
"Peterson",
"No Vote",
"Eliminated Day 23"
],
[
"11",
"8",
"16 December 2001",
"None",
"Herica Tatiana",
"Adriana",
"No Vote",
"Eliminated Day 23"
],
[
"12",
"8",
"23 December 2001",
"Final Trial",
"Final Trial",
"Tatiana",
"No Vote",
"3rd Place"
],
[
"13",
"8",
"23 December 2001",
"Final Trial",
"Final Trial",
"Herica",
"No Vote",
"Runner-Up"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"123-112\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,D2:D18=\"123-112\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When was the score 123-112?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"123-112\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"95-118\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,D2:D18=\"95-118\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who did they play when the score was 95-118?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"95-118\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"95-114\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,D2:D18=\"95-114\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who did they play when the score was 95-114?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"95-114\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"92-134\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,D2:D18=\"92-134\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When was the score 92-134?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"92-134\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"2-32\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,E2:E18=\"2-32\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When they were 2-32 what did they score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"2-32\"",
"4"
]
}
] | train_2-16275352-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"H/A/N",
"Opponent",
"Score",
"Record"
],
[
"2",
"December 4",
"H",
"Boston Celtics",
"107-118",
"1-27"
],
[
"3",
"December 6",
"H",
"Buffalo Braves",
"108-106",
"2-27"
],
[
"4",
"December 9",
"H",
"Portland Trail Blazers",
"102-109",
"2-28"
],
[
"5",
"December 11",
"A",
"Milwaukee Bucks",
"92-134",
"2-29"
],
[
"6",
"December 12",
"A",
"Cincinnati Royals",
"95-114",
"2-30"
],
[
"7",
"December 13",
"H",
"San Diego Rockets",
"95-118",
"2-31"
],
[
"8",
"December 15",
"A",
"New York Knicks",
"92-110",
"2-32"
],
[
"9",
"December 16",
"H",
"New York Knicks",
"84-108",
"2-33"
],
[
"10",
"December 18",
"A",
"Buffalo Braves",
"94-113",
"2-34"
],
[
"11",
"December 19",
"H",
"Buffalo Braves",
"123-112",
"3-34"
],
[
"12",
"December 20",
"H",
"Chicago Bulls",
"103-116",
"3-35"
],
[
"13",
"December 22",
"A",
"Chicago Bulls",
"80-121",
"3-36"
],
[
"14",
"December 25",
"A",
"Cincinnati Royals",
"100-117",
"3-37"
],
[
"15",
"December 26",
"H",
"Buffalo Braves",
"120-107",
"4-37"
],
[
"16",
"December 27",
"H",
"Philadelphia 76ers",
"114-101",
"5-37"
],
[
"17",
"December 29",
"H",
"Milwaukee Bucks",
"97-119",
"5-38"
],
[
"18",
"December 31",
"A",
"Atlanta Hawks",
"85-119",
"5-39"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"cardinal-deacon of s. giorgio in velabro\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,C2:C17=\"cardinal-deacon of s. giorgio in velabro\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When was Cardinal-Deacon of S. Giorgio in Velabro elevated?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"cardinal-deacon of s. giorgio in velabro\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"pedro martínez de luna y gotor\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,A2:A17=\"pedro martínez de luna y gotor\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Cardinalatial order and title that Pedro Martínez de Luna y Gotor elevated?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"pedro martínez de luna y gotor\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"cardinal-priest of ss. xii apostoli\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,C2:C17=\"cardinal-priest of ss. xii apostoli\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the nationality of the elector withe the Cardinalatial order and title of Cardinal-Priest of Ss. XII Apostoli?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"cardinal-priest of ss. xii apostoli\"",
"2"
]
}
] | train_2-18868987-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Elector",
"Nationality",
"Cardinalatial order and title",
"Elevated",
"Elevator"
],
[
"2",
"Pietro Corsini",
"Florentine",
"Cardinal-bishop of Porto e Santa Rufina",
"1370, June 7",
"Urban V"
],
[
"3",
"Jean du Cros",
"French",
"Cardinal-bishop of Palestrina",
"1371, May 30",
"Gregory XI"
],
[
"4",
"Guillaume d'Aigrefeuille, iuniore , O.S.B.",
"French",
"Cardinal-priest of S. Stefano al Monte Celio",
"1367, May 12",
"Urban V"
],
[
"5",
"Francesco Tebaldeschi",
"Roman",
"Cardinal-priest of S. Sabina",
"1368, September 22",
"Urban V"
],
[
"6",
"Bertrand Lagier , O.F.M.",
"French",
"Cardinal-priest of S. Cecilia",
"1371, May 30",
"Gregory XI"
],
[
"7",
"Robert de Genève",
"French",
"Cardinal-priest of Ss. XII Apostoli",
"1371, May 30",
"Gregory XI"
],
[
"8",
"Simone Borsano",
"Milanese",
"Cardinal-priest of Ss. Giovanni e Paolo",
"1375, December 20",
"Gregory XI"
],
[
"9",
"Hugues de Montelais, le jeune",
"French",
"Cardinal-priest of Ss. IV Coronati",
"1375, December 20",
"Gregory XI"
],
[
"10",
"Gui de Maillesec",
"French",
"Cardinal-priest of S. Croce in Gerusalemme",
"1375, December 20",
"Gregory XI"
],
[
"11",
"Pierre de Sortenac",
"French",
"Cardinal-priest of S. Lorenzo in Lucina",
"1375, December 20",
"Gregory XI"
],
[
"12",
"Gérard du Puy , O.S.B.",
"French",
"Cardinal-priest of S. Clemente",
"1375, December 20",
"Gregory XI"
],
[
"13",
"Giacomo Orsini",
"Roman",
"Cardinal-deacon of S. Giorgio in Velabro",
"1371, May 30",
"Gregory XI"
],
[
"14",
"Pierre Flandrin",
"French",
"Cardinal-deacon of S. Eustachio",
"1371, May 30",
"Gregory XI"
],
[
"15",
"Guillaume Noellet",
"French",
"Cardinal-deacon of S. Angelo in Pescheria",
"1371, May 30",
"Gregory XI"
],
[
"16",
"Pierre de Vergne",
"French",
"Cardinal-deacon of S. Maria in Via Lata",
"1371, May 30",
"Gregory XI"
],
[
"17",
"Pedro Martínez de Luna y Gotor",
"Aragonese",
"Cardinal-deacon of S. Maria in Cosmedin",
"1375, December 20",
"Gregory XI"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"The First Annual Garfield Watchers Test\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,B2:B15=\"The First Annual Garfield Watchers Test\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Garfield episode 2 has Garfield episode 1 as the first annual Garfield watchers test?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"The First Annual Garfield Watchers Test\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Who Done It?\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,C2:C15=\"Who Done It?\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the original air date of the u.s. acres episode who done it?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"Who Done It?\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"The Worst Pizza in the History of Mankind\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,B2:B15=\"The Worst Pizza in the History of Mankind\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which episode in Garfield episode 1 is the worst pizza in the history of mankind?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"The Worst Pizza in the History of Mankind\"",
"1"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(E1, B1=\"Cute for Loot\")))",
"Formula2": "ROWS(UNIQUE(FILTER(E2:E15, B2:B15=\"Cute for Loot\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many original airdates is Garfield episode 1 is cute for loot?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"E1",
"B1",
"=",
"\"Cute for Loot\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Show 79\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,A2:A15=\"Show 79\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which u.s.acres episode has \"show 79\" as the episode?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"Show 79\"",
"3"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(C1, D1=\"The Picnic Panic\")))",
"Formula2": "ROWS(UNIQUE(FILTER(C2:C15, D2:D15=\"The Picnic Panic\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many u.s. episodes have Garfield episode 2 the picnic panic?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"C1",
"D1",
"=",
"\"The Picnic Panic\""
]
}
] | train_1-1852270-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Episode",
"Garfield Episode 1",
"U.S. Acres Episode",
"Garfield Episode 2",
"Original Airdate"
],
[
"2",
"\"Show 74\"",
"Home Away from Home",
"Rainy Day Robot",
"Odie the Amazing",
"September 19, 1992"
],
[
"3",
"\"Show 75\"",
"Taste Makes Waist",
"The Wolf Who Cried Boy",
"Day of Doom",
"September 19, 1992"
],
[
"4",
"\"Show 76\"",
"Home Sweet Swindler",
"Forget-Me-Not Newton",
"The Great Inventor",
"September 26, 1992"
],
[
"5",
"\"Show 77\"",
"Country Cousin",
"The Name Game",
"The Carnival Curse",
"September 26, 1992"
],
[
"6",
"\"Show 78\"",
"The First Annual Garfield Watchers Test",
"Stark Raven Mad",
"The Record Breaker",
"October 3, 1992"
],
[
"7",
"\"Show 79\"",
"Renewed Terror",
"Badtime Story",
"Tooth or Dare",
"October 3, 1992"
],
[
"8",
"\"Show 80\"",
"The Kitty Council",
"The Bo Show",
"Bad Neighbor Policy",
"October 10, 1992"
],
[
"9",
"\"Show 82\"",
"Dummy of Danger",
"Sooner or Later",
"Jumping Jon",
"October 17, 1992"
],
[
"10",
"\"Show 83\"",
"Cute for Loot",
"The Caverns of Cocoa",
"Dream Date",
"October 17, 1992"
],
[
"11",
"\"Show 84\"",
"The Worst Pizza in the History of Mankind",
"Jack II: The Rest of the Story",
"The Garfield Opera",
"October 24, 1992"
],
[
"12",
"\"Show 85\"",
"Airborne Odie",
"Once Upon a Time Warp",
"Bride and Broom",
"October 24, 1992"
],
[
"13",
"\"Show 86\"",
"The Cartoon Cat Conspiracy",
"Who Done It?",
"The Picnic Panic",
"October 31, 1992"
],
[
"14",
"\"Show 87\"",
"Sound Judgment",
"Gross Encounters",
"The Perils of Penelope",
"October 31, 1992"
],
[
"15",
"\"Show 88\"",
"Ghost of a Chance",
"Roy Gets Sacked",
"Revenge of the Living Lunch",
"November 7, 1992"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(E1=\"sydney roosters\")*(A1=2010)),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H17,(E2:E17=\"sydney roosters\")*(A2:A17=2010)),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Who wins the clive churchill medal when the losing team is the sydney roosters in 2010?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"E1",
"=",
"\"sydney roosters\"",
"*",
"A1",
"=",
"2010",
"8"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"30-24\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H17,D2:D17=\"30-24\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the grand final date for the game with a score or 30-24?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"D1",
"=",
"\"30-24\"",
"2"
]
}
] | test_2-11236195-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Season",
"Grand FinalDate",
"WinningTeam",
"Score",
"LosingTeam",
"Location",
"GF Attendance",
"Clive Churchill Medal"
],
[
"2",
"1998",
"27 September 1998",
"Brisbane Broncos (4)",
"38-12",
"Canterbury Bulldogs",
"Sydney Football Stadium , Sydney (11)",
"40,857",
"Gorden Tallis"
],
[
"3",
"1999",
"26 September 1999",
"Melbourne Storm (1)",
"20-18",
"St. George-Illawarra Dragons",
"Stadium Australia , Sydney (1)",
"107,999",
"Brett Kimmorley"
],
[
"4",
"2000",
"27 August 2000",
"Brisbane Broncos (5)",
"14-6",
"Sydney Roosters",
"Stadium Australia , Sydney (2)",
"94,277",
"Darren Lockyer"
],
[
"5",
"2001",
"30 September 2001",
"Newcastle Knights (2)",
"30-24",
"Parramatta Eels",
"Stadium Australia , Sydney (3)",
"90,414",
"Andrew Johns"
],
[
"6",
"2002",
"6 October 2002",
"Sydney Roosters (12)",
"30-8",
"New Zealand Warriors",
"Stadium Australia , Sydney (4)",
"80,130",
"Craig Fitzgibbon"
],
[
"7",
"2003",
"5 October 2003",
"Penrith Panthers (2)",
"18-6",
"Sydney Roosters",
"Stadium Australia , Sydney (5)",
"81,166",
"Luke Priddis"
],
[
"8",
"2004",
"3 October 2004",
"Canterbury Bulldogs (8)",
"16-13",
"Sydney Roosters",
"Stadium Australia , Sydney (6)",
"82,127",
"Willie Mason"
],
[
"9",
"2005",
"2 October 2005",
"Wests Tigers (1)",
"30-16",
"North Queensland Cowboys",
"Stadium Australia , Sydney (7)",
"82,453",
"Scott Prince"
],
[
"10",
"2006",
"1 October 2006",
"Brisbane Broncos (6)",
"15-8",
"Melbourne Storm",
"Stadium Australia , Sydney (8)",
"79,609",
"Shaun Berrigan"
],
[
"11",
"2007",
"30 September 2007",
"Melbourne Storm (2) 1",
"34-8",
"Manly-Warringah Sea Eagles",
"Stadium Australia , Sydney (9)",
"81,392",
"Greg Inglis"
],
[
"12",
"2008",
"5 October 2008",
"Manly-Warringah Sea Eagles (7)",
"40-0",
"Melbourne Storm",
"Stadium Australia , Sydney (10)",
"80,388",
"Brent Kite"
],
[
"13",
"2009",
"4 October 2009",
"Melbourne Storm (3) 1",
"23-16",
"Parramatta Eels",
"Stadium Australia , Sydney (11)",
"82,538",
"Billy Slater"
],
[
"14",
"2010",
"3 October 2010",
"St. George-Illawarra Dragons (1)",
"32-8",
"Sydney Roosters",
"Stadium Australia , Sydney (12)",
"82,334",
"Darius Boyd"
],
[
"15",
"2011",
"2 October 2011",
"Manly-Warringah Sea Eagles (8)",
"24-10",
"New Zealand Warriors",
"Stadium Australia , Sydney (13)",
"81,988",
"Glenn Stewart"
],
[
"16",
"2012",
"30 September 2012",
"Melbourne Storm (2)",
"14-4",
"Canterbury Bulldogs",
"Stadium Australia , Sydney (14)",
"82,976",
"Cooper Cronk"
],
[
"17",
"2013",
"6 October 2013",
"Sydney Roosters (13)",
"26-18",
"Manly-Warringah Sea Eagles",
"Stadium Australia , Sydney (15)",
"81,491",
"Daly Cherry-Evans"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"bert robertsson (d)\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>2))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E10,B2:B10=\"bert robertsson (d)\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>2))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "what is the college/junior/club team (league) when the round is more than 2 and the player is bert robertsson (d)?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"bert robertsson (d)\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"2"
]
},
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)<7))",
"Formula2": "LET(query1,SUMMARIZE(E2:E10,SUMX(A2:A10)),FILTER(query1,CHOOSECOLS(query1,2)<7))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "what is the college/junior/club team (league) when the round is less than 7?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"7"
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=10))",
"Formula2": "LET(query1,SUMMARIZE(D2:D10,SUMX(A2:A10)),FILTER(query1,CHOOSECOLS(query1,2)=10))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "what is the nhl team for round 10?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"10"
]
},
{
"Formula": "MAXIFS(A1,B1,\"troy creurer (d)\")",
"Formula2": "MAXIFS(A2:A10,B2:B10,\"troy creurer (d)\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "what is the highest round when the player is troy creurer (d)?",
"Tokens": [
"MAXIFS(",
"A1",
"B1",
"\"troy creurer (d)\""
]
}
] | train_2-11110963-11 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Round",
"Player",
"Nationality",
"NHL Team",
"College/Junior/Club Team (League)"
],
[
"2",
"1",
"Mike Wilson ( D )",
"Canada",
"Vancouver Canucks",
"Sudbury Wolves ( OHL )"
],
[
"3",
"2",
"Rick Girard ( C )",
"Canada",
"Vancouver Canucks",
"Swift Current Broncos ( WHL )"
],
[
"4",
"4",
"Dieter Kochan ( G )",
"Canada",
"Vancouver Canucks",
"Vernon Lakers ( BCJHL )"
],
[
"5",
"5",
"Scott Walker (D)",
"Canada",
"Vancouver Canucks",
"Owen Sound Platers (OHL)"
],
[
"6",
"6",
"Troy Creurer (D)",
"Canada",
"Vancouver Canucks",
"Notre Dame Hounds ( SJHL )"
],
[
"7",
"7",
"Yevgeny Babariko (C)",
"Russia",
"Vancouver Canucks",
"Torpedo Nizhny Novgorod ( Vysshaya Liga )"
],
[
"8",
"8",
"Sean Tallaire ( RW )",
"United States",
"Vancouver Canucks",
"Lake Superior State University ( NCAA )"
],
[
"9",
"10",
"Bert Robertsson (D)",
"Sweden",
"Vancouver Canucks",
"Södertälje SK ( Allsvenskan )"
],
[
"10",
"11",
"Sergei Tkachenko (G)",
"Ukraine",
"Vancouver Canucks",
"Hamilton Canucks ( AHL )"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"4:2:2 or 4:2:0\")*(B1=\"4:2:2 profile\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,(D2:D8=\"4:2:2 or 4:2:0\")*(B2:B8=\"4:2:2 profile\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What Picture Coding Types have Chroma Format of 4:2:2 or 4:2:0 and the Name of 4:2:2 profile?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"4:2:2 or 4:2:0\"",
"*",
"B1",
"=",
"\"4:2:2 profile\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"main profile\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,B2:B8=\"main profile\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the Intra DC Precision that has the Name main profile?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"main profile\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(C1=\"i, p, b\")*(B1=\"main profile\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,(C2:C8=\"i, p, b\")*(B2:B8=\"main profile\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What Chroma Format that has both Picture Coding Types of i, p, b, and the Name of main profile?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"i, p, b\"",
"*",
"B1",
"=",
"\"main profile\"",
"4"
]
}
] | train_2-1376890-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Abbr.",
"Name",
"Picture Coding Types",
"Chroma Format",
"Aspect Ratios",
"Scalable modes",
"Intra DC Precision"
],
[
"2",
"SP",
"Simple profile",
"I, P",
"4:2:0",
"square pixels, 4:3, or 16:9",
"none",
"8, 9, 10"
],
[
"3",
"MP",
"Main profile",
"I, P, B",
"4:2:0",
"square pixels, 4:3, or 16:9",
"none",
"8, 9, 10"
],
[
"4",
"SNR",
"SNR Scalable profile",
"I, P, B",
"4:2:0",
"square pixels, 4:3, or 16:9",
"SNR (signal-to-noise ratio) scalable",
"8, 9, 10"
],
[
"5",
"Spatial",
"Spatially Scalable profile",
"I, P, B",
"4:2:0",
"square pixels, 4:3, or 16:9",
"SNR- or spatial-scalable",
"8, 9, 10"
],
[
"6",
"HP",
"High profile",
"I, P, B",
"4:2:2 or 4:2:0",
"square pixels, 4:3, or 16:9",
"SNR- or spatial-scalable",
"8, 9, 10, 11"
],
[
"7",
"422",
"4:2:2 profile",
"I, P, B",
"4:2:2 or 4:2:0",
"square pixels, 4:3, or 16:9",
"none",
"8, 9, 10, 11"
],
[
"8",
"MVP",
"Multi-view profile",
"I, P, B",
"4:2:0",
"square pixels, 4:3, or 16:9",
"Temporal",
"8, 9, 10"
]
] |
[
{
"Formula": "AVERAGE(FILTER(C1, (B1<4)*(E1>1728)))",
"Formula2": "AVERAGE(FILTER(C2:C7, (B2:B7<4)*(E2:E7>1728)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the average number of losses when there are more than 4 wins, and the against matches is more than 1728?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"C1",
"B1",
"<",
"4",
"*",
"E1",
">",
"1728"
]
},
{
"Formula": "SUM(FILTER(D1, (B1=1)*(E1<1728)))",
"Formula2": "SUM(FILTER(D2:D7, (B2:B7=1)*(E2:E7<1728)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the total number of draws when there is 1 Win, and less than 1728 against matches?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"B1",
"=",
"1",
"*",
"E1",
"<",
"1728"
]
},
{
"Formula": "MAX(FILTER(B1, C1<2))",
"Formula2": "MAX(FILTER(B2:B7, C2:C7<2))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the highest number of wins when there are less than 2 losses?",
"Tokens": [
"MAX(",
"FILTER(",
"B1",
"C1",
"<",
"2"
]
},
{
"Formula": "MAX(FILTER(C1, (A1=\"cobden\")*(B1<1)))",
"Formula2": "MAX(FILTER(C2:C7, (A2:A7=\"cobden\")*(B2:B7<1)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the highest number of losses for the Cobden club when there is less than 1 win?",
"Tokens": [
"MAX(",
"FILTER(",
"C1",
"A1",
"=",
"\"cobden\"",
"*",
"B1",
"<",
"1"
]
},
{
"Formula": "AVERAGE(FILTER(B1, (A1=\"terang\")*(D1<0)))",
"Formula2": "AVERAGE(FILTER(B2:B7, (A2:A7=\"terang\")*(D2:D7<0)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the average number of wins for the Terang Club, when there are less than 0 draws?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"B1",
"A1",
"=",
"\"terang\"",
"*",
"D1",
"<",
"0"
]
}
] | train_2-18628904-12 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Club",
"Wins",
"Losses",
"Draws",
"Against"
],
[
"2",
"Camperdown",
"13",
"2",
"0",
"1019"
],
[
"3",
"South Warrnambool",
"11",
"4",
"0",
"1215"
],
[
"4",
"Terang",
"9",
"6",
"0",
"1194"
],
[
"5",
"Warrnambool",
"7",
"8",
"0",
"1196"
],
[
"6",
"Mortlake",
"4",
"11",
"0",
"1380"
],
[
"7",
"Cobden",
"1",
"14",
"0",
"1728"
]
] |
[
{
"Formula": "FILTER(A1,D1=\"3 & 2\")",
"Formula2": "FILTER(A2:A11,D2:D11=\"3 & 2\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "WHAT YEAR WAS IT WHEN THE SCORE WAS 3 & 2?",
"Tokens": [
"FILTER(",
"A1",
"D1",
"=",
"\"3 & 2\""
]
},
{
"Formula": "ROWS(FILTER(A1,D1=\"(76-73-79-72=300)\"))",
"Formula2": "ROWS(FILTER(A2:A11,D2:D11=\"(76-73-79-72=300)\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "HOW MANY YEARS WAS IT FOR THE SCORE (76-73-79-72=300)?",
"Tokens": [
"ROWS(",
"FILTER(",
"A1",
"D1",
"=",
"\"(76-73-79-72=300)\""
]
},
{
"Formula": "MAX(FILTER(A1,F1=\"William Mehlhorn\"))",
"Formula2": "MAX(FILTER(A2:A11,F2:F11=\"William Mehlhorn\"))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "WHAT WAS THE YEAR WHEN THE RUNNER-UP WAS WILLIAM MEHLHORN?",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"F1",
"=",
"\"William Mehlhorn\""
]
},
{
"Formula": "MIN(FILTER(A1,F1=\"Mike Brady\"))",
"Formula2": "MIN(FILTER(A2:A11,F2:F11=\"Mike Brady\"))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "WHAT YEAR DID MIKE BRADY GET RUNNER-UP?",
"Tokens": [
"MIN(",
"FILTER(",
"A1",
"F1",
"=",
"\"Mike Brady\""
]
},
{
"Formula": "FILTER(D1,A1=1922)",
"Formula2": "FILTER(D2:D11,A2:A11=1922)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "WHAT WAS THE WINNING SCORE IN YEAR 1922?",
"Tokens": [
"FILTER(",
"D1",
"A1",
"=",
"1922"
]
}
] | dev_1-1507806-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Championship",
"54 holes",
"Winning score",
"Margin",
"Runner-up"
],
[
"2",
"1914",
"U.S. Open",
"2 shot lead",
"+2 (68-74-75-73=290)",
"1 stroke",
"Chick Evans"
],
[
"3",
"1919",
"U.S. Open (2)",
"5 shot deficit",
"+17 (78-73-75-75=301)",
"Playoff 1",
"Mike Brady"
],
[
"4",
"1921",
"PGA Championship",
"n/a",
"3 & 2",
"n/a",
"Jim Barnes"
],
[
"5",
"1922",
"The Open Championship",
"2 shot deficit",
"(76-73-79-72=300)",
"1 stroke",
"Jim Barnes"
],
[
"6",
"1924",
"The Open Championship (2)",
"Tied for lead",
"(77-73-74-77=301)",
"1 stroke",
"Ernest Whitcombe"
],
[
"7",
"1924",
"PGA Championship (2)",
"n/a",
"2 up",
"n/a",
"Jim Barnes"
],
[
"8",
"1925",
"PGA Championship (3)",
"n/a",
"6 & 5",
"n/a",
"William Mehlhorn"
],
[
"9",
"1926",
"PGA Championship (4)",
"n/a",
"5 & 3",
"n/a",
"Leo Diegel"
],
[
"10",
"1927",
"PGA Championship (5)",
"n/a",
"1 up",
"n/a",
"Joe Turnesa"
],
[
"11",
"1928",
"The Open Championship (3)",
"1 shot lead",
"(75-73-72-72=292)",
"2 strokes",
"Gene Sarazen"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"1-0\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H8,B2:B8=\"1-0\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the location of the fight when Sara McMann's record was 1-0?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"1-0\"",
"8"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"5:00\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H8,G2:G8=\"5:00\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the record when there was a fight that lasted 5:00?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"G1",
"=",
"\"5:00\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(G1=\"5:00\")*(B1=\"5-0\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H8,(G2:G8=\"5:00\")*(B2:B8=\"5-0\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the method of resolution for the fight that had a time of 5:00 and a record of 5-0?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"G1",
"=",
"\"5:00\"",
"*",
"B1",
"=",
"\"5-0\"",
"4"
]
}
] | test_2-1617662-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Res.",
"Record",
"Opponent",
"Method",
"Event",
"Round",
"Time",
"Location"
],
[
"2",
"Win",
"7-0",
"Sheila Gaff",
"TKO (punches)",
"UFC 159",
"1",
"4:06",
"Newark, New Jersey , United States"
],
[
"3",
"Win",
"6-0",
"Shayna Baszler",
"Decision (unanimous)",
"Invicta FC 2: Baszler vs. McMann",
"3",
"5:00",
"Kansas City, Kansas , United States"
],
[
"4",
"Win",
"5-0",
"Hitomi Akano",
"Decision (unanimous)",
"ProElite 3: Da Spyder vs. Minowaman",
"3",
"5:00",
"Honolulu, Hawaii , United States"
],
[
"5",
"Win",
"4-0",
"Raquel Pa'aluhi",
"Submission (americana)",
"ProElite 1: Arlovski vs. Lopez",
"3",
"2:53",
"Honolulu, Hawaii , United States"
],
[
"6",
"Win",
"3-0",
"Tonya Evinger",
"Decision (unanimous)",
"Titan Fighting Championships 19",
"3",
"5:00",
"Kansas City, Kansas , United States"
],
[
"7",
"Win",
"2-0",
"Julie Malenfant",
"Submission (punches)",
"BlackEye Promotions 4",
"1",
"0:32",
"Fletcher, North Carolina , United States"
],
[
"8",
"Win",
"1-0",
"Christina Marks",
"Submission (rear-naked choke)",
"Universal Cage Combat: Revolution",
"1",
"1:41",
"Lawrenceburg, Indiana , United States"
]
] |
[
{
"Formula": "SUM(FILTER(E1, (A1<13)*(D1=11.1)))",
"Formula2": "SUM(FILTER(E2:E20, (A2:A20<13)*(D2:D20=11.1)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Which Density per km² is the lowest one that has a Number (map) smaller than 13, and an Area in km² of 11.1?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"A1",
"<",
"13",
"*",
"D1",
"=",
"11.1"
]
},
{
"Formula": "SUM(FILTER(D1, (C1>18097)*(B1=\"verdun\")))",
"Formula2": "SUM(FILTER(D2:D20, (C2:C20>18097)*(B2:B20=\"verdun\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which Area in km² has a Population Canada 2011 Census larger than 18,097, and a Borough of verdun?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"C1",
">",
"18097",
"*",
"B1",
"=",
"\"verdun\""
]
},
{
"Formula": "SUM(FILTER(A1, (D1>13.5)*(C1=134038)))",
"Formula2": "SUM(FILTER(A2:A20, (D2:D20>13.5)*(C2:C20=134038)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How much #s have an Area in km² larger than 13.5, and a Population Canada 2011 Census of 134,038?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"D1",
">",
"13.5",
"*",
"C1",
"=",
"134038"
]
},
{
"Formula": "SUM(FILTER(A1, (D1=9.7)*(C1>66158)))",
"Formula2": "SUM(FILTER(A2:A20, (D2:D20=9.7)*(C2:C20>66158)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which Number (map) is the lowest one that has a Area in km² of 9.7, and a Population Canada 2011 Census larger than 66,158?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"D1",
"=",
"9.7",
"*",
"C1",
">",
"66158"
]
}
] | train_2-1523275-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Number (map)",
"Borough",
"Population Canada 2011 Census",
"Area in km²",
"Density per km²"
],
[
"2",
"1.",
"Ahuntsic-Cartierville",
"126,891",
"24.2",
"5,252.1"
],
[
"3",
"2.",
"Anjou",
"41,928",
"13.7",
"3,064.9"
],
[
"4",
"3.",
"Côte-des-Neiges–Notre-Dame-de-Grâce",
"165,031",
"21.4",
"7,697.3"
],
[
"5",
"4.",
"Lachine",
"41,616",
"17.7",
"2,348.5"
],
[
"6",
"5.",
"LaSalle",
"74,276",
"16.3",
"4,565.2"
],
[
"7",
"6.",
"Le Plateau-Mont-Royal",
"100,390",
"8.1",
"12,348.1"
],
[
"8",
"7.",
"Le Sud-Ouest",
"71,546",
"15.7",
"4,562.9"
],
[
"9",
"8.",
"L'Île-Bizard–Sainte-Geneviève",
"18,097",
"23.6",
"766.8"
],
[
"10",
"9.",
"Mercier–Hochelaga-Maisonneuve",
"131,483",
"25.4",
"5,174.5"
],
[
"11",
"10.",
"Montréal-Nord",
"83,868",
"11.1",
"7,589.9"
],
[
"12",
"11.",
"Outremont",
"23,566",
"3.9",
"6,121.0"
],
[
"13",
"12.",
"Pierrefonds-Roxboro",
"68,410",
"27.1",
"2,528.1"
],
[
"14",
"13.",
"Rivière-des-Prairies–Pointe-aux-Trembles",
"106,437",
"42.3",
"2,517.4"
],
[
"15",
"14.",
"Rosemont–La Petite-Patrie",
"134,038",
"15.9",
"8,456.7"
],
[
"16",
"15.",
"Saint-Laurent",
"93,842",
"42.8",
"2,194.1"
],
[
"17",
"16.",
"Saint-Léonard",
"75,707",
"13.5",
"5,612.1"
],
[
"18",
"17.",
"Verdun",
"66,158",
"9.7",
"6,809.9"
],
[
"19",
"18.",
"Ville-Marie",
"84,013",
"16.5",
"5,085.5"
],
[
"20",
"19.",
"Villeray–Saint-Michel–Parc-Extension",
"142,222",
"16.5",
"8,624.7"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=5),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,E2:E7=5),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What are the goals of the assists of 5?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"5",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=1995),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,A2:A7=1995),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the assists for the year 1995?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"1995",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"smu\")*(F1=85)),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,(B2:B7=\"smu\")*(F2:F7=85)),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What assists has the Team SMU and the total points of 85?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"smu\"",
"*",
"F1",
"=",
"85",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=48),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,E2:E7=48),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What year had 48 assists?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"48",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"24/23\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"24/23\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the total points for GP/GS of 24/23?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"24/23\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"florida\")*(F1=75)),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,(B2:B7=\"florida\")*(F2:F7=75)),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the assists for the Team of Florida and the total points of 75?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"florida\"",
"*",
"F1",
"=",
"75",
"5"
]
}
] | train_2-15444124-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Team",
"GP/GS",
"Goals",
"Assists",
"Total Points"
],
[
"2",
"1994",
"SMU",
"20/19",
"20",
"5",
"45"
],
[
"3",
"1995",
"SMU",
"24/23",
"32",
"19",
"85"
],
[
"4",
"1996",
"Florida",
"22/22",
"34",
"13",
"83"
],
[
"5",
"1997",
"Florida",
"Did not play",
"Did not play",
"Did not play",
"Did not play"
],
[
"6",
"1998",
"Florida",
"26/26",
"32",
"11",
"75"
],
[
"7",
"Totals",
"Totals",
"92/90",
"118",
"48",
"284"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"20 Feb 2005\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"20 Feb 2005\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the to par for 20 feb 2005",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"20 Feb 2005\"",
"5"
]
},
{
"Formula": "SUMIFS(A1,F1,\"3 strokes\")",
"Formula2": "SUMIFS(A2:A6,F2:F6,\"3 strokes\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the number for margin of victory being 3 strokes",
"Tokens": [
"SUMIFS(",
"A1",
"F1",
"\"3 strokes\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"8 Feb 2009\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"8 Feb 2009\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the winning score for 8 feb 2009",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"8 Feb 2009\"",
"4"
]
}
] | train_1-21469545-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"No.",
"Date",
"Tournament",
"Winning score",
"To par",
"Margin of victory",
"Runner(s)-up"
],
[
"2",
"1",
"20 Feb 2005",
"Titanium Enterprises ALPG Players Championship",
"69-69-70=208",
"–8",
"3 strokes",
"Lynnette Brooky"
],
[
"3",
"2",
"20 Nov 2005",
"Eden Country Club Pro-Am",
"66",
"–6",
"1 stroke",
"Tamara Johns"
],
[
"4",
"3",
"25 Nov 2005",
"Sapphire Coast Ladies Classic",
"71-66=137",
"–9",
"5 strokes",
"Tamara Johns"
],
[
"5",
"4",
"8 Feb 2009",
"ANZ Ladies Masters *",
"69-67-68-68=272",
"–16",
"5 strokes",
"Tamie Durdin"
],
[
"6",
"5",
"14 Jan 2011",
"Moss Vale Golf Club Ladies Classic",
"65-66=131",
"–10",
"2 strokes",
"Stephanie Na"
]
] |
[
{
"Formula": "SUMIFS(F1,A1,\"carlton\")",
"Formula2": "SUMIFS(F2:F7,A2:A7,\"carlton\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How large was the crowd at Carlton's home game?",
"Tokens": [
"SUMIFS(",
"F1",
"A1",
"\"carlton\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"12.9 (81)\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"12.9 (81)\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On what date did the away team score 12.9 (81)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"12.9 (81)\"",
"7"
]
}
] | train_2-10767118-11 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Richmond",
"13.13 (91)",
"St Kilda",
"7.11 (53)",
"Punt Road Oval",
"20,000",
"13 July 1929"
],
[
"3",
"Hawthorn",
"5.13 (43)",
"Melbourne",
"7.11 (53)",
"Glenferrie Oval",
"8,000",
"13 July 1929"
],
[
"4",
"Carlton",
"15.20 (110)",
"Footscray",
"6.7 (43)",
"Princes Park",
"20,000",
"13 July 1929"
],
[
"5",
"South Melbourne",
"17.14 (116)",
"North Melbourne",
"12.9 (81)",
"Lake Oval",
"8,000",
"13 July 1929"
],
[
"6",
"Geelong",
"15.6 (96)",
"Fitzroy",
"10.11 (71)",
"Corio Oval",
"7,500",
"13 July 1929"
],
[
"7",
"Essendon",
"11.7 (73)",
"Collingwood",
"13.14 (92)",
"Windy Hill",
"17,000",
"13 July 1929"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"gen nov\")*(E1=\"south africa\")*(A1=\"criocephalosaurus\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(B2:B8=\"gen nov\")*(E2:E8=\"south africa\")*(A2:A8=\"criocephalosaurus\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Authors, when Novelty is Gen Nov, when Location is South Africa, and when Name is Criocephalosaurus?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"gen nov\"",
"*",
"E1",
"=",
"\"south africa\"",
"*",
"A1",
"=",
"\"criocephalosaurus\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"russia\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"russia\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Status, when Location is Russia?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"russia\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"gen et sp nov\")*(A1=\"lanthanocephalus\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(B2:B8=\"gen et sp nov\")*(A2:A8=\"lanthanocephalus\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Authors, when Novelty is Gen Et Sp Nov, and when Name is Lanthanocephalus?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"gen et sp nov\"",
"*",
"A1",
"=",
"\"lanthanocephalus\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"kammerer & sidor\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,D2:D8=\"kammerer & sidor\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Name, when Authors are Kammerer & Sidor?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"kammerer & sidor\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"tanzania\")*(B1=\"gen nov\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(E2:E8=\"tanzania\")*(B2:B8=\"gen nov\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Name, when Location is Tanzania, and when Novelty is Gen Nov?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"tanzania\"",
"*",
"B1",
"=",
"\"gen nov\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"valid\")*(D1=\"maisch\")*(E1=\"tanzania\")*(B1=\"gen et sp nov\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(C2:C8=\"valid\")*(D2:D8=\"maisch\")*(E2:E8=\"tanzania\")*(B2:B8=\"gen et sp nov\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Name, when Status is Valid, when Authors is Maisch, when Location is Tanzania, and when Novelty is Gen Et Sp Nov?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"valid\"",
"*",
"D1",
"=",
"\"maisch\"",
"*",
"E1",
"=",
"\"tanzania\"",
"*",
"B1",
"=",
"\"gen et sp nov\"",
"1"
]
}
] | train_2-15313494-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name",
"Novelty",
"Status",
"Authors",
"Location"
],
[
"2",
"Criocephalosaurus",
"gen nov",
"Valid",
"Kammerer & Sidor",
"South Africa"
],
[
"3",
"Kitchinganomodon",
"Gen nov",
"Valid",
"Maisch",
"South Africa"
],
[
"4",
"Kwazulusaurus",
"gen et sp nov",
"Valid",
"Maisch",
"South Africa"
],
[
"5",
"Lanthanocephalus",
"gen et sp nov",
"Preoccupied",
"Modesto, Rubidge, & Welman",
"South Africa"
],
[
"6",
"Neotrirachodon",
"gen et sp nov",
"Valid",
"Tatarinov",
"Russia"
],
[
"7",
"Ruhuhucerberus",
"gen et sp nov",
"Valid",
"Maisch",
"Tanzania"
],
[
"8",
"Titanogorgon",
"gen nov",
"Valid",
"Maisch",
"Tanzania"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(B1, F1=\"May 24, 1994\")))",
"Formula2": "ROWS(UNIQUE(FILTER(B2:B6, F2:F6=\"May 24, 1994\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "Name the number of tv seasons for season finale being may 24, 1994",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"B1",
"F1",
"=",
"\"May 24, 1994\""
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(B1, F1=\"May 23, 1995\")))",
"Formula2": "ROWS(UNIQUE(FILTER(B2:B6, F2:F6=\"May 23, 1995\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "Name the number of tv seasons for season finale of may 23, 1995",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"B1",
"F1",
"=",
"\"May 23, 1995\""
]
}
] | train_1-1718013-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Season",
"TV season",
"Regular Timeslot (EDT)",
"Episode count",
"Season premiere",
"Season finale",
"Rank",
"Rating"
],
[
"2",
"2",
"1990–1991",
"Tuesday, 8 p.m.",
"29",
"September 11, 1990",
"May 14, 1991",
"#31",
"13.5"
],
[
"3",
"3",
"1991–1992",
"Tuesday, 8 p.m.",
"27",
"September 17, 1991",
"May 19. 1992",
"#13",
"15.1"
],
[
"4",
"4",
"1992–1993",
"Tuesday, 8 p.m.",
"28",
"September 15, 1992",
"May 25, 1993",
"#18",
"14.61"
],
[
"5",
"5",
"1993–1994",
"Tuesday, 8 p.m.",
"28",
"September 14, 1993",
"May 24, 1994",
"#29",
"13.2"
],
[
"6",
"6",
"1994–1995",
"Tuesday, 8 p.m.",
"29",
"September 13, 1994",
"May 23, 1995",
"#48",
"10.8"
]
] |
[
{
"Formula": "MAX(FILTER(E1, (D1=\"+ 3 laps\")*(C1<57)))",
"Formula2": "MAX(FILTER(E2:E15, (D2:D15=\"+ 3 laps\")*(C2:C15<57)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the high grid number for a Time/Retired of + 3 laps, and a Laps smaller than 57?",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"D1",
"=",
"\"+ 3 laps\"",
"*",
"C1",
"<",
"57"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"1:36:38.887\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,D2:D15=\"1:36:38.887\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who built the car that has a Time/Retired of 1:36:38.887?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"1:36:38.887\"",
"2"
]
}
] | train_2-1122819-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Driver",
"Constructor",
"Laps",
"Time/Retired",
"Grid"
],
[
"2",
"Didier Pironi",
"Ferrari",
"60",
"1:36:38.887",
"4"
],
[
"3",
"Gilles Villeneuve",
"Ferrari",
"60",
"+ 0.366",
"3"
],
[
"4",
"Michele Alboreto",
"Tyrrell - Ford",
"60",
"+ 1:07.684",
"5"
],
[
"5",
"Jean-Pierre Jarier",
"Osella - Ford",
"59",
"+ 1 Lap",
"9"
],
[
"6",
"Eliseo Salazar",
"ATS - Ford",
"57",
"+ 3 Laps",
"14"
],
[
"7",
"Manfred Winkelhock",
"ATS - Ford",
"54",
"Disqualified",
"12"
],
[
"8",
"Teo Fabi",
"Toleman - Hart",
"52",
"Not classified",
"10"
],
[
"9",
"René Arnoux",
"Renault",
"44",
"Turbo",
"1"
],
[
"10",
"Bruno Giacomelli",
"Alfa Romeo",
"24",
"Engine",
"6"
],
[
"11",
"Riccardo Paletti",
"Osella - Ford",
"7",
"Suspension",
"13"
],
[
"12",
"Alain Prost",
"Renault",
"6",
"Engine",
"2"
],
[
"13",
"Andrea de Cesaris",
"Alfa Romeo",
"4",
"Electrical",
"7"
],
[
"14",
"Brian Henton",
"Tyrrell - Ford",
"0",
"Transmission",
"11"
],
[
"15",
"Derek Warwick",
"Toleman - Hart",
"0",
"Electrical",
"8"
]
] |
[
{
"Formula": "MIN(FILTER(E1, (D1>0)*(A1=\"france (fra)\")))",
"Formula2": "MIN(FILTER(E2:E7, (D2:D7>0)*(A2:A7=\"france (fra)\")))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the lowest total when the Bronze metals are larger than 0 and the nation is France (fra)?",
"Tokens": [
"MIN(",
"FILTER(",
"E1",
"D1",
">",
"0",
"*",
"A1",
"=",
"\"france (fra)\""
]
},
{
"Formula": "MAX(FILTER(C1, (D1=1)*(B1=1)))",
"Formula2": "MAX(FILTER(C2:C7, (D2:D7=1)*(B2:B7=1)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the highest silver medal count when there is 1 Bronze medal and 1 Gold medal?",
"Tokens": [
"MAX(",
"FILTER(",
"C1",
"D1",
"=",
"1",
"*",
"B1",
"=",
"1"
]
},
{
"Formula": "SUM(FILTER(E1, (D1<1)*(C1<1)*(B1<1)))",
"Formula2": "SUM(FILTER(E2:E7, (D2:D7<1)*(C2:C7<1)*(B2:B7<1)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the total number of medals when the Bronze, Silver, and Gold medals are smaller than 1?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"D1",
"<",
"1",
"*",
"C1",
"<",
"1",
"*",
"B1",
"<",
"1"
]
},
{
"Formula": "SUM(FILTER(D1, (B1>0)*(C1<1)*(E1<1)))",
"Formula2": "SUM(FILTER(D2:D7, (B2:B7>0)*(C2:C7<1)*(E2:E7<1)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the sum of the Bronze medals when the Gold medals are larger than 0, Silver medals are smaller than 1, and the total is smaller than 1?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"B1",
">",
"0",
"*",
"C1",
"<",
"1",
"*",
"E1",
"<",
"1"
]
}
] | train_2-11456932-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"Netherlands (NED)",
"2",
"1",
"1",
"4"
],
[
"3",
"Belgium (BEL)",
"1",
"2",
"1",
"4"
],
[
"4",
"Italy (ITA)",
"1",
"0",
"0",
"1"
],
[
"5",
"Germany (GER)",
"0",
"1",
"0",
"1"
],
[
"6",
"Czech Republic (CZE)",
"0",
"0",
"1",
"1"
],
[
"7",
"France (FRA)",
"0",
"0",
"1",
"1"
]
] |
[
{
"Formula": "SUMIFS(B1,C1,\"16/03/1996\")",
"Formula2": "SUMIFS(B2:B7,C2:C7,\"16/03/1996\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the total number of Against, when Date is \"16/03/1996\"?",
"Tokens": [
"SUMIFS(",
"B1",
"C1",
"\"16/03/1996\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"03/02/1996\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)>9))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E7,C2:C7=\"03/02/1996\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)>9))",
"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 Venue, when Against is greater than 9, and when Date is \"03/02/1996\"?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"03/02/1996\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"2",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"9"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"scotland\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"scotland\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Status, when Opposing Teams is \"Scotland\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"scotland\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"14/12/1996\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"14/12/1996\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Venue, when Date is \"14/12/1996\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"14/12/1996\"",
"4"
]
},
{
"Formula": "AVERAGE(FILTER(B1, (E1=\"five nations\")*(C1=\"16/03/1996\")))",
"Formula2": "AVERAGE(FILTER(B2:B7, (E2:E7=\"five nations\")*(C2:C7=\"16/03/1996\")))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the average Against, when Status is \"Five Nations\", and when Date is \"16/03/1996\"?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"B1",
"E1",
"=",
"\"five nations\"",
"*",
"C1",
"=",
"\"16/03/1996\""
]
}
] | train_2-18178534-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Opposing Teams",
"Against",
"Date",
"Venue",
"Status"
],
[
"2",
"France",
"15",
"20/01/1996",
"Parc des Princes , Paris",
"Five Nations"
],
[
"3",
"Wales",
"15",
"03/02/1996",
"Twickenham , London",
"Five Nations"
],
[
"4",
"Scotland",
"9",
"02/03/1996",
"Murrayfield , Edinburgh",
"Five Nations"
],
[
"5",
"Ireland",
"15",
"16/03/1996",
"Twickenham , London",
"Five Nations"
],
[
"6",
"Italy",
"21",
"23/11/1996",
"Twickenham , London",
"Test Match"
],
[
"7",
"Argentina",
"18",
"14/12/1996",
"Twickenham , London",
"Test Match"
]
] |
[
{
"Formula": "FILTER(D1,(E1=\"friendly match\")*(A1=\"october 8, 2012\"))",
"Formula2": "FILTER(D2:D19,(E2:E19=\"friendly match\")*(A2:A19=\"october 8, 2012\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "WHat was the result of the friendly match that was played on october 8, 2012?",
"Tokens": [
"FILTER(",
"D1",
"E1",
"=",
"\"friendly match\"",
"*",
"A1",
"=",
"\"october 8, 2012\""
]
},
{
"Formula": "FILTER(E1,A1=\"may 31, 2008\")",
"Formula2": "FILTER(E2:E19,A2:A19=\"may 31, 2008\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the name of the competition that took place on may 31, 2008?",
"Tokens": [
"FILTER(",
"E1",
"A1",
"=",
"\"may 31, 2008\""
]
},
{
"Formula": "FILTER(B1,(D1=\"loss\")*(A1=\"march 26, 2005\"))",
"Formula2": "FILTER(B2:B19,(D2:D19=\"loss\")*(A2:A19=\"march 26, 2005\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "During the loss on march 26, 2005, what was the venue where the match was played?",
"Tokens": [
"FILTER(",
"B1",
"D1",
"=",
"\"loss\"",
"*",
"A1",
"=",
"\"march 26, 2005\""
]
}
] | dev_2-10936143-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Venue",
"Score",
"Result",
"Competition"
],
[
"2",
"March 26, 2005",
"Larnaca",
"2–1",
"Loss",
"Friendly Match"
],
[
"3",
"February 7, 2006",
"Kuwait City",
"2–1",
"Loss",
"Friendly Match"
],
[
"4",
"May 31, 2008",
"Seoul",
"2–2",
"Draw",
"2010 FIFA World Cup qualification"
],
[
"5",
"June 22, 2008",
"Amman",
"2–0",
"Win",
"2010 FIFA World Cup qualification"
],
[
"6",
"August 11, 2008",
"Tehran",
"3–1",
"Win",
"2008 West Asian Football Federation Championship"
],
[
"7",
"September 28, 2010",
"Amman",
"2–2",
"Draw",
"2010 West Asian Football Federation Championship"
],
[
"8",
"January 9, 2011",
"Doha",
"1–1",
"Draw",
"2011 AFC Asian Cup"
],
[
"9",
"March 26, 2011",
"Sharjah",
"1–1",
"Draw",
"Friendly Match"
],
[
"10",
"March 29, 2011",
"Sharjah",
"1–1",
"Draw",
"Friendly Match"
],
[
"11",
"July 8, 2011",
"Istanbul",
"4–0",
"Win",
"Friendly Match"
],
[
"12",
"July 13, 2011",
"Amman",
"1–1",
"Draw",
"Friendly Match"
],
[
"13",
"July 23, 2011",
"Amman",
"9–0",
"Win",
"2014 FIFA World Cup qualification"
],
[
"14",
"September 2, 2011",
"Arbil",
"2–0",
"Win",
"2014 FIFA World Cup qualification"
],
[
"15",
"November 15, 2011",
"Amman",
"1–3",
"Loss",
"2014 FIFA World Cup qualification"
],
[
"16",
"August 15, 2012",
"Amman",
"2–0",
"Win",
"Friendly Match"
],
[
"17",
"September 11, 2012",
"Amman",
"2–1",
"Win",
"2014 FIFA World Cup qualification"
],
[
"18",
"October 8, 2012",
"Doha",
"1–1",
"Draw",
"Friendly Match"
],
[
"19",
"August 6, 2013",
"Amman",
"4–1",
"Win",
"Friendly Match"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"white sands\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,C2:C11=\"white sands\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What Variant has a Launch site that is white sands?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"white sands\"",
"2"
]
}
] | test_2-15298252-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date/Time ( GMT )",
"Variant",
"Launch site",
"Mission",
"Outcome"
],
[
"2",
"September 1959",
"BB-I",
"Fort Churchill",
"Test flight",
"Successful"
],
[
"3",
"12 October 1960",
"BB-II",
"Fort Churchill",
"l Aurora research",
"Successful"
],
[
"4",
"28 October 1960 12:21",
"BB-I",
"Fort Churchill",
"DRTE-05 - Ionosphere research",
"Successful"
],
[
"5",
"15 June 1962",
"BB-III",
"Wallops Island",
"Test flight",
"Failure"
],
[
"6",
"19 June 1962",
"BB-III",
"Wallops Island",
"Test flight",
"Failure"
],
[
"7",
"28 June 1962",
"BB-III",
"Wallops Island",
"Test flight",
"Failure"
],
[
"8",
"13 December 1962",
"BB-III",
"Wallops Island",
"Test flight",
"Successful"
],
[
"9",
"6 April 1963 07:25",
"BB-I",
"Fort Churchill",
"l Aurora research",
"Successful"
],
[
"10",
"11 January 2008 05:32",
"BB-IX-2",
"White Sands",
"LIDOS - Ultraviolet astronomy",
"Successful"
],
[
"11",
"18 January 2008 07:50",
"BB-XII",
"Andøya",
"SCIFER-2 - l Aurora studies",
"Successful"
]
] |
[
{
"Formula": "SUM(FILTER(A1,D1=\"center\"))",
"Formula2": "SUM(FILTER(A2:A9,D2:D9=\"center\"))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the sum of Round with a Position that is center?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"D1",
"=",
"\"center\""
]
},
{
"Formula": "SUM(FILTER(A1,B1=55))",
"Formula2": "SUM(FILTER(A2:A9,B2:B9=55))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the sum of Round with a Pick that is 55?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"B1",
"=",
"55"
]
}
] | dev_2-15353328-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Round",
"Pick",
"Player",
"Position",
"College"
],
[
"2",
"1",
"28",
"Thomas Smith",
"Defensive back",
"North Carolina"
],
[
"3",
"2",
"55",
"John Parrella",
"Defensive tackle",
"Nebraska"
],
[
"4",
"4",
"111",
"Russell Copeland",
"Wide receiver",
"Memphis"
],
[
"5",
"5",
"136",
"Mike Devlin",
"Center",
"Iowa"
],
[
"6",
"5",
"139",
"Sebastian Savage",
"Defensive back",
"North Carolina State"
],
[
"7",
"5",
"167",
"Corbin Lacina",
"Tackle",
"Augustana"
],
[
"8",
"7",
"195",
"Willie Harris",
"Wide receiver",
"Mississippi State"
],
[
"9",
"8",
"223",
"Chris Leuneberg",
"Tackle",
"West Chester (PA)"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1>1982)*(A1=\"we got it made\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(B2:B6>1982)*(A2:A6=\"we got it made\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Retitled as/Same has a Last Aired larger than 1982, and a Show of we got it made?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
">",
"1982",
"*",
"A1",
"=",
"\"we got it made\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=1982),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=1982),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which New/Returning/Same Network has a Last Aired of 1982?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"1982",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"nbc\")*(A1=\"blockbusters\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(C2:C6=\"nbc\")*(A2:A6=\"blockbusters\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which New/Returning/Same Network has a Previous Network of nbc, and a Show of blockbusters?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"nbc\"",
"*",
"A1",
"=",
"\"blockbusters\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"same\")*(B1>1984)),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(D2:D6=\"same\")*(B2:B6>1984)),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which New/Returning/Same Network has a Retitled as/Same of same, and a Last Aired larger than 1984?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"same\"",
"*",
"B1",
">",
"1984",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"classic concentration\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"classic concentration\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Last Aired has a Retitled as/Same of classic concentration?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"classic concentration\"",
"2"
]
}
] | train_2-169743-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Show",
"Last Aired",
"Previous Network",
"Retitled as/Same",
"New/Returning/Same Network",
"Returning"
],
[
"2",
"Charles in Charge",
"1985",
"CBS",
"Same",
"Syndication",
"January 3"
],
[
"3",
"Blockbusters",
"1982",
"NBC",
"Same",
"Same",
"January 5"
],
[
"4",
"Concentration",
"1978",
"Syndication",
"Classic Concentration",
"NBC",
"May 4"
],
[
"5",
"We Got it Made",
"1984",
"NBC",
"Same",
"Same (on some O&O stations)",
"September 11"
],
[
"6",
"High Rollers",
"1980",
"NBC",
"Same",
"Syndication",
"September 14"
]
] |
[
{
"Formula": "SUMIFS(A1,E1,\"am(ô)ra (we)\")",
"Formula2": "SUMIFS(A2:A11,E2:E11,\"am(ô)ra (we)\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What subject has a plural of am(ô)ra (we)?",
"Tokens": [
"SUMIFS(",
"A1",
"E1",
"\"am(ô)ra (we)\""
]
}
] | train_2-1625862-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Subject",
"Proximity",
"Honor",
"Singular",
"Plural"
],
[
"2",
"1",
"1",
"1",
"ami (I)",
"am(ô)ra (we)"
],
[
"3",
"2",
"2",
"VF",
"tui (you)",
"tora (you)"
],
[
"4",
"2",
"2",
"F",
"tumi (you)",
"tomra (you)"
],
[
"5",
"2",
"2",
"P",
"ap(ô)ni (you)",
"ap(ô)nara (you)"
],
[
"6",
"3",
"H",
"F",
"e (he/she/it)",
"era (they)"
],
[
"7",
"3",
"H",
"P",
"ini (he/she/it)",
"ẽra (they)"
],
[
"8",
"3",
"T",
"F",
"o (he/she/it)",
"ora (they)"
],
[
"9",
"3",
"T",
"P",
"uni (he/she/it)",
"őra (they)"
],
[
"10",
"3",
"E",
"F",
"she (he/she/it)",
"tara (they)"
],
[
"11",
"3",
"E",
"P",
"tini (he/she/it)",
"tãra (they)"
]
] |
[
{
"Formula": "FILTER(E1,(F1>\"10,107\")*(C1=\"celtic\"))",
"Formula2": "FILTER(E2:E6,(F2:F6>\"10,107\")*(C2:C6=\"celtic\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
">",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the result with an attendance larger than 10,107 and Celtic as the opponent?",
"Tokens": [
"FILTER(",
"E1",
"F1",
">",
"\"10,107\"",
"*",
"C1",
"=",
"\"celtic\""
]
},
{
"Formula": "FILTER(E1,B1=\"r3\")",
"Formula2": "FILTER(E2:E6,B2:B6=\"r3\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the result of round R3?",
"Tokens": [
"FILTER(",
"E1",
"B1",
"=",
"\"r3\""
]
},
{
"Formula": "FILTER(D1,B1=\"f\")",
"Formula2": "FILTER(D2:D6,B2:B6=\"f\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "In which venue was round F?",
"Tokens": [
"FILTER(",
"D1",
"B1",
"=",
"\"f\""
]
}
] | dev_2-16649605-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Round",
"Opponent",
"Venue",
"Result",
"Attendance",
"Scorers"
],
[
"2",
"22 January 1992",
"R3",
"Aberdeen",
"A",
"1–0",
"23,000",
"McCoist"
],
[
"3",
"15 February 1992",
"R4",
"Motherwell",
"H",
"2–1",
"38,444",
"Mikhailichenko (2)"
],
[
"4",
"3 March 1992",
"QF",
"St. Johnstone",
"A",
"3–0",
"10,107",
"McCoist, Gough, Hateley"
],
[
"5",
"31 March 1992",
"SF",
"Celtic",
"N",
"1–0",
"45,191",
"McCoist"
],
[
"6",
"9 May 1992",
"F",
"Airdrieonians",
"N",
"2–1",
"44,045",
"McCoist, Hateley"
]
] |
[
{
"Formula": "SUM(FILTER(C1, (D1>6)*(A1<21)))",
"Formula2": "SUM(FILTER(C2:C6, (D2:D6>6)*(A2:A6<21)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many San Jose wins have an LA goals larger than 6, and an LA wins smaller than 21?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"D1",
">",
"6",
"*",
"A1",
"<",
"21"
]
},
{
"Formula": "SUM(FILTER(E1, C1<0))",
"Formula2": "SUM(FILTER(E2:E6, C2:C6<0))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which San Jose goals have a San Jose wins smaller than 0?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"C1",
"<",
"0"
]
}
] | train_2-14431699-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"LA wins",
"Draws",
"San Jose wins",
"LA goals",
"San Jose goals"
],
[
"2",
"21",
"14",
"17",
"75",
"70"
],
[
"3",
"5",
"1",
"3",
"12",
"8"
],
[
"4",
"0",
"0",
"1",
"1",
"2"
],
[
"5",
"3",
"1",
"0",
"6",
"2"
],
[
"6",
"29",
"16",
"21",
"94",
"82"
]
] |
[
{
"Formula": "SUMIFS(E1,B1,\"truncated dodecahedron\")",
"Formula2": "SUMIFS(E2:E6,B2:B6,\"truncated dodecahedron\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Which Vertices have a Dual Archimedean solid of truncated dodecahedron?",
"Tokens": [
"SUMIFS(",
"E1",
"B1",
"\"truncated dodecahedron\""
]
},
{
"Formula": "SUM(FILTER(D1, (B1=\"truncated icosidodecahedron\")*(E1>62)))",
"Formula2": "SUM(FILTER(D2:D6, (B2:B6=\"truncated icosidodecahedron\")*(E2:E6>62)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which Edges have a Dual Archimedean solid of truncated icosidodecahedron, and Vertices larger than 62?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"B1",
"=",
"\"truncated icosidodecahedron\"",
"*",
"E1",
">",
"62"
]
},
{
"Formula": "SUM(FILTER(C1, (B1=\"truncated icosahedron\")*(E1>32)))",
"Formula2": "SUM(FILTER(C2:C6, (B2:B6=\"truncated icosahedron\")*(E2:E6>32)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which Faces have a Dual Archimedean solid of truncated icosahedron, and Vertices larger than 32?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"B1",
"=",
"\"truncated icosahedron\"",
"*",
"E1",
">",
"32"
]
}
] | train_2-13727381-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"picture",
"Dual Archimedean solid",
"Faces",
"Edges",
"Vertices",
"Face Polygon"
],
[
"2",
"( Video )",
"icosidodecahedron",
"30",
"60",
"32",
"rhombus"
],
[
"3",
"( Video )",
"truncated dodecahedron",
"60",
"90",
"32",
"isosceles triangle"
],
[
"4",
"( Video )",
"truncated icosahedron",
"60",
"90",
"32",
"isosceles triangle"
],
[
"5",
"( Video )",
"rhombicosidodecahedron",
"60",
"120",
"62",
"kite"
],
[
"6",
"( Video )",
"truncated icosidodecahedron",
"120",
"180",
"62",
"scalene triangle"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(A1,MINX(B1),MINX(C1)),FILTER(query1,(CHOOSECOLS(query1,3)>1000)*(CHOOSECOLS(query1,2)<=100)))",
"Formula2": "LET(query1,SUMMARIZE(A2:A5,MINX(B2:B5),MINX(C2:C5)),FILTER(query1,(CHOOSECOLS(query1,3)>1000)*(CHOOSECOLS(query1,2)<=100)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"MINX(",
"Cell",
"MINX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"<=",
"Num"
],
"Level": "hard",
"Question": "Cities where min distance is > 1000 and min temperature is <= 100℃.",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"MINX(",
"B1",
"MINX(",
"C1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"3",
">",
"1000",
"*",
"CHOOSECOLS(",
"query1",
"2",
"<=",
"100"
]
},
{
"Formula": "FILTER(A1:C1, (A1=\"tianjin\")*(B1>=10))",
"Formula2": "FILTER(A2:C5, (A2:A5=\"tianjin\")*(B2:B5>=10))",
"Funcs": [
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">=",
"Num"
],
"Level": "easy",
"Question": "Temperatures >= 10℃ in Tianjin.",
"Tokens": [
"FILTER(",
"A1",
":",
"C1",
"A1",
"=",
"\"tianjin\"",
"*",
"B1",
">=",
"10"
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,MAXX(C1),MEDIANX(C1)),FILTER(query1,CHOOSECOLS(query1,3)>=1000))",
"Formula2": "LET(query1,SUMMARIZE(A2:A5,MAXX(C2:C5),MEDIANX(C2:C5)),FILTER(query1,CHOOSECOLS(query1,3)>=1000))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"MAXX(",
"Cell",
"MEDIANX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">=",
"Num"
],
"Level": "hard",
"Question": "Cities where median distances are >= 1000 and their max distances.",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"MAXX(",
"C1",
"MEDIANX(",
"C1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"3",
">=",
"1000"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:C1,(C1>=1000)*(C1<=1200)),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:C5,(C2:C5>=1000)*(C2:C5<=1200)),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">=",
"Num",
"*",
"Cell",
"<=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Show table where distance is >= 1000 and <= 1200.",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"C1",
"C1",
">=",
"1000",
"*",
"C1",
"<=",
"1200",
"3"
]
},
{
"Formula": "FILTER(A1:C1, (C1<1200)*(B1>10))",
"Formula2": "FILTER(A2:C5, (C2:C5<1200)*(B2:B5>10))",
"Funcs": [
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Table where distance is < 1200 and temperature is > 10",
"Tokens": [
"FILTER(",
"A1",
":",
"C1",
"C1",
"<",
"1200",
"*",
"B1",
">",
"10"
]
},
{
"Formula": "FILTER(A1:C1, (C1>1000)*(B1>10))",
"Formula2": "FILTER(A2:C5, (C2:C5>1000)*(B2:B5>10))",
"Funcs": [
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Table where distance is > 1000 and temperature is > 10℃.",
"Tokens": [
"FILTER(",
"A1",
":",
"C1",
"C1",
">",
"1000",
"*",
"B1",
">",
"10"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:C1,(C1>1000)*((ISBLANK(B1))+(B1=\"\"))),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:C5,(C2:C5>1000)*((ISBLANK(B2:B5))+(B2:B5=\"\"))),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">",
"Num",
"*",
"ISBLANK(",
"Cell",
"+",
"Cell",
"=",
"Str",
"Num"
],
"Level": "hard",
"Question": "Table where distance is > 1000 without temperature.",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"C1",
"C1",
">",
"1000",
"*",
"ISBLANK(",
"B1",
"+",
"B1",
"=",
"\"\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:C1,(C1<1200)*((ISBLANK(B1))+(B1=\"\"))),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:C5,(C2:C5<1200)*((ISBLANK(B2:B5))+(B2:B5=\"\"))),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"*",
"ISBLANK(",
"Cell",
"+",
"Cell",
"=",
"Str",
"Num"
],
"Level": "hard",
"Question": "Table where distance is less than 1200 without requiring temperature. ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"C1",
"C1",
"<",
"1200",
"*",
"ISBLANK(",
"B1",
"+",
"B1",
"=",
"\"\"",
"2"
]
},
{
"Formula": "FILTER(A1:C1, (C1<1200)*(B1>10))",
"Formula2": "FILTER(A2:C5, (C2:C5<1200)*(B2:B5>10))",
"Funcs": [
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Table where distance is < 1200 and temperature is > 10?.",
"Tokens": [
"FILTER(",
"A1",
":",
"C1",
"C1",
"<",
"1200",
"*",
"B1",
">",
"10"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,AVERAGEX(B1)), 2, 1), 2)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A5,AVERAGEX(B2:B5)), 2, 1), 2)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"AVERAGEX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "Lowest temperature 2 cities",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"AVERAGEX(",
"B1",
"2",
"1",
"2"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,AVERAGEX(B1)), 2, 1), 2)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A5,AVERAGEX(B2:B5)), 2, 1), 2)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"AVERAGEX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "2 cities with the lowest temperature.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"AVERAGEX(",
"B1",
"2",
"1",
"2"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,AVERAGEX(B1)), 2, 1), 3)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A5,AVERAGEX(B2:B5)), 2, 1), 3)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"AVERAGEX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "Three coolest cities.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"AVERAGEX(",
"B1",
"2",
"1",
"3"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(B1,COUNTX(B1)), 2, 1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(B2:B5,COUNTX(B2:B5)), 2, 1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"COUNTX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "Least common temperature.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"B1",
"COUNTX(",
"B1",
"2",
"1",
"1"
]
}
] | city | [
[
"0",
"A",
"B",
"C"
],
[
"1",
"city",
"Temperature",
"distance"
],
[
"2",
"Beijing",
"30?",
"1000"
],
[
"3",
"Tianjin",
"37?",
"1000"
],
[
"4",
"Guanzhou",
"30?",
"1000"
],
[
"5",
"Shenzhen",
"30?",
"1200"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"linebacker\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>8))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E13,D2:D13=\"linebacker\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>8))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What school did the linebacker who was drafted after round 8 come from?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"linebacker\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"8"
]
}
] | test_2-10650523-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Round",
"Overall",
"Player",
"Position",
"School/Club Team"
],
[
"2",
"1",
"3",
"Chip Banks",
"Linebacker",
"USC"
],
[
"3",
"2",
"31",
"Keith Baldwin",
"Defensive End",
"Texas A&M"
],
[
"4",
"4",
"87",
"Dwight Walker",
"Running Back",
"Nicholls State"
],
[
"5",
"5",
"115",
"Mike Baab",
"Center",
"Texas"
],
[
"6",
"6",
"162",
"Mike Whitwell",
"Defensive Back",
"Texas A&M"
],
[
"7",
"8",
"199",
"Mark Kafentzis",
"Defensive Back",
"Hawaii"
],
[
"8",
"8",
"204",
"Van Heflin",
"Tight End",
"Vanderbilt"
],
[
"9",
"8",
"211",
"Bill Jackson",
"Defensive Back",
"North Carolina"
],
[
"10",
"9",
"227",
"Milton Baker",
"Tight End",
"West Texas A&M"
],
[
"11",
"10",
"255",
"Ricky Floyd",
"Running Back",
"Southern Miss"
],
[
"12",
"11",
"282",
"Steve Michuta",
"Quarterback",
"Grand Valley State"
],
[
"13",
"12",
"310",
"Scott Nicolas",
"Linebacker",
"Miami"
]
] |
[
{
"Formula": "AVERAGE(FILTER(A1, E1>53.38))",
"Formula2": "AVERAGE(FILTER(A2:A9, E2:E9>53.38))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the average rank of an athlete that holds a time higher than 53.38?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"A1",
"E1",
">",
"53.38"
]
},
{
"Formula": "SUM(FILTER(B1, E1=52.84))",
"Formula2": "SUM(FILTER(B2:B9, E2:E9=52.84))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What lane did the swimmer with a time of 52.84 have?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"E1",
"=",
"52.84"
]
},
{
"Formula": "SUM(FILTER(B1, A1=3))",
"Formula2": "SUM(FILTER(B2:B9, A2:A9=3))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What lane did the rank 3 swimmer use?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"A1",
"=",
"3"
]
}
] | train_2-12446342-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Lane",
"Name",
"Nationality",
"Time"
],
[
"2",
"1",
"4",
"Michael Klim",
"Australia",
"52.63"
],
[
"3",
"2",
"2",
"Ian Crocker",
"United States",
"52.82"
],
[
"4",
"3",
"3",
"Lars Frölander",
"Sweden",
"52.84"
],
[
"5",
"4",
"5",
"Mike Mintenko",
"Canada",
"53.00"
],
[
"6",
"5",
"1",
"Thomas Rupprath",
"Germany",
"53.18"
],
[
"7",
"6",
"6",
"Anatoly Polyakov",
"Russia",
"53.32"
],
[
"8",
"7",
"7",
"Franck Esposito",
"France",
"53.38"
],
[
"9",
"8",
"8",
"Jere Hård",
"Finland",
"53.65"
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.