t5Formulas listlengths 1 209 | TableName stringlengths 4 51 | Table listlengths 4 28 |
|---|---|---|
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=1929),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=1929),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What's the genre of the song recorded in 1929?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"1929",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"weather bird\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"weather bird\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What label is \"weather bird\" under?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"weather bird\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"label\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"label\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the year inducted for the label of label?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"label\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=1929),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=1929),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What genre is the song recorded in 1929?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"1929",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=1926),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=1926),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What genre is the song recorded in 1926?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"1926",
"3"
]
}
] | train_2-18313-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year recorded",
"Title",
"Genre",
"Label",
"Year inducted"
],
[
"2",
"Year recorded",
"Title",
"Genre",
"Label",
"Year inducted"
],
[
"3",
"1929",
"\" St. Louis Blues \"",
"Jazz (Single)",
"OKeh",
"2008"
],
[
"4",
"1928",
"\"Weather Bird\"",
"Jazz (Single)",
"OKeh",
"2008"
],
[
"5",
"1930",
"\" Blue Yodel No.9 (Standing on the Corner) \"",
"Country (Single)",
"Victor",
"2007"
],
[
"6",
"1932",
"\" All of Me \"",
"Jazz (Single)",
"Columbia",
"2005"
],
[
"7",
"1958",
"Porgy and Bess",
"Jazz (Album)",
"Verve",
"2001"
],
[
"8",
"1964",
"\" Hello Dolly! \"",
"Pop (Single)",
"Kapp",
"2001"
],
[
"9",
"1926",
"\" Heebie Jeebies \"",
"Jazz (Single)",
"OKeh",
"1999"
],
[
"10",
"1967",
"\" What a Wonderful World \"",
"Jazz (Single)",
"ABC",
"1999"
],
[
"11",
"1955",
"\" Mack the Knife \"",
"Jazz (Single)",
"Columbia",
"1997"
],
[
"12",
"1925",
"\" St. Louis Blues \"",
"Jazz (Single)",
"Columbia",
"1993"
],
[
"13",
"1928",
"\" West End Blues \"",
"Jazz (Single)",
"OKeh",
"1974"
]
] |
[
{
"Formula": "SUM(FILTER(B1, (C1<36041)*(F1<161042)*(A1>2006)*(E1>2534)))",
"Formula2": "SUM(FILTER(B2:B11, (C2:C11<36041)*(F2:F11<161042)*(A2:A11>2006)*(E2:E11>2534)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many jewish have a muslim less than 36,041, a total less than 161,042, a year after 2006, with a druze greater than 2,534?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"C1",
"<",
"36041",
"*",
"F1",
"<",
"161042",
"*",
"A1",
">",
"2006",
"*",
"E1",
">",
"2534"
]
},
{
"Formula": "MIN(FILTER(A1, (E1>2534)*(F1<121333)))",
"Formula2": "MIN(FILTER(A2:A11, (E2:E11>2534)*(F2:F11<121333)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the lowest year that has a druze greater than 2,534, with a total less than 121,333?",
"Tokens": [
"MIN(",
"FILTER(",
"A1",
"E1",
">",
"2534",
"*",
"F1",
"<",
"121333"
]
},
{
"Formula": "MIN(FILTER(B1, (E1<2517)*(A1<2007)))",
"Formula2": "MIN(FILTER(B2:B11, (E2:E11<2517)*(A2:A11<2007)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the lowest jewish that has a druze less than 2,517, and a year prior to 2007?",
"Tokens": [
"MIN(",
"FILTER(",
"B1",
"E1",
"<",
"2517",
"*",
"A1",
"<",
"2007"
]
},
{
"Formula": "AVERAGE(FILTER(C1, (E1<2534)*(A1=2005)*(B1>100657)))",
"Formula2": "AVERAGE(FILTER(C2:C11, (E2:E11<2534)*(A2:A11=2005)*(B2:B11>100657)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the average muslim that has a druze less than 2,534, a year prior to 2005, and a jewish greater than 100,657?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"C1",
"E1",
"<",
"2534",
"*",
"A1",
"=",
"2005",
"*",
"B1",
">",
"100657"
]
},
{
"Formula": "SUM(FILTER(C1, (B1=112803)*(A1>2008)))",
"Formula2": "SUM(FILTER(C2:C11, (B2:B11=112803)*(A2:A11>2008)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many muslims have a jewish of 112,803, and a year after 2008?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"B1",
"=",
"112803",
"*",
"A1",
">",
"2008"
]
}
] | train_2-14688-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Jewish",
"Muslim",
"Christian",
"Druze",
"Total"
],
[
"2",
"1996",
"83,710",
"30,802",
"2,678",
"2,682",
"121,333"
],
[
"3",
"2000",
"91,936",
"35,740",
"2,789",
"2,708",
"136,390"
],
[
"4",
"2005",
"100,657",
"34,217",
"2,487",
"2,533",
"143,913"
],
[
"5",
"2006",
"104,513",
"34,337",
"2,500",
"2,601",
"148,170"
],
[
"6",
"2007",
"107,986",
"34,572",
"2,521",
"2,510",
"151,679"
],
[
"7",
"2008",
"112,803",
"34,860",
"2,511",
"2,534",
"156,923"
],
[
"8",
"2009",
"116,599",
"35,253",
"2,514",
"2,517",
"161,042"
],
[
"9",
"2010",
"120,673",
"36,221",
"2,511",
"2,535",
"166,255"
],
[
"10",
"2011",
"121,520",
"35,247",
"2,596",
"2,469",
"166,296"
],
[
"11",
"2012",
"125,409",
"36,041",
"2,610",
"2,371",
"170,940"
]
] |
[
{
"Formula": "MAX(FILTER(D1, (C1=\"brandon, florida\")*(A1<1)))",
"Formula2": "MAX(FILTER(D2:D14, (C2:C14=\"brandon, florida\")*(A2:A14<1)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the highest number of successful defenses in brandon, florida and a reign less than 1?",
"Tokens": [
"MAX(",
"FILTER(",
"D1",
"C1",
"=",
"\"brandon, florida\"",
"*",
"A1",
"<",
"1"
]
}
] | train_2-14134152-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Reign",
"Days held",
"Location",
"Successful defenses",
"Event"
],
[
"2",
"1",
"106",
"Brandon, Florida",
"1",
"The Usual Suspects"
],
[
"3",
"1",
"27",
"Bushnell, Florida",
"1",
"Heatstroke 2005: Night Two"
],
[
"4",
"1",
"267",
"Arcadia, Florida",
"13",
"Big Year One Bash: Night One"
],
[
"5",
"1",
"105",
"Crystal River, Florida",
"4",
"Bloodbath"
],
[
"6",
"2",
"35",
"Arcadia, Florida",
"0",
"Second Year Spectacular: Night Two"
],
[
"7",
"1",
"391",
"Brandon, Florida",
"6",
"Southern Justice"
],
[
"8",
"1",
"407",
"Crystal River, Florida",
"5",
"Unstoppable 2007"
],
[
"9",
"1",
"287",
"Crystal River, Florida",
"2",
"Unstoppable 2008"
],
[
"10",
"1",
"301",
"Crystal River, Florida",
"2",
"Fallout 2009"
],
[
"11",
"1",
"454",
"Crystal River, Florida",
"3",
"Cage of Pain III"
],
[
"12",
"1",
"462",
"Brooksville, Florida",
"0",
"Jeff Peterson Memorial Cup 2011 Night 1"
],
[
"13",
"1",
"154",
"Tampa, Florida",
"2",
"Everything Burns"
],
[
"14",
"1",
"211+",
"Ybor City, Florida",
"0",
"Declaration of Independence"
]
] |
[
{
"Formula": "FILTER(D1,(F1>160)*(A1>2010)*(B1=6))",
"Formula2": "FILTER(D2:D16,(F2:F16>160)*(A2:A16>2010)*(B2:B16=6))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Who was the co-driver for the team with more than 160 laps and the number 6 after 2010?",
"Tokens": [
"FILTER(",
"D1",
"F1",
">",
"160",
"*",
"A1",
">",
"2010",
"*",
"B1",
"=",
"6"
]
},
{
"Formula": "MIN(FILTER(F1,(E1=\"dnf\")*(B1<25)*(A1<2001)))",
"Formula2": "MIN(FILTER(F2:F16,(E2:E16=\"dnf\")*(B2:B16<25)*(A2:A16<2001)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the fewest laps for a team with a position of DNF and a number smaller than 25 before 2001?",
"Tokens": [
"MIN(",
"FILTER(",
"F1",
"E1",
"=",
"\"dnf\"",
"*",
"B1",
"<",
"25",
"*",
"A1",
"<",
"2001"
]
}
] | dev_2-13194020-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Number",
"Team",
"Co-driver",
"Position",
"Laps"
],
[
"2",
"1999",
"35",
"Garry Rogers Motorsport",
"Greg Ritter",
"9th",
"160"
],
[
"3",
"2000",
"76",
"Matthew White Racing",
"Matthew White",
"24th",
"143"
],
[
"4",
"2001",
"14",
"Imrie Motorsport",
"James Brock",
"DNF",
"12"
],
[
"5",
"2002",
"600",
"Briggs Motor Sport",
"Dale Brede",
"17th",
"158"
],
[
"6",
"2003",
"13",
"Robert Smith Racing",
"Phillip Scifleet",
"21st",
"141"
],
[
"7",
"2004",
"51",
"K-mart Racing Team",
"Tim Leahey",
"8th",
"160"
],
[
"8",
"2005",
"25",
"Britek Motorsport",
"Matthew White",
"DNF",
"136"
],
[
"9",
"2006",
"55",
"Autobarn Racing",
"Tony Longhurst",
"7th",
"161"
],
[
"10",
"2007",
"55",
"Autobarn Racing",
"Tony D'Alberto",
"6th",
"161"
],
[
"11",
"2008",
"17",
"Jim Beam Racing",
"Warren Luff",
"11th",
"161"
],
[
"12",
"2009",
"10",
"Team Autobarn",
"Shane Price",
"16th",
"160"
],
[
"13",
"2010",
"1",
"Team Vodafone",
"Jamie Whincup",
"2nd",
"161"
],
[
"14",
"2011",
"49",
"VIP Petfoods Racing",
"Paul Morris",
"11th",
"161"
],
[
"15",
"2012",
"49",
"VIP Petfoods Racing",
"Paul Morris",
"DNF",
"53"
],
[
"16",
"2013",
"6",
"Ford Performance Racing",
"Will Davison",
"7th",
"161"
]
] |
[
{
"Formula": "SUM(FILTER(F1, (D1=\"boston college\")*(E1>63)))",
"Formula2": "SUM(FILTER(F2:F6, (D2:D6=\"boston college\")*(E2:E6>63)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What's the sum of asts for boston college with a rebs over 63?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"D1",
"=",
"\"boston college\"",
"*",
"E1",
">",
"63"
]
},
{
"Formula": "AVERAGE(FILTER(E1, C1<1972))",
"Formula2": "AVERAGE(FILTER(E2:E6, C2:C6<1972))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What's the average rebs before 1972?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"E1",
"C1",
"<",
"1972"
]
},
{
"Formula": "MAX(FILTER(E1, (B1=\"pg\")*(C1<2004)))",
"Formula2": "MAX(FILTER(E2:E6, (B2:B6=\"pg\")*(C2:C6<2004)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What's the highest rebs for a pos of pg before 2004?",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"B1",
"=",
"\"pg\"",
"*",
"C1",
"<",
"2004"
]
},
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)<117))",
"Formula2": "LET(query1,SUMMARIZE(B2:B6,SUMX(F2:F6)),FILTER(query1,CHOOSECOLS(query1,2)<117))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "What's the pos for an asts less than 117?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"117"
]
},
{
"Formula": "SUM(FILTER(E1, (D1=\"ucla\")*(C1>1973)))",
"Formula2": "SUM(FILTER(E2:E6, (D2:D6=\"ucla\")*(C2:C6>1973)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What's the total of rebs for UCLA after 1973?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"D1",
"=",
"\"ucla\"",
"*",
"C1",
">",
"1973"
]
}
] | train_2-11482079-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Player",
"Pos.",
"From",
"School/Country",
"Rebs",
"Asts"
],
[
"2",
"James Edwards Category:Articles with hCards",
"C",
"1983",
"Washington",
"1,490",
"530"
],
[
"3",
"Howard Eisley Category:Articles with hCards",
"PG",
"2004",
"Boston College",
"63",
"117"
],
[
"4",
"Mario Elie Category:Articles with hCards",
"G/F",
"2000",
"American International",
"155",
"131"
],
[
"5",
"Scott English Category:Articles with hCards",
"F",
"1972",
"UTEP",
"44",
"15"
],
[
"6",
"Keith Erickson Category:Articles with hCards",
"F/G",
"1973",
"UCLA",
"1,133",
"664"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,F1=28161),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>7))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F16,F2:F16=28161),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>7))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What was the team's record after week 7 with 28,161 attending?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"28161",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"war memorial stadium\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,D2:D16=\"war memorial stadium\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the attendance at war memorial stadium?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"war memorial stadium\"",
"6"
]
}
] | test_2-10646561-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Week",
"Opponent",
"Result",
"Stadium",
"Record",
"Attenmdance"
],
[
"2",
"1",
"at Oakland Raiders",
"W: 17–14",
"Frank Youell Field",
"1–0–0",
"21,126"
],
[
"3",
"2",
"at San Diego Chargers",
"W: 33–28",
"Balboa Stadium",
"2–0–0",
"20,568"
],
[
"4",
"3",
"New York Jets",
"W: 26–10",
"Fenway Park",
"3–0–0",
"22,716"
],
[
"5",
"4",
"at Denver Broncos",
"W: 39–10",
"Mile High Stadium",
"4–0–0",
"15,485"
],
[
"6",
"5",
"San Diego Chargers",
"L: 26–17",
"Fenway Park",
"4–1–0",
"35,096"
],
[
"7",
"6",
"Oakland Raiders",
"T: 43–43",
"Fenway Park",
"4–1–1",
"23,279"
],
[
"8",
"7",
"Kansas City Chiefs",
"W: 24–7",
"Fenway Park",
"5–1–1",
"27,400"
],
[
"9",
"8",
"at New York Jets",
"L: 35–14",
"Shea Stadium",
"5–2–1",
"45,003"
],
[
"10",
"9",
"Houston Oilers",
"W: 25–24",
"Fenway Park",
"6–2–1",
"28,161"
],
[
"11",
"10",
"at Buffalo Bills",
"W: 36–28",
"War Memorial Stadium",
"7–2–1",
"42,308"
],
[
"12",
"11",
"Denver Broncos",
"W: 12–7",
"Fenway Park",
"8–2–1",
"24,979"
],
[
"13",
"12",
"at Houston Oilers",
"W: 34–17",
"Jeppesen Stadium",
"9–2–1",
"17,560"
],
[
"14",
"13",
"at Kansas City Chiefs",
"W: 31–24",
"Municipal Stadium",
"10–2–1",
"13,166"
],
[
"15",
"14",
"BYE Week",
"BYE Week",
"BYE Week",
"BYE Week",
"BYE Week"
],
[
"16",
"15",
"Buffalo Bills",
"L: 24–14",
"Fenway Park",
"10–3–1",
"38,021"
]
] |
[
{
"Formula": "SUM(FILTER(D1, A1=3))",
"Formula2": "SUM(FILTER(D2:D6, A2:A6=3))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the number of Games for the player in Rank 3?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"A1",
"=",
"3"
]
},
{
"Formula": "SUM(FILTER(A1, (B1=\"dejuan collins\")*(E1>69)))",
"Formula2": "SUM(FILTER(A2:A6, (B2:B6=\"dejuan collins\")*(E2:E6>69)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "With more than 69 Assists, what is Dejuan Collins' Rank?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"B1",
"=",
"\"dejuan collins\"",
"*",
"E1",
">",
"69"
]
},
{
"Formula": "SUM(FILTER(E1, (D1=13)*(A1<3)))",
"Formula2": "SUM(FILTER(E2:E6, (D2:D6=13)*(A2:A6<3)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many Assists for the Player with 13 Games and a Rank less than 3?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"D1",
"=",
"13",
"*",
"A1",
"<",
"3"
]
}
] | test_2-16050349-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Name",
"Team",
"Games",
"Assists"
],
[
"2",
"1.",
"DeJuan Collins",
"Žalgiris Kaunas",
"14",
"69"
],
[
"3",
"2.",
"Marc-Antoine Pellin",
"Roanne",
"14",
"63"
],
[
"4",
"3.",
"Will Solomon",
"Fenerbahçe",
"13",
"57"
],
[
"5",
"4.",
"Raviv Limonad",
"Le Mans",
"14",
"58"
],
[
"6",
"5.",
"Hollis Price",
"Lietuvos Rytas",
"14",
"57"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"detroit\")*(A1=\"february 24\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(D2:D14=\"detroit\")*(A2:A14=\"february 24\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the visitor for detroit on february 24",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"detroit\"",
"*",
"A1",
"=",
"\"february 24\"",
"2"
]
}
] | train_2-14163678-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Visitor",
"Score",
"Home",
"Record"
],
[
"2",
"February 3",
"Pittsburgh",
"0 – 3",
"Detroit",
"36–9–4"
],
[
"3",
"February 6",
"Florida",
"2 – 4",
"Detroit",
"37–9–4"
],
[
"4",
"February 8",
"Detroit",
"1 – 3",
"Florida",
"37–10–4"
],
[
"5",
"February 10",
"Detroit",
"3 – 2",
"Tampa Bay",
"38–10–4"
],
[
"6",
"February 13",
"Los Angeles",
"4 – 9",
"Detroit",
"39–10–4"
],
[
"7",
"February 15",
"Washington",
"3 – 4",
"Detroit",
"40–10–4"
],
[
"8",
"February 16",
"Detroit",
"3 – 4",
"St. Louis",
"40–11–4"
],
[
"9",
"February 18",
"Detroit",
"3 – 2",
"Toronto",
"41–11–4"
],
[
"10",
"February 19",
"Vancouver",
"3 – 4",
"Detroit",
"42–11–4"
],
[
"11",
"February 22",
"Toronto",
"3 – 5",
"Detroit",
"43–11–4"
],
[
"12",
"February 24",
"Tampa Bay",
"0 – 2",
"Detroit",
"44–11–4"
],
[
"13",
"February 27",
"Detroit",
"6 – 2",
"NY Islanders",
"45–11–4"
],
[
"14",
"February 29",
"NY Islanders",
"1 – 5",
"Detroit",
"46–11–4"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=5))",
"Formula2": "LET(query1,SUMMARIZE(A2:A7,SUMX(D2:D7)),FILTER(query1,CHOOSECOLS(query1,2)=5))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which locomotive class had 5 items made?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"4-6-4t\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"4-6-4t\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which manufacturer made a locomotive with a type of 4-6-4t?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"4-6-4t\"",
"5"
]
}
] | train_2-1290024-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Class",
"Type",
"Fleet numbers",
"Quantity made",
"Manufacturer",
"Date made",
"Date withdrawn"
],
[
"2",
"1",
"2-4-0T",
"1–3",
"3",
"Sharp, Stewart & Co.",
"1881",
"1909–1926"
],
[
"3",
"2",
"4-6-0T",
"4–9",
"6",
"Neilson & Co.",
"1893",
"1931–1937"
],
[
"4",
"3",
"4-4-4T",
"10–11",
"2",
"Neilson, Reid & Co.",
"1902",
"1933"
],
[
"5",
"4",
"4-6-4T",
"12–15",
"4",
"Nasmyth, Wilson & Co.",
"1904",
"1953–1959"
],
[
"6",
"5",
"2-6-4T",
"16–20",
"5",
"Nasmyth, Wilson & Co.",
"1907",
"1940–1950"
],
[
"7",
"5A",
"2-6-4T",
"21, 2A, 3A",
"3",
"Nasmyth, Wilson & Co.",
"1912",
"1959"
]
] |
[
{
"Formula": "SUMIFS(I1,F1,\"37.7%\")",
"Formula2": "SUMIFS(I2:I8,F2:F8,\"37.7%\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the child sex ration for the population with 37.7% work participation?",
"Tokens": [
"SUMIFS(",
"I1",
"F1",
"\"37.7%\""
]
}
] | test_2-10710364-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Religious group",
"Population %",
"Growth (1991–2001)",
"Sex ratio (total)",
"Literacy (%)",
"Work participation (%)",
"Sex ratio (rural)",
"Sex ratio (urban)",
"Sex ratio (child)"
],
[
"2",
"Hindu",
"80.46%",
"20.3%",
"931",
"65.1%",
"40.4%",
"944",
"894",
"925"
],
[
"3",
"Muslim",
"13.43%",
"29.3%",
"936",
"59.1%",
"31.3%",
"953",
"907",
"950"
],
[
"4",
"Christian",
"2.34%",
"22.6%",
"1009",
"80.3%",
"39.7%",
"1001",
"1026",
"964"
],
[
"5",
"Sikh",
"1.87%",
"18.2%",
"893",
"69.4%",
"37.7%",
"895",
"886",
"786"
],
[
"6",
"Buddhist",
"0.77%",
"18.2%",
"953",
"72.7%",
"40.6%",
"958",
"944",
"942"
],
[
"7",
"Animist , others",
"0.72%",
"103.1%",
"992",
"47.0%",
"48.4%",
"995",
"966",
"976"
],
[
"8",
"Jain",
"0.41%",
"26.0%",
"940",
"94.1%",
"32.9%",
"937",
"941",
"870"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=2013)*(B1=\"brod-posavina\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(E2:E11=2013)*(B2:B11=\"brod-posavina\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which motorway is in brod-posavina county and has a scheduled completion in 2013?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"2013",
"*",
"B1",
"=",
"\"brod-posavina\"",
"1"
]
}
] | test_2-15849640-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Motorway",
"County",
"Length",
"Section",
"Scheduled completion"
],
[
"2",
"A1",
"Split-Dalmatia and Dubrovnik-Neretva",
"10.7km (6.6mi)",
"Vrgorac – Ploče",
"2013"
],
[
"3",
"A1",
"Dubrovnik-Neretva",
"4.5km (2.8mi)",
"Ploče – Metković",
"2013"
],
[
"4",
"A5",
"Osijek-Baranja",
"2.5km (1.55mi)",
"Drava Bridge",
"2014"
],
[
"5",
"A5",
"Brod-Posavina",
"3.1km (1.9mi)",
"Svilaj border crossing– Sredanci",
"2013"
],
[
"6",
"A7",
"Primorje-Gorski Kotar",
"5.3km (3.3mi)",
"Sveti Kuzam – Križišće",
"2013"
],
[
"7",
"A10",
"Dubrovnik-Neretva",
"2.9km (1.8mi)",
"Metković – Kula Norinska",
"2013"
],
[
"8",
"A11",
"Zagreb and the City of Zagreb",
"8.7km (5.4mi)",
"Jakuševec – Velika Gorica jug (south)",
"2014"
],
[
"9",
"A11",
"Zagreb",
"11.2km (6.96mi)",
"Buševec – Lekenik",
"2013"
],
[
"10",
"A12",
"Zagreb and Koprivnica-Križevci",
"12.5km (7.8mi)",
"Gradec – Križevci",
"cancelled"
],
[
"11",
"A13",
"Zagreb",
"10.6km (6.6mi)",
"Vrbovec 2 – Farkaševac",
"cancelled"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=33))",
"Formula2": "LET(query1,SUMMARIZE(B2:B11,SUMX(E2:E11)),FILTER(query1,CHOOSECOLS(query1,2)=33))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What was the nationality for the player with 33 goals?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"33"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=3),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=3),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What was the nationality of the player ranking 3?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"3",
"2"
]
}
] | test_2-18136583-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Ranking",
"Nationality",
"Name",
"Years",
"Goals"
],
[
"2",
"1",
"Spain",
"Jonathan Soriano",
"2009-2012",
"40"
],
[
"3",
"2",
"Spain",
"Antonio Pinilla",
"1988–1991",
"35"
],
[
"4",
"3",
"Spain",
"Sergio García",
"2002–2004",
"34"
],
[
"5",
"4",
"Spain",
"Roberto Trashorras",
"1999–2003",
"33"
],
[
"6",
"5",
"Spain",
"Mario Rosas",
"1997–2000",
"31"
],
[
"7",
"–",
"Spain",
"Ramón Calderé",
"1977–1984",
"31"
],
[
"8",
"–",
"Spain",
"Joan Verdú",
"2002–2006",
"31"
],
[
"9",
"8",
"Spain",
"Nolito",
"2008–2011",
"29"
],
[
"10",
"9",
"Spain",
"Thomas Christiansen",
"1991–1996",
"28"
],
[
"11",
"10",
"Spain",
"Gerard Deulofeu",
"2011–2013",
"27"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"connecticut\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,F2:F14=\"connecticut\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What Player is from Connecticut?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"connecticut\"",
"2"
]
}
] | train_2-17308269-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Pick",
"Player",
"Nationality",
"New WNBA Team",
"Former WNBA Team",
"College/Country/Team"
],
[
"2",
"1",
"Carla Thomas (F)",
"United States",
"Atlanta Dream",
"Chicago Sky",
"Vanderbilt"
],
[
"3",
"2",
"Erika DeSouza (F)",
"Brazil",
"Atlanta Dream",
"Connecticut Sun",
"Brazil"
],
[
"4",
"3",
"Katie Feenstra (C)",
"United States",
"Atlanta Dream",
"Detroit Shock",
"Liberty"
],
[
"5",
"4",
"Roneeka Hodges (F)",
"United States",
"Atlanta Dream",
"Houston Comets",
"Florida State"
],
[
"6",
"5",
"Ann Strother (G)",
"United States",
"Atlanta Dream",
"Indiana Fever",
"Connecticut"
],
[
"7",
"6",
"LaToya Thomas (G)",
"United States",
"Atlanta Dream",
"Los Angeles Sparks",
"Mississippi State"
],
[
"8",
"7",
"Kristen Mann (F)",
"United States",
"Atlanta Dream",
"Minnesota Lynx",
"UC Santa Barbara"
],
[
"9",
"8",
"Ann Wauters (C)",
"Belgium",
"Atlanta Dream",
"New York Liberty",
"Belgium"
],
[
"10",
"9",
"Jennifer Lacy (F)",
"United States",
"Atlanta Dream",
"Phoenix Mercury",
"Pepperdine"
],
[
"11",
"10",
"Kristin Haynie (G)",
"United States",
"Atlanta Dream",
"Sacramento Monarchs",
"Michigan State"
],
[
"12",
"11",
"Chantelle Anderson (C)",
"United States",
"Atlanta Dream",
"San Antonio Silver Stars",
"Vanderbilt"
],
[
"13",
"12",
"Betty Lennox (G)",
"United States",
"Atlanta Dream",
"Seattle Storm",
"Louisiana Tech"
],
[
"14",
"13",
"Yelena Leuchanka (F)",
"Belarus",
"Atlanta Dream",
"Washington Mystics",
"Belarus"
]
] |
[
{
"Formula": "AVERAGE(FILTER(G1, (C1=7)*(B1>18)))",
"Formula2": "AVERAGE(FILTER(G2:G11, (C2:C11=7)*(B2:B11>18)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Name the average goal difference for draw of 7 and played more than 18",
"Tokens": [
"AVERAGE(",
"FILTER(",
"G1",
"C1",
"=",
"7",
"*",
"B1",
">",
"18"
]
},
{
"Formula": "SUM(FILTER(G1, (F1=30)*(B1<18)))",
"Formula2": "SUM(FILTER(G2:G11, (F2:F11=30)*(B2:B11<18)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Tell me the totla number of goal difference for goals against of 30 and played less than 18",
"Tokens": [
"SUM(",
"FILTER(",
"G1",
"F1",
"=",
"30",
"*",
"B1",
"<",
"18"
]
},
{
"Formula": "SUM(FILTER(C1, B1>18))",
"Formula2": "SUM(FILTER(C2:C11, B2:B11>18))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Name the total number of draw for played more than 18",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"B1",
">",
"18"
]
}
] | train_2-11179106-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Team",
"Played",
"Draw",
"Lost",
"Goals For",
"Goals Against",
"Goal Difference",
"Points"
],
[
"2",
"FH",
"18",
"7",
"1",
"33",
"16",
"+17",
"37"
],
[
"3",
"ÍBV",
"18",
"4",
"5",
"35",
"20",
"+15",
"31"
],
[
"4",
"ÍA",
"18",
"7",
"3",
"28",
"19",
"+9",
"31"
],
[
"5",
"Fylkir",
"18",
"5",
"5",
"26",
"20",
"+6",
"29"
],
[
"6",
"Keflavík",
"18",
"3",
"8",
"31",
"33",
"-2",
"24"
],
[
"7",
"KR",
"18",
"7",
"6",
"21",
"22",
"-1",
"22"
],
[
"8",
"Grindavík",
"18",
"7",
"6",
"24",
"31",
"-7",
"22"
],
[
"9",
"Fram",
"18",
"5",
"9",
"19",
"28",
"-9",
"17"
],
[
"10",
"Víkingur",
"18",
"4",
"10",
"19",
"30",
"-11",
"16"
],
[
"11",
"KA",
"18",
"3",
"11",
"13",
"30",
"-17",
"15"
]
] |
[
{
"Formula": "AVERAGEIFS(F1,D1,\"68-69-68-72=277\")",
"Formula2": "AVERAGEIFS(F2:F13,D2:D13,\"68-69-68-72=277\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the average money when the score was 68-69-68-72=277?",
"Tokens": [
"AVERAGEIFS(",
"F1",
"D1",
"\"68-69-68-72=277\""
]
},
{
"Formula": "MAXIFS(F1,D1,\"69-68-67-69=273\")",
"Formula2": "MAXIFS(F2:F13,D2:D13,\"69-68-67-69=273\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the highest money when the score was 69-68-67-69=273?",
"Tokens": [
"MAXIFS(",
"F1",
"D1",
"\"69-68-67-69=273\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"south africa\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,C2:C13=\"south africa\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What did South Africa place?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"south africa\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"t2\")*(D1=\"68-69-68-72=277\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(A2:A13=\"t2\")*(D2:D13=\"68-69-68-72=277\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What county placed t2 and scored 68-69-68-72=277?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"t2\"",
"*",
"D1",
"=",
"\"68-69-68-72=277\"",
"3"
]
}
] | train_2-18155811-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par",
"Money ( $ )"
],
[
"2",
"1",
"Lee Trevino",
"United States",
"69-68-67-69=273",
"–15",
"125,000"
],
[
"3",
"T2",
"Gary Player",
"South Africa",
"74-63-69-71=277",
"–11",
"62,500"
],
[
"4",
"T2",
"Lanny Wadkins",
"United States",
"68-69-68-72=277",
"–11",
"62,500"
],
[
"5",
"4",
"Calvin Peete",
"United States",
"71-70-69-68=278",
"–10",
"35,000"
],
[
"6",
"5",
"Seve Ballesteros",
"Spain",
"70-69-70-70=279",
"–9",
"25,000"
],
[
"7",
"T6",
"Gary Hallberg",
"United States",
"69-71-68-72=280",
"–8",
"17,125"
],
[
"8",
"T6",
"Larry Mize",
"United States",
"71-69-67-73=280",
"–8",
"17,125"
],
[
"9",
"T6",
"Scott Simpson",
"United States",
"69-69-72-70=280",
"–8",
"17,125"
],
[
"10",
"T6",
"Hal Sutton",
"United States",
"74-73-64-69=280",
"–8",
"17,125"
],
[
"11",
"T10",
"Russ Cochran",
"United States",
"73-68-73-67=281",
"–7",
"12,083"
],
[
"12",
"T10",
"Tsuneyuki Nakajima",
"Japan",
"72-68-67-74=281",
"–7",
"12,083"
],
[
"13",
"T10",
"Victor Regalado",
"Mexico",
"69-69-73-70=281",
"–7",
"12,083"
]
] |
[
{
"Formula": "UNIQUE(G1)",
"Formula2": "UNIQUE(G2:G16)",
"Funcs": [
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "Show all product sizes.",
"Tokens": [
"UNIQUE(",
"G1"
]
},
{
"Formula": "UNIQUE(G1)",
"Formula2": "UNIQUE(G2:G16)",
"Funcs": [
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "What are the different product sizes?",
"Tokens": [
"UNIQUE(",
"G1"
]
},
{
"Formula": "UNIQUE(F1)",
"Formula2": "UNIQUE(F2:F16)",
"Funcs": [
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "Show all product colors.",
"Tokens": [
"UNIQUE(",
"F1"
]
},
{
"Formula": "UNIQUE(F1)",
"Formula2": "UNIQUE(F2:F16)",
"Funcs": [
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "What are the different product colors?",
"Tokens": [
"UNIQUE(",
"F1"
]
},
{
"Formula": "UNIQUE(G1)",
"Formula2": "UNIQUE(G2:G16)",
"Funcs": [
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "all product sizes",
"Tokens": [
"UNIQUE(",
"G1"
]
},
{
"Formula": "UNIQUE(G1)",
"Formula2": "UNIQUE(G2:G16)",
"Funcs": [
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "The product sizes.",
"Tokens": [
"UNIQUE(",
"G1"
]
},
{
"Formula": "UNIQUE(F1)",
"Formula2": "UNIQUE(F2:F16)",
"Funcs": [
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "all product colours",
"Tokens": [
"UNIQUE(",
"F1"
]
},
{
"Formula": "UNIQUE(F1)",
"Formula2": "UNIQUE(F2:F16)",
"Funcs": [
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "The different product colors",
"Tokens": [
"UNIQUE(",
"F1"
]
},
{
"Formula": "UNIQUE(HSTACK(G1,H1))",
"Formula2": "UNIQUE(HSTACK(G2:G16,H2:H16))",
"Funcs": [
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell"
],
"Level": "easy",
"Question": "All sizes of products.",
"Tokens": [
"UNIQUE(",
"HSTACK(",
"G1",
"H1"
]
},
{
"Formula": "UNIQUE(HSTACK(F1,H1))",
"Formula2": "UNIQUE(HSTACK(F2:F16,H2:H16))",
"Funcs": [
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell"
],
"Level": "easy",
"Question": "All colors of products",
"Tokens": [
"UNIQUE(",
"HSTACK(",
"F1",
"H1"
]
}
] | customers_and_invoices_products | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"product id",
"parent product id",
"production type code",
"unit price",
"product name",
"product color",
"product size",
"products"
],
[
"2",
"1",
"4",
"Food",
"617.95",
"Coffee Bean",
"Red",
"Medium",
""
],
[
"3",
"2",
"4",
"Books",
"558.49",
"Learning French",
"Yellow",
"Medium",
""
],
[
"4",
"3",
"8",
"Electronics",
"563.58",
"Fans",
"Black",
"Medium",
""
],
[
"5",
"4",
"8",
"Electronics",
"985.78",
"Hard Drive",
"Black",
"Small",
""
],
[
"6",
"5",
"7",
"DVDs",
"682.06",
"Arts",
"Yellow",
"Small",
""
],
[
"7",
"6",
"7",
"Books",
"469.71",
"Art History",
"Yellow",
"Small",
""
],
[
"8",
"7",
"5",
"Books",
"409.83",
"Learning English",
"Red",
"Large",
""
],
[
"9",
"8",
"1",
"Books",
"49.62",
"Menus",
"Black",
"Small",
""
],
[
"10",
"9",
"8",
"Food",
"694.31",
"Beer Menus",
"Black",
"Small",
""
],
[
"11",
"10",
"9",
"Electronics",
"937.85",
"TV",
"Red",
"Medium",
""
],
[
"12",
"11",
"8",
"DVDs",
"52.88",
"Harry Potter 1",
"Black",
"Small",
""
],
[
"13",
"12",
"1",
"DVDs",
"729.09",
"Harry Potter 2",
"Red",
"Medium",
""
],
[
"14",
"13",
"6",
"Food",
"639.76",
"Chocolate",
"Yellow",
"Small",
""
],
[
"15",
"14",
"1",
"DVDs",
"469.87",
"Harry Potter 3",
"Yellow",
"Small",
""
],
[
"16",
"15",
"2",
"DVDs",
"82.96",
"Harry Potter 4",
"Yellow",
"Large",
""
]
] |
[
{
"Formula": "MIN(FILTER(F1, (D1=2)*(G1>6)))",
"Formula2": "MIN(FILTER(F2:F13, (D2:D13=2)*(G2:G13>6)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the lowest number of bronze medals for nations with over 6 total and 2 golds?",
"Tokens": [
"MIN(",
"FILTER(",
"F1",
"D1",
"=",
"2",
"*",
"G1",
">",
"6"
]
},
{
"Formula": "SUM(FILTER(E1, (B1=\"karate\")*(D1>2)))",
"Formula2": "SUM(FILTER(E2:E13, (B2:B13=\"karate\")*(D2:D13>2)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the total number of silver medals for karate athletes with over 2 golds?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"B1",
"=",
"\"karate\"",
"*",
"D1",
">",
"2"
]
}
] | train_2-10882501-12 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Athlete",
"Sport",
"Asian Games",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"Mohammad Nassiri",
"Weightlifting",
"1966–1974",
"4",
"1",
"0",
"5"
],
[
"3",
"Moslem Eskandar-Filabi",
"Wrestling",
"1966–1974",
"4",
"0",
"0",
"4"
],
[
"4",
"Reza Soukhteh-Saraei",
"Wrestling",
"1974–1990",
"3",
"1",
"0",
"4"
],
[
"5",
"Houshang Kargarnejad",
"Weightlifting",
"1970–1974",
"3",
"0",
"1",
"4"
],
[
"6",
"Alireza Heidari",
"Wrestling",
"1998–2006",
"3",
"0",
"0",
"3"
],
[
"7",
"Jalal Keshmiri",
"Athletics",
"1966–1974",
"2",
"3",
"1",
"6"
],
[
"8",
"Hassan Arianfard",
"Cycling",
"1970–1974",
"2",
"1",
"0",
"3"
],
[
"9",
"Jasem Vishgahi",
"Karate",
"2002–2010",
"2",
"1",
"0",
"3"
],
[
"10",
"Akbar Shokrollahi",
"Weightlifting",
"1974",
"2",
"1",
"0",
"3"
],
[
"11",
"Ali Vali",
"Weightlifting",
"1974",
"2",
"1",
"0",
"3"
],
[
"12",
"Teymour Ghiasi",
"Athletics",
"1966–1974",
"2",
"0",
"1",
"3"
],
[
"13",
"Hossein Rezazadeh",
"Weightlifting",
"1998–2006",
"2",
"0",
"1",
"3"
]
] |
[
{
"Formula": "SUM(FILTER(E1, (D1>12)*(C1>772)*(A1=\"thailand\")))",
"Formula2": "SUM(FILTER(E2:E12, (D2:D12>12)*(C2:C12>772)*(A2:A12=\"thailand\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which Total has a Bronze larger than 12, and a Silver larger than 772, and a Country of thailand?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"D1",
">",
"12",
"*",
"C1",
">",
"772",
"*",
"A1",
"=",
"\"thailand\""
]
},
{
"Formula": "SUM(FILTER(B1, (E1=2998)*(D1<1191)))",
"Formula2": "SUM(FILTER(B2:B12, (E2:E12=2998)*(D2:D12<1191)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Gold has a Total of 2998, and a Bronze smaller than 1191?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"E1",
"=",
"2998",
"*",
"D1",
"<",
"1191"
]
},
{
"Formula": "SUM(FILTER(D1, (A1=\"malaysia\")*(E1<2644)))",
"Formula2": "SUM(FILTER(D2:D12, (A2:A12=\"malaysia\")*(E2:E12<2644)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Bronze has a Country of malaysia, and a Total smaller than 2644?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"A1",
"=",
"\"malaysia\"",
"*",
"E1",
"<",
"2644"
]
},
{
"Formula": "SUM(FILTER(C1, (D1<618)*(A1=\"laos\")))",
"Formula2": "SUM(FILTER(C2:C12, (D2:D12<618)*(A2:A12=\"laos\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which Silver has a Bronze smaller than 618, and a Country of laos?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"D1",
"<",
"618",
"*",
"A1",
"=",
"\"laos\""
]
}
] | train_2-1575383-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Country",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"Indonesia",
"1602",
"1413",
"1395",
"4410"
],
[
"3",
"Thailand",
"1513",
"1318",
"1315",
"4146"
],
[
"4",
"Philippines",
"836",
"971",
"1191",
"2998"
],
[
"5",
"Malaysia",
"805",
"772",
"1067",
"2644"
],
[
"6",
"Vietnam",
"586",
"540",
"618",
"1744"
],
[
"7",
"Singapore",
"508",
"559",
"841",
"1906"
],
[
"8",
"Myanmar",
"249",
"410",
"579",
"1238"
],
[
"9",
"Laos",
"53",
"60",
"170",
"283"
],
[
"10",
"Cambodia",
"11",
"26",
"104",
"151"
],
[
"11",
"Brunei",
"10",
"38",
"120",
"168"
],
[
"12",
"Timor-Leste",
"1",
"1",
"12",
"14"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"1990 world cup qualifying\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"1990 world cup qualifying\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the result of the 1990 world cup qualifying competition?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"1990 world cup qualifying\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"torrance, california\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"torrance, california\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the Score of the match in Torrance, California?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"torrance, california\"",
"3"
]
}
] | train_2-1036039-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Venue",
"Score",
"Result",
"Competition"
],
[
"2",
"May 19, 1985",
"Torrance, California",
"1–0",
"1–0",
"1986 World Cup qualifying"
],
[
"3",
"November 19, 1989",
"Port of Spain , Trinidad and Tobago",
"1–0",
"1–0",
"1990 World Cup qualifying"
],
[
"4",
"March 10, 1990",
"Tampa, Florida",
"1–0",
"2–1",
"Friendly"
],
[
"5",
"June 10, 1990",
"Florence , Italy",
"1–3",
"1–5",
"1990 World Cup"
],
[
"6",
"May 28, 1995",
"Tampa, Florida",
"1–1",
"1–2",
"Friendly"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:I1,C1=\"atlanta\"),SUMMARIZE(CHOOSECOLS(query1,8),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>36))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:I17,C2:C17=\"atlanta\"),SUMMARIZE(CHOOSECOLS(query1,8),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>36))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What was the location and attendance for the game after game 36 against Atlanta?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"atlanta\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"8",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"36"
]
},
{
"Formula": "LET(query1,SUMMARIZE(I1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=31))",
"Formula2": "LET(query1,SUMMARIZE(I2:I17,SUMX(A2:A17)),FILTER(query1,CHOOSECOLS(query1,2)=31))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What was the record of the game for game 31?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"I1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"31"
]
},
{
"Formula": "SUMIFS(A1,C1,\"phoenix\")",
"Formula2": "SUMIFS(A2:A17,C2:C17,\"phoenix\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the game number when the game was against phoenix?",
"Tokens": [
"SUMIFS(",
"A1",
"C1",
"\"phoenix\""
]
}
] | test_2-17060277-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",
"31",
"January 2",
"Indiana",
"L 103–105 (OT)",
"Al Harrington (27)",
"David Lee (11)",
"Chris Duhon (7)",
"Madison Square Garden 19,763",
"12–19"
],
[
"3",
"32",
"January 4",
"Boston",
"W 100–88 (OT)",
"Wilson Chandler (31)",
"David Lee (14)",
"Chris Duhon (5)",
"Madison Square Garden 19,763",
"13–19"
],
[
"4",
"33",
"January 6",
"@ Oklahoma City",
"L 99–107 (OT)",
"Al Harrington (21)",
"David Lee (13)",
"Chris Duhon (6)",
"Ford Center 18,487",
"13–20"
],
[
"5",
"34",
"January 8",
"@ Dallas",
"L 94–99 (OT)",
"Chris Duhon (24)",
"David Lee (15)",
"Chris Duhon (7)",
"American Airlines Center 19,779",
"13–21"
],
[
"6",
"35",
"January 10",
"@ Houston",
"L 76–96 (OT)",
"Tim Thomas (18)",
"David Lee (11)",
"Chris Duhon (6)",
"Toyota Center 18,280",
"13–22"
],
[
"7",
"36",
"January 12",
"@ New Orleans",
"W 101–95 (OT)",
"David Lee (24)",
"Al Harrington (10)",
"Chris Duhon (9)",
"New Orleans Arena 16,177",
"14–22"
],
[
"8",
"37",
"January 14",
"Washington",
"W 128–122 (OT)",
"David Lee (30)",
"David Lee (10)",
"Chris Duhon (9)",
"Madison Square Garden 18,020",
"15–22"
],
[
"9",
"38",
"January 16",
"@ Washington",
"L 89–96 (OT)",
"Al Harrington (18)",
"David Lee (21)",
"Chris Duhon (8)",
"Verizon Center 17,526",
"15–23"
],
[
"10",
"39",
"January 17",
"Philadelphia",
"L 97–107 (OT)",
"Al Harrington (26)",
"David Lee (11)",
"Nate Robinson (7)",
"Madison Square Garden 19,408",
"15–24"
],
[
"11",
"40",
"January 19",
"Chicago",
"W 102–98 (OT)",
"Quentin Richardson (24)",
"David Lee (10)",
"Chris Duhon , Nate Robinson , David Lee (3)",
"Madison Square Garden 18,807",
"16–24"
],
[
"12",
"41",
"January 21",
"Phoenix",
"W 114–109 (OT)",
"David Lee (25)",
"David Lee (16)",
"Chris Duhon (7)",
"Madison Square Garden 19,256",
"17–24"
],
[
"13",
"42",
"January 23",
"Memphis",
"W 108–88 (OT)",
"David Lee (19)",
"David Lee (14)",
"Chris Duhon (7)",
"Madison Square Garden 18,391",
"18–24"
],
[
"14",
"43",
"January 24",
"@ Philadelphia",
"L 110–116 (OT)",
"Nate Robinson (26)",
"David Lee (10)",
"Nate Robinson (6)",
"Wachovia Center 19,239",
"18–25"
],
[
"15",
"44",
"January 26",
"Houston",
"W 104–98 (OT)",
"Nate Robinson (19)",
"David Lee (13)",
"Chris Duhon (11)",
"Madison Square Garden 19,155",
"19–25"
],
[
"16",
"45",
"January 28",
"Atlanta",
"W 112–104 (OT)",
"Nate Robinson (24)",
"David Lee (16)",
"Chris Duhon (11)",
"Madison Square Garden 18,180",
"20–25"
],
[
"17",
"46",
"January 31",
"@ Indiana",
"W 122–113 (OT)",
"Al Harrington (31)",
"David Lee (17)",
"Chris Duhon (7)",
"Conseco Fieldhouse 15,067",
"21–25"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"2R\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I9,C2:C9=\"2R\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the result of round 2r?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"2R\"",
"8"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,G1=\"Tina Pisnik\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I9,G2:G9=\"Tina Pisnik\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who did Tina Pisnik verse?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"G1",
"=",
"\"Tina Pisnik\"",
"5"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(I1, C1=\"2R\")))",
"Formula2": "ROWS(UNIQUE(FILTER(I2:I9, C2:C9=\"2R\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many rounds were 2r?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"I1",
"C1",
"=",
"\"2R\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"2R\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I9,C2:C9=\"2R\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the outcome for round 2r",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"2R\"",
"8"
]
}
] | train_1-11326124-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Edition",
"Zone",
"Round",
"Date",
"Against",
"Surface",
"Opponent",
"Outcome",
"Result"
],
[
"2",
"2005",
"Europe/Africa Group I C",
"1R",
"21 April 2005",
"Slovenia",
"Clay",
"Tina Pisnik",
"Loss",
"6–0, 6–1"
],
[
"3",
"2005",
"Europe/Africa Group I C",
"2R",
"22 April 2005",
"Great Britain",
"Clay",
"Elena Baltacha",
"Win",
"5–7, 6–3, 6–0"
],
[
"4",
"2005",
"Europe/Africa Group Play–off",
"Semifinal",
"23 April 2005",
"Israel",
"Clay",
"Shahar Pe'er",
"Loss",
"6–4, 4–6, 6–3"
],
[
"5",
"2006",
"Europe/Africa Group I B",
"1R",
"18 April 2006",
"Slovenia",
"Clay",
"Polona Reberšak",
"Loss",
"6–3, 6–2"
],
[
"6",
"2006",
"Europe/Africa Group I B",
"3R",
"20 April 2006",
"Denmark",
"Clay",
"Eva Dyrberg",
"Win",
"2–6, 6–4, 6–4"
],
[
"7",
"2006",
"Europe/Africa Group I",
"Semifinal",
"22 April 2006",
"Israel",
"Clay",
"Anna Smashnova",
"Win",
"5–7, 4–5 ret."
],
[
"8",
"2007",
"Europe/Africa Group I C",
"1R",
"20 April 2007",
"Slovenia",
"Clay",
"Maša Zec Peškirič",
"Loss",
"6–3, 4–6, 6–0"
],
[
"9",
"2007",
"Europe/Africa Group I C",
"Semifinal",
"21 April 2007",
"Romania",
"Clay",
"Mădălina Gojnea",
"Loss",
"1–6, 6–4, 6–3"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=82))",
"Formula2": "LET(query1,SUMMARIZE(C2:C10,SUMX(A2:A10)),FILTER(query1,CHOOSECOLS(query1,2)=82))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which team had a game of 82?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"82"
]
}
] | train_2-11960610-11 | [
[
"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",
"74",
"April 1",
"Boston",
"92–106",
"Thomas (24)",
"Noah (8)",
"Hinrich , Deng (5)",
"United Center 22,225",
"29–45"
],
[
"3",
"75",
"April 3",
"@ Cleveland",
"101–98",
"Hughes (25)",
"Hughes (8)",
"Hughes (9)",
"Quicken Loans Arena 20,562",
"30–45"
],
[
"4",
"76",
"April 5",
"Washington",
"87–99",
"Gordon (18)",
"Sefolosha (7)",
"Gordon (4)",
"United Center 21,929",
"30–46"
],
[
"5",
"77",
"April 8",
"@ Miami",
"88–95",
"Deng (25)",
"Duhon , Hinrich (4)",
"Noah (13)",
"American Airlines Arena 19,175",
"30–47"
],
[
"6",
"78",
"April 9",
"@ Orlando",
"83–115",
"Hinrich (19)",
"Deng (7)",
"Hinrich , Sefolosha (4)",
"Amway Arena 17,519",
"30–48"
],
[
"7",
"79",
"April 11",
"Cleveland",
"100–95",
"Deng (21)",
"Thomas (14)",
"Hinrich (6)",
"United Center 22,084",
"31–48"
],
[
"8",
"80",
"April 13",
"Orlando",
"84–104",
"Nocioni (22)",
"Deng (7)",
"Hinrich (7)",
"United Center 21,973",
"31–49"
],
[
"9",
"81",
"April 14",
"@ Milwaukee",
"151–135",
"Deng (32)",
"Thomas , Sefolosha (8)",
"Duhon (15)",
"Bradley Center 16,212",
"32–49"
],
[
"10",
"82",
"April 16",
"Toronto",
"107–97",
"Thomas (26)",
"Gray (22)",
"Hinrich , Duhon (6)",
"United Center 21,909",
"33–49"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"ki̥ mo̞ɕˈtɾaɾɜ̃w̃ nɐ ˈtɛʁə tɕĩʑiˈtɜ̃nə\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,C2:C8=\"ki̥ mo̞ɕˈtɾaɾɜ̃w̃ nɐ ˈtɛʁə tɕĩʑiˈtɜ̃nə\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the original of the ipa ( rio de janeiro )translation ki̥ mo̞ɕˈtɾaɾɜ̃w̃ nɐ ˈtɛʁə tɕĩʑiˈtɜ̃nə?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"ki̥ mo̞ɕˈtɾaɾɜ̃w̃ nɐ ˈtɛʁə tɕĩʑiˈtɜ̃nə\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"dɐ̃ːˈtɕiɣɐ ˈtɐ̃ʊ̯̃ ɐ̃ˈmadɐ ˈsuɐ ɦõ̞ˈmənə\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,D2:D8=\"dɐ̃ːˈtɕiɣɐ ˈtɐ̃ʊ̯̃ ɐ̃ˈmadɐ ˈsuɐ ɦõ̞ˈmənə\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the original of the ipa ( são paulo ) translation dɐ̃ːˈtɕiɣɐ ˈtɐ̃ʊ̯̃ ɐ̃ˈmadɐ ˈsuɐ ɦõ̞ˈmənə?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"dɐ̃ːˈtɕiɣɐ ˈtɐ̃ʊ̯̃ ɐ̃ˈmadɐ ˈsuɐ ɦõ̞ˈmənə\"",
"6"
]
}
] | train_1-23915-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Original",
"IPA ( Lisbon )",
"IPA ( Rio de Janeiro )",
"IPA ( São Paulo )",
"IPA ( Santiago de Compostela )",
"Translation"
],
[
"2",
"Sustentava contra ele Vénus bela,",
"suɕtẽˈtavə ˈkõtɾə ˈeɫɨ ˈvɛnuʑ ˈβɛɫə",
"suɕtẽ̞ˈtavə ˈkõtɾə ˈeɫi ˈvẽnuʑ ˈbɛɫə",
"sustẽ̞ˈtavə ˈkõtɾɐ ˈeɫɪ ˈvẽnuz ˈbɛlɐ",
"sustenˈtaβa ˈkontɾa ˈel ˈβɛnuz ˈβɛla",
"Held against him the beautiful Venus"
],
[
"3",
"Afeiçoada à gente Lusitana,",
"əfəjˈswaðaː ˈʒẽtɨ̥ ɫuziˈtɐnə",
"əfejsuˈaðaː ˈʑẽtɕi̥ ɫuziˈtɜ̃nə",
"ɐfeɪ̯sʊˈadaː ˈʑẽtɕɪ̥ ɫuziˈtənə",
"afejθoˈaðaː ˈʃente lusiˈtana",
"So fond of the Lusitanian people,"
],
[
"4",
"Por quantas qualidades via nela",
"puɾ ˈkwɐ̃təɕ kwəɫiˈðaðɨʑ ˈviə ˈnɛɫə",
"puʀ ˈkwɜ̃təɕ kwəɫiˈdadʑiʑ ˈviə ˈnɛɫə",
"pʊɾ ˈkwɜ̃təs kwɐɫiˈdadʑɪz ˈviɐ ˈnɛlə",
"poɾ ˈkantas kwaliˈðaðez ˈβia ˈnɛla",
"For the many qualities he saw in her"
],
[
"5",
"Da antiga tão amada sua Romana;",
"də̃ˈtiɣə ˈtɐ̃w̃ əˈmaðə ˈsuə ʁuˈmɐnə",
"dɐˀɜ̃ˈtɕiɣə tɜ̃w̃ ɐ̃ˈmaðə ˈsuə ʁo̞ˈmɜ̃nə",
"dɐ̃ːˈtɕiɣɐ ˈtɐ̃ʊ̯̃ ɐ̃ˈmadɐ ˈsuɐ ɦõ̞ˈmənə",
"danˈtiɣa ˈtaŋ aˈmaða ˈsua roˈmana",
"that reminded her of his dear old Rome;"
],
[
"6",
"Nos fortes corações, na grande estrela,",
"nuɕ ˈfɔɾtɨ̥ɕ kuɾəˈsõj̃ɕ nə ˈɣɾɐ̃dɨ̥ɕˈtɾeɫə",
"nuɕ ˈfɔxtɕi̥ɕ ko̞ɾɐˈsõj̃ɕ nə ˈɡɾɜ̃dʑi̥ɕˈtɾeɫə",
"nʊs ˈfɔɾtɕɪ̥s koɾɐˈsõɪ̯̃s nɐ ˈɡɾɜ̃dʑɪ̥sˈtɾelɐ",
"nos ˈfɔɾtes koɾaˈθons na ˈɣɾandesˈtɾela",
"In their stout hearts, in the great star"
],
[
"7",
"Que mostraram na terra Tingitana,",
"kɨ̥ muɕˈtɾaɾə̃w̃ nə ˈtɛʁə tĩʒiˈtɐnə",
"ki̥ mo̞ɕˈtɾaɾɜ̃w̃ nɐ ˈtɛʁə tɕĩʑiˈtɜ̃nə",
"kɪ̥ mʊsˈtɾaɾɜ̃ʊ̯̃ nɐ ˈtɛɦɐ tɕĩʑiˈtənə",
"ke mosˈtɾaɾaŋ na ˈtɛra tin̠ʃiˈtana",
"that they displayed in the land of Tangiers,"
],
[
"8",
"E na língua, na qual quando imagina,",
"i nə ˈɫĩɡwə nə ˈkwaɫ ˈkwɐ̃dwiməˈʒinə",
"i nɐ̞ ˈɫĩɡwə nɐ̞ ˈkwaw ˈkwɜ̃dwĩməˈʑĩnə",
"ɪ nɐ̞ ˈɫĩɡwə nɐ̞ ˈkwaʊ̯ kwə̃dwĩmɐˈʑinə",
"e na ˈliŋɡwa na ˈkal ˈkando jmaˈʃina",
"And the language, which if you think of it"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(F1, H1=\"K0519\")))",
"Formula2": "ROWS(UNIQUE(FILTER(F2:F18, H2:H18=\"K0519\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many musical guests and songs were in episodes with a production code k0519?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"F1",
"H1",
"=",
"\"K0519\""
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(C1, G1=\"August 31, 1995\")))",
"Formula2": "ROWS(UNIQUE(FILTER(C2:C18, G2:G18=\"August 31, 1995\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many episodes originally aired on August 31, 1995?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"C1",
"G1",
"=",
"\"August 31, 1995\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"Checkmate\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H18,C2:C18=\"Checkmate\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the musical guest and the song in the episode titled \"Checkmate\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"C1",
"=",
"\"Checkmate\"",
"6"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(D1, C1=\"Man's Best Friend\")))",
"Formula2": "ROWS(UNIQUE(FILTER(D2:D18, C2:C18=\"Man's Best Friend\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many episodes were titled \"Man's best friend\"?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"D1",
"C1",
"=",
"\"Man's Best Friend\""
]
}
] | train_1-11951237-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Series #",
"Season #",
"Title",
"Directed by",
"Written by",
"Musical guest and song",
"Original air date",
"Production code"
],
[
"2",
"27",
"1",
"\"High on the Hog\"",
"Frederick K. Keller",
"Larry Moskowitz",
"Al Jarreau \"We're In This Love Together\"",
"August 31, 1995",
"K0503"
],
[
"3",
"29",
"3",
"\"Man's Best Friend\"",
"Frederick K. Keller",
"Natalie Chaidez",
"Guy \"Tell Me What You Like\"",
"September 14, 1995",
"K0504"
],
[
"4",
"32",
"6",
"\"Buster and Claudia\"",
"Don Kurt",
"Michael Mahern",
"B.B. King \" The Thrill Is Gone \"",
"October 5, 1995",
"K0510"
],
[
"5",
"33",
"7",
"\"Student Affairs\"",
"Michael Lange",
"Larry Moskowitz",
"Jon B. \" My Cherie Amour \"",
"October 12, 1995",
"K0511"
],
[
"6",
"34",
"8",
"\"The Highest Bidder\"",
"Frederick K. Keller",
"Judith McCreary",
"D'Angelo \"Brown Sugar\"",
"October 19, 1995",
"K0513"
],
[
"7",
"35",
"9",
"\"Young, Beautiful and Dead\"",
"Michael Lange",
"Natalie Chaidez",
"Silk \" Wildflower \"",
"November 2, 1995",
"K0512"
],
[
"8",
"36",
"10",
"\"Color Lines\"",
"Frederick K. Keller",
"Shane Salerno",
"Marnell Kenan \" Run to You \"",
"November 9, 1995",
"K0514"
],
[
"9",
"37",
"11",
"\"The Finals\"",
"Don Kurt",
"Reggie Rock Bythewood",
"Al Green \"Love and Happiness\"",
"November 16, 1995",
"K0515"
],
[
"10",
"39",
"13",
"\"Bad Girls\"",
"Peter R. McIntosh",
"Michael Mahern",
"Dionne Farris \"Food for Thought\"",
"December 14, 1995",
"K0517"
],
[
"11",
"40",
"14",
"\"A Time to Kill\"",
"Frederick K. Keller",
"Judith McCreary",
"Monifah \"I Miss You (Come Back Home)\"",
"January 4, 1996",
"K0519"
],
[
"12",
"41",
"15",
"\"Bad Blood\"",
"Matthew Penn",
"Reggie Rock Bythewood & Jamal Joseph",
"Brownstone \"Don't Ask My Neighbor\"",
"January 18, 1996",
"K0501"
],
[
"13",
"42",
"16",
"\"Fire Show\"",
"Jace Alexander",
"Natalie Chaidez",
"Tito Nieves \"Lo Prometido Es Deuda\"",
"February 1, 1996",
"K0518"
],
[
"14",
"43",
"17",
"\"Toy Soldiers\"",
"Melanie Mayron",
"Larry Moskowitz",
"Luther Vandross \" A House Is Not a Home \"",
"February 8, 1996",
"K0502"
],
[
"15",
"44",
"18",
"\"Sympathy for the Devil\"",
"Martha Mitchell",
"Shane Salerno",
"Xscape \" All This Love \"",
"February 15, 1996",
"K0520"
],
[
"16",
"45",
"19",
"\"Checkmate\"",
"Oscar L. Costo",
"Judith McCreary",
"Roberta Flack \" Killing Me Softly with His Song \"",
"February 22, 1996",
"K0521"
],
[
"17",
"47",
"21",
"\"The Reckoning\"",
"Jesús Treviño",
"Judith McCreary",
"Aaron Neville \" Use Me \"",
"March 14, 1996",
"K0509"
],
[
"18",
"48",
"22",
"\"The Enforcers\"",
"Matthew Penn",
"Michael Mahern",
"Koko Taylor \" Wang Dang Doodle \"",
"April 4, 1996",
"K0523"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"fal'shivaya nota\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,C2:C17=\"fal'shivaya nota\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What Title's Transliteration is Fal'shivaya Nota?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"fal'shivaya nota\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"u lyudey-to v domu\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,C2:C17=\"u lyudey-to v domu\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What Title has a Transliteration of u lyudey-to v domu?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"u lyudey-to v domu\"",
"1"
]
}
] | train_2-16820824-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Title",
"Russian",
"Transliteration",
"Original Text",
"Start"
],
[
"2",
"Why did you grow pale early",
"Что ты рано, зоренька",
"Shto ty rano, zaren'ka",
"Sergey Solovyov",
"1852"
],
[
"3",
"The beautiful girl does not love me",
"Разлюбила красна девица",
"Razlyubila krasna devitsa",
"A. Vinogradov",
"1853"
],
[
"4",
"Listen to my song, my friends",
"Слушайте, подруженьки, песенку мою",
"Slushaite, podruzhen'ki, pesenku moyu",
"Iven Kruse",
"1853"
],
[
"5",
"Thou lovely fisher-girl",
"Красавица рыбачка!",
"Krasavitsa rybachka",
"Heinrich Heine",
"1854"
],
[
"6",
"The Sleeping Princess",
"Спящая княжна",
"Spyashchaya knyazhna",
"Borodin",
"1867"
],
[
"7",
"My songs are full of poison",
"Отравой полны мои песни",
"Otravoy polny moyi pyesni",
"Heine",
"1868"
],
[
"8",
"The Sea Princess",
"Морская царевна",
"Morskaya Tsar'yevna",
"Borodin",
"1868"
],
[
"9",
"Song of the Dark Woods (Old song)",
"Песня темного леса (Старая песня)",
"Pesnya tyomnovo lesa",
"Borodin",
"1868"
],
[
"10",
"The False Note",
"Фальшивая нота",
"Fal'shivaya nota",
"Borodin",
"1868"
],
[
"11",
"The Sea",
"Mope",
"Mor'ye",
"Borodin",
"1870"
],
[
"12",
"From my tears",
"Из слез моих",
"Iz slyoz moyikh",
"Heine",
"1870"
],
[
"13",
"For the shores of your far homeland",
"Для берегов отчизны дальной",
"Dlya beregov otchizny dal'noy",
"Pushkin",
"1881"
],
[
"14",
"To the people at home",
"У людей-то в дому",
"U lyudey-to v domu",
"Nekrasov",
"1881"
],
[
"15",
"Arabian melody",
"Арабская мелодия",
"Arabskaya Melodiya",
"Borodin",
"1881"
],
[
"16",
"Pride",
"Спесь",
"Spjes'",
"A. K. Tolstoy",
"1884"
],
[
"17",
"The Magic Garden",
"Чудный сад",
"Chudnyy sad",
"Georges Collin",
"1885"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(B1, E1=\"David Lee (30)\")))",
"Formula2": "ROWS(UNIQUE(FILTER(B2:B11, E2:E11=\"David Lee (30)\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many times was the high points david lee (30)",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"B1",
"E1",
"=",
"\"David Lee (30)\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"L 85–118 (OT)\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I11,D2:D11=\"L 85–118 (OT)\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who had the high assists when the score was l 85–118 (ot)",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"D1",
"=",
"\"L 85–118 (OT)\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"David Lee (8)\"),9))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I11,F2:F11=\"David Lee (8)\"),9))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the record when the high rebounds was david lee (8)",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"F1",
"=",
"\"David Lee (8)\"",
"9"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(D1, I1=\"19–34\")))",
"Formula2": "ROWS(UNIQUE(FILTER(D2:D11, I2:I11=\"19–34\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many times was the record 19–34",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"D1",
"I1",
"=",
"\"19–34\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"19–35\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I11,I2:I11=\"19–35\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the score when the record was 19–35",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"I1",
"=",
"\"19–35\"",
"4"
]
},
{
"Formula": "SUMIFS(A1,E1,\"David Lee (30)\")",
"Formula2": "SUMIFS(A2:A11,E2:E11,\"David Lee (30)\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the game when high points was david lee (30)",
"Tokens": [
"SUMIFS(",
"A1",
"E1",
"\"David Lee (30)\""
]
}
] | train_1-23248869-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",
"48",
"February 3",
"Washington",
"W 107–85 (OT)",
"Nate Robinson (23)",
"David Lee (10)",
"Nate Robinson (8)",
"Madison Square Garden 19,225",
"19–29"
],
[
"3",
"49",
"February 5",
"Milwaukee",
"L 107–114 (OT)",
"David Lee (32)",
"David Lee (15)",
"Nate Robinson (7)",
"Madison Square Garden 19,247",
"19–30"
],
[
"4",
"50",
"February 6",
"@ Cleveland",
"L 106–113 (OT)",
"Nate Robinson (26)",
"David Lee (8)",
"Chris Duhon (8)",
"Quicken Loans Arena 20,562",
"19–31"
],
[
"5",
"51",
"February 9",
"Sacramento",
"L 114–118 (OT)",
"Wilson Chandler (35)",
"David Lee , Jared Jeffries (10)",
"Chris Duhon (9)",
"Madison Square Garden 19,531",
"19–32"
],
[
"6",
"52",
"February 16",
"@ Chicago",
"L 85–118 (OT)",
"David Lee (24)",
"David Lee (12)",
"David Lee (4)",
"United Center 20,989",
"19–33"
],
[
"7",
"53",
"February 17",
"Chicago",
"L 109–115 (OT)",
"Al Harrington (27)",
"David Lee (12)",
"Chris Duhon (8)",
"Madison Square Garden 19,763",
"19–34"
],
[
"8",
"54",
"February 20",
"Oklahoma City",
"L 118–121 (OT)",
"David Lee (30)",
"David Lee (10)",
"David Lee , Sergio Rodríguez (6)",
"Madison Square Garden 19,763",
"19–35"
],
[
"9",
"55",
"February 22",
"Milwaukee",
"L 67–83 (OT)",
"Tracy McGrady (15)",
"David Lee (13)",
"Eddie House (3)",
"Madison Square Garden 19,763",
"19–36"
],
[
"10",
"56",
"February 23",
"@ Boston",
"L 106–110 (OT)",
"David Lee (28)",
"David Lee (15)",
"Tracy McGrady (8)",
"TD Garden 18,624",
"19–37"
],
[
"11",
"57",
"February 26",
"@ Washington",
"W 118–116 (OT)",
"Al Harrington (37)",
"David Lee (16)",
"Sergio Rodríguez (7)",
"Verizon Center 17,408",
"20–37"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(C1, F1=\"John J. Phillips (R) 57.6% N. E. West (D) 42.4%\")))",
"Formula2": "ROWS(UNIQUE(FILTER(C2:C8, F2:F8=\"John J. Phillips (R) 57.6% N. E. West (D) 42.4%\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": " how many party with candidates being john j. phillips (r) 57.6% n. e. west (d) 42.4%",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"C1",
"F1",
"=",
"\"John J. Phillips (R) 57.6% N. E. West (D) 42.4%\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"California 10\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"California 10\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what's the result with dbeingtrict being california 10",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"California 10\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=1926),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,D2:D8=1926),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "what's the party with first elected being 1926",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"1926",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"New seat Republican gain\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,E2:E8=\"New seat Republican gain\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what's the incumbent with result being new seat republican gain",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"New seat Republican gain\"",
"2"
]
}
] | train_1-1342256-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"California 2",
"Harry Lane Englebright",
"Republican",
"1926",
"Re-elected",
"Harry Lane Englebright (R) Unopposed"
],
[
"3",
"California 4",
"Thomas Rolph",
"Republican",
"1940",
"Re-elected",
"Thomas Rolph (R) 98.3% Archie Brown ( W/I ) 1.7%"
],
[
"4",
"California 7",
"John H. Tolan",
"Democratic",
"1934",
"Re-elected",
"John H. Tolan (D) Unopposed"
],
[
"5",
"California 9",
"Bertrand W. Gearhart",
"Republican",
"1934",
"Re-elected",
"Bertrand W. Gearhart (R) Unopposed"
],
[
"6",
"California 10",
"Alfred J. Elliott",
"Democratic",
"1937",
"Re-elected",
"Alfred J. Elliott (D) Unopposed"
],
[
"7",
"California 17",
"Cecil R. King",
"Democratic",
"August 25, 1942",
"Re-elected",
"Cecil R. King (D) Unopposed"
],
[
"8",
"California 22",
"None (District created)",
"None (District created)",
"None (District created)",
"New seat Republican gain",
"John J. Phillips (R) 57.6% N. E. West (D) 42.4%"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Detroit Red Wings\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,E2:E17=\"Detroit Red Wings\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What player was drafted to the Detroit Red Wings?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"Detroit Red Wings\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Dan Follet\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,B2:B17=\"Dan Follet\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who did Dan Follet play for before the draft?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Dan Follet\"",
"6"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(E1, B1=\"Denis Andersen\")))",
"Formula2": "ROWS(UNIQUE(FILTER(E2:E17, B2:B17=\"Denis Andersen\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many teams have a player named Denis Andersen?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"E1",
"B1",
"=",
"\"Denis Andersen\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Buffalo Sabres\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,E2:E17=\"Buffalo Sabres\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which College did the Buffalo Sabres' pick play for?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"Buffalo Sabres\"",
"6"
]
}
] | test_1-1965650-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Pick #",
"Player",
"Position",
"Nationality",
"NHL team",
"College/junior/club team"
],
[
"2",
"97",
"Don Cutts",
"Goaltender",
"Canada",
"New York Islanders",
"Rensselaer Polytechnic Institute (NCAA)"
],
[
"3",
"98",
"Paul Tantardini",
"Left Wing",
"Canada",
"California Golden Seals",
"Downsview Bombers (OPJHL)"
],
[
"4",
"99",
"Clay Hebenton",
"Goaltender",
"Canada",
"Vancouver Canucks",
"Portland Winter Hawks WCJHL"
],
[
"5",
"100",
"Dan Follet",
"Goaltender",
"Canada",
"Toronto Maple Leafs",
"Downsview Bombers (OPJHL)"
],
[
"6",
"101",
"Tom Machowski",
"Defence",
"United States",
"Atlanta Flames",
"University of Wisconsin (NCAA)"
],
[
"7",
"102",
"Roly Kimble",
"Goaltender",
"Canada",
"Los Angeles Kings",
"Hamilton Red Wings (OHA)"
],
[
"8",
"103",
"Terry Ewasiuk",
"Left Wing",
"Canada",
"Pittsburgh Penguins",
"Victoria Cougars (WCHL)"
],
[
"9",
"104",
"John Wensink",
"Left Wing",
"Canada",
"St. Louis Blues",
"Cornwall Royals (QMJHL)"
],
[
"10",
"105",
"Lou Nistico",
"Centre",
"Canada",
"Minnesota North Stars",
"London Knights (OHA)"
],
[
"11",
"106",
"Tom Young",
"Defence",
"Canada",
"Philadelphia Flyers",
"Sudbury Wolves (OHA)"
],
[
"12",
"107",
"Brian Middleton",
"Defence",
"Canada",
"Detroit Red Wings",
"University of Alberta (CIAU)"
],
[
"13",
"108",
"Bob Young",
"Defence",
"United States",
"Buffalo Sabres",
"University of Denver (NCAA)"
],
[
"14",
"109",
"Wayne Dye",
"Left Wing",
"Canada",
"Chicago Black Hawks",
"New Westminster Bruins (WCHL)"
],
[
"15",
"110",
"Denis Andersen",
"Defence",
"Canada",
"New York Islanders",
"New Westminster Bruins (WCHL)"
],
[
"16",
"111",
"Walter Johnson",
"Right Wing",
"United States",
"Boston Bruins",
"Oshawa Generals (OHA)"
],
[
"17",
"112",
"Michel Belisle",
"Centre",
"Canada",
"Montreal Canadiens",
"Montreal Junior Canadiens (QMJHL)"
]
] |
[
{
"Formula": "UNIQUE(HSTACK(A1,B1,C1))",
"Formula2": "UNIQUE(HSTACK(A2:A6,B2:B6,C2:C6))",
"Funcs": [
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell",
"Cell"
],
"Level": "easy",
"Question": "What are the document type codes, names and descriptions?",
"Tokens": [
"UNIQUE(",
"HSTACK(",
"A1",
"B1",
"C1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:D1,B1=\"film\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:D6,B2:B6=\"film\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Show films' descriptions",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"D1",
"B1",
"=",
"\"film\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:D1,B1=\"film\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:D6,B2:B6=\"film\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is description for films?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"D1",
"B1",
"=",
"\"film\"",
"3"
]
}
] | and_epenses_ref_document_types | [
[
"0",
"A",
"B",
"C",
"D"
],
[
"1",
"document type code",
"document type name",
"document type description",
"reference document types"
],
[
"2",
"BK",
"Book",
"excellent",
""
],
[
"3",
"CV",
"CV",
"excellent",
""
],
[
"4",
"PT",
"Presentation",
"very good",
""
],
[
"5",
"PP",
"Paper",
"good",
""
],
[
"6",
"FM",
"Film",
"fun",
""
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=4),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,A2:A14=4),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What country has a place of 4?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"4",
"3"
]
}
] | test_2-18164650-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"1",
"Craig Stadler",
"United States",
"64-70=134",
"–8"
],
[
"3",
"T2",
"Lee Trevino",
"United States",
"69-66=135",
"–7"
],
[
"4",
"T2",
"Tom Watson",
"United States",
"67-68=135",
"–7"
],
[
"5",
"4",
"Nick Faldo",
"England",
"68-68=136",
"–6"
],
[
"6",
"5",
"Hale Irwin",
"United States",
"69-68=137",
"–5"
],
[
"7",
"T6",
"Raymond Floyd",
"United States",
"72-66=138",
"–4"
],
[
"8",
"T6",
"Terry Gale",
"Australia",
"72-66=138",
"–4"
],
[
"9",
"T6",
"Bill Rogers",
"United States",
"67-71=138",
"–4"
],
[
"10",
"T9",
"Andy Bean",
"United States",
"70-69=139",
"–3"
],
[
"11",
"T9",
"Denis Durnian",
"England",
"73-66=139",
"–3"
],
[
"12",
"T9",
"Bernhard Langer",
"West Germany",
"67-72=139",
"–3"
],
[
"13",
"T9",
"Graham Marsh",
"Australia",
"69-70=139",
"–3"
],
[
"14",
"T9",
"Hal Sutton",
"United States",
"68-71=139",
"–3"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,D1=\"giguere (0–1)\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>17181))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G7,D2:D7=\"giguere (0–1)\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>17181))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What was the record of the series at the game attended by 17,181 and a loss of Giguere (0–1)?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"giguere (0–1)\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"6",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"17181"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"0–1\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,F2:F7=\"0–1\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the date of the game when the record of the series was 0–1?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"0–1\"",
"1"
]
}
] | train_2-11801795-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Opponent",
"Score",
"Loss",
"Attendance",
"Series",
"Arena"
],
[
"2",
"April 10",
"Stars",
"4–0",
"Giguere (0–1)",
"17,191",
"0–1",
"Honda Center"
],
[
"3",
"April 12",
"Stars",
"5–2",
"Giguere (0–2)",
"17,181",
"0–2",
"Honda Center"
],
[
"4",
"April 15",
"@ Stars",
"4–2",
"Turco (2–1)",
"18,532",
"1–2",
"American Airlines Center"
],
[
"5",
"April 17",
"@ Stars",
"3–1",
"Giguere (1–3)",
"18,532",
"1–3",
"American Airlines Center"
],
[
"6",
"April 18",
"Stars",
"5–2",
"Turco (3–2)",
"17,199",
"2–3",
"Honda Center"
],
[
"7",
"April 20",
"@ Stars",
"4–1",
"Giguere (2–4)",
"18,532",
"2–4",
"American Airlines Center"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"john higgins category:articles with hcards\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"john higgins category:articles with hcards\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What year was the opponent in the final john higgins category:articles with hcards?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"john higgins category:articles with hcards\"",
"2"
]
}
] | train_2-1795208-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Outcome",
"Year",
"Championship",
"Opponent in the final",
"Score"
],
[
"2",
"Winner",
"2005",
"World Snooker Championship",
"Matthew Stevens Category:Articles with hCards",
"18–16"
],
[
"3",
"Runner-up",
"2006",
"Welsh Open",
"Stephen Lee Category:Articles with hCards",
"4–9"
],
[
"4",
"Winner",
"2007",
"Malta Cup",
"Ryan Day Category:Articles with hCards",
"9–4"
],
[
"5",
"Runner-up",
"2008",
"China Open",
"Stephen Maguire Category:Articles with hCards",
"9–10"
],
[
"6",
"Winner",
"2008",
"UK Championship",
"Marco Fu Category:Articles with hCards",
"10–9"
],
[
"7",
"Runner-up",
"2009",
"World Snooker Championship",
"John Higgins Category:Articles with hCards",
"9–18"
],
[
"8",
"Winner",
"2011",
"Players Tour Championship – Finals",
"Martin Gould Category:Articles with hCards",
"4–0"
],
[
"9",
"Runner-up",
"2012",
"UK Championship",
"Mark Selby Category:Articles with hCards",
"6–10"
]
] |
[
{
"Formula": "SUM(FILTER(B1, D1<0))",
"Formula2": "SUM(FILTER(B2:B9, D2:D9<0))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many touchdowns were made where field goals were less than 0?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"D1",
"<",
"0"
]
},
{
"Formula": "SUM(FILTER(E1, (D1=0)*(B1>9)*(C1=0)*(A1=\"duncan thompson\")))",
"Formula2": "SUM(FILTER(E2:E9, (D2:D9=0)*(B2:B9>9)*(C2:C9=0)*(A2:A9=\"duncan thompson\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "While Duncan Thompson played, how many points did he have where there were 0 field goals, 0 extra points, and more than 9 touchdowns?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"D1",
"=",
"0",
"*",
"B1",
">",
"9",
"*",
"C1",
"=",
"0",
"*",
"A1",
"=",
"\"duncan thompson\""
]
},
{
"Formula": "SUM(FILTER(D1, (E1>50)*(C1>0)*(A1=\"herb graver\")*(B1<15)))",
"Formula2": "SUM(FILTER(D2:D9, (E2:E9>50)*(C2:C9>0)*(A2:A9=\"herb graver\")*(B2:B9<15)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "When Herb Graver played, how many field goals were made when there were more than 50 points, less than 15 touchdowns, and more than 0 extra points?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"E1",
">",
"50",
"*",
"C1",
">",
"0",
"*",
"A1",
"=",
"\"herb graver\"",
"*",
"B1",
"<",
"15"
]
},
{
"Formula": "SUM(FILTER(D1, (B1<15)*(E1<45)))",
"Formula2": "SUM(FILTER(D2:D9, (B2:B9<15)*(E2:E9<45)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many field goals were there, where the points where less than 45 and there were less than 15 touchdowns?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"B1",
"<",
"15",
"*",
"E1",
"<",
"45"
]
}
] | test_2-14342480-15 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Player",
"Touchdowns",
"Extra points",
"Field goals",
"Points"
],
[
"2",
"Tom Hammond",
"15",
"63",
"5",
"163"
],
[
"3",
"Herb Graver",
"15",
"1",
"0",
"76"
],
[
"4",
"Willie Heston",
"14",
"0",
"0",
"70"
],
[
"5",
"Joe Curtis",
"8",
"13",
"0",
"53"
],
[
"6",
"Joe Maddock",
"10",
"0",
"0",
"50"
],
[
"7",
"Duncan Thompson",
"10",
"0",
"0",
"50"
],
[
"8",
"Fred Norcross",
"9",
"0",
"0",
"45"
],
[
"9",
"Rolla Bigelow",
"5",
"0",
"0",
"25"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"1-3\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,C2:C10=\"1-3\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the venue for score of 1-3",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"1-3\"",
"2"
]
}
] | test_2-12244267-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Venue",
"Score",
"Result",
"Competition"
],
[
"2",
"September 27, 2003",
"Incheon , South Korea",
"5-0",
"Win",
"2004 AFC Asian Cup qualification"
],
[
"3",
"October 24, 2003",
"Oman",
"2-0",
"Win",
"2004 AFC Asian Cup qualification"
],
[
"4",
"December 24, 2006",
"Bangkok , Thailand",
"1-2",
"Lost",
"King's Cup 2006"
],
[
"5",
"December 28, 2006",
"Bangkok , Thailand",
"3-2",
"Win",
"King's Cup 2006"
],
[
"6",
"December 30, 2006",
"Bangkok , Thailand",
"1-3",
"Lost",
"King's Cup 2006"
],
[
"7",
"January 17, 2007",
"Singapore",
"9-0",
"Win",
"ASEAN Football Championship"
],
[
"8",
"June 30, 2007",
"Hanoi , Vietnam",
"5-3",
"Win",
"Friendly"
],
[
"9",
"July 12, 2007",
"Hanoi , Vietnam",
"1-1",
"Draw",
"2007 AFC Asian Cup"
],
[
"10",
"December 10, 2008",
"Phuket , Thailand",
"4-0",
"Win",
"2008 AFF Suzuki Cup"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"essendon\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"essendon\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the away team score when the home team essendon was playing?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"essendon\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"15.15 (105)\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"15.15 (105)\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "The home team scored 15.15 (105) at what venue?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"15.15 (105)\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"16.12 (108)\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"16.12 (108)\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which away team scored 16.12 (108)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"16.12 (108)\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"16.26 (122)\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"16.26 (122)\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When the home team scored 16.26 (122) what was the opposing score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"16.26 (122)\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"13.20 (98)\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"13.20 (98)\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which home team scored 13.20 (98)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"13.20 (98)\"",
"1"
]
}
] | train_2-10869537-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Melbourne",
"13.13 (91)",
"Richmond",
"16.14 (110)",
"MCG",
"37,667",
"5 May 1973"
],
[
"3",
"Essendon",
"16.26 (122)",
"Geelong",
"15.16 (106)",
"Windy Hill",
"19,007",
"5 May 1973"
],
[
"4",
"South Melbourne",
"6.12 (48)",
"St Kilda",
"10.16 (76)",
"Lake Oval",
"13,513",
"5 May 1973"
],
[
"5",
"Hawthorn",
"18.16 (124)",
"Footscray",
"16.12 (108)",
"Glenferrie Oval",
"11,402",
"5 May 1973"
],
[
"6",
"North Melbourne",
"13.20 (98)",
"Collingwood",
"15.19 (109)",
"Arden Street Oval",
"27,048",
"5 May 1973"
],
[
"7",
"Carlton",
"15.15 (105)",
"Fitzroy",
"10.8 (68)",
"VFL Park",
"19,654",
"5 May 1973"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Edward Boland (D) Unopposed\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,F2:F6=\"Edward Boland (D) Unopposed\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the district with the candidates edward boland (d) unopposed?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"Edward Boland (D) Unopposed\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Edward Boland (D) Unopposed\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,F2:F6=\"Edward Boland (D) Unopposed\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the party where the candidates are edward boland (d) unopposed?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"Edward Boland (D) Unopposed\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Edward Boland\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"Edward Boland\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the party where the incumbent is edward boland?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Edward Boland\"",
"3"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(B1, F1=\"Paul Tsongas (D) 60.6% Paul W. Cronin (R) 39.4%\")))",
"Formula2": "ROWS(UNIQUE(FILTER(B2:B6, F2:F6=\"Paul Tsongas (D) 60.6% Paul W. Cronin (R) 39.4%\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many times was the candidates paul tsongas (d) 60.6% paul w. cronin (r) 39.4%?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"B1",
"F1",
"=",
"\"Paul Tsongas (D) 60.6% Paul W. Cronin (R) 39.4%\""
]
}
] | train_1-1341690-21 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"Massachusetts 1",
"Silvio Conte",
"Republican",
"1958",
"Re-elected",
"Silvio Conte (R) 71.1% Thomas R. Manning (D) 28.9%"
],
[
"3",
"Massachusetts 2",
"Edward Boland",
"Democratic",
"1952",
"Re-elected",
"Edward Boland (D) Unopposed"
],
[
"4",
"Massachusetts 5",
"Paul W. Cronin",
"Republican",
"1972",
"Lost re-election Democratic gain",
"Paul Tsongas (D) 60.6% Paul W. Cronin (R) 39.4%"
],
[
"5",
"Massachusetts 6",
"Michael J. Harrington",
"Democratic",
"1969",
"Re-elected",
"Michael J. Harrington (D) Unopposed"
],
[
"6",
"Massachusetts 11",
"James A. Burke",
"Democratic",
"1958",
"Re-elected",
"James A. Burke (D) Unopposed"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"la sorgente sat 3\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,A2:A11=\"la sorgente sat 3\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the content for la sorgente sat 3?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"la sorgente sat 3\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"telemarket for you\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,A2:A11=\"telemarket for you\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What language is telemarket for you?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"telemarket for you\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"televendita\")*(A1=\"telemarket for you\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,(D2:D11=\"televendita\")*(A2:A11=\"telemarket for you\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What language is telemarket for you with a content of televendita?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"televendita\"",
"*",
"A1",
"=",
"\"telemarket for you\"",
"3"
]
}
] | train_2-15887683-16 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Television service",
"Country",
"Language",
"Content",
"HDTV",
"Package/Option"
],
[
"2",
"Telemarket",
"Italy",
"Italian",
"televendita",
"no",
"no ( FTA )"
],
[
"3",
"Noello Sat",
"Italy",
"Italian",
"televendita",
"no",
"no ( FTA )"
],
[
"4",
"Elite Shopping TV",
"Italy",
"Italian",
"televendita",
"no",
"no ( FTA )"
],
[
"5",
"Juwelo",
"Italy",
"Italian",
"televendita",
"no",
"no ( FTA )"
],
[
"6",
"Diprè TV",
"Italy",
"Italian",
"arte",
"no",
"no ( FTA )"
],
[
"7",
"Telemarket For You",
"Italy",
"Italian",
"televendita",
"no",
"no ( FTA )"
],
[
"8",
"La Sorgente Sat 1",
"Italy",
"Italian",
"televendita",
"no",
"no ( FTA )"
],
[
"9",
"La Sorgente Sat 2",
"Italy",
"Italian",
"televendita",
"no",
"no ( FTA )"
],
[
"10",
"La Sorgente Sat 3",
"Italy",
"Italian",
"televendita",
"no",
"no ( FTA )"
],
[
"11",
"HSE24",
"Italy",
"Italian",
"televendita",
"no",
"no ( FTA )"
]
] |
[
{
"Formula": "FILTER(B1,A1=\"footscray\")",
"Formula2": "FILTER(B2:B7,A2:A7=\"footscray\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many points does footscray score as the home side?",
"Tokens": [
"FILTER(",
"B1",
"A1",
"=",
"\"footscray\""
]
},
{
"Formula": "FILTER(B1,C1=\"richmond\")",
"Formula2": "FILTER(B2:B7,C2:C7=\"richmond\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the home team's score when richmond is away?",
"Tokens": [
"FILTER(",
"B1",
"C1",
"=",
"\"richmond\""
]
}
] | dev_2-10775038-11 | [
[
"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.8 (128)",
"North Melbourne",
"6.10 (46)",
"MCG",
"31,263",
"11 July 1959"
],
[
"3",
"Essendon",
"19.20 (134)",
"Richmond",
"10.9 (69)",
"Windy Hill",
"17,000",
"11 July 1959"
],
[
"4",
"Collingwood",
"10.15 (75)",
"Hawthorn",
"10.14 (74)",
"Victoria Park",
"24,502",
"11 July 1959"
],
[
"5",
"Carlton",
"15.21 (111)",
"St Kilda",
"8.18 (66)",
"Princes Park",
"27,668",
"11 July 1959"
],
[
"6",
"South Melbourne",
"17.16 (118)",
"Geelong",
"12.12 (84)",
"Lake Oval",
"16,600",
"11 July 1959"
],
[
"7",
"Footscray",
"6.17 (53)",
"Fitzroy",
"10.13 (73)",
"Western Oval",
"15,801",
"11 July 1959"
]
] |
[
{
"Formula": "MAX(FILTER(D1, C1<8))",
"Formula2": "MAX(FILTER(D2:D6, C2:C6<8))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the highest value for Ties, when Losses is less than 8?",
"Tokens": [
"MAX(",
"FILTER(",
"D1",
"C1",
"<",
"8"
]
},
{
"Formula": "SUM(FILTER(C1, (D1=2)*(B1>8)))",
"Formula2": "SUM(FILTER(C2:C6, (D2:D6=2)*(B2:B6>8)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the total number of Losses, when Ties is 2, and when Wins is greater than 8?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"D1",
"=",
"2",
"*",
"B1",
">",
"8"
]
}
] | train_2-16950758-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Season",
"Wins",
"Losses",
"Ties",
"Ivy Lg. record"
],
[
"2",
"1991-92",
"11",
"8",
"1",
"7-2-1"
],
[
"3",
"1992-93",
"8",
"8",
"2",
"6-3-1"
],
[
"4",
"1993-94",
"15",
"7",
"1",
"8-2-0"
],
[
"5",
"1994-95",
"17",
"6",
"1",
"8-2-0"
],
[
"6",
"1995-96",
"9",
"17",
"0",
"3-7-0"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=25.46))",
"Formula2": "LET(query1,SUMMARIZE(E2:E12,SUMX(F2:F12)),FILTER(query1,CHOOSECOLS(query1,2)=25.46))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Who is the shirt sponsor of the team with an average squad age of 25.46?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"25.46"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"FC Bunyodkor\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,A2:A12=\"FC Bunyodkor\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the shirt sponsor for FC Bunyodkor?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"FC Bunyodkor\"",
"5"
]
},
{
"Formula": "SUM(FILTER(F1, (E1=\"Sho'rtan Gaz Mahsulot\")*(D1=\"Adidas\")))",
"Formula2": "SUM(FILTER(F2:F12, (E2:E12=\"Sho'rtan Gaz Mahsulot\")*(D2:D12=\"Adidas\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the average squad age of the team whose shirt sponsor is Sho'rtan Gaz Mahsulot and whose kit manufacturer is Adidas? ",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"E1",
"=",
"\"Sho'rtan Gaz Mahsulot\"",
"*",
"D1",
"=",
"\"Adidas\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Nike\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,D2:D12=\"Nike\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the captain of the team whose kit manufacturer is Nike? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"Nike\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"FK Andijan\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,A2:A12=\"FK Andijan\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the manager of FK Andijan? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"FK Andijan\"",
"2"
]
}
] | train_1-25527255-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Team",
"Manager",
"Captain",
"Kit manufacturer",
"Shirt sponsor",
"Average Squad Age"
],
[
"2",
"FC Bunyodkor",
"Mirjalol Qosimov Category:Articles with hCards",
"Viktor Karpenko Category:Articles with hCards",
"Nike",
"UzGazOil",
"24.92"
],
[
"3",
"FC Pakhtakor Tashkent",
"Ravshan Khaydarov Category:Articles with hCards",
"Odil Ahmedov Category:Articles with hCards",
"Adidas",
"Kapital Bank",
"23.56"
],
[
"4",
"FC Shurtan Guzar",
"Edgar Gess Category:Articles with hCards",
"Asror Aliqulov Category:Articles with hCards",
"Adidas",
"Sho'rtan Gaz Mahsulot",
"26.61"
],
[
"5",
"FK Andijan",
"Orif Mamatkazin Category:Articles with hCards",
"Abdumajid Toirov Category:Articles with hCards",
"Puma",
"UzDaewoo",
"27.21"
],
[
"6",
"FK Neftchi Farg'ona",
"Yuriy Sarkisyan Category:Articles with hCards",
"Aziz Alijonov Category:Articles with hCards",
"Adidas",
"UzbekNefteGaz",
"26.17"
],
[
"7",
"FK Samarqand-Dinamo",
"Viktor Djalilov Category:Articles with hCards",
"Denis Romanenco Category:Articles with hCards",
"Adidas",
"Unsponsored",
"26.94"
],
[
"8",
"Lokomotiv Tashkent",
"Tachmurad Agamuradov Category:Articles with hCards",
"Aleksandr Filimonov Category:Articles with hCards",
"Puma",
"O'zbekiston Temir Yollari",
"25.46"
],
[
"9",
"Mash'al Mubarek",
"Vladimir Fomichev Category:Articles with hCards",
"Fozil Musaev Category:Articles with hCards",
"Adidas",
"UzbekNefteGaz",
"24.60"
],
[
"10",
"Metalourg Bekabad",
"Rustam Mirsodiqov Category:Articles with hCards",
"Odil Isaboyev Category:Articles with hCards",
"Adidas",
"UzMK",
"28.24"
],
[
"11",
"Nasaf Qarshi",
"Anatoliy Demyanenko Category:Articles with hCards",
"Hayrulla Karimov Category:Articles with hCards",
"Puma",
"Sho'rtan Gaz Mahsulot",
"27.09"
],
[
"12",
"Qizilqum Zarafshon",
"Sergei Arslanov Category:Articles with hCards",
"Shavkat Nasibullaev Category:Articles with hCards",
"Adidas",
"NGMK",
"27.19"
]
] |
[
{
"Formula": "FILTER(A1,E1=\"penn state\")",
"Formula2": "FILTER(A2:A12,E2:E12=\"penn state\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the pick number of Penn State?",
"Tokens": [
"FILTER(",
"A1",
"E1",
"=",
"\"penn state\""
]
},
{
"Formula": "FILTER(B1,A1=112)",
"Formula2": "FILTER(B2:B12,A2:A12=112)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Which Round is pick 112 in?",
"Tokens": [
"FILTER(",
"B1",
"A1",
"=",
"112"
]
},
{
"Formula": "MAX(FILTER(A1,E1=\"washington\"))",
"Formula2": "MAX(FILTER(A2:A12,E2:E12=\"washington\"))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the highest pick from Washington?",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"E1",
"=",
"\"washington\""
]
},
{
"Formula": "ROWS(FILTER(A1,B1=\"2\"))",
"Formula2": "ROWS(FILTER(A2:A12,B2:B12=\"2\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the total pick number from round 2?",
"Tokens": [
"ROWS(",
"FILTER(",
"A1",
"B1",
"=",
"\"2\""
]
},
{
"Formula": "ROWS(FILTER(A1,D1=\"wide receiver\"))",
"Formula2": "ROWS(FILTER(A2:A12,D2:D12=\"wide receiver\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the total pick number for a wide receiver?",
"Tokens": [
"ROWS(",
"FILTER(",
"A1",
"D1",
"=",
"\"wide receiver\""
]
},
{
"Formula": "FILTER(D1,C1=\"thad jemison\")",
"Formula2": "FILTER(D2:D12,C2:C12=\"thad jemison\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is Thad Jemison's position?",
"Tokens": [
"FILTER(",
"D1",
"C1",
"=",
"\"thad jemison\""
]
}
] | dev_2-11441028-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pick",
"Round",
"Player",
"Position",
"School"
],
[
"2",
"30",
"2",
"Keith Browner",
"Linebacker",
"USC"
],
[
"3",
"57",
"3",
"Fred Acorn",
"Defensive Back",
"Texas"
],
[
"4",
"107",
"4 (from San Diego)",
"Micheal Gunter",
"Running Back",
"Tulsa"
],
[
"5",
"112",
"4 (from the Raiders)",
"Ron Heller",
"Offensive Tackle",
"Penn State"
],
[
"6",
"142",
"6",
"Chris Washington",
"Linebacker",
"Iowa State"
],
[
"7",
"169",
"7",
"Jay Carroll",
"Tight End",
"Minnesota"
],
[
"8",
"198",
"8",
"Fred Robinson",
"Defensive End",
"Miami (FL)"
],
[
"9",
"225",
"9",
"Rick Mallory",
"Guard",
"Washington"
],
[
"10",
"254",
"10",
"Jim Gallery",
"Kicker",
"Minnesota"
],
[
"11",
"281",
"11",
"Blair Kiel",
"Quarterback",
"Notre Dame"
],
[
"12",
"310",
"12",
"Thad Jemison",
"Wide Receiver",
"Ohio State"
]
] |
[
{
"Formula": "MAX(A1)",
"Formula2": "MAX(A2:A14)",
"Funcs": [
"MAX(",
"Cell"
],
"Level": "easy",
"Question": "What is the highest game number?",
"Tokens": [
"MAX(",
"A1"
]
}
] | train_1-13619027-10 | [
[
"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",
"69",
"April 2",
"@ Boston",
"W 118–114",
"Charles Barkley (37)",
"Charles Barkley (11)",
"Kevin Johnson (9)",
"Boston Garden 14,890",
"54–15"
],
[
"3",
"70",
"April 4",
"@ Indiana",
"W 110–100",
"Charles Barkley (32)",
"Charles Barkley (13)",
"Kevin Johnson (8)",
"Market Square Arena 16,530",
"55–15"
],
[
"4",
"71",
"April 6",
"L.A. Lakers",
"W 115–114",
"Kevin Johnson (32)",
"Charles Barkley (11)",
"Dan Majerle (8)",
"America West Arena 19,023",
"56–15"
],
[
"5",
"72",
"April 8",
"@ Sacramento",
"W 123–114",
"Cedric Ceballos (28)",
"Mark West (13)",
"Kevin Johnson (7)",
"ARCO Arena",
"57–15"
],
[
"6",
"73",
"April 9",
"Denver",
"W 98–97",
"Charles Barkley (26)",
"Charles Barkley (19)",
"Charles Barkley (12)",
"America West Arena 19,023",
"58–15"
],
[
"7",
"74",
"April 11",
"Utah",
"W 112–99",
"Kevin Johnson (29)",
"Charles Barkley (7)",
"Kevin Johnson (9)",
"America West Arena 19,023",
"59–15"
],
[
"8",
"75",
"April 12",
"@ L.A. Clippers",
"L 104–111",
"Richard Dumas (28)",
"Richard Dumas (12)",
"Danny Ainge , Dan Majerle (6)",
"Los Angeles Memorial Sports Arena 15,989",
"59–16"
],
[
"9",
"76",
"April 14",
"Minnesota",
"W 98–84",
"Dan Majerle (25)",
"Cedric Ceballos (13)",
"Kevin Johnson (10)",
"America West Arena 19,023",
"60–16"
],
[
"10",
"77",
"April 16",
"Seattle",
"L 102–108",
"Cedric Ceballos (21)",
"Tom Chambers , Jerrod Mustaf (7)",
"Kevin Johnson , Dan Majerle (7)",
"America West Arena 19,023",
"60–17"
],
[
"11",
"78",
"April 17",
"@ Utah",
"L 101–110",
"Cedric Ceballos (25)",
"Cedric Ceballos (10)",
"Negele Knight (6)",
"Delta Center 19,911",
"60–18"
],
[
"12",
"79",
"April 19",
"Houston",
"L 97–111",
"Kevin Johnson (18)",
"Jerrod Mustaf (8)",
"Kevin Johnson (7)",
"America West Arena 19,023",
"60–19"
],
[
"13",
"80",
"April 22",
"@ Portland",
"W 115–114",
"Charles Barkley (25)",
"Cedric Ceballos (9)",
"Kevin Johnson (14)",
"Memorial Coliseum 12,888",
"61–19"
],
[
"14",
"81",
"April 24",
"San Antonio",
"W 99–97",
"Richard Dumas (23)",
"Cedric Ceballos (11)",
"Danny Ainge , Frank Johnson , Negele Knight (6)",
"America West Arena 19,023",
"62–19"
]
] |
[
{
"Formula": "MIN(FILTER(D1, (E1=0.14)*(F1<1995)))",
"Formula2": "MIN(FILTER(D2:D11, (E2:E11=0.14)*(F2:F11<1995)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What are the smallest goals with a Goal Ratio of 0.14, and a Debut in Europe smaller than 1995?",
"Tokens": [
"MIN(",
"FILTER(",
"D1",
"E1",
"=",
"0.14",
"*",
"F1",
"<",
"1995"
]
},
{
"Formula": "AVERAGE(FILTER(E1, (D1>1)*(C1>161)*(F1<1985)))",
"Formula2": "AVERAGE(FILTER(E2:E11, (D2:D11>1)*(C2:C11>161)*(F2:F11<1985)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What's the average goal ratio with Goals larger than 1, Games larger than 161, and a Debut in Europe smaller than 1985?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"E1",
"D1",
">",
"1",
"*",
"C1",
">",
"161",
"*",
"F1",
"<",
"1985"
]
},
{
"Formula": "MIN(FILTER(C1, (D1=20)*(E1<0.14)))",
"Formula2": "MIN(FILTER(C2:C11, (D2:D11=20)*(E2:E11<0.14)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What lowest games have 20 goals and a Goal Ratio smaller than 0.14?",
"Tokens": [
"MIN(",
"FILTER(",
"C1",
"D1",
"=",
"20",
"*",
"E1",
"<",
"0.14"
]
},
{
"Formula": "MAX(FILTER(E1, D1<0))",
"Formula2": "MAX(FILTER(E2:E11, D2:D11<0))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the largest goal ratio with Goals smaller than 0?",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"D1",
"<",
"0"
]
},
{
"Formula": "MIN(FILTER(C1, (E1=0)*(D1<0)))",
"Formula2": "MIN(FILTER(C2:C11, (E2:E11=0)*(D2:D11<0)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What lowest games have a Goal Ratio of 0, and Goals smaller than 0?",
"Tokens": [
"MIN(",
"FILTER(",
"C1",
"E1",
"=",
"0",
"*",
"D1",
"<",
"0"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(F1, (D1<76)*(C1>151)*(A1>5))))",
"Formula2": "ROWS(UNIQUE(FILTER(F2:F11, (D2:D11<76)*(C2:C11>151)*(A2:A11>5))))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "medium",
"Question": "How many debuts in Europe have less than 76 goals, more than 151 games, and a rank greater than 5?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"F1",
"D1",
"<",
"76",
"*",
"C1",
">",
"151",
"*",
"A1",
">",
"5"
]
}
] | train_2-12307135-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Player",
"Games",
"Goals",
"Goal Ratio",
"Debut in Europe"
],
[
"2",
"1",
"Paolo Maldini",
"173",
"3",
"0.02",
"1985"
],
[
"3",
"2",
"Raúl",
"161",
"76",
"0.46",
"1995"
],
[
"4",
"3",
"Clarence Seedorf",
"161",
"15",
"0.09",
"1992"
],
[
"5",
"4",
"Javier Zanetti",
"159",
"5",
"0.03",
"1995"
],
[
"6",
"5",
"Xavi",
"154",
"12",
"0.08",
"1999"
],
[
"7",
"6",
"Ryan Giggs",
"151",
"29",
"0.19",
"1991"
],
[
"8",
"7",
"Jamie Carragher",
"150",
"1",
"0.01",
"1997"
],
[
"9",
"8",
"Edwin Van Der Sar",
"142",
"0",
"0.00",
"1993"
],
[
"10",
"9",
"Andriy Shevchenko",
"142",
"67",
"0.47",
"1994"
],
[
"11",
"10",
"Roberto Carlos",
"141",
"20",
"0.14",
"1995"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Henry Garland Dupré\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"Henry Garland Dupré\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who were the candidates when Henry Garland Dupré was incumbent?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Henry Garland Dupré\"",
"6"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(F1, B1=\"Henry Garland Dupré\")))",
"Formula2": "ROWS(UNIQUE(FILTER(F2:F8, B2:B8=\"Henry Garland Dupré\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many candidates were there when Henry Garland Dupré was the incumbent? ",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"F1",
"B1",
"=",
"\"Henry Garland Dupré\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"James O'Connor\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"James O'Connor\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What district did James O'Connor belong to?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"James O'Connor\"",
"1"
]
}
] | train_1-1342451-16 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"Louisiana 1",
"James O'Connor",
"Democratic",
"1918",
"Re-elected",
"James O'Connor (D) Unopposed"
],
[
"3",
"Louisiana 2",
"Henry Garland Dupré",
"Democratic",
"1908",
"Re-elected",
"Henry Garland Dupré (D) Unopposed"
],
[
"4",
"Louisiana 3",
"Whitmell P. Martin",
"Democratic",
"1914",
"Re-elected",
"Whitmell P. Martin (D) Unopposed"
],
[
"5",
"Louisiana 4",
"John T. Watkins",
"Democratic",
"1904",
"Lost renomination Democratic hold",
"John N. Sandlin (D) Unopposed"
],
[
"6",
"Louisiana 5",
"Riley Joseph Wilson",
"Democratic",
"1914",
"Re-elected",
"Riley Joseph Wilson (D) Unopposed"
],
[
"7",
"Louisiana 6",
"Jared Y. Sanders, Sr.",
"Democratic",
"1916",
"Retired to run for U.S. Senate Democratic hold",
"George K. Favrot (D) Unopposed"
],
[
"8",
"Louisiana 7",
"Ladislas Lazaro",
"Democratic",
"1912",
"Re-elected",
"Ladislas Lazaro (D) Unopposed"
]
] |
[
{
"Formula": "AVERAGE(FILTER(C1, (D1=6)*(A1<2004)))",
"Formula2": "AVERAGE(FILTER(C2:C15, (D2:D15=6)*(A2:A15<2004)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the average amount of earnings for years under 2004 and money list rankings of 6?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"C1",
"D1",
"=",
"6",
"*",
"A1",
"<",
"2004"
]
},
{
"Formula": "MAX(FILTER(B1, (E1>73.02)*(A1>1999)))",
"Formula2": "MAX(FILTER(B2:B15, (E2:E15>73.02)*(A2:A15>1999)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the highest number of wins for years after 1999 with averages over 73.02?",
"Tokens": [
"MAX(",
"FILTER(",
"B1",
"E1",
">",
"73.02",
"*",
"A1",
">",
"1999"
]
}
] | train_2-1590038-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Wins",
"Earnings ($)",
"Money list rank",
"Average"
],
[
"2",
"1999",
"0",
"34,826",
"130",
"73.16"
],
[
"3",
"2000",
"0",
"59,113",
"119",
"73.53"
],
[
"4",
"2001",
"0",
"91,027",
"89",
"72.66"
],
[
"5",
"2002",
"0",
"214,760",
"46",
"72.41"
],
[
"6",
"2003",
"0",
"325,774",
"35",
"71.68"
],
[
"7",
"2004",
"2",
"968,852",
"6",
"70.65"
],
[
"8",
"2005",
"0",
"304,385",
"41",
"72.44"
],
[
"9",
"2006",
"0",
"276,188",
"49",
"72.16"
],
[
"10",
"2007",
"0",
"61,613",
"n/a",
"72.71"
],
[
"11",
"2008",
"0",
"726,436",
"23",
"71.28"
],
[
"12",
"2009",
"0",
"144,425",
"68",
"72.75"
],
[
"13",
"2010",
"0",
"221,815",
"46",
"72.31"
],
[
"14",
"2011",
"0",
"397,081",
"29",
"71.87"
],
[
"15",
"2012",
"0",
"116,909",
"73",
"73.02"
]
] |
[
{
"Formula": "FILTER(A1,(D1=2013)*(C1>20))",
"Formula2": "FILTER(A2:A15,(D2:D15=2013)*(C2:C15>20))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What building shows 2013 and has more than 20 floors?",
"Tokens": [
"FILTER(",
"A1",
"D1",
"=",
"2013",
"*",
"C1",
">",
"20"
]
},
{
"Formula": "FILTER(E1,(D1<2014)*(C1=33))",
"Formula2": "FILTER(E2:E15,(D2:D15<2014)*(C2:C15=33))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the status of the building for 2014 with 33 floors?",
"Tokens": [
"FILTER(",
"E1",
"D1",
"<",
"2014",
"*",
"C1",
"=",
"33"
]
},
{
"Formula": "AVERAGE(FILTER(C1,A1=\"td building redevelopment (office)\"))",
"Formula2": "AVERAGE(FILTER(C2:C15,A2:A15=\"td building redevelopment (office)\"))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What are the number of floors for the building of td building redevelopment (office)?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"C1",
"A1",
"=",
"\"td building redevelopment (office)\""
]
},
{
"Formula": "FILTER(E1,(C1>28)*(D1=2013))",
"Formula2": "FILTER(E2:E15,(C2:C15>28)*(D2:D15=2013))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the status of the building with more than 28 floor and a year of 2013?",
"Tokens": [
"FILTER(",
"E1",
"C1",
">",
"28",
"*",
"D1",
"=",
"2013"
]
},
{
"Formula": "FILTER(E1,(C1<18)*(D1>2013))",
"Formula2": "FILTER(E2:E15,(C2:C15<18)*(D2:D15>2013))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the status of the building with less than 18 floors and later than 2013?",
"Tokens": [
"FILTER(",
"E1",
"C1",
"<",
"18",
"*",
"D1",
">",
"2013"
]
}
] | dev_2-11339545-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Building",
"Height",
"Floors",
"Year",
"Status"
],
[
"2",
"King's Wharf (Residential)",
"m (ft)",
"33",
"2013",
"Approved"
],
[
"3",
"Fenwick Tower Redevelopment (Residential)",
"m (ft)",
"34",
"2015",
"Approved"
],
[
"4",
"International Place (Office)",
"m (ft)",
"22",
"2016",
"On-hold"
],
[
"5",
"Europa Tower (Mixed Use)",
"m (ft)",
"28",
"2015",
"Approved"
],
[
"6",
"TD Building Redevelopment (Office)",
"m (ft)",
"17",
"2014",
"Under Construction"
],
[
"7",
"1595 Barrington Street (Residential)",
"m (ft)",
"20",
"2013",
"Approved"
],
[
"8",
"King's Wharf II (Mixed use)",
"m (ft)",
"17",
"2015",
"Approved"
],
[
"9",
"King's Wharf III (Residential)",
"m (ft)",
"18",
"20145",
"Approved"
],
[
"10",
"Nova Centre (Commercial)",
"m (ft)",
"18",
"2015",
"Under Construction"
],
[
"11",
"Citadel Apartments (Residential)",
"m (ft)",
"18",
"2014",
"Under Construction"
],
[
"12",
"King's Wharf Office (Office)",
"m (ft)",
"10",
"2015",
"Approved"
],
[
"13",
"Citadel Hampton Inn (Hotel)",
"m (ft)",
"16",
"2014",
"Under Construction"
],
[
"14",
"Citadel Homewood Suites (Hotel)",
"m (ft)",
"16",
"2014",
"Under Construction"
],
[
"15",
"The Anchorage (Residential)",
"m (ft)",
"12",
"2013",
"Under construction"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=1969),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,A2:A18=1969),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Who is the driver from 1969?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"1969",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=1964),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,A2:A18=1964),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Who was the driver in 1964?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"1964",
"2"
]
}
] | train_2-1108831-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Driver",
"Constructor",
"Location",
"Report"
],
[
"2",
"1992",
"Nigel Mansell",
"Williams - Renault",
"Hermanos Rodriguez",
"Report"
],
[
"3",
"1991",
"Riccardo Patrese",
"Williams - Renault",
"Hermanos Rodriguez",
"Report"
],
[
"4",
"1990",
"Alain Prost",
"Ferrari",
"Hermanos Rodriguez",
"Report"
],
[
"5",
"1989",
"Ayrton Senna",
"McLaren - Honda",
"Hermanos Rodriguez",
"Report"
],
[
"6",
"1988",
"Alain Prost",
"McLaren - Honda",
"Hermanos Rodriguez",
"Report"
],
[
"7",
"1987",
"Nigel Mansell",
"Williams - Honda",
"Hermanos Rodriguez",
"Report"
],
[
"8",
"1986",
"Gerhard Berger",
"Benetton - BMW",
"Hermanos Rodriguez",
"Report"
],
[
"9",
"1985 - 1971",
"Not held",
"Not held",
"Not held",
"Not held"
],
[
"10",
"1970",
"Jacky Ickx",
"Ferrari",
"Hermanos Rodriguez",
"Report"
],
[
"11",
"1969",
"Denny Hulme",
"McLaren - Ford",
"Hermanos Rodriguez",
"Report"
],
[
"12",
"1968",
"Graham Hill",
"Lotus - Ford",
"Hermanos Rodriguez",
"Report"
],
[
"13",
"1967",
"Jim Clark",
"Lotus - Ford",
"Hermanos Rodriguez",
"Report"
],
[
"14",
"1966",
"John Surtees",
"Cooper - Maserati",
"Hermanos Rodriguez",
"Report"
],
[
"15",
"1965",
"Richie Ginther",
"Honda",
"Hermanos Rodriguez",
"Report"
],
[
"16",
"1964",
"Dan Gurney",
"Brabham - Climax",
"Hermanos Rodriguez",
"Report"
],
[
"17",
"1963",
"Jim Clark",
"Lotus - Climax",
"Hermanos Rodriguez",
"Report"
],
[
"18",
"1962",
"Trevor Taylor Jim Clark",
"Lotus - Climax",
"Magdalena Mixhuca",
"Report"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"may 31, 1987\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"may 31, 1987\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What tournament was on May 31, 1987?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"may 31, 1987\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"may 31, 1987\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"may 31, 1987\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What tournament was on May 31, 1987?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"may 31, 1987\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"–9 (69-71-67=207)\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"–9 (69-71-67=207)\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What tournament had a winning score of –9 (69-71-67=207)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"–9 (69-71-67=207)\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"–13 (75-68-68=211)\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"–13 (75-68-68=211)\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the runner(s)-up when the winning score was –13 (75-68-68=211)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"–13 (75-68-68=211)\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"1 point\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"1 point\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What tournament had a 1 point margin of victory?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"1 point\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"laura davies\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"laura davies\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What tournament was Laura Davies the runner-up?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"laura davies\"",
"2"
]
}
] | test_2-17581785-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Tournament",
"Winning score",
"Margin of victory",
"Runner(s)-up"
],
[
"2",
"Feb 21, 1987",
"Tsumura Hawaiian Ladies Open",
"–9 (69-71-67=207)",
"2 strokes",
"Jane Geddes"
],
[
"3",
"May 31, 1987",
"LPGA Corning Classic",
"–13 (70-69-69-67=275)",
"1 stroke",
"Jane Geddes , Betsy King , Patty Sheehan"
],
[
"4",
"May 14, 1989",
"Chrysler-Plymouth Classic",
"–5 (70-72-72=214)",
"2 strokes",
"Laura Davies"
],
[
"5",
"May 20, 1990",
"Planters Pat Bradley International",
"25 points (3-4-12-6)",
"1 point",
"Beth Daniel"
],
[
"6",
"Aug 18, 1991",
"Northgate Computer Classic",
"–13 (75-68-68=211)",
"Playoff",
"Jody Anschutz , Beth Daniel"
]
] |
[
{
"Formula": "AVERAGE(FILTER(B1, (A1=\"larry centers\")*(C1<600)))",
"Formula2": "AVERAGE(FILTER(B2:B10, (A2:A10=\"larry centers\")*(C2:C10<600)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is Larry Centers' average number when there were less than 600 yards?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"B1",
"A1",
"=",
"\"larry centers\"",
"*",
"C1",
"<",
"600"
]
},
{
"Formula": "MAX(FILTER(B1, (E1>50)*(C1<762)))",
"Formula2": "MAX(FILTER(B2:B10, (E2:E10>50)*(C2:C10<762)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the highest number when there were more than 50 long and less than 762 yards?",
"Tokens": [
"MAX(",
"FILTER(",
"B1",
"E1",
">",
"50",
"*",
"C1",
"<",
"762"
]
},
{
"Formula": "MAX(FILTER(C1, D1=9.5))",
"Formula2": "MAX(FILTER(C2:C10, D2:D10=9.5))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the highest amount of yards when the average is 9.5?",
"Tokens": [
"MAX(",
"FILTER(",
"C1",
"D1",
"=",
"9.5"
]
}
] | train_2-14609625-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Player",
"Number",
"Yards",
"Average",
"Long",
"Touchdowns"
],
[
"2",
"Larry Centers",
"81",
"600",
"7.4",
"26",
"3"
],
[
"3",
"James Thrash",
"50",
"653",
"13.1",
"50",
"2"
],
[
"4",
"Stephen Alexander",
"47",
"510",
"10.9",
"30",
"2"
],
[
"5",
"Irving Fryar",
"41",
"548",
"13.4",
"34",
"5"
],
[
"6",
"Albert Connell",
"39",
"762",
"19.5",
"77",
"3"
],
[
"7",
"Stephen Davis",
"33",
"313",
"9.5",
"39",
"0"
],
[
"8",
"Adrian Murrell",
"16",
"93",
"5.8",
"12",
"0"
],
[
"9",
"Andre Reed",
"10",
"103",
"10.3",
"21",
"1"
],
[
"10",
"Michael Westbrook",
"9",
"103",
"11.4",
"21",
"0"
]
] |
[
{
"Formula": "AVERAGEIFS(E1,D1,\"blues\")",
"Formula2": "AVERAGEIFS(E2:E11,D2:D11,\"blues\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the average attendance of the game where the home team was the Blues?",
"Tokens": [
"AVERAGEIFS(",
"E1",
"D1",
"\"blues\""
]
}
] | test_2-13931419-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Visitor",
"Score",
"Home",
"Attendance",
"Record",
"Points"
],
[
"2",
"October 11",
"Canadiens",
"2–1",
"Penguins",
"9,307",
"0–1–0",
"0"
],
[
"3",
"October 13",
"Penguins",
"3–1",
"Blues",
"5,126",
"1–1–0",
"2"
],
[
"4",
"October 14",
"Blues",
"2–4",
"Penguins",
"6,166",
"1–2–0",
"2"
],
[
"5",
"October 18",
"North Stars",
"3–3",
"Penguins",
"3,885",
"1–2–1",
"3"
],
[
"6",
"October 19",
"Penguins",
"0–1",
"Flyers",
"7,812",
"1–3–1",
"3"
],
[
"7",
"October 21",
"Black Hawks",
"2–4",
"Penguins",
"9,274",
"2–3–1",
"5"
],
[
"8",
"October 22",
"Penguins",
"4–6",
"Rangers",
"13,706",
"2–4–1",
"5"
],
[
"9",
"October 25",
"Seals",
"1–4",
"Penguins",
"3,819",
"3–4–1",
"7"
],
[
"10",
"October 28",
"Kings",
"5–3",
"Penguins",
"6,536",
"3–5–1",
"7"
],
[
"11",
"October 29",
"Penguins",
"2–4",
"Bruins",
"13,909",
"3–6–1",
"7"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"may 21–22\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"may 21–22\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the percentage for Zares on May 21–22?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"may 21–22\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"7%\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"7%\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the source for 7% DeSUS?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"7%\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"8.6%\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"8.6%\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the source for Zares at 8.6%?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"8.6%\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"may 25–27\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"may 25–27\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the source corresponding to a date of May 25–27?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"may 25–27\"",
"1"
]
}
] | train_2-15125225-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Source",
"Date",
"DeSUS",
"Zares",
"NLPD"
],
[
"2",
"Mediana",
"May 11–13",
"11.7% (1)",
"8.6%",
"2.2%"
],
[
"3",
"Delo",
"May 12–14",
"5.5%",
"11% (1)",
"N/A"
],
[
"4",
"Delo",
"May 21–22",
"9% (1)",
"11% (1)",
"N/A"
],
[
"5",
"Zurnal",
"May 28",
"6%",
"12% (1)",
"N/A"
],
[
"6",
"Delo",
"May 27–28",
"7%",
"13% (1)",
"N/A"
],
[
"7",
"Mediana",
"May 25–27",
"11.1% (1)",
"8%",
"1.2%"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=14.71))",
"Formula2": "LET(query1,SUMMARIZE(B2:B10,SUMX(F2:F10)),FILTER(query1,CHOOSECOLS(query1,2)=14.71))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "When did the season air where the viewership was 14.71 million?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"14.71"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"August 18, 2004\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,C2:C10=\"August 18, 2004\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What tv season had a season finale of august 18, 2004?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"August 18, 2004\"",
"4"
]
}
] | test_1-1145977-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Season",
"Season premiere",
"Season finale",
"TV season",
"Ranking",
"Viewers (in millions)"
],
[
"2",
"1",
"December 3, 2003",
"August 18, 2004",
"2003–2004",
"#41",
"10.63"
],
[
"3",
"2",
"September 26, 2004",
"May 22, 2005",
"2004–2005",
"#15",
"15.75"
],
[
"4",
"3",
"August 14, 2005",
"May 16, 2006",
"2005–2006",
"#19",
"14.71"
],
[
"5",
"4",
"September 17, 2006",
"May 20, 2007",
"2006–2007",
"#25",
"13.15"
],
[
"6",
"5",
"September 30, 2007",
"May 18, 2008",
"2007–2008",
"#22",
"12.89"
],
[
"7",
"6",
"September 28, 2008",
"May 17, 2009",
"2008–2009",
"#38",
"10.26"
],
[
"8",
"7",
"September 27, 2009",
"May 16, 2010",
"2009–2010",
"#39",
"9.11"
],
[
"9",
"8",
"September 26, 2010",
"May 15, 2011",
"2010–2011",
"#50",
"8.53"
],
[
"10",
"9",
"September 25, 2011",
"January 13, 2012",
"2011–2012",
"#101",
"5.83"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=7),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,B2:B18=7),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which downhill has 7 overalls?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"7",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(A1<1998)*(D1=2)*(F1=24)),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,(A2:A18<1998)*(D2:D18=2)*(F2:F18=24)),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What super g was before 1998, had 2 giant slaloms and 24 downhills?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"<",
"1998",
"*",
"D1",
"=",
"2",
"*",
"F1",
"=",
"24",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(B1=2)*(C1=5)),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,(B2:B18=2)*(C2:C18=5)),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the combined of 2 overalls and 5 slaloms?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"2",
"*",
"C1",
"=",
"5",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(G1=1)*(F1=24)),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,(G2:G18=1)*(F2:F18=24)),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "How many overalls has 1 combined and 24 downhills?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"1",
"*",
"F1",
"=",
"24",
"2"
]
}
] | train_2-1302729-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Season",
"Overall",
"Slalom",
"Giant Slalom",
"Super G",
"Downhill",
"Combined"
],
[
"2",
"1990",
"39",
"—",
"14",
"19",
"—",
"—"
],
[
"3",
"1991",
"17",
"20",
"10",
"8",
"—",
"—"
],
[
"4",
"1992",
"13",
"26",
"11",
"5",
"—",
"17"
],
[
"5",
"1993",
"2",
"5",
"1",
"1",
"28",
"3"
],
[
"6",
"1994",
"1",
"9",
"2",
"4",
"10",
"1"
],
[
"7",
"1995",
"5",
"14",
"4",
"19",
"13",
"4"
],
[
"8",
"1996",
"10",
"18",
"14",
"8",
"44",
"7"
],
[
"9",
"1997",
"2",
"6",
"2",
"12",
"24",
"1"
],
[
"10",
"1998",
"4",
"13",
"9",
"21",
"12",
"2"
],
[
"11",
"1999",
"2",
"4",
"4",
"9",
"5",
"1"
],
[
"12",
"2000",
"2",
"1",
"9",
"13",
"13",
"1"
],
[
"13",
"2001",
"7",
"7",
"16",
"10",
"36",
"3"
],
[
"14",
"2002",
"2",
"9",
"16",
"6",
"6",
"1"
],
[
"15",
"2003",
"3",
"23",
"14",
"4",
"7",
"2"
],
[
"16",
"2004",
"broken ankle in October 2003, out for season",
"broken ankle in October 2003, out for season",
"broken ankle in October 2003, out for season",
"broken ankle in October 2003, out for season",
"broken ankle in October 2003, out for season",
"broken ankle in October 2003, out for season"
],
[
"17",
"2005",
"26",
"—",
"40",
"14",
"28",
"—"
],
[
"18",
"2006",
"8",
"—",
"—",
"5",
"6",
"5"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)>47))",
"Formula2": "LET(query1,SUMMARIZE(C2:C9,SUMX(A2:A9)),FILTER(query1,CHOOSECOLS(query1,2)>47))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Which player has a pick# over 47?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"47"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"fb\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"fb\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the player with a FB position?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"fb\"",
"3"
]
}
] | test_2-16575609-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pick #",
"CFL Team",
"Player",
"Position",
"College"
],
[
"2",
"41",
"Saskatchewan (via Hamilton)",
"Teale Orban",
"QB",
"Regina"
],
[
"3",
"42",
"Toronto Argonauts (via Edmonton )",
"Mark Dewit",
"OL",
"Calgary"
],
[
"4",
"43",
"Calgary Stampeders",
"Jonathan Lapointe",
"FB",
"Montréal"
],
[
"5",
"44",
"Toronto Argonauts (via Montreal)",
"Tyler Scott",
"WR",
"Western"
],
[
"6",
"45",
"Toronto Argonauts",
"Matt Black",
"DB",
"Saginaw Valley"
],
[
"7",
"46",
"BC Lions",
"Hubert Buydens",
"OL",
"Saskatchewan"
],
[
"8",
"47",
"Winnipeg Blue Bombers",
"Pierre-Luc Labbé",
"LB",
"Sherbrooke"
],
[
"9",
"48",
"Montreal Alouettes (via Saskatchewan )",
"Luc Brodeur-Jourdain",
"OL",
"Laval"
]
] |
[
{
"Formula": "SUMIFS(A1,E1,\"memorial stadium\")",
"Formula2": "SUMIFS(A2:A17,E2:E17,\"memorial stadium\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "what week number was at memorial stadium?",
"Tokens": [
"SUMIFS(",
"A1",
"E1",
"\"memorial stadium\""
]
},
{
"Formula": "SUM(FILTER(F1, (B1=\"1983-11-21\")*(A1<12)))",
"Formula2": "SUM(FILTER(F2:F17, (B2:B17=\"1983-11-21\")*(A2:A17<12)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "before week 12 what was the attendance on 1983-11-21?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"B1",
"=",
"\"1983-11-21\"",
"*",
"A1",
"<",
"12"
]
},
{
"Formula": "MIN(FILTER(F1, A1=16))",
"Formula2": "MIN(FILTER(F2:F17, A2:A17=16))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "on week 16, what was the lowest attendance?",
"Tokens": [
"MIN(",
"FILTER(",
"F1",
"A1",
"=",
"16"
]
}
] | train_2-13782583-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Game site",
"Attendance"
],
[
"2",
"1",
"1983-09-04",
"at San Diego Chargers",
"W 41–29",
"Jack Murphy Stadium",
"51,004"
],
[
"3",
"2",
"1983-09-11",
"Seattle Seahawks",
"L 17–10",
"Shea Stadium",
"50,066"
],
[
"4",
"3",
"1983-09-18",
"at New England Patriots",
"L 23–13",
"Sullivan Stadium",
"43,182"
],
[
"5",
"4",
"1983-09-25",
"Los Angeles Rams",
"W 27–24",
"Shea Stadium",
"52,070"
],
[
"6",
"5",
"1983-10-03",
"at Buffalo Bills",
"W 34–10",
"Rich Stadium",
"79,933"
],
[
"7",
"6",
"1983-10-09",
"at Cleveland Browns",
"L 10–7",
"Cleveland Municipal Stadium",
"78,235"
],
[
"8",
"7",
"1983-10-16",
"Miami Dolphins",
"L 32–14",
"Shea Stadium",
"58,615"
],
[
"9",
"8",
"1983-10-23",
"Atlanta Falcons",
"L 27–21",
"Shea Stadium",
"46,878"
],
[
"10",
"9",
"1983-10-30",
"at San Francisco 49ers",
"W 27–13",
"Candlestick Park",
"54,796"
],
[
"11",
"10",
"1983-11-06",
"Baltimore Colts",
"L 17–14",
"Shea Stadium",
"53,323"
],
[
"12",
"11",
"1983-11-13",
"Buffalo Bills",
"L 24–17",
"Shea Stadium",
"48,513"
],
[
"13",
"12",
"1983-11-21",
"at New Orleans Saints",
"W 31–28",
"Louisiana Superdome",
"68,606"
],
[
"14",
"13",
"1983-11-27",
"New England Patriots",
"W 26–3",
"Shea Stadium",
"48,620"
],
[
"15",
"14",
"1983-12-04",
"at Baltimore Colts",
"W 10–6",
"Memorial Stadium",
"35,462"
],
[
"16",
"15",
"1983-12-10",
"Pittsburgh Steelers",
"L 34–7",
"Shea Stadium",
"53,996"
],
[
"17",
"16",
"1983-12-16",
"at Miami Dolphins",
"L 34–14",
"Miami Orange Bowl",
"59,975"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"Loic Didavi\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,F2:F14=\"Loic Didavi\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the score against Loic Didavi?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"F1",
"=",
"\"Loic Didavi\"",
"8"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(G1=\"Loss\")*(B1=\"GI PO\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,(G2:G14=\"Loss\")*(B2:B14=\"GI PO\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was played against when there was a loss and in the gi po round?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"G1",
"=",
"\"Loss\"",
"*",
"B1",
"=",
"\"GI PO\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=\"2–6, 5–7, 7–6 (11–9) , 1–6\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,H2:H14=\"2–6, 5–7, 7–6 (11–9) , 1–6\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What were the w/l when the final score was 2–6, 5–7, 7–6 (11–9) , 1–6?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"H1",
"=",
"\"2–6, 5–7, 7–6 (11–9) , 1–6\"",
"7"
]
}
] | train_1-23563375-11 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Edition",
"Round",
"Date",
"Against",
"Surface",
"Opponent",
"W/L",
"Result"
],
[
"2",
"2008 Davis Cup Europe/Africa Group II",
"QF",
"18–20 July 2008",
"Cyprus",
"Clay",
"Eleftherios Christou",
"Win",
"6–3, 6–3"
],
[
"3",
"2008 Davis Cup Europe/Africa Group II",
"SF",
"19–21 September 2008",
"Ukraine",
"Hard",
"Illya Marchenko",
"Loss",
"3–6, 3–6"
],
[
"4",
"2009 Davis Cup Europe/Africa Group II",
"1R",
"6–8 March 2009",
"Cyprus",
"Hard",
"Philippos Tsangaridis",
"Win",
"6–3, 6–1"
],
[
"5",
"2009 Davis Cup Europe/Africa Group II",
"GII PO",
"10–12 July 2009",
"Algeria",
"Clay",
"Sid-Ali Akkal",
"Win",
"6–3, 6–0"
],
[
"6",
"2010 Davis Cup Europe/Africa Group II",
"QF",
"9–11 July 2010",
"Cyprus",
"Clay",
"Eleftherios Christou",
"Win",
"6–1, 6–0"
],
[
"7",
"2010 Davis Cup Europe/Africa Group II",
"SF",
"17–19 September 2010",
"Bosnia and Herzegovina",
"Clay",
"Damir Džumhur",
"Loss",
"6–4, 4–6, 1–6"
],
[
"8",
"2011 Davis Cup Europe/Africa Group I",
"1R",
"4–6 March 2011",
"Slovakia",
"Clay",
"Martin Kližan",
"Win",
"6–2, 4–1, ret"
],
[
"9",
"2011 Davis Cup Europe/Africa Group I",
"2R",
"8–10 July 2011",
"Switzerland",
"Hard",
"Marco Chiudinelli",
"Loss",
"3–6, 4–6"
],
[
"10",
"2012 Davis Cup Europe/Africa Group I",
"2R",
"6–8 April 2012",
"Israel",
"Hard",
"Andy Ram",
"Win",
"7–5, 6–0"
],
[
"11",
"2012 Davis Cup Europe/Africa Group I",
"GI PO",
"14–16 September 2012",
"Slovakia",
"Hard",
"Lukas Lacko",
"Win",
"6–4, 6–4, 6–3"
],
[
"12",
"2012 Davis Cup Europe/Africa Group I",
"GI PO",
"14–16 September 2012",
"Slovakia",
"Hard",
"Martin Kližan",
"Loss",
"2–6, 5–7, 7–6 (11–9) , 1–6"
],
[
"13",
"2013 Davis Cup Europe/Africa Group II",
"1R",
"1–3 February 2013",
"Benin",
"Clay",
"Loic Didavi",
"Win",
"6–1, 6–3, 6–0"
],
[
"14",
"2013 Davis Cup Europe/Africa Group II",
"3R",
"13–15 September 2013",
"Moldova",
"Hard",
"Maxim Dubarenco",
"Win",
"6–7 (4–7) , 7–6 (7–4) , 6–1, 6–4"
]
] |
[
{
"Formula": "MAX(FILTER(C1, (E1>0)*(F1=11)))",
"Formula2": "MAX(FILTER(C2:C8, (E2:E8>0)*(F2:F8=11)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the highest number of games with more than 0 draws and 11 losses?",
"Tokens": [
"MAX(",
"FILTER(",
"C1",
"E1",
">",
"0",
"*",
"F1",
"=",
"11"
]
}
] | train_2-16643326-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Name",
"Period",
"Games",
"Wins",
"Draws",
"Lost",
"Win Ratio"
],
[
"2",
"Branko STIMAC",
"1968",
"3",
"0",
"0",
"3",
"0 %"
],
[
"3",
"Branimir ALAUPOVIC",
"1969–1974",
"15",
"3",
"1",
"11",
"19,8 %"
],
[
"4",
"Mihovil RADJA",
"1975–1979",
"14",
"5",
"0",
"9",
"35,5 %"
],
[
"5",
"Dusan NOVAKOV",
"1980–1981",
"7",
"2",
"1",
"4",
"28,6 %"
],
[
"6",
"Suad KAPETANOVIC",
"1982",
"2",
"1",
"0",
"1",
"50,0 %"
],
[
"7",
"Branimir ALAUPOVIC",
"1982–1987",
"12",
"5",
"0",
"7",
"42,5 %"
],
[
"8",
"Marko PROTEGA",
"1987–1991",
"13",
"3",
"0",
"10",
"23,1 %"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,E1=\"scg\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>24824))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G7,E2:E7=\"scg\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>24824))",
"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 day was played in SCG with the attendance more than 24,824?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"scg\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"7",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"24824"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"st kilda\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"st kilda\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was St Kilda's away team score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"st kilda\"",
"4"
]
}
] | train_2-10823719-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Essendon",
"16.19 (115)",
"South Melbourne",
"14.15 (99)",
"Windy Hill",
"18,916",
"9 June 1979"
],
[
"3",
"Carlton",
"18.15 (123)",
"Collingwood",
"16.11 (107)",
"Princes Park",
"46,106",
"9 June 1979"
],
[
"4",
"St Kilda",
"9.11 (65)",
"Melbourne",
"12.13 (85)",
"Moorabbin Oval",
"17,390",
"9 June 1979"
],
[
"5",
"Richmond",
"14.17 (101)",
"Geelong",
"18.19 (127)",
"MCG",
"24,824",
"9 June 1979"
],
[
"6",
"Fitzroy",
"17.17 (119)",
"Footscray",
"11.8 (74)",
"VFL Park",
"14,357",
"9 June 1979"
],
[
"7",
"Hawthorn",
"23.18 (156)",
"North Melbourne",
"16.9 (105)",
"SCG",
"31,391",
"10 June 1979"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"1r\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"1r\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which tournament has a 2011 of 1r?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"1r\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"french open\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"french open\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which 2009 tournament was french open?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"french open\"",
"2"
]
}
] | train_2-11739415-11 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Tournament",
"2009",
"2010",
"2011",
"2012",
"2013"
],
[
"2",
"Grand Slam tournaments",
"Grand Slam tournaments",
"Grand Slam tournaments",
"Grand Slam tournaments",
"Grand Slam tournaments",
"Grand Slam tournaments"
],
[
"3",
"Australian Open",
"A",
"A",
"A",
"3R",
"1R"
],
[
"4",
"French Open",
"2R",
"A",
"A",
"1R",
"A"
],
[
"5",
"Wimbledon",
"Q1",
"A",
"1R",
"2R",
"A"
],
[
"6",
"US Open",
"A",
"A",
"3R",
"1R",
"2R"
]
] |
[
{
"Formula": "ROWS(FILTER(C1,(D1<4)*(F1>2.47)))",
"Formula2": "ROWS(FILTER(C2:C17,(D2:D17<4)*(F2:F17>2.47)))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "WHAT IS THE RATING THAT HAD A SHARE SMALLER THAN 4, AND 2.47 MILLION VIEWERS?",
"Tokens": [
"ROWS(",
"FILTER(",
"C1",
"D1",
"<",
"4",
"*",
"F1",
">",
"2.47"
]
},
{
"Formula": "MAX(FILTER(F1,(A1>10)*(C1<2)))",
"Formula2": "MAX(FILTER(F2:F17,(A2:A17>10)*(C2:C17<2)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "WHAT IS THE NUMBER OF VIEWERS WITH EPISODE LARGER THAN 10, RATING SMALLER THAN 2?",
"Tokens": [
"MAX(",
"FILTER(",
"F1",
"A1",
">",
"10",
"*",
"C1",
"<",
"2"
]
},
{
"Formula": "MAX(FILTER(F1,(A1<15)*(D1>7)))",
"Formula2": "MAX(FILTER(F2:F17,(A2:A17<15)*(D2:D17>7)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "WHAT IS THE HIGHEST VIEWERS WITH AN EPISODE LESS THAN 15 AND SHARE LAGER THAN 7?",
"Tokens": [
"MAX(",
"FILTER(",
"F1",
"A1",
"<",
"15",
"*",
"D1",
">",
"7"
]
}
] | dev_2-16993379-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Episode number",
"Episode",
"Rating",
"Share",
"Rating/Share (18-49)",
"Viewers (millions)",
"Rank (Overall)"
],
[
"2",
"1",
"\"Pilot/102\"",
"4.7",
"7",
"2.1/7",
"7.68",
"66"
],
[
"3",
"2",
"\"103/104\"",
"3.5",
"6",
"1.8/6",
"6.06",
"115"
],
[
"4",
"3",
"\"105/106\"",
"3.4",
"6",
"1.6/6",
"5.54",
"132"
],
[
"5",
"4",
"\"107/108\"",
"3.3",
"5",
"1.5/5",
"5.24",
"141"
],
[
"6",
"5",
"\"109\"",
"3.0",
"4",
"1.3/4",
"4.69",
"190"
],
[
"7",
"6",
"\"110\"",
"2.5",
"4",
"1.2/4",
"4.08",
"267"
],
[
"8",
"7",
"\"111\"",
"2.6",
"5",
"1.1/4",
"3.97",
"289"
],
[
"9",
"8",
"\"112\"",
"2.7",
"5",
"1.3/5",
"4.56",
"199"
],
[
"10",
"9",
"\"113\"",
"2.4",
"5",
"TBA",
"4.03",
"277"
],
[
"11",
"10",
"\"114\"",
"2.5",
"5",
"1.3/5",
"3.89",
"318"
],
[
"12",
"11",
"\"115\"",
"2.5",
"4",
"1.0/4",
"3.20",
"408"
],
[
"13",
"12",
"\"116\"",
"2.1",
"4",
"1.0/4",
"3.11",
"700"
],
[
"14",
"13",
"\"117\"",
"2.1",
"4",
"1.1/4",
"3.06",
"509"
],
[
"15",
"14",
"\"118\"",
"1.9",
"3",
"1.0/3",
"2.47",
"831"
],
[
"16",
"15",
"\"119\"",
"2.0",
"4",
"0.9/3",
"3.34",
"TBA"
],
[
"17",
"16",
"\"Finale\"",
"2.2",
"4",
"1.7/4",
"3.29",
"832"
]
] |
[
{
"Formula": "SUMIFS(F1,C1,\"footscray\")",
"Formula2": "SUMIFS(F2:F7,C2:C7,\"footscray\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the crowd size for the away team footscray?",
"Tokens": [
"SUMIFS(",
"F1",
"C1",
"\"footscray\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"10.12 (72)\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"10.12 (72)\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On what date did the away team score 10.12 (72)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"10.12 (72)\"",
"7"
]
}
] | train_2-10826072-21 | [
[
"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",
"18.14 (122)",
"South Melbourne",
"6.14 (50)",
"Moorabbin Oval",
"16,205",
"21 August 1971"
],
[
"3",
"Melbourne",
"15.12 (102)",
"Richmond",
"19.9 (123)",
"MCG",
"37,732",
"21 August 1971"
],
[
"4",
"Collingwood",
"15.15 (105)",
"Hawthorn",
"20.20 (140)",
"Victoria Park",
"41,312",
"21 August 1971"
],
[
"5",
"Geelong",
"18.18 (126)",
"Footscray",
"15.5 (95)",
"Kardinia Park",
"17,864",
"21 August 1971"
],
[
"6",
"North Melbourne",
"15.13 (103)",
"Essendon",
"10.12 (72)",
"Arden Street Oval",
"8,733",
"21 August 1971"
],
[
"7",
"Fitzroy",
"15.15 (105)",
"Carlton",
"11.16 (82)",
"Junction Oval",
"22,413",
"21 August 1971"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"zimbabwe\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<71))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E12,C2:C12=\"zimbabwe\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<71))",
"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 Place when the score is less than 71, and Country is zimbabwe?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"zimbabwe\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"71"
]
},
{
"Formula": "MINIFS(D1,C1,\"canada\")",
"Formula2": "MINIFS(D2:D12,C2:C12,\"canada\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the lowest Score when the Country is canada?",
"Tokens": [
"MINIFS(",
"D1",
"C1",
"\"canada\""
]
},
{
"Formula": "SUMIFS(D1,B1,\"toru taniguchi\")",
"Formula2": "SUMIFS(D2:D12,B2:B12,\"toru taniguchi\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the Score when the Player is toru taniguchi?",
"Tokens": [
"SUMIFS(",
"D1",
"B1",
"\"toru taniguchi\""
]
}
] | train_2-16458279-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"1",
"Darren Clarke",
"Northern Ireland",
"66",
"–6"
],
[
"3",
"T2",
"Ricky Barnes (a)",
"United States",
"69",
"–3"
],
[
"4",
"T2",
"Sergio García",
"Spain",
"69",
"–3"
],
[
"5",
"T4",
"Nick Price",
"Zimbabwe",
"70",
"–2"
],
[
"6",
"T4",
"Mike Weir",
"Canada",
"70",
"–2"
],
[
"7",
"T6",
"Toru Taniguchi",
"Japan",
"71",
"–1"
],
[
"8",
"T6",
"David Toms",
"United States",
"71",
"–1"
],
[
"9",
"T8",
"Tim Clark",
"South Africa",
"72",
"E"
],
[
"10",
"T8",
"Jerry Kelly",
"United States",
"72",
"E"
],
[
"11",
"T8",
"Paul Lawrie",
"Scotland",
"72",
"E"
],
[
"12",
"T8",
"Jeff Maggert",
"United States",
"72",
"E"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Detroit\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,C2:C15=\"Detroit\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "in the detroit team who made the high points",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"Detroit\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Philadelphia\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,C2:C15=\"Philadelphia\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the score in the philadelphia team ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"Philadelphia\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"December 7\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,B2:B15=\"December 7\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "in december 7 who made the high points",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"December 7\"",
"5"
]
}
] | train_1-30049462-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
[
"2",
"24",
"December 2",
"Chicago",
"W 121–110",
"Dick Van Arsdale (38)",
"Paul Silas (16)",
"Gail Goodrich (9)",
"Salt Palace 3,220",
"9–15"
],
[
"3",
"25",
"December 4",
"Los Angeles",
"W 119–109",
"Connie Hawkins (28)",
"Paul Silas (10)",
"Gail Goodrich (9)",
"Arizona Veterans Memorial Coliseum 5,165",
"10–15"
],
[
"4",
"26",
"December 5",
"Chicago",
"W 114–113",
"Gail Goodrich (28)",
"Neal Walk (16)",
"Gail Goodrich (10)",
"Arizona Veterans Memorial Coliseum 6,021",
"11–15"
],
[
"5",
"27",
"December 7",
"Detroit",
"L 113–118",
"Gail Goodrich (29)",
"Paul Silas (14)",
"Gail Goodrich (9)",
"Arizona Veterans Memorial Coliseum 4,335",
"11–16"
],
[
"6",
"28",
"December 9",
"@ Chicago",
"L 102–109",
"Dick Van Arsdale (25)",
"Paul Silas (14)",
"Gail Goodrich (8)",
"Chicago Stadium 10,833",
"11–17"
],
[
"7",
"29",
"December 10",
"@ Baltimore",
"W 137–107",
"Jim Fox (24)",
"Paul Silas (16)",
"Gail Goodrich (7)",
"Baltimore Civic Center 2,842",
"12–17"
],
[
"8",
"30",
"December 12",
"@ Seattle",
"W 130–116",
"Connie Hawkins (37)",
"Lamar Green (7)",
"Gail Goodrich (11)",
"Seattle Center Coliseum 6,146",
"13–17"
],
[
"9",
"31",
"December 13",
"Cincinnati",
"W 126–110",
"Dick Van Arsdale (31)",
"Jim Fox (12)",
"Gail Goodrich (12)",
"Arizona Veterans Memorial Coliseum 5,786",
"14–17"
],
[
"10",
"32",
"December 14",
"Cincinnati",
"L 130–137 (2OT)",
"Connie Hawkins (37)",
"Paul Silas (13)",
"Gail Goodrich (18)",
"Arizona Veterans Memorial Coliseum 7,075",
"14–18"
],
[
"11",
"33",
"December 16",
"Philadelphia",
"L 119–141",
"Jerry Chambers (23)",
"Jim Fox , Paul Silas (10)",
"Gail Goodrich , Art Harris (8)",
"Arizona Veterans Memorial Coliseum 5,268",
"14–19"
],
[
"12",
"34",
"December 20",
"@ Detroit",
"L 113–114",
"Dick Van Arsdale (30)",
"Paul Silas (12)",
"Paul Silas (6)",
"Cobo Arena 5,021",
"14–20"
],
[
"13",
"35",
"December 21",
"@ Milwaukee",
"L 111–118",
"Connie Hawkins (28)",
"Paul Silas (16)",
"Gail Goodrich (12)",
"Milwaukee Arena 10,201",
"14–21"
],
[
"14",
"36",
"December 25",
"Boston",
"W 127–116",
"Jim Fox (31)",
"Paul Silas (18)",
"Gail Goodrich (14)",
"Arizona Veterans Memorial Coliseum 10,137",
"15–21"
],
[
"15",
"37",
"December 28",
"New York",
"L 116–135",
"Connie Hawkins (31)",
"Paul Silas (12)",
"Gail Goodrich (11)",
"Arizona Veterans Memorial Coliseum 11,286",
"15–22"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Washington\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,C2:C15=\"Washington\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the date for washington",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"Washington\"",
"2"
]
},
{
"Formula": "LET(query1,SUMMARIZE(I1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=23))",
"Formula2": "LET(query1,SUMMARIZE(I2:I15,SUMX(A2:A15)),FILTER(query1,CHOOSECOLS(query1,2)=23))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Name the record for 23 game",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"I1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"23"
]
},
{
"Formula": "MAXIFS(A1,B1,\"December 1\")",
"Formula2": "MAXIFS(A2:A15,B2:B15,\"December 1\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the most game for december 1",
"Tokens": [
"MAXIFS(",
"A1",
"B1",
"\"December 1\""
]
}
] | test_1-27722734-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",
"19",
"December 1",
"@ Houston",
"L 99–109 (OT)",
"Kobe Bryant (27)",
"Lamar Odom (11)",
"Steve Blake (5)",
"Toyota Center 18,116",
"13–6"
],
[
"3",
"20",
"December 3",
"Sacramento",
"W 113–80 (OT)",
"Kobe Bryant (22)",
"Lamar Odom (7)",
"Pau Gasol (5)",
"Staples Center 18,997",
"14–6"
],
[
"4",
"21",
"December 7",
"Washington",
"W 115–108 (OT)",
"Kobe Bryant (32)",
"Pau Gasol (14)",
"Pau Gasol (8)",
"Staples Center 18,997",
"15–6"
],
[
"5",
"22",
"December 8",
"@ L.A. Clippers",
"W 87–86 (OT)",
"Kobe Bryant (24)",
"Pau Gasol (10)",
"Pau Gasol (5)",
"Staples Center 19,614",
"16–6"
],
[
"6",
"23",
"December 10",
"@ Chicago",
"L 84–88 (OT)",
"Kobe Bryant (23)",
"Pau Gasol (8)",
"Kobe Bryant (7)",
"United Center 22,760",
"16–7"
],
[
"7",
"24",
"December 12",
"@ New Jersey",
"W 99–92 (OT)",
"Kobe Bryant (32)",
"Pau Gasol (11)",
"Kobe Bryant (6)",
"Prudential Center 16,561",
"17–7"
],
[
"8",
"25",
"December 14",
"@ Washington",
"W 103–89 (OT)",
"Kobe Bryant (24)",
"Lamar Odom (10)",
"Pau Gasol (7)",
"Verizon Center 16,513",
"18–7"
],
[
"9",
"26",
"December 15",
"@ Indiana",
"W 109–94 (OT)",
"Kobe Bryant (31)",
"Lamar Odom (17)",
"Kobe Bryant (6)",
"Conseco Fieldhouse 18,165",
"19–7"
],
[
"10",
"27",
"December 17",
"@ Philadelphia",
"W 93–81 (OT)",
"Lamar Odom (28)",
"Pau Gasol (13)",
"Steve Blake (5)",
"Wells Fargo Center 20,366",
"20–7"
],
[
"11",
"28",
"December 19",
"@ Toronto",
"W 120–110 (OT)",
"Kobe Bryant (20)",
"Matt Barnes (9)",
"Kobe Bryant , Pau Gasol (4)",
"Air Canada Centre 19,935",
"21–7"
],
[
"12",
"29",
"December 21",
"Milwaukee",
"L 79–98 (OT)",
"Kobe Bryant (21)",
"Pau Gasol (11)",
"Lamar Odom (6)",
"Staples Center 18,997",
"21–8"
],
[
"13",
"30",
"December 25",
"Miami",
"L 80–96 (OT)",
"Kobe Bryant , Pau Gasol (17)",
"Lamar Odom (9)",
"Kobe Bryant (7)",
"Staples Center 18,997",
"21–9"
],
[
"14",
"31",
"December 28",
"@ San Antonio",
"L 82–97 (OT)",
"Kobe Bryant (21)",
"Shannon Brown (11)",
"Pau Gasol (5)",
"AT&T Center 18,581",
"21–10"
],
[
"15",
"32",
"December 29",
"@ New Orleans",
"W 103–88 (OT)",
"Lamar Odom (24)",
"Pau Gasol (12)",
"Derek Fisher (8)",
"New Orleans Arena 18,018",
"22–10"
]
] |
[
{
"Formula": "SUMIFS(E1,D1,\"8.9%\")",
"Formula2": "SUMIFS(E2:E6,D2:D6,\"8.9%\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "When 8.9% is the electricity reduction percentage how many sets of tonnes of co2 saved is there?",
"Tokens": [
"SUMIFS(",
"E1",
"D1",
"\"8.9%\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=1522))",
"Formula2": "LET(query1,SUMMARIZE(A2:A6,SUMX(E2:E6)),FILTER(query1,CHOOSECOLS(query1,2)=1522))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "When 1522 is the tonnes of co2 saved what is the year?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"1522"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"£337,000\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,F2:F6=\"£337,000\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When £337,000 is £ saved what is the percentage of electricity reduction?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"£337,000\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"8.9%\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"8.9%\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When 8.9% is the electricity reduction percentage what is the £ saved?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"8.9%\"",
"6"
]
},
{
"Formula": "SUMIFS(B1,D1,\"10%\")",
"Formula2": "SUMIFS(B2:B6,D2:D6,\"10%\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "When 10% is the percentage of electricity reduction how many sets of universities are there?",
"Tokens": [
"SUMIFS(",
"B1",
"D1",
"\"10%\""
]
}
] | train_1-29538735-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Universities",
"No. of Students Signed up",
"% electricity reduction",
"Tonnes of CO2 Saved",
"£ Saved"
],
[
"2",
"2006-07",
"1",
"130",
"10%",
"90",
"£19,000"
],
[
"3",
"2007-08",
"7",
"2800",
"8.9%",
"550",
"£100,000+"
],
[
"4",
"2008-09",
"11",
"4980",
"9.3%",
"1295",
"£218,000"
],
[
"5",
"2009-10",
"33",
"12052",
"6.9%",
"2100",
"£337,000"
],
[
"6",
"2010-11",
"37",
"15351",
"6.9%",
"1522",
"£232,000*"
]
] |
[
{
"Formula": "SUMIFS(A1,E1,\"Kentucky\")",
"Formula2": "SUMIFS(A2:A8,E2:E8,\"Kentucky\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What draft pick number did Kentucky get?",
"Tokens": [
"SUMIFS(",
"A1",
"E1",
"\"Kentucky\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=6))",
"Formula2": "LET(query1,SUMMARIZE(D2:D8,SUMX(A2:A8)),FILTER(query1,CHOOSECOLS(query1,2)=6))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What position was the number 6 draft pick?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"OL\")*(E1=\"North Dakota\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(D2:D8=\"OL\")*(E2:E8=\"North Dakota\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What CFL team obtained a draft pick from North Dakota who plays OL position?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"OL\"",
"*",
"E1",
"=",
"\"North Dakota\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"Toronto Argonauts\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"Toronto Argonauts\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What college did the Toronto Argonauts draft pick come from?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"Toronto Argonauts\"",
"5"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=1))",
"Formula2": "LET(query1,SUMMARIZE(C2:C8,SUMX(A2:A8)),FILTER(query1,CHOOSECOLS(query1,2)=1))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What player was the number 1 draft pick?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"North Dakota\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"North Dakota\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What CFL team got their draft pick from North Dakota?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"North Dakota\"",
"2"
]
}
] | test_1-25085059-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pick #",
"CFL Team",
"Player",
"Position",
"College"
],
[
"2",
"1",
"BC Lions",
"Rob Meier",
"DE",
"Washington State"
],
[
"3",
"2",
"Toronto Argonauts",
"David De La Peralle",
"OL",
"Kentucky"
],
[
"4",
"3",
"BC Lions",
"Greg Lotysz",
"OL",
"North Dakota"
],
[
"5",
"4",
"Edmonton Eskimos",
"Trevor Bollers",
"FB",
"Iowa"
],
[
"6",
"5",
"Montreal Alouettes",
"Sylvain Girard",
"WR",
"Concordia"
],
[
"7",
"6",
"Montreal Alouettes",
"Davis Sanchez",
"CB",
"Oregon"
],
[
"8",
"7",
"Hamilton Tiger-Cats",
"Corey Grant",
"WR",
"Wilfrid Laurier"
]
] |
[
{
"Formula": "SUM(FILTER(G1, F1<0))",
"Formula2": "SUM(FILTER(G2:G11, F2:F11<0))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How much Scored has Losses smaller than 0?",
"Tokens": [
"SUM(",
"FILTER(",
"G1",
"F1",
"<",
"0"
]
},
{
"Formula": "SUM(FILTER(D1, (F1<6)*(A1=4)*(C1>9)))",
"Formula2": "SUM(FILTER(D2:D11, (F2:F11<6)*(A2:A11=4)*(C2:C11>9)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which Wins have Losses smaller than 6, and a Position of 4, and Played larger than 9?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"F1",
"<",
"6",
"*",
"A1",
"=",
"4",
"*",
"C1",
">",
"9"
]
},
{
"Formula": "SUM(FILTER(H1, (D1<3)*(I1>11)))",
"Formula2": "SUM(FILTER(H2:H11, (D2:D11<3)*(I2:I11>11)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How much Conceded has Wins smaller than 3, and Points larger than 11?",
"Tokens": [
"SUM(",
"FILTER(",
"H1",
"D1",
"<",
"3",
"*",
"I1",
">",
"11"
]
},
{
"Formula": "SUM(FILTER(E1, (I1<15)*(H1>10)*(A1>8)*(D1=1)))",
"Formula2": "SUM(FILTER(E2:E11, (I2:I11<15)*(H2:H11>10)*(A2:A11>8)*(D2:D11=1)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Which Draws has Points smaller than 15, and a Conceded larger than 10, and a Position larger than 8, and Wins of 1?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"I1",
"<",
"15",
"*",
"H1",
">",
"10",
"*",
"A1",
">",
"8",
"*",
"D1",
"=",
"1"
]
},
{
"Formula": "SUM(FILTER(F1, I1=11))",
"Formula2": "SUM(FILTER(F2:F11, I2:I11=11))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many losses have 11 points?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"I1",
"=",
"11"
]
}
] | train_2-18594107-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Position",
"Team",
"Played",
"Wins",
"Draws",
"Losses",
"Scored",
"Conceded",
"Points"
],
[
"2",
"1",
"Olimpia",
"9",
"4",
"4",
"1",
"14",
"6",
"16"
],
[
"3",
"2",
"12 de Octubre",
"9",
"3",
"6",
"0",
"14",
"8",
"15"
],
[
"4",
"3",
"Cerro Porteño",
"9",
"3",
"5",
"1",
"16",
"10",
"14"
],
[
"5",
"4",
"Guaraní",
"9",
"3",
"5",
"1",
"8",
"6",
"14"
],
[
"6",
"5",
"Cerro Corá",
"9",
"3",
"4",
"2",
"9",
"8",
"13"
],
[
"7",
"6",
"Atl. Colegiales",
"9",
"3",
"4",
"2",
"9",
"9",
"13"
],
[
"8",
"7",
"Sol de América",
"9",
"2",
"5",
"2",
"11",
"10",
"11"
],
[
"9",
"8",
"San Lorenzo",
"9",
"3",
"1",
"5",
"13",
"18",
"10"
],
[
"10",
"9",
"Universal",
"9",
"1",
"3",
"5",
"9",
"17",
"6"
],
[
"11",
"10",
"Sportivo Luqueño",
"9",
"0",
"3",
"6",
"8",
"19",
"3"
]
] |
[
{
"Formula": "FILTER(E1,(F1>\"16,000\")*(B1=\"7.7 (49)\"))",
"Formula2": "FILTER(E2:E7,(F2:F7>\"16,000\")*(B2:B7=\"7.7 (49)\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
">",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which venue has a crowd over 16,000 and a home team score of 7.7 (49)?",
"Tokens": [
"FILTER(",
"E1",
"F1",
">",
"\"16,000\"",
"*",
"B1",
"=",
"\"7.7 (49)\""
]
},
{
"Formula": "FILTER(B1,C1=\"richmond\")",
"Formula2": "FILTER(B2:B7,C2:C7=\"richmond\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the home team score for the Richmond away team?",
"Tokens": [
"FILTER(",
"B1",
"C1",
"=",
"\"richmond\""
]
}
] | dev_2-10776330-8 | [
[
"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",
"16.14 (110)",
"South Melbourne",
"5.16 (46)",
"Junction Oval",
"28,800",
"10 June 1961"
],
[
"3",
"North Melbourne",
"11.13 (79)",
"Geelong",
"11.13 (79)",
"Arden Street Oval",
"16,000",
"10 June 1961"
],
[
"4",
"Fitzroy",
"10.14 (74)",
"Essendon",
"6.18 (54)",
"Brunswick Street Oval",
"28,083",
"10 June 1961"
],
[
"5",
"Footscray",
"14.19 (103)",
"Hawthorn",
"13.13 (91)",
"Western Oval",
"24,132",
"12 June 1961"
],
[
"6",
"Carlton",
"7.7 (49)",
"Richmond",
"13.11 (89)",
"Princes Park",
"24,660",
"12 June 1961"
],
[
"7",
"Melbourne",
"17.19 (121)",
"Collingwood",
"7.10 (52)",
"MCG",
"78,465",
"12 June 1961"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"Dec. 19\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H9,B2:B9=\"Dec. 19\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "How many points did the opposing team score on Dec. 19, 1982?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"Dec. 19\"",
"6"
]
}
] | train_1-18847456-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Game",
"Date",
"Opponent",
"Result",
"Bills points",
"Opponents",
"Record",
"Attendance"
],
[
"2",
"1",
"Sept. 12",
"Kansas City Chiefs",
"Win",
"14",
"9",
"1–0",
"76383"
],
[
"3",
"2",
"Sept. 16",
"Minnesota Vikings",
"Win",
"23",
"22",
"2–0",
"77753"
],
[
"4",
"3",
"Nov. 21",
"Miami Dolphins",
"Loss",
"7",
"9",
"2–1",
"52945"
],
[
"5",
"4",
"Nov. 28",
"Baltimore Colts",
"Win",
"20",
"0",
"3–1",
"33985"
],
[
"6",
"5",
"Dec. 5",
"at Green Bay Packers (at Milwaukee )",
"Loss",
"21",
"33",
"3–2",
"46655"
],
[
"7",
"6",
"Dec. 12",
"Pittsburgh Steelers",
"Win",
"13",
"0",
"4–2",
"58391"
],
[
"8",
"7",
"Dec. 19",
"at Tampa Bay Buccaneers",
"Loss",
"23",
"24",
"4–3",
"42510"
],
[
"9",
"8",
"Dec. 27",
"at Miami Dolphins",
"Loss",
"10",
"27",
"4–4",
"73924"
]
] |
[
{
"Formula": "SUMIFS(A1,D1,\"17:30\")",
"Formula2": "SUMIFS(A2:A6,D2:D6,\"17:30\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many trains depart at 17:30?",
"Tokens": [
"SUMIFS(",
"A1",
"D1",
"\"17:30\""
]
},
{
"Formula": "SUMIFS(A1,C1,\"11:00\")",
"Formula2": "SUMIFS(A2:A6,C2:C6,\"11:00\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many trains arrive at 11:00?",
"Tokens": [
"SUMIFS(",
"A1",
"C1",
"\"11:00\""
]
}
] | train_1-27011761-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Train No.",
"Train Name",
"Arrival",
"Departure",
"Days",
"Platform No."
],
[
"2",
"5037",
"Kanpur - Farrukhabad Express",
"10:55",
"11:05",
"Daily",
"Platform No.2"
],
[
"3",
"5038",
"Farrukhabad - Kanpur Express",
"17:25",
"17:30",
"Daily",
"Platform No.2"
],
[
"4",
"4723",
"Kanpur - Bhiwani Kalindi Express",
"17:15",
"17:25",
"Daily",
"Platform No.2"
],
[
"5",
"4724",
"Bhiwani - Kanpur Kalindi Express",
"11:00",
"10:55",
"Daily",
"Platform No.1"
],
[
"6",
"15037",
"Kanpur - Kasganj Express",
"10:45",
"10:55",
"Daily",
"Platform No.3"
]
] |
[
{
"Formula": "SUM(FILTER(D1, (I1>51)*(H1>23)*(F1=5)))",
"Formula2": "SUM(FILTER(D2:D17, (I2:I17>51)*(H2:H17>23)*(F2:F17=5)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many wins when points are more than 51, goals against are more than 23 and losses are 5?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"I1",
">",
"51",
"*",
"H1",
">",
"23",
"*",
"F1",
"=",
"5"
]
},
{
"Formula": "SUM(FILTER(D1, (I1>19)*(A1<12)*(C1<30)))",
"Formula2": "SUM(FILTER(D2:D17, (I2:I17>19)*(A2:A17<12)*(C2:C17<30)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many wins when there are more than 19 points, place smaller than 12, and fewer than 30 played?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"I1",
">",
"19",
"*",
"A1",
"<",
"12",
"*",
"C1",
"<",
"30"
]
},
{
"Formula": "SUM(FILTER(C1, A1>16))",
"Formula2": "SUM(FILTER(C2:C17, A2:A17>16))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the number played by the team in place greater than 16?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"A1",
">",
"16"
]
}
] | train_2-18017970-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J"
],
[
"1",
"Position",
"Club",
"Played",
"Wins",
"Draws",
"Losses",
"Goals for",
"Goals against",
"Points",
"Goal Difference"
],
[
"2",
"1",
"FK Vindava Ventspils",
"30",
"26",
"2",
"2",
"116",
"11",
"80",
"+105"
],
[
"3",
"2",
"SK Blāzma Rēzekne",
"30",
"25",
"4",
"1",
"101",
"11",
"79",
"+90"
],
[
"4",
"3",
"FK Auda Rīga",
"30",
"20",
"5",
"5",
"104",
"31",
"65",
"+73"
],
[
"5",
"4",
"FK Metta/LU Rīga",
"30",
"18",
"7",
"5",
"67",
"23",
"61",
"+44"
],
[
"6",
"5",
"FK Jelgava",
"30",
"16",
"6",
"8",
"70",
"43",
"54",
"+27"
],
[
"7",
"6",
"FK Jaunība-Parex Rīga",
"30",
"16",
"3",
"11",
"71",
"51",
"51",
"+20"
],
[
"8",
"7",
"FK Kauguri-PBLC Jūrmala",
"30",
"14",
"4",
"12",
"67",
"55",
"46",
"+12"
],
[
"9",
"8",
"RFS/Flaminko Rīga",
"30",
"14",
"2",
"14",
"60",
"62",
"44",
"-2"
],
[
"10",
"9",
"FK Zibens/Zemessardze Ilūkste",
"30",
"13",
"3",
"14",
"79",
"68",
"42",
"+11"
],
[
"11",
"10",
"Valmieras FK",
"30",
"12",
"4",
"14",
"63",
"59",
"40",
"+4"
],
[
"12",
"11",
"FSK Daugava-90 Rīga",
"30",
"11",
"6",
"13",
"51",
"63",
"39",
"-12"
],
[
"13",
"12",
"FK Tukums-2000/TSS",
"30",
"11",
"3",
"16",
"61",
"75",
"36",
"-14"
],
[
"14",
"13",
"FK Multibanka Rīga",
"30",
"6",
"1",
"23",
"45",
"96",
"19",
"-51"
],
[
"15",
"14",
"FK Tranzīts Ventspils",
"30",
"4",
"4",
"22",
"29",
"103",
"17",
"-74"
],
[
"16",
"15",
"FK Abuls Smiltene",
"30",
"3",
"2",
"25",
"22",
"163",
"11",
"-141"
],
[
"17",
"16",
"FK Ilūkste/BJSS",
"30",
"2",
"2",
"26",
"8",
"93",
"8",
"-85"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"rich stadium\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,F2:F17=\"rich stadium\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the record after the game at Rich Stadium?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"rich stadium\"",
"5"
]
}
] | train_2-14945112-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Record",
"Game Site",
"Attendance"
],
[
"2",
"1",
"September 4, 1978",
"at Dallas Cowboys",
"L 0–38",
"0–1",
"Texas Stadium",
"64,224"
],
[
"3",
"2",
"September 10, 1978",
"Miami Dolphins",
"L 0–42",
"0–2",
"Memorial Stadium",
"47,730"
],
[
"4",
"3",
"September 18, 1978",
"at New England Patriots",
"W 34–27",
"1–2",
"Schaeffer Stadium",
"57,284"
],
[
"5",
"4",
"September 24, 1978",
"at Buffalo Bills",
"L 17–24",
"1–3",
"Rich Stadium",
"55,270"
],
[
"6",
"5",
"October 1, 1978",
"Philadelphia Eagles",
"L 14–17",
"1–4",
"Memorial Stadium",
"50,314"
],
[
"7",
"6",
"October 8, 1978",
"at St. Louis Cardinals",
"W 30–17",
"2–4",
"Busch Memorial Stadium",
"47,479"
],
[
"8",
"7",
"October 15, 1978",
"New York Jets",
"L 10–33",
"2–5",
"Memorial Stadium",
"45,563"
],
[
"9",
"8",
"October 22, 1978",
"Denver Broncos",
"W 7–6",
"3–5",
"Memorial Stadium",
"54,057"
],
[
"10",
"9",
"October 29, 1978",
"at Miami Dolphins",
"L 8–26",
"3–6",
"Miami Orange Bowl",
"53,524"
],
[
"11",
"10",
"November 6, 1978",
"Washington Redskins",
"W 21–17",
"4–6",
"Memorial Stadium",
"57,631"
],
[
"12",
"11",
"November 12, 1978",
"at Seattle Seahawks",
"W 17–14",
"5–6",
"Kingdome",
"61,905"
],
[
"13",
"12",
"November 19, 1978",
"Cleveland Browns",
"L 24–25",
"5–7",
"Cleveland Stadium",
"45,341"
],
[
"14",
"13",
"November 26, 1978",
"New England Patriots",
"L 14–35",
"5–8",
"Memorial Stadium",
"42,828"
],
[
"15",
"14",
"December 3, 1978",
"at New York Jets",
"L 17–30",
"5–9",
"Shea Stadium",
"50,248"
],
[
"16",
"15",
"December 9, 1978",
"at Pittsburgh Steelers",
"L 13–35",
"5–10",
"Three Rivers Stadium",
"41,957"
],
[
"17",
"16",
"December 17, 1978",
"Buffalo Bills",
"L 14–21",
"5–11",
"Memorial Stadium",
"25,415"
]
] |
[
{
"Formula": "SUMIFS(D1,B1,\"Fullback\")",
"Formula2": "SUMIFS(D2:D8,B2:B8,\"Fullback\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many touchdowns did the fullback score?",
"Tokens": [
"SUMIFS(",
"D1",
"B1",
"\"Fullback\""
]
},
{
"Formula": "SUMIFS(F1,A1,\"Weeks\")",
"Formula2": "SUMIFS(F2:F8,A2:A8,\"Weeks\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many figures are provided for Weeks' field goals?",
"Tokens": [
"SUMIFS(",
"F1",
"A1",
"\"Weeks\""
]
},
{
"Formula": "MAXIFS(G1,B1,\"Right halfback\")",
"Formula2": "MAXIFS(G2:G8,B2:B8,\"Right halfback\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the most points recorded for a right halfback?",
"Tokens": [
"MAXIFS(",
"G1",
"B1",
"\"Right halfback\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Magoffin\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,A2:A8=\"Magoffin\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Was Magoffin a starting player?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"Magoffin\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"Left tackle\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,B2:B8=\"Left tackle\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which player was at position left tackle?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"Left tackle\"",
"1"
]
}
] | train_1-25711913-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Player",
"Position",
"Starter",
"Touchdowns",
"Extra points",
"Field goals",
"Points"
],
[
"2",
"Curtis",
"Left tackle",
"Yes",
"1",
"10",
"0",
"15"
],
[
"3",
"Embs",
"Fullback",
"Yes",
"3",
"0",
"0",
"15"
],
[
"4",
"Graham",
"Right guard",
"Yes",
"3",
"0",
"0",
"15"
],
[
"5",
"Hammond",
"Right halfback",
"Yes",
"2",
"0",
"0",
"10"
],
[
"6",
"Weeks",
"Left halfback",
"Yes",
"1",
"0",
"0",
"5"
],
[
"7",
"Magoffin",
"Left halfback",
"No",
"1",
"0",
"0",
"5"
],
[
"8",
"Love",
"Left halfback",
"Yes",
"1",
"0",
"0",
"5"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"71-69-70-69=279\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,D2:D12=\"71-69-70-69=279\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the country of the player whose score is 71-69-70-69=279?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"71-69-70-69=279\"",
"3"
]
}
] | test_2-18164650-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par",
"Money ( £ )"
],
[
"2",
"1",
"Tom Watson",
"United States",
"67-68-70-70=275",
"–9",
"40,000"
],
[
"3",
"T2",
"Andy Bean",
"United States",
"70-69-70-67=276",
"–8",
"23,000"
],
[
"4",
"T2",
"Hale Irwin",
"United States",
"69-68-72-67=276",
"–8",
"23,000"
],
[
"5",
"4",
"Graham Marsh",
"Australia",
"69-70-74-64=277",
"–7",
"15,000"
],
[
"6",
"5",
"Lee Trevino",
"United States",
"69-66-73-70=278",
"–6",
"13,600"
],
[
"7",
"T6",
"Seve Ballesteros",
"Spain",
"71-71-69-68=279",
"–5",
"12,250"
],
[
"8",
"T6",
"Harold Henning",
"South Africa",
"71-69-70-69=279",
"–5",
"12,250"
],
[
"9",
"T8",
"Denis Durnian",
"England",
"73-66-74-67=280",
"–4",
"9,625"
],
[
"10",
"T8",
"Nick Faldo",
"England",
"68-68-71-73=280",
"–4",
"9,625"
],
[
"11",
"T8",
"Christy O'Connor Jnr",
"Ireland",
"72-69-71-68=280",
"–4",
"9,625"
],
[
"12",
"T8",
"Bill Rogers",
"United States",
"67-71-73-69=280",
"–4",
"9,625"
]
] |
[
{
"Formula": "FILTER(E1,(F1>\"31,185\")*(B1=\"12.11 (83)\"))",
"Formula2": "FILTER(E2:E7,(F2:F7>\"31,185\")*(B2:B7=\"12.11 (83)\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
">",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "At what venue where the home team scored 12.11 (83) was the crowd larger than 31,185?",
"Tokens": [
"FILTER(",
"E1",
"F1",
">",
"\"31,185\"",
"*",
"B1",
"=",
"\"12.11 (83)\""
]
},
{
"Formula": "FILTER(C1,B1=\"10.8 (68)\")",
"Formula2": "FILTER(C2:C7,B2:B7=\"10.8 (68)\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the away team when the home team scored 10.8 (68)?",
"Tokens": [
"FILTER(",
"C1",
"B1",
"=",
"\"10.8 (68)\""
]
},
{
"Formula": "FILTER(A1,D1=\"9.10 (64)\")",
"Formula2": "FILTER(A2:A7,D2:D7=\"9.10 (64)\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the home team when the away team scored 9.10 (64)?",
"Tokens": [
"FILTER(",
"A1",
"D1",
"=",
"\"9.10 (64)\""
]
},
{
"Formula": "FILTER(A1,B1=\"10.8 (68)\")",
"Formula2": "FILTER(A2:A7,B2:B7=\"10.8 (68)\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the home team that scored 10.8 (68)?",
"Tokens": [
"FILTER(",
"A1",
"B1",
"=",
"\"10.8 (68)\""
]
}
] | dev_2-10776868-17 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Richmond",
"10.8 (68)",
"St Kilda",
"8.16 (64)",
"Punt Road Oval",
"20,752",
"18 August 1962"
],
[
"3",
"Geelong",
"14.18 (102)",
"North Melbourne",
"10.11 (71)",
"Kardinia Park",
"26,707",
"18 August 1962"
],
[
"4",
"Carlton",
"17.14 (116)",
"Collingwood",
"11.8 (74)",
"Princes Park",
"32,550",
"18 August 1962"
],
[
"5",
"South Melbourne",
"7.10 (52)",
"Melbourne",
"9.13 (67)",
"Lake Oval",
"18,300",
"18 August 1962"
],
[
"6",
"Hawthorn",
"12.11 (83)",
"Fitzroy",
"13.13 (91)",
"Glenferrie Oval",
"9,600",
"18 August 1962"
],
[
"7",
"Footscray",
"15.11 (101)",
"Essendon",
"9.10 (64)",
"Western Oval",
"31,185",
"18 August 1962"
]
] |
[
{
"Formula": "MAXIFS(A1,B1,\"november 5, 1978\")",
"Formula2": "MAXIFS(A2:A17,B2:B17,\"november 5, 1978\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What's the most recent week for the day of November 5, 1978?",
"Tokens": [
"MAXIFS(",
"A1",
"B1",
"\"november 5, 1978\""
]
},
{
"Formula": "AVERAGEIFS(A1,B1,\"november 12, 1978\")",
"Formula2": "AVERAGEIFS(A2:A17,B2:B17,\"november 12, 1978\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What's the mean week number for November 12, 1978?",
"Tokens": [
"AVERAGEIFS(",
"A1",
"B1",
"\"november 12, 1978\""
]
},
{
"Formula": "AVERAGE(FILTER(A1, E1=63263))",
"Formula2": "AVERAGE(FILTER(A2:A17, E2:E17=63263))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What's the mean week number when attendance was 63,263?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"A1",
"E1",
"=",
"63263"
]
}
] | test_2-15972933-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Attendance"
],
[
"2",
"1",
"September 4, 1978",
"Baltimore Colts",
"W 38–0",
"64,224"
],
[
"3",
"2",
"September 10, 1978",
"at New York Giants",
"W 34–24",
"73,265"
],
[
"4",
"3",
"September 17, 1978",
"at Los Angeles Rams",
"L 27–14",
"65,749"
],
[
"5",
"4",
"September 24, 1978",
"St. Louis Cardinals",
"W 21–12",
"62,760"
],
[
"6",
"5",
"October 2, 1978",
"at Washington Redskins",
"L 9–5",
"55,031"
],
[
"7",
"6",
"October 8, 1978",
"New York Giants",
"W 24–3",
"63,420"
],
[
"8",
"7",
"October 15, 1978",
"at St. Louis Cardinals",
"W 24–21",
"48,991"
],
[
"9",
"8",
"October 22, 1978",
"Philadelphia Eagles",
"W 14–7",
"60,525"
],
[
"10",
"9",
"October 26, 1978",
"Minnesota Vikings",
"L 21–10",
"61,848"
],
[
"11",
"10",
"November 5, 1978",
"at Miami Dolphins",
"L 23–16",
"69,414"
],
[
"12",
"11",
"November 12, 1978",
"at Green Bay Packers",
"W 42–14",
"55,256"
],
[
"13",
"12",
"November 19, 1978",
"New Orleans Saints",
"W 27–7",
"57,920"
],
[
"14",
"13",
"November 23, 1978",
"Washington Redskins",
"W 37–10",
"64,905"
],
[
"15",
"14",
"December 3, 1978",
"New England Patriots",
"W 17–10",
"63,263"
],
[
"16",
"15",
"December 10, 1978",
"at Philadelphia Eagles",
"W 31–13",
"64,667"
],
[
"17",
"16",
"December 17, 1978",
"at New York Jets",
"W 30–7",
"52,532"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"detroit\")*(E1=\"denis\")),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,(D2:D15=\"detroit\")*(E2:E15=\"denis\")),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the record for detroit and decision of denis",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"detroit\"",
"*",
"E1",
"=",
"\"denis\"",
"7"
]
},
{
"Formula": "AVERAGEIFS(F1,B1,\"dallas\")",
"Formula2": "AVERAGEIFS(F2:F15,B2:B15,\"dallas\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the average attendance with dallas visitor",
"Tokens": [
"AVERAGEIFS(",
"F1",
"B1",
"\"dallas\""
]
}
] | train_2-13242342-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Visitor",
"Score",
"Home",
"Decision",
"Attendance",
"Record"
],
[
"2",
"December 1",
"Columbus",
"1 – 4",
"St. Louis",
"Leclaire",
"12,307",
"7–19–0"
],
[
"3",
"December 8",
"NY Islanders",
"3 – 4",
"Columbus",
"Leclaire",
"15,728",
"8–19–0"
],
[
"4",
"December 9",
"Columbus",
"2 – 5",
"Atlanta",
"Leclaire",
"14,260",
"8–20–0"
],
[
"5",
"December 11",
"New Jersey",
"2 – 3",
"Columbus",
"Denis",
"17,157",
"9–20–0"
],
[
"6",
"December 13",
"Philadelphia",
"3 – 1",
"Columbus",
"Denis",
"16,263",
"9–21–0"
],
[
"7",
"December 15",
"Columbus",
"1 – 2",
"Carolina",
"Leclaire",
"11,069",
"9–22–0"
],
[
"8",
"December 17",
"Columbus",
"3 – 7",
"Nashville",
"Denis",
"16,020",
"9–23–0"
],
[
"9",
"December 20",
"Columbus",
"3 – 4",
"Detroit",
"Leclaire",
"20,066",
"9–23–1"
],
[
"10",
"December 21",
"Dallas",
"5 – 3",
"Columbus",
"Leclaire",
"16,859",
"9–24–1"
],
[
"11",
"December 23",
"Nashville",
"5 – 4",
"Columbus",
"Denis",
"16,330",
"9–25–1"
],
[
"12",
"December 26",
"Chicago",
"3 – 4",
"Columbus",
"Denis",
"17,441",
"10–25–1"
],
[
"13",
"December 28",
"Anaheim",
"0 – 1",
"Columbus",
"Denis",
"17,387",
"11–25–1"
],
[
"14",
"December 30",
"Columbus",
"3 – 2",
"Chicago",
"Denis",
"13,229",
"12–25–1"
],
[
"15",
"December 31",
"Columbus",
"2 – 5",
"Detroit",
"Denis",
"20,066",
"12–26–1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"553 633\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"553 633\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Language has a Number of 553 633?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"553 633\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=0.42),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=0.42),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which Males have a percentage of 0.42?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"0.42",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=6.49),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=6.49),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What's the Language with a percentage of 6.49?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"6.49",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"other\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"other\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What Number has a Language listed as other?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"other\"",
"2"
]
}
] | train_2-12333984-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Language",
"Number",
"percentage (%)",
"males",
"females"
],
[
"2",
"Polish",
"447 685",
"80.86",
"216 794",
"230 891"
],
[
"3",
"Yiddish",
"51 215",
"9.25",
"24 538",
"26 677"
],
[
"4",
"German",
"35 931",
"6.49",
"17 409",
"18 522"
],
[
"5",
"Russian",
"15 137",
"2.73",
"13 551",
"1 586"
],
[
"6",
"Ukrainian",
"2 350",
"0.42",
"2 302",
"48"
],
[
"7",
"Other",
"1 285",
"0.23",
"1 041",
"244"
],
[
"8",
"Persons that didn't name their native language",
"27",
">0.01",
"14",
"13"
],
[
"9",
"Total",
"553 633",
"100",
"275 652",
"277 981"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"squadron 33\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"squadron 33\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What are the dates of squadron 33?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"squadron 33\"",
"5"
]
}
] | train_2-16965464-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Aircraft",
"Origin",
"Squadron",
"Display Aircraft",
"Dates"
],
[
"2",
"Sud Aviation Alouette III",
"France",
"Squadron 33",
"4",
"1976—1980"
],
[
"3",
"Sud Aviation Alouette III",
"France",
"Squadron 102",
"2",
"1982—1992"
],
[
"4",
"Sud Aviation Alouette III",
"France",
"Squadron 111",
"4",
"1993—1994"
],
[
"5",
"Sud Aviation Alouette III",
"France",
"Squadron 552",
"2",
"2004—2005"
],
[
"6",
"Sud Aviation Alouette III",
"France",
"Squadron 552",
"3",
"2006—present"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"ringstad\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"ringstad\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the fate and location of the Ringstad?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"ringstad\"",
"5"
]
}
] | test_2-1853523-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Ship",
"Tons",
"Nationality",
"Fate and location"
],
[
"2",
"22 January 1942",
"Vassilios A. Polemis",
"3,429",
"Greece",
"Sunk at"
],
[
"3",
"24 January 1942",
"Ringstad",
"4,765",
"Norway",
"Sunk at"
],
[
"4",
"31 January 1942",
"Spreewald",
"5,083",
"Nazi Germany",
"Sunk at"
],
[
"5",
"6 May 1942",
"Amazone",
"1,294",
"Netherlands",
"Sunk at"
],
[
"6",
"6 May 1942",
"Halsey",
"7,088",
"United States",
"Sunk at"
],
[
"7",
"6 May 1942",
"Java Arrow",
"8,327",
"United States",
"Damaged at"
],
[
"8",
"10 May 1942",
"Clan Skene",
"5,214",
"United Kingdom",
"Sunk at"
],
[
"9",
"6 October 1942",
"HMSCrocus",
"925",
"United Kingdom",
"Damaged at"
],
[
"10",
"19 March 1943",
"Carras",
"5,234",
"Greece",
"Sunk at"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=14))",
"Formula2": "LET(query1,SUMMARIZE(C2:C17,SUMX(A2:A17)),FILTER(query1,CHOOSECOLS(query1,2)=14))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Tell me the opponent of week 14",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"14"
]
},
{
"Formula": "AVERAGE(FILTER(E1, A1=11))",
"Formula2": "AVERAGE(FILTER(E2:E17, A2:A17=11))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Tell me the average attendance for week of 11",
"Tokens": [
"AVERAGE(",
"FILTER(",
"E1",
"A1",
"=",
"11"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"w 33-31\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,D2:D17=\"w 33-31\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Tell me opponent for result of w 33-31",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"w 33-31\"",
"3"
]
}
] | train_2-10361889-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Attendance"
],
[
"2",
"1",
"September 5, 1981",
"at Tampa Bay Buccaneers",
"L 21-13",
"66,287"
],
[
"3",
"2",
"September 14, 1981",
"Oakland Raiders",
"L 36-10",
"47,186"
],
[
"4",
"3",
"September 20, 1981",
"Detroit Lions",
"W 26-24",
"45,350"
],
[
"5",
"4",
"September 27, 1981",
"at Green Bay Packers (Milw)",
"W 30-13",
"55,012"
],
[
"6",
"5",
"October 4, 1981",
"Chicago Bears",
"W 24-21",
"43,827"
],
[
"7",
"6",
"October 11, 1981",
"at San Diego Chargers",
"W 33-31",
"50,708"
],
[
"8",
"7",
"October 18, 1981",
"Philadelphia Eagles",
"W 35-23",
"45,459"
],
[
"9",
"8",
"October 25, 1981",
"at St. Louis Cardinals",
"L 30-17",
"48,039"
],
[
"10",
"9",
"November 2, 1981",
"at Denver Broncos",
"L 19-17",
"74,834"
],
[
"11",
"10",
"November 8, 1981",
"Tampa Bay Buccaneers",
"W 25-10",
"47,038"
],
[
"12",
"11",
"November 15, 1981",
"New Orleans Saints",
"W 20-10",
"45,215"
],
[
"13",
"12",
"November 23, 1981",
"at Atlanta Falcons",
"L 31-30",
"54,086"
],
[
"14",
"13",
"November 29, 1981",
"Green Bay Packers",
"L 35-23",
"46,025"
],
[
"15",
"14",
"December 6, 1981",
"at Chicago Bears",
"L 10-9",
"50,766"
],
[
"16",
"15",
"December 12, 1981",
"at Detroit Lions",
"L 45-7",
"79,428"
],
[
"17",
"16",
"December 20, 1981",
"Kansas City Chiefs",
"L 10-6",
"41,110"
]
] |
[
{
"Formula": "SUM(FILTER(C1, (F1<1)*(B1=\"dale coyne racing\")*(E1>13)))",
"Formula2": "SUM(FILTER(C2:C20, (F2:F20<1)*(B2:B20=\"dale coyne racing\")*(E2:E20>13)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Waht laps have points smaller than 1, and a team of dale coyne racing, and the grid larger than 13?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"F1",
"<",
"1",
"*",
"B1",
"=",
"\"dale coyne racing\"",
"*",
"E1",
">",
"13"
]
},
{
"Formula": "SUM(FILTER(C1, (B1=\"team player's\")*(E1=9)*(F1>10)))",
"Formula2": "SUM(FILTER(C2:C20, (B2:B20=\"team player's\")*(E2:E20=9)*(F2:F20>10)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the total number of laps for a team of team player's, and has a grid of 9, and points larger than 10?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"B1",
"=",
"\"team player's\"",
"*",
"E1",
"=",
"9",
"*",
"F1",
">",
"10"
]
},
{
"Formula": "MIN(FILTER(F1, (D1=\"+30.7 secs\")*(C1<165)))",
"Formula2": "MIN(FILTER(F2:F20, (D2:D20=\"+30.7 secs\")*(C2:C20<165)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the lowest points for a time/retired of +30.7 secs, and laps smaller than 165?",
"Tokens": [
"MIN(",
"FILTER(",
"F1",
"D1",
"=",
"\"+30.7 secs\"",
"*",
"C1",
"<",
"165"
]
}
] | train_2-18520643-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Driver",
"Team",
"Laps",
"Time/Retired",
"Grid",
"Points"
],
[
"2",
"Sébastien Bourdais",
"Newman/Haas Racing",
"165",
"1:51:56.987",
"2",
"22"
],
[
"3",
"Bruno Junqueira",
"Newman/Haas Racing",
"165",
"+7.8 secs",
"3",
"16"
],
[
"4",
"Mario Domínguez",
"Herdez Competition",
"165",
"+11.5 secs",
"7",
"14"
],
[
"5",
"Oriol Servià",
"Patrick Racing",
"165",
"+14.4 secs",
"4",
"12"
],
[
"6",
"Patrick Carpentier",
"Team Player's",
"165",
"+15.0 secs",
"9",
"10"
],
[
"7",
"Michel Jourdain, Jr.",
"Team Rahal",
"165",
"+30.7 secs",
"10",
"8"
],
[
"8",
"Roberto Moreno",
"Herdez Competition",
"165",
"+37.0 secs",
"12",
"6"
],
[
"9",
"Alex Tagliani",
"Rocketsports Racing",
"165",
"+38.8 secs",
"5",
"5"
],
[
"10",
"Mario Haberfeld",
"Mi-Jack Conquest Racing",
"164",
"+ 1 Lap",
"11",
"4"
],
[
"11",
"Darren Manning",
"Walker Racing",
"164",
"+ 1 Lap",
"8",
"3"
],
[
"12",
"Patrick Lemarié",
"PK Racing",
"163",
"+ 2 Laps",
"17",
"2"
],
[
"13",
"Adrian Fernández",
"Fernández Racing",
"163",
"+ 2 Laps",
"6",
"1"
],
[
"14",
"Joël Camathias",
"Dale Coyne Racing",
"163",
"+ 2 Laps",
"18",
"0"
],
[
"15",
"Tiago Monteiro",
"Fittipaldi-Dingman Racing",
"163",
"+ 2 Laps",
"15",
"0"
],
[
"16",
"Rodolfo Lavín",
"Walker Racing",
"162",
"+ 3 Laps",
"19",
"0"
],
[
"17",
"Ryan Hunter-Reay",
"American Spirit Team Johansson",
"162",
"+ 3 Laps",
"16",
"0"
],
[
"18",
"Paul Tracy",
"Team Player's",
"118",
"Mechanical",
"1",
"1"
],
[
"19",
"Alex Yoong",
"Dale Coyne Racing",
"78",
"Contact",
"13",
"0"
],
[
"20",
"Jimmy Vasser",
"American Spirit Team Johansson",
"1",
"Mechanical",
"14",
"0"
]
] |
[
{
"Formula": "FILTER(D1,E1=\"lake oval\")",
"Formula2": "FILTER(D2:D6,E2:E6=\"lake oval\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the away team score for lake oval",
"Tokens": [
"FILTER(",
"D1",
"E1",
"=",
"\"lake oval\""
]
},
{
"Formula": "FILTER(B1,A1=\"south melbourne\")",
"Formula2": "FILTER(B2:B6,A2:A6=\"south melbourne\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the home team score for south melbourne home team",
"Tokens": [
"FILTER(",
"B1",
"A1",
"=",
"\"south melbourne\""
]
},
{
"Formula": "FILTER(A1,C1=\"carlton\")",
"Formula2": "FILTER(A2:A6,C2:C6=\"carlton\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the home team for carlton away team",
"Tokens": [
"FILTER(",
"A1",
"C1",
"=",
"\"carlton\""
]
}
] | dev_2-1204658-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Date"
],
[
"2",
"Collingwood",
"3.14 (32)",
"Fitzroy",
"9.9 (63)",
"Victoria Park",
"9 May 1908"
],
[
"3",
"University",
"14.10 (94)",
"Richmond",
"12.4 (76)",
"EMCG",
"9 May 1908"
],
[
"4",
"South Melbourne",
"7.9 (51)",
"Geelong",
"4.8 (32)",
"Lake Oval",
"9 May 1908"
],
[
"5",
"St Kilda",
"7.6 (48)",
"Essendon",
"12.14 (86)",
"Junction Oval",
"9 May 1908"
],
[
"6",
"Melbourne",
"6.8 (44)",
"Carlton",
"9.8 (62)",
"MCG",
"9 May 1908"
]
] |
[
{
"Formula": "FILTER(B1,(D1=0)*(E1=1)*(A1=\"18\"))",
"Formula2": "FILTER(B2:B20,(D2:D20=0)*(E2:E20=1)*(A2:A20=\"18\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What nation has 0 as the silver, 1 as the bronze, with 18 as the rank?",
"Tokens": [
"FILTER(",
"B1",
"D1",
"=",
"0",
"*",
"E1",
"=",
"1",
"*",
"A1",
"=",
"\"18\""
]
},
{
"Formula": "ROWS(FILTER(C1,(A1=\"3\")*(F1>7)))",
"Formula2": "ROWS(FILTER(C2:C20,(A2:A20=\"3\")*(F2:F20>7)))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many golds have 3 as the rank, with a total greater than 7?",
"Tokens": [
"ROWS(",
"FILTER(",
"C1",
"A1",
"=",
"\"3\"",
"*",
"F1",
">",
"7"
]
},
{
"Formula": "AVERAGE(FILTER(D1,(B1=\"belarus\")*(F1<1)))",
"Formula2": "AVERAGE(FILTER(D2:D20,(B2:B20=\"belarus\")*(F2:F20<1)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What average silver has belarus as the nation, with a total less than 1?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"B1",
"=",
"\"belarus\"",
"*",
"F1",
"<",
"1"
]
},
{
"Formula": "AVERAGE(FILTER(F1,(C1=0)*(A1=\"6\")))",
"Formula2": "AVERAGE(FILTER(F2:F20,(C2:C20=0)*(A2:A20=\"6\")))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What average total has 0 as the gold, with 6 as the rank?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"F1",
"C1",
"=",
"0",
"*",
"A1",
"=",
"\"6\""
]
}
] | dev_2-18802185-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"Hungary",
"9",
"3",
"3",
"15"
],
[
"3",
"2",
"Germany",
"3",
"5",
"5",
"13"
],
[
"4",
"3",
"Poland",
"2",
"1",
"4",
"7"
],
[
"5",
"4",
"Romania",
"1",
"4",
"1",
"6"
],
[
"6",
"5",
"Canada",
"2",
"2",
"1",
"5"
],
[
"7",
"6",
"Sweden",
"0",
"1",
"4",
"5"
],
[
"8",
"7",
"Bulgaria",
"2",
"0",
"2",
"4"
],
[
"9",
"8",
"Russia",
"1",
"1",
"1",
"3"
],
[
"10",
"9",
"Czech Republic",
"0",
"3",
"0",
"3"
],
[
"11",
"10",
"Italy",
"2",
"0",
"0",
"2"
],
[
"12",
"11",
"Norway",
"1",
"1",
"0",
"2"
],
[
"13",
"12",
"United States",
"1",
"0",
"0",
"1"
],
[
"14",
"13",
"Australia",
"0",
"1",
"0",
"1"
],
[
"15",
"14",
"Belarus",
"0",
"1",
"0",
"1"
],
[
"16",
"15",
"China",
"0",
"1",
"0",
"1"
],
[
"17",
"16",
"France",
"0",
"0",
"1",
"1"
],
[
"18",
"17",
"Latvia",
"0",
"0",
"1",
"1"
],
[
"19",
"18",
"Ukraine",
"0",
"0",
"1",
"1"
],
[
"20",
"Total",
"Total",
"24",
"24",
"24",
"72"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"aplin\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>7))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E13,B2:B13=\"aplin\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>7))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Which Notes have a Distance larger than 7, and a Location of aplin?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"aplin\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"3",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"7"
]
},
{
"Formula": "SUM(FILTER(C1, (A1=\"faulkner\")*(D1<1.5)))",
"Formula2": "SUM(FILTER(C2:C13, (A2:A13=\"faulkner\")*(D2:D13<1.5)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How much Distance has a County of faulkner, and a Total smaller than 1.5?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"A1",
"=",
"\"faulkner\"",
"*",
"D1",
"<",
"1.5"
]
},
{
"Formula": "SUMIFS(C1,E1,\"north end terminus of ar 155\")",
"Formula2": "SUMIFS(C2:C13,E2:E13,\"north end terminus of ar 155\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How much Distance has Notes of north end terminus of ar 155?",
"Tokens": [
"SUMIFS(",
"C1",
"E1",
"\"north end terminus of ar 155\""
]
}
] | train_2-18506777-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"County",
"Location",
"Distance",
"Total",
"Notes"
],
[
"2",
"Faulkner",
"Conway",
"0.0",
"0.0",
"Eastern terminus"
],
[
"3",
"Faulkner",
"Conway",
"1.5",
"1.5",
"1.8 mile Spur to Office of Emergency Services"
],
[
"4",
"Line",
"County Line",
"5.5",
"7.0",
"Toad Suck Ferry Lock & Dam"
],
[
"5",
"Perry",
"Bigelow",
"7.7",
"14.7",
"Converge with AR 113"
],
[
"6",
"Perry",
"Houston",
"3.8",
"18.5",
"North End Terminus of AR 216"
],
[
"7",
"Perry",
"Houston",
"0.1",
"18.6",
"Diverge with AR 113"
],
[
"8",
"Perry",
"Perryville",
"6.5",
"25.1",
"Converge with AR 9 & AR 10"
],
[
"9",
"Perry",
"Perryville",
"0.3",
"25.4",
"Diverge with AR 9 & AR 10"
],
[
"10",
"Perry",
"Aplin",
"10.8",
"36.2",
"North End Terminus of AR 155"
],
[
"11",
"Perry",
"Fourche Junction",
"10.1",
"46.3",
"Cross AR 7"
],
[
"12",
"Line",
"County Line",
"1.6",
"47.9",
"County Line"
],
[
"13",
"Yell",
"Plainview",
"7.0",
"54.9",
"Western terminus"
]
] |
[
{
"Formula": "FILTER(E1,A1=\"7 june 1999\")",
"Formula2": "FILTER(E2:E12,A2:A12=\"7 june 1999\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the competition on 7 June 1999?",
"Tokens": [
"FILTER(",
"E1",
"A1",
"=",
"\"7 june 1999\""
]
},
{
"Formula": "FILTER(E1,A1=\"13 november 2005\")",
"Formula2": "FILTER(E2:E12,A2:A12=\"13 november 2005\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the competition on 13 November 2005?",
"Tokens": [
"FILTER(",
"E1",
"A1",
"=",
"\"13 november 2005\""
]
},
{
"Formula": "FILTER(B1,(E1=\"friendly\")*(A1=\"7 june 1999\"))",
"Formula2": "FILTER(B2:B12,(E2:E12=\"friendly\")*(A2:A12=\"7 june 1999\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Where was the friendly competition on 7 June 1999 played?",
"Tokens": [
"FILTER(",
"B1",
"E1",
"=",
"\"friendly\"",
"*",
"A1",
"=",
"\"7 june 1999\""
]
}
] | dev_2-1180375-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Venue",
"Score",
"Result",
"Competition"
],
[
"2",
"1 December 1998",
"Bangkok, Thailand",
"2–0",
"Win",
"1998 Asian Games"
],
[
"3",
"8 December 1998",
"Bangkok, Thailand",
"2–4",
"Lose",
"1998 Asian Games"
],
[
"4",
"7 June 1999",
"Edmonton, Canada",
"2–2",
"Draw",
"Friendly"
],
[
"5",
"24 May 2000",
"Amman, Jordan",
"3–0",
"Win",
"2000 WAFF"
],
[
"6",
"13 October 2004",
"Doha, Qatar",
"3–2",
"Win",
"2006 FIFA World Cup qualification"
],
[
"7",
"25 March 2005",
"Tehran, Iran",
"2–1",
"Win",
"2006 FIFA World Cup qualification"
],
[
"8",
"13 November 2005",
"Tehran, Iran",
"2–0",
"Win",
"Friendly"
],
[
"9",
"30 January 2006",
"Tehran, Iran",
"3–2",
"Win",
"Friendly"
],
[
"10",
"31 May 2006",
"Tehran, Iran",
"5–2",
"Win",
"Friendly"
],
[
"11",
"2 September 2006",
"Seoul, Korea Republic",
"1–1",
"Draw",
"2007 AFC Asian Cup qualification"
],
[
"12",
"2 July 2007",
"Tehran, Iran",
"8–1",
"Win",
"Friendly"
]
] |
[
{
"Formula": "FILTER(I1,C1=\"utah jazz\")",
"Formula2": "FILTER(I2:I13,C2:C13=\"utah jazz\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the record for the Utah Jazz?",
"Tokens": [
"FILTER(",
"I1",
"C1",
"=",
"\"utah jazz\""
]
}
] | dev_2-17382360-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",
"43",
"February 2",
"@ Indiana Pacers",
"L 100-106",
"G. Payton (19)",
"D. McKey (7)",
"G. Payton (5)",
"Market Square Arena 13,064",
"20–23"
],
[
"3",
"44",
"February 4",
"@ Charlotte Hornets",
"W 100-93",
"E. Johnson (34)",
"M. Cage (18)",
"G. Payton (9)",
"Charlotte Coliseum 23,901",
"21–23"
],
[
"4",
"45",
"February 6",
"Los Angeles Clippers",
"W 107-104",
"E. Johnson (27)",
"S. Kemp (7)",
"G. Payton (9)",
"Seattle Center Coliseum 12,021",
"22–23"
],
[
"5",
"46",
"February 12",
"Boston Celtics",
"L 111-114",
"E. Johnson (29)",
"M. Cage (10)",
"G. Payton (13)",
"Seattle Center Coliseum 14,594",
"22–24"
],
[
"6",
"47",
"February 14",
"@ Orlando Magic",
"W 102-90",
"D. McKey (21)",
"D. McKey , O. Polynice (9)",
"N. McMillan (7)",
"Orlando Arena 15,077",
"23–24"
],
[
"7",
"48",
"February 16",
"@ Atlanta Hawks",
"L 113-122",
"D. McKey (30)",
"O. Polynice (9)",
"S. Threatt (9)",
"Omni Coliseum 15,924",
"23–25"
],
[
"8",
"49",
"February 18",
"@ Detroit Pistons",
"L 83-85",
"E. Johnson (20)",
"S. Kemp (13)",
"N. McMillan (7)",
"The Palace of Auburn Hills 21,454",
"23–26"
],
[
"9",
"50",
"February 19",
"@ Philadelphia 76ers",
"L 104-107 (OT)",
"R. Pierce (18)",
"S. Kemp (12)",
"G. Payton (7)",
"The Spectrum 15,248",
"23–27"
],
[
"10",
"51",
"February 21",
"@ New York Knicks",
"W 120-101",
"R. Pierce (26)",
"S. Kemp (13)",
"N. McMillan , G. Payton , S. Threatt (5)",
"Madison Square Garden 12,515",
"24–27"
],
[
"11",
"52",
"February 23",
"Phoenix Suns",
"L 110-120",
"S. Kemp (25)",
"S. Kemp (11)",
"G. Payton (11)",
"Seattle Center Coliseum 14,692",
"24–28"
],
[
"12",
"53",
"February 24",
"Utah Jazz",
"W 103-91",
"S. Threatt (30)",
"M. Cage (14)",
"G. Payton (16)",
"Seattle Center Coliseum 12,080",
"25–28"
],
[
"13",
"54",
"February 26",
"Los Angeles Clippers",
"W 93-81",
"S. Threatt (31)",
"S. Kemp (15)",
"N. McMillan ] (9)",
"Seattle Center Coliseum 11,305",
"26–28"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=12))",
"Formula2": "LET(query1,SUMMARIZE(E2:E8,SUMX(B2:B8)),FILTER(query1,CHOOSECOLS(query1,2)=12))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What Status has Against of 12?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"12"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"17/03/1990\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"17/03/1990\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What Venue has a Date of 17/03/1990?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"17/03/1990\"",
"4"
]
}
] | train_2-18178534-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Opposing Teams",
"Against",
"Date",
"Venue",
"Status"
],
[
"2",
"Ireland",
"0",
"20/01/1990",
"Twickenham , London",
"Five Nations"
],
[
"3",
"France",
"7",
"03/02/1990",
"Parc des Princes , Paris",
"Five Nations"
],
[
"4",
"Wales",
"6",
"17/02/1990",
"Twickenham , London",
"Five Nations"
],
[
"5",
"Scotland",
"13",
"17/03/1990",
"Murrayfield , Edinburgh",
"Five Nations"
],
[
"6",
"Argentina",
"12",
"28/07/1990",
"Vélez Sársfield , Buenos Aires",
"First Test"
],
[
"7",
"Argentina",
"15",
"04/08/1990",
"Vélez Sársfield , Buenos Aires",
"Second Test"
],
[
"8",
"Argentina",
"0",
"03/11/1990",
"Twickenham , London",
"Test Match"
]
] |
[
{
"Formula": "SUM(FILTER(E1, (A1>2008)*(D1=\"balance beam\")*(G1>4)))",
"Formula2": "SUM(FILTER(E2:E9, (A2:A9>2008)*(D2:D9=\"balance beam\")*(G2:G9>4)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Count the Rank-Final which has a Year larger than 2008, and an Apparatus of balance beam, and a Rank-Qualifying larger than 4?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"A1",
">",
"2008",
"*",
"D1",
"=",
"\"balance beam\"",
"*",
"G1",
">",
"4"
]
},
{
"Formula": "MIN(FILTER(F1, (E1=7)*(A1>2009)))",
"Formula2": "MIN(FILTER(F2:F9, (E2:E9=7)*(A2:A9>2009)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which the lowest Score-Fina has a Rank-Final of 7 and a Year larger than 2009?",
"Tokens": [
"MIN(",
"FILTER(",
"F1",
"E1",
"=",
"7",
"*",
"A1",
">",
"2009"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,D1=\"team\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)),SUMX(CHOOSECOLS(query1,8)))),FILTER(query1,(CHOOSECOLS(query1,2)<2)*(CHOOSECOLS(query1,3)<248.275)))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H9,D2:D9=\"team\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)),SUMX(CHOOSECOLS(query1,8)))),FILTER(query1,(CHOOSECOLS(query1,2)<2)*(CHOOSECOLS(query1,3)<248.275)))",
"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": "Name the Year with a Rank-Final smaller than 2, an Apparatus of team, and a Score-Qualifying smaller than 248.275?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"D1",
"=",
"\"team\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"8",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"2",
"*",
"CHOOSECOLS(",
"query1",
"3",
"<",
"248.275"
]
}
] | train_2-18694663-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Year",
"Competition Description",
"Location",
"Apparatus",
"Rank-Final",
"Score-Final",
"Rank-Qualifying",
"Score-Qualifying"
],
[
"2",
"2012",
"Olympic Games",
"London",
"Team",
"4",
"174.43",
"3",
"176.637"
],
[
"3",
"2012",
"Olympic Games",
"London",
"Balance Beam",
"1",
"15.600",
"4",
"15.166"
],
[
"4",
"2010",
"World Championships",
"Rotterdam",
"Team",
"3",
"174.781",
"2",
"233.778"
],
[
"5",
"2010",
"World Championships",
"Rotterdam",
"Balance Beam",
"2",
"15.233",
"4",
"15.100"
],
[
"6",
"2009",
"World Championships",
"London",
"All-Around",
"11",
"55.250",
"4",
"56.350"
],
[
"7",
"2009",
"World Championships",
"London",
"Balance Beam",
"1",
"15.000",
"3",
"14.450"
],
[
"8",
"2009",
"World Championships",
"London",
"Floor",
"7",
"13.825",
"7",
"14.000"
],
[
"9",
"2008",
"Olympic Games",
"Beijing",
"Team",
"1",
"188.900",
"1",
"248.275"
]
] |
[
{
"Formula": "MAXIFS(E1,B1,\"Jason Gildon\")",
"Formula2": "MAXIFS(E2:E7,B2:B7,\"Jason Gildon\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the largest number of consecutive starts for jason gildon?",
"Tokens": [
"MAXIFS(",
"E1",
"B1",
"\"Jason Gildon\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=120))",
"Formula2": "LET(query1,SUMMARIZE(D2:D7,SUMX(E2:E7)),FILTER(query1,CHOOSECOLS(query1,2)=120))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What team(s) had 120 consecutive starts?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"120"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Left inside linebacker\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"Left inside linebacker\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What period(s) featured a left inside linebacker?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"Left inside linebacker\"",
"3"
]
},
{
"Formula": "SUMIFS(G1,C1,\"9/21/1975 – 12/16/1984\")",
"Formula2": "SUMIFS(G2:G7,C2:C7,\"9/21/1975 – 12/16/1984\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many consecutive starts for the linebacker who played from 9/21/1975 – 12/16/1984?",
"Tokens": [
"SUMIFS(",
"G1",
"C1",
"\"9/21/1975 – 12/16/1984\""
]
}
] | train_1-28606933-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Position",
"Player",
"Period",
"Teams",
"Consecutive starts",
"Playoffs",
"Total"
],
[
"2",
"Weakside linebacker",
"Derrick Brooks",
"9/1/1996 – 12/28/2008",
"Tampa Bay",
"208",
"11",
"219"
],
[
"3",
"Middle linebacker",
"Lee Roy Jordan",
"9/18/1966 – 12/12/1976",
"Dallas",
"154",
"19",
"173"
],
[
"4",
"Right outside linebacker",
"Robert Brazile",
"9/21/1975 – 12/16/1984",
"Houston",
"147",
"7",
"154"
],
[
"5",
"Strongside linebacker",
"Bill Romanowski",
"9/4/1994 – 9/22/2003",
"Philadelphia; Denver; Oakland",
"140",
"14",
"154"
],
[
"6",
"Left outside linebacker",
"Jason Gildon",
"11/3/1996 – 12/28/2003",
"Pittsburgh",
"120",
"8",
"128"
],
[
"7",
"Left inside linebacker",
"Levon Kirkland",
"11/27/1994 – 12/24/2000",
"Pittsburgh",
"107",
"9",
"116"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"south adelaide\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=\"south adelaide\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the location of South Adelaide?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"south adelaide\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"unknown\")*(D1=\"athelstone\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(B2:B11=\"unknown\")*(D2:D11=\"athelstone\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which team has an unknown coach and location of Athelstone?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"unknown\"",
"*",
"D1",
"=",
"\"athelstone\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"athelstone\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"athelstone\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When was the team that plays at Athelstone founded?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"athelstone\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"port pirie\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"port pirie\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the coach of the team from Port Pirie?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"port pirie\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"club cove\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,C2:C11=\"club cove\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the coach of the team with home ground at Club Cove?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"club cove\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=1970),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,E2:E11=1970),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which team was founded in 1970?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"1970",
"1"
]
}
] | train_2-1742186-16 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Team",
"Coach",
"Home Ground",
"Location",
"Founded"
],
[
"2",
"The Cove SC",
"Danny Graystone",
"Club Cove",
"Hallett Cove",
"1983"
],
[
"3",
"Gawler",
"John Duthie",
"Karbeethan Reserve",
"Evanston",
"1978"
],
[
"4",
"N.A.B",
"Unknown",
"Athelstone Recreation Reserve",
"Athelstone",
"1989"
],
[
"5",
"Northern Demons",
"Anthony Brevi",
"Byrne Park",
"Port Pirie",
"1951"
],
[
"6",
"Salisbury United",
"Unknown",
"Steve Jarvis Park",
"Salisbury",
"1954"
],
[
"7",
"Seaford",
"Ben Dale",
"Karingal Reserve",
"Seaford",
"1970"
],
[
"8",
"South Adelaide",
"Aldo Maricic",
"O'Sullivan Beach Sports Complex",
"O'Sullivan Beach",
"1997"
],
[
"9",
"Sturt Lions FC",
"Alan Paice",
"A A Bailey Recreation Ground",
"Clarence Gardens",
"2011"
],
[
"10",
"Western Toros",
"Leigh Mathews",
"Pennington Oval",
"Pennington",
"Unknown"
],
[
"11",
"West Adelaide",
"Ross Aloisi",
"Kingston Gardens",
"Adelaide",
"1962"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"australia\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"australia\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who are the rowers for Australia?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"australia\"",
"2"
]
},
{
"Formula": "SUMIFS(A1,C1,\"italy\")",
"Formula2": "SUMIFS(A2:A6,C2:C6,\"italy\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What's Italy's rank?",
"Tokens": [
"SUMIFS(",
"A1",
"C1",
"\"italy\""
]
}
] | train_2-18662679-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Rowers",
"Country",
"Time",
"Notes"
],
[
"2",
"1",
"Morgan , McRae , Long , Noonan",
"Australia",
"5:36.20 (WB)",
"SA/B"
],
[
"3",
"2",
"Agamennoni , Venier , Galtarossa , Raineri",
"Italy",
"5:36.42",
"SA/B"
],
[
"4",
"3",
"Morgachev , Fedorovtsev , Salov , Spinev",
"Russia",
"5:39.18",
"SA/B"
],
[
"5",
"4",
"Taimsoo , Latin , Kuzmin , Raja",
"Estonia",
"5:42.22",
"R"
],
[
"6",
"5",
"Vitasek , Dolecek , Hanak , Jirka",
"Czech Republic",
"6:00.98",
"R"
]
] |
[
{
"Formula": "AVERAGEIFS(E1,D1,\"gt\")",
"Formula2": "AVERAGEIFS(E2:E8,D2:D8,\"gt\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What are the average laps driven in the GT class?",
"Tokens": [
"AVERAGEIFS(",
"E1",
"D1",
"\"gt\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,(F1=\"18th\")*(G1=\"1st\")),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>133))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G8,(F2:F8=\"18th\")*(G2:G8=\"1st\")),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>133))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What classes have driven greater than 133 laps, placed above 18th position and have a class position of 1st?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"18th\"",
"*",
"G1",
"=",
"\"1st\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"133"
]
}
] | train_2-10251937-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Year",
"Team",
"Co-Drivers",
"Class",
"Laps",
"Pos.",
"Class Pos."
],
[
"2",
"2004",
"JMB Racing",
"Jean-René de Fornoux Stéphane Daoudi",
"GT",
"133",
"DNF",
"DNF"
],
[
"3",
"2007",
"Risi Competizione",
"Mika Salo Johnny Mowlem",
"GT2",
"223",
"DNF",
"DNF"
],
[
"4",
"2008",
"Risi Competizione",
"Gianmaria Bruni Mika Salo",
"GT2",
"326",
"19th",
"1st"
],
[
"5",
"2009",
"Risi Competizione",
"Pierre Kaffer Mika Salo",
"GT2",
"329",
"18th",
"1st"
],
[
"6",
"2010",
"Risi Competizione",
"Gianmaria Bruni Pierre Kaffer",
"GT2",
"116",
"DNF",
"DNF"
],
[
"7",
"2011",
"Luxury Racing",
"Stéphane Ortelli Frédéric Makowiecki",
"GTE Pro",
"183",
"DNF",
"DNF"
],
[
"8",
"2012",
"Luxury Racing",
"Frédéric Makowiecki Dominik Farnbacher",
"GTE Pro",
"333",
"18th",
"2nd"
]
] |
[
{
"Formula": "MAX(FILTER(A1, F1<1))",
"Formula2": "MAX(FILTER(A2:A7, F2:F7<1))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "what is the highest rank with a total less than 1?",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"F1",
"<",
"1"
]
},
{
"Formula": "AVERAGE(FILTER(E1, (C1=1)*(B1=\"hungary\")*(A1<3)))",
"Formula2": "AVERAGE(FILTER(E2:E7, (C2:C7=1)*(B2:B7=\"hungary\")*(A2:A7<3)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "what is the average bronze when gold is 1, the nation is hungary and the rank is less than 3?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"E1",
"C1",
"=",
"1",
"*",
"B1",
"=",
"\"hungary\"",
"*",
"A1",
"<",
"3"
]
},
{
"Formula": "SUM(FILTER(E1, (F1>1)*(B1=\"east germany\")*(D1>1)))",
"Formula2": "SUM(FILTER(E2:E7, (F2:F7>1)*(B2:B7=\"east germany\")*(D2:D7>1)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many times was the total more than 1, the nation was east germany and silver was more than 1?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"F1",
">",
"1",
"*",
"B1",
"=",
"\"east germany\"",
"*",
"D1",
">",
"1"
]
},
{
"Formula": "AVERAGE(FILTER(A1, (B1=\"east germany\")*(D1>1)))",
"Formula2": "AVERAGE(FILTER(A2:A7, (B2:B7=\"east germany\")*(D2:D7>1)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "what is the average rank when the nation is east germany and silver is more than 1?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"A1",
"B1",
"=",
"\"east germany\"",
"*",
"D1",
">",
"1"
]
}
] | test_2-11178110-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"East Germany",
"2",
"1",
"0",
"3"
],
[
"3",
"2",
"Soviet Union",
"1",
"1",
"2",
"4"
],
[
"4",
"3",
"Hungary",
"1",
"0",
"0",
"1"
],
[
"5",
"4",
"United Kingdom",
"0",
"1",
"0",
"1"
],
[
"6",
"4",
"West Germany",
"0",
"1",
"0",
"1"
],
[
"7",
"6",
"United States",
"0",
"0",
"2",
"2"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"major league soccer all-star game\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,C2:C8=\"major league soccer all-star game\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the score 1 for the major league soccer all-star game?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"major league soccer all-star game\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"h\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,D2:D8=\"h\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the score 1 with a h ground?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"h\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"a\")*(B1=\"1 august 2008\")),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,(D2:D8=\"a\")*(B2:B8=\"1 august 2008\")),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who are the scorers on 1 August 2008, where the ground was A?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"a\"",
"*",
"B1",
"=",
"\"1 august 2008\"",
"7"
]
}
] | train_2-18539546-24 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Match",
"Date",
"Competition or tour",
"Ground",
"Opponent",
"Score1",
"Scorers"
],
[
"2",
"1",
"17 July 2008",
"Friendly",
"A",
"Hampton & Richmond",
"4 - 2",
"Bellamy 37' & 60', Noble 41', Hines 81'"
],
[
"3",
"2",
"20 July 2008",
"Friendly",
"A",
"Columbus Crew",
"3 - 1",
"Ashton 6', Evans og 26', Reid 53'"
],
[
"4",
"3",
"24 July 2008",
"Major League Soccer All-Star Game",
"A",
"Major League All Stars",
"2 - 3",
"Ashton 26' & 67'"
],
[
"5",
"4",
"29 July 2008",
"Friendly",
"A",
"Peterborough United",
"2 - 0",
"Bellamy 3' & 42'"
],
[
"6",
"5",
"1 August 2008",
"Friendly",
"A",
"Southampton",
"2 - 2",
"Davenport 45', Hines 65'"
],
[
"7",
"6",
"4 August 2008",
"Friendly",
"A",
"Ipswich Town",
"5 - 3",
"Ashton 4', 57' & 74', Bellamy 10', Noble 79'"
],
[
"8",
"7",
"9 August 2008",
"The Bobby Moore Cup",
"H",
"Villarreal",
"1 - 1",
"Cole 1'"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,A1=\"14 september 2008\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>1881))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E6,A2:A6=\"14 september 2008\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>1881))",
"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 Away has a Date of 14 september 2008, and an Attendance larger than 1881?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"14 september 2008\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"1881"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"victoria\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"victoria\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was victoria's away date?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"victoria\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"1:2\")*(B1=\"vida\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(C2:C6=\"1:2\")*(B2:B6=\"vida\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Away has a Score of 1:2, and a Home of vida?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"1:2\"",
"*",
"B1",
"=",
"\"vida\"",
"4"
]
},
{
"Formula": "SUMIFS(E1,D1,\"real juventud\")",
"Formula2": "SUMIFS(E2:E6,D2:D6,\"real juventud\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Which Attendance has an Away of real juventud?",
"Tokens": [
"SUMIFS(",
"E1",
"D1",
"\"real juventud\""
]
}
] | test_2-17026847-12 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Home",
"Score",
"Away",
"Attendance"
],
[
"2",
"13 September 2008",
"Real Espana",
"2:0",
"Deportes Savio",
"2114"
],
[
"3",
"13 September 2008",
"Vida",
"1:2",
"Real Juventud",
"831"
],
[
"4",
"14 September 2008",
"Hispano",
"3:1",
"Olimpia",
"1881"
],
[
"5",
"14 September 2008",
"Motagua",
"0:4",
"Victoria",
"1330"
],
[
"6",
"14 September 2008",
"Platense",
"1:2",
"Marathon",
"2584"
]
] |
[
{
"Formula": "FILTER(A1,E1=\"97-38\")",
"Formula2": "FILTER(A2:A6,E2:E6=\"97-38\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "On what day was the game that ended in a score of 97-38?",
"Tokens": [
"FILTER(",
"A1",
"E1",
"=",
"\"97-38\""
]
},
{
"Formula": "FILTER(C1,B1=\"14:00\")",
"Formula2": "FILTER(C2:C6,B2:B6=\"14:00\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who was the home team of the game at the time of 14:00?",
"Tokens": [
"FILTER(",
"C1",
"B1",
"=",
"\"14:00\""
]
},
{
"Formula": "FILTER(C1,B1=\"15:00\")",
"Formula2": "FILTER(C2:C6,B2:B6=\"15:00\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who was the home team of the game at the time of 15:00?",
"Tokens": [
"FILTER(",
"C1",
"B1",
"=",
"\"15:00\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"97-38\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=\"97-38\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On what day was the game that ended in a score of 97-38?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"97-38\"",
"1"
]
},
{
"Formula": "FILTER(D1,B1=\"15:00\")",
"Formula2": "FILTER(D2:D6,B2:B6=\"15:00\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who was the away team of the game at the time 15:00?",
"Tokens": [
"FILTER(",
"D1",
"B1",
"=",
"\"15:00\""
]
},
{
"Formula": "FILTER(F1,D1=\"toronto rebels\")",
"Formula2": "FILTER(F2:F6,D2:D6=\"toronto rebels\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "On what grounds did the away team of the Toronto Rebels play?",
"Tokens": [
"FILTER(",
"F1",
"D1",
"=",
"\"toronto rebels\""
]
}
] | dev_2-15764352-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Date",
"Time",
"Home",
"Away",
"Score",
"Ground"
],
[
"2",
"2008-05-24",
"09:45",
"Etobicoke Kangaroos",
"Guelph Gargoyles",
"78-53",
"Humber College Lakeshore"
],
[
"3",
"2008-05-24",
"10:00",
"Hamilton Wildcats",
"Toronto Downtown Dingos",
"35-86",
"Mohawk Sports Park"
],
[
"4",
"2008-05-24",
"12:00",
"Broadview Hawks",
"High Park Demons",
"97-38",
"Humber College North"
],
[
"5",
"2008-05-24",
"15:00",
"Toronto Eagles",
"Central Blues",
"86-30",
"Humber College North"
],
[
"6",
"2008-05-24",
"14:00",
"Ottawa Swans",
"Toronto Rebels",
"14-105",
"Rideau Carleton Raceway"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=1994),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=1994),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Who are the recipients in 1994?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"1994",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"david duchovny\")*(E1=\"won\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(D2:D13=\"david duchovny\")*(E2:E13=\"won\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who are the recipients that won for David Duchovny role/episode?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"david duchovny\"",
"*",
"E1",
"=",
"\"won\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=1998)*(D1=\"david duchovny\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(A2:A13=1998)*(D2:D13=\"david duchovny\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the category in 1998 with the role/episode of David Duchovny?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"1998",
"*",
"D1",
"=",
"\"david duchovny\"",
"2"
]
}
] | train_2-18552926-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Category",
"Recipients and nominees",
"Role/Episode",
"Result"
],
[
"2",
"1994",
"Best Series – Drama",
"Best Series – Drama",
"Best Series – Drama",
"Won"
],
[
"3",
"1995",
"Best Actor in Leading Role – Drama Series",
"David Duchovny",
"Fox Mulder",
"Nominated"
],
[
"4",
"1995",
"Best Actress in a Leading Role – Drama Series",
"Gillian Anderson",
"Dana Scully",
"Nominated"
],
[
"5",
"1996",
"Best Actor in Leading Role – Drama Series",
"David Duchovny",
"David Duchovny",
"Won"
],
[
"6",
"1996",
"Best Actress in Leading Role – Drama Series",
"Gillian Anderson",
"Gillian Anderson",
"Won"
],
[
"7",
"1996",
"Best Series – Drama",
"Best Series – Drama",
"Best Series – Drama",
"Won"
],
[
"8",
"1997",
"Best Actor in Leading Role – Drama Series",
"David Duchovny",
"David Duchovny",
"Nominated"
],
[
"9",
"1997",
"Best Actress in Leading Role – Drama Series",
"Gillian Anderson",
"Gillian Anderson",
"Nominated"
],
[
"10",
"1997",
"Best Series – Drama",
"Best Series – Drama",
"Best Series – Drama",
"Won"
],
[
"11",
"1998",
"Best Actor in Leading Role – Drama Series",
"David Duchovny",
"David Duchovny",
"Nominated"
],
[
"12",
"1998",
"Best Actress in Leading Role – Drama Series",
"Gillian Anderson",
"Gillian Anderson",
"Nominated"
],
[
"13",
"1998",
"Best Series – Drama",
"Best Series – Drama",
"Best Series – Drama",
"Nominated"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"geelong\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"geelong\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What day did Geelong play as the away team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"geelong\"",
"7"
]
}
] | test_2-10808089-11 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Fitzroy",
"10.7 (67)",
"North Melbourne",
"22.8 (140)",
"Brunswick Street Oval",
"9,351",
"2 July 1966"
],
[
"3",
"Melbourne",
"9.21 (75)",
"Geelong",
"13.15 (93)",
"MCG",
"39,217",
"2 July 1966"
],
[
"4",
"St Kilda",
"15.15 (105)",
"Footscray",
"7.12 (54)",
"Moorabbin Oval",
"21,507",
"2 July 1966"
],
[
"5",
"Hawthorn",
"6.13 (49)",
"Richmond",
"11.13 (79)",
"Glenferrie Oval",
"15,880",
"9 July 1966"
],
[
"6",
"Carlton",
"7.11 (53)",
"Collingwood",
"6.6 (42)",
"Princes Park",
"29,240",
"9 July 1966"
],
[
"7",
"South Melbourne",
"12.10 (82)",
"Essendon",
"13.12 (90)",
"Lake Oval",
"22,750",
"9 July 1966"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)>41451))",
"Formula2": "LET(query1,SUMMARIZE(C2:C7,SUMX(F2:F7)),FILTER(query1,CHOOSECOLS(query1,2)>41451))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Who was the away team when the crowd was larger than 41,451?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"41451"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"junction oval\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"junction oval\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the home team when the venue was Junction Oval?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"junction oval\"",
"1"
]
},
{
"Formula": "AVERAGEIFS(F1,B1,\"8.11 (59)\")",
"Formula2": "AVERAGEIFS(F2:F7,B2:B7,\"8.11 (59)\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the average crowd size when the home team score was 8.11 (59)?",
"Tokens": [
"AVERAGEIFS(",
"F1",
"B1",
"\"8.11 (59)\""
]
}
] | train_2-1164217-22 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Footscray",
"12.10 (82)",
"Richmond",
"10.12 (72)",
"Western Oval",
"16,672",
"29 August 1970"
],
[
"3",
"Fitzroy",
"9.11 (65)",
"Hawthorn",
"18.16 (124)",
"Junction Oval",
"11,626",
"29 August 1970"
],
[
"4",
"Essendon",
"8.11 (59)",
"St Kilda",
"14.19 (103)",
"Windy Hill",
"14,310",
"29 August 1970"
],
[
"5",
"Collingwood",
"22.15 (147)",
"South Melbourne",
"7.9 (51)",
"Victoria Park",
"41,451",
"29 August 1970"
],
[
"6",
"North Melbourne",
"12.11 (83)",
"Geelong",
"6.6 (42)",
"Arden Street Oval",
"6,435",
"29 August 1970"
],
[
"7",
"Melbourne",
"12.15 (87)",
"Carlton",
"14.17 (101)",
"MCG",
"40,973",
"29 August 1970"
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.