t5Formulas listlengths 1 209 | TableName stringlengths 4 51 | Table listlengths 4 28 |
|---|---|---|
[
{
"Formula": "MAX(FILTER(A1, E1>0))",
"Formula2": "MAX(FILTER(A2:A7, E2:E7>0))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Name the highest year with points more than 0",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"E1",
">",
"0"
]
},
{
"Formula": "MAX(FILTER(E1, A1>1953))",
"Formula2": "MAX(FILTER(E2:E7, A2:A7>1953))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Name the highest points when year is more than 1953",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"A1",
">",
"1953"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,(C1=\"kuzma indy roadster\")*(A1=1954)),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)=0))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E7,(C2:C7=\"kuzma indy roadster\")*(A2:A7=1954)),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)=0))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Name the engine when points are 0 and chassis is kuzma indy roadster for 1954",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"kuzma indy roadster\"",
"*",
"A1",
"=",
"1954",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"0"
]
},
{
"Formula": "MIN(FILTER(E1, (C1=\"kurtis kraft 3000\")*(A1<1951)))",
"Formula2": "MIN(FILTER(E2:E7, (C2:C7=\"kurtis kraft 3000\")*(A2:A7<1951)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Name the least points with chassis of kurtis kraft 3000 and year before 1951",
"Tokens": [
"MIN(",
"FILTER(",
"E1",
"C1",
"=",
"\"kurtis kraft 3000\"",
"*",
"A1",
"<",
"1951"
]
}
] | train_2-1236164-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Entrant",
"Chassis",
"Engine",
"Points"
],
[
"2",
"1950",
"Coast Grain",
"Maserati 8CTF",
"Offenhauser L4",
"0"
],
[
"3",
"1951",
"Jack Hinkle",
"Kurtis Kraft 3000",
"Offenhauser L4",
"2"
],
[
"4",
"1952",
"Coast Grain",
"Lesovsky",
"Offenhauser L4",
"0"
],
[
"5",
"1953",
"Peter Schmidt",
"Kuzma Indy Roadster",
"Offenhauser L4",
"0"
],
[
"6",
"1954",
"Peter Schmidt",
"Kuzma Indy Roadster",
"Offenhauser L4",
"0"
],
[
"7",
"1955",
"Peter Schmidt",
"Kurtis Kraft 500C",
"Offenhauser L4",
"0"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"67-64-63-71-66=331\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,D2:D15=\"67-64-63-71-66=331\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What were the shots below par when the winning score was 67-64-63-71-66=331?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"67-64-63-71-66=331\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"69-66-69-64=268\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,D2:D15=\"69-66-69-64=268\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What were the shots below par when the winning score was 69-66-69-64=268?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"69-66-69-64=268\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"Jonathan Kaye\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,G2:G15=\"Jonathan Kaye\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the total number of to par when runner-up was Jonathan Kaye?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"Jonathan Kaye\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"K. J. Choi\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,G2:G15=\"K. J. Choi\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the margin of victory when runner-up was K. J. Choi?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"K. J. Choi\"",
"6"
]
},
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=7))",
"Formula2": "LET(query1,SUMMARIZE(B2:B15,SUMX(A2:A15)),FILTER(query1,CHOOSECOLS(query1,2)=7))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What was the date for no. 7?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"7"
]
}
] | test_1-247955-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"No.",
"Date",
"Tournament",
"Winning score",
"To par",
"Margin of victory",
"Runner(s)-up"
],
[
"2",
"1",
"Oct 15, 1995",
"Las Vegas Invitational",
"67-65-65-67-67=331",
"–28",
"1 stroke",
"Billy Mayfair"
],
[
"3",
"2",
"Feb 18, 1996",
"United Airlines Hawaiian Open",
"68-71-69-69=277",
"–11",
"Playoff",
"Brad Faxon"
],
[
"4",
"3",
"Oct 18, 1998",
"Las Vegas Invitational",
"67-68-69-63-68=335",
"–25",
"1 stroke",
"Mark Calcavecchia"
],
[
"5",
"4",
"Oct 17, 1999",
"Las Vegas Invitational",
"67-64-63-71-66=331",
"–29",
"1 stroke",
"Jonathan Kaye"
],
[
"6",
"5",
"Mar 6, 2000",
"Doral-Ryder Open",
"65-67-68-65=265",
"–23",
"2 strokes",
"Franklin Langham"
],
[
"7",
"6",
"Jan 14, 2001",
"Mercedes Championships",
"69-69-69-67=274",
"–14",
"1 stroke",
"Rory Sabbatini"
],
[
"8",
"7",
"May 24, 2002",
"Memorial Tournament",
"71-70-68-65=274",
"–14",
"2 strokes",
"John Cook , David Peoples"
],
[
"9",
"8",
"Jun 15, 2003",
"U.S. Open",
"67-66-67-72=272",
"–8",
"3 strokes",
"Stephen Leaney"
],
[
"10",
"10",
"Jul 3, 2005",
"Cialis Western Open",
"64-70-67-69=270",
"–14",
"2 strokes",
"Tiger Woods"
],
[
"11",
"11",
"May 7, 2006",
"Wachovia Championship",
"68-69-68-71=276",
"–12",
"Playoff",
"Trevor Immelman"
],
[
"12",
"12",
"Sep 10, 2006",
"Canadian Open",
"63-71-67-65=266",
"–14",
"1 stroke",
"Bart Bryant"
],
[
"13",
"13",
"Jul 29, 2007",
"Canadian Open",
"69-66-69-64=268",
"–16",
"1 stroke",
"Vijay Singh"
],
[
"14",
"14",
"Mar 21, 2010",
"Transitions Championship",
"67-68-67-69=271",
"–13",
"1 stroke",
"K. J. Choi"
],
[
"15",
"15",
"Apr 18, 2010",
"Verizon Heritage",
"67-68-67-69=271",
"–13",
"Playoff",
"Brian Davis"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"edmonton, canada\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,C2:C13=\"edmonton, canada\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Year is the highest one that has a Venue of edmonton, canada?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"edmonton, canada\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"world championships\")*(A1>1997)),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(B2:B13=\"world championships\")*(A2:A13>1997)),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which Position has a Competition of world championships, and a Year larger than 1997?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"world championships\"",
"*",
"A1",
">",
"1997",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"heptathlon\")*(A1=1991)),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(E2:E13=\"heptathlon\")*(A2:A13=1991)),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which Venue has a Notes of heptathlon, and a Year of 1991?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"heptathlon\"",
"*",
"A1",
"=",
"1991",
"3"
]
}
] | train_2-15307428-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Competition",
"Venue",
"Position",
"Notes"
],
[
"2",
"1991",
"Pan American Games",
"Havana, Cuba",
"1st",
"Heptathlon"
],
[
"3",
"1993",
"World Indoor Championships",
"Toronto , Canada",
"8th",
"Pentathlon"
],
[
"4",
"1993",
"World Championships",
"Stuttgart , Germany",
"17th",
"Heptathlon"
],
[
"5",
"1995",
"Pan American Games",
"Mar del Plata , Argentina",
"3rd",
"Heptathlon"
],
[
"6",
"1995",
"World Championships",
"Gothenburg , Sweden",
"8th",
"Heptathlon"
],
[
"7",
"1997",
"World Indoor Championships",
"Paris , France",
"7th",
"Pentathlon"
],
[
"8",
"1997",
"World Championships",
"Athens , Greece",
"7th",
"Heptathlon"
],
[
"9",
"1999",
"World Indoor Championships",
"Maebashi , Japan",
"1st",
"Pentathlon"
],
[
"10",
"1999",
"Hypo-Meeting",
"Götzis , Austria",
"1st",
"Heptathlon"
],
[
"11",
"2000",
"Hypo-Meeting",
"Götzis , Austria",
"12th",
"Heptathlon"
],
[
"12",
"2000",
"Olympic Games",
"Sydney , Australia",
"9th",
"Heptathlon"
],
[
"13",
"2001",
"World Championships",
"Edmonton , Canada",
"7th",
"Heptathlon"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=9))",
"Formula2": "LET(query1,SUMMARIZE(B2:B10,SUMX(A2:A10)),FILTER(query1,CHOOSECOLS(query1,2)=9))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "When 9 is the rank who are the couple?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"9"
]
},
{
"Formula": "MAXIFS(A1,B1,\"Roxanne and Daniel\")",
"Formula2": "MAXIFS(A2:A10,B2:B10,\"Roxanne and Daniel\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "When roxanne and daniel are the couple what is the highest rank?",
"Tokens": [
"MAXIFS(",
"A1",
"B1",
"\"Roxanne and Daniel\""
]
},
{
"Formula": "MAXIFS(E1,B1,\"Ellery and Frankie\")",
"Formula2": "MAXIFS(E2:E10,B2:B10,\"Ellery and Frankie\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "When ellery and frankie are the couple what is the highest total?",
"Tokens": [
"MAXIFS(",
"E1",
"B1",
"\"Ellery and Frankie\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(G1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=8))",
"Formula2": "LET(query1,SUMMARIZE(G2:G10,SUMX(D2:D10)),FILTER(query1,CHOOSECOLS(query1,2)=8))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "When 8 is the public what are the results?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"G1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"8"
]
},
{
"Formula": "MAX(FILTER(A1, (G1=\"Safe\")*(D1=8)))",
"Formula2": "MAX(FILTER(A2:A10, (G2:G10=\"Safe\")*(D2:D10=8)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "When 8 is the public and the result is safe what is the highest rank?",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"G1",
"=",
"\"Safe\"",
"*",
"D1",
"=",
"8"
]
}
] | train_1-19744915-18 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Rank",
"Couple",
"Judges",
"Public",
"Total",
"Vote percentage",
"Result"
],
[
"2",
"1",
"Ray and Maria",
"10",
"8",
"18",
"14.618%",
"Safe"
],
[
"3",
"2",
"Coleen and Stuart",
"4",
"10",
"14",
"25.583%",
"Safe"
],
[
"4",
"3",
"Jessica and Pavel",
"9",
"5",
"14",
"3.904%",
"Safe"
],
[
"5",
"4",
"Roxanne and Daniel",
"6",
"6",
"12",
"9.009%",
"Safe"
],
[
"6",
"5",
"Donal and Florentine",
"4",
"7",
"11",
"11.383%",
"Safe"
],
[
"7",
"6",
"Zoe and Matt",
"8",
"3",
"11",
"3.311%",
"Safe"
],
[
"8",
"7",
"Todd and Susie",
"1",
"9",
"10",
"23.472%",
"Safe"
],
[
"9",
"8",
"Ellery and Frankie",
"4",
"4",
"8",
"3.672%",
"Safe"
],
[
"10",
"9",
"Michael and Melanie",
"7",
"1",
"8",
"2.463%",
"Eliminated"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"October 29\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,B2:B13=\"October 29\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the score on October 29?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"October 29\"",
"4"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(C1, G1=\"3-2-2\")))",
"Formula2": "ROWS(UNIQUE(FILTER(C2:C13, G2:G13=\"3-2-2\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many opponents were there with the record of 3-2-2?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"C1",
"G1",
"=",
"\"3-2-2\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"October 17\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,B2:B13=\"October 17\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the record on October 17?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"October 17\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"New York Rangers\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,C2:C13=\"New York Rangers\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What date did they play agains the New York Rangers?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"C1",
"=",
"\"New York Rangers\"",
"2"
]
},
{
"Formula": "SUMIFS(H1,B1,\"October 27\")",
"Formula2": "SUMIFS(H2:H13,B2:B13,\"October 27\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many points were there scored on October 27?",
"Tokens": [
"SUMIFS(",
"H1",
"B1",
"\"October 27\""
]
}
] | train_1-23308178-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Game",
"Date",
"Opponent",
"Score",
"Location",
"Attendance",
"Record",
"Points"
],
[
"2",
"1",
"October 1",
"Boston Bruins",
"4 - 1",
"TD Garden",
"17565",
"1-0-0",
"2"
],
[
"3",
"2",
"October 3",
"Toronto Maple Leafs",
"6 - 4",
"Verizon Center",
"18277",
"2-0-0",
"4"
],
[
"4",
"3",
"October 6",
"Philadelphia Flyers",
"6 - 5 OT",
"Wachovia Center",
"19567",
"2-0-1",
"5"
],
[
"5",
"4",
"October 8",
"New York Rangers",
"4 - 3",
"Verizon Center",
"18277",
"2-1-1",
"5"
],
[
"6",
"5",
"October 10",
"Detroit Red Wings",
"3 - 2",
"Joe Louis Arena",
"19122",
"2-2-1",
"5"
],
[
"7",
"6",
"October 12",
"New Jersey Devils",
"3 - 2 SO",
"Verizon Center",
"18277",
"2-2-2",
"6"
],
[
"8",
"7",
"October 15",
"San Jose Sharks",
"4 - 1",
"Verizon Center",
"18277",
"3-2-2",
"8"
],
[
"9",
"8",
"October 17",
"Nashville Predators",
"3 - 2 SO",
"Verizon Center",
"18277",
"4-2-2",
"10"
],
[
"10",
"9",
"October 22",
"Atlanta Thrashers",
"5 - 4",
"Philips Arena",
"13192",
"5-2-2",
"12"
],
[
"11",
"10",
"October 24",
"New York Islanders",
"3 - 2 OT",
"Nassau Veterans Memorial Coliseum",
"11541",
"6-2-2",
"14"
],
[
"12",
"11",
"October 27",
"Philadelphia Flyers",
"4 - 2",
"Verizon Center",
"18277",
"7-2-2",
"16"
],
[
"13",
"12",
"October 29",
"Atlanta Thrashers",
"4 - 3",
"Philips Arena",
"12893",
"8-2-2",
"18"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"sara\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"sara\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Tell me the Actor's name for film name of sara",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"sara\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"ukraine\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"ukraine\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Tell me the nomination for ukraine",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"ukraine\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"barhanov and his bodyguard\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"barhanov and his bodyguard\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Tell me the actors name for barhanov and his bodyguard",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"barhanov and his bodyguard\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"goran paskaljevic\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"goran paskaljevic\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Tell me the actors name for goran paskaljevic",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"goran paskaljevic\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"goran paskaljevic\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"goran paskaljevic\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Tell me the nomination for goran paskaljevic",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"goran paskaljevic\"",
"1"
]
}
] | train_2-10236830-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Nomination",
"Actor's Name",
"Film Name",
"Director",
"Country"
],
[
"2",
"Best Actor in a Leading Role",
"Yuriy Dubrovin",
"Okraina",
"Pyotr Lutsik",
"Ukraine"
],
[
"3",
"Best Actor in a Leading Role",
"Zurab Begalishvili",
"Zdes Rassvet",
"Zaza Urushadze",
"Georgia"
],
[
"4",
"Best Actress in a Leading Role",
"Galina Bokashevskaya",
"Totalitarian Romance",
"Vyacheslav Sorokin",
"Russia"
],
[
"5",
"Best Actor in a Supporting Role",
"Vsevolod Shilovskiy",
"Barhanov and his Bodyguard",
"Valeriy Lanskoy",
"Russia"
],
[
"6",
"Best Actor in a Supporting Role",
"Dragan Nikolić",
"Barrel of Gunpowder",
"Goran Paskaljevic",
"Serbia"
],
[
"7",
"Best Actress in a Supporting Role",
"Zora Manojlovic",
"Rane",
"Srdjan Dragojevic",
"Serbia"
],
[
"8",
"Best Debut",
"Agnieszka Włodarczyk",
"Sara",
"Maciej Ślesicki",
"Poland"
],
[
"9",
"Best Debut",
"Dusan Pekic",
"Rane",
"Srdjan Dragojevic",
"Serbia"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"richmond\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"richmond\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What date was Richmond the away team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"richmond\"",
"7"
]
}
] | train_2-10773753-18 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Melbourne",
"12.22 (94)",
"South Melbourne",
"4.7 (31)",
"MCG",
"19,484",
"20 August 1955"
],
[
"3",
"Collingwood",
"7.17 (59)",
"Fitzroy",
"7.7 (49)",
"Victoria Park",
"19,270",
"20 August 1955"
],
[
"4",
"Carlton",
"10.6 (66)",
"Geelong",
"8.12 (60)",
"Princes Park",
"22,482",
"20 August 1955"
],
[
"5",
"St Kilda",
"6.7 (43)",
"Richmond",
"19.23 (137)",
"Junction Oval",
"13,000",
"20 August 1955"
],
[
"6",
"North Melbourne",
"5.5 (35)",
"Footscray",
"14.11 (95)",
"Arden Street Oval",
"20,000",
"20 August 1955"
],
[
"7",
"Hawthorn",
"7.8 (50)",
"Essendon",
"13.14 (92)",
"Glenferrie Oval",
"24,500",
"20 August 1955"
]
] |
[
{
"Formula": "MAXIFS(F1,C1,\"st kilda\")",
"Formula2": "MAXIFS(F2:F7,C2:C7,\"st kilda\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the largest crowd for the St Kilda as the away team?",
"Tokens": [
"MAXIFS(",
"F1",
"C1",
"\"st kilda\""
]
},
{
"Formula": "SUMIFS(F1,A1,\"essendon\")",
"Formula2": "SUMIFS(F2:F7,A2:A7,\"essendon\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the crowd size when Essendon was the home team?",
"Tokens": [
"SUMIFS(",
"F1",
"A1",
"\"essendon\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)>20000))",
"Formula2": "LET(query1,SUMMARIZE(E2:E7,SUMX(F2:F7)),FILTER(query1,CHOOSECOLS(query1,2)>20000))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Which venue had a crowd larger than 20,000?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"20000"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"lake oval\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"lake oval\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which away team played at Lake Oval?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"lake oval\"",
"3"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,B1=\"7.13 (55)\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>10800))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G7,B2:B7=\"7.13 (55)\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>10800))",
"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": "On what date was the crowd more numerous than 10,800 when the home team score was 7.13 (55)?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"7.13 (55)\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"7",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"10800"
]
},
{
"Formula": "SUMIFS(F1,E1,\"glenferrie oval\")",
"Formula2": "SUMIFS(F2:F7,E2:E7,\"glenferrie oval\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the total number of the crowd at Glenferrie Oval?",
"Tokens": [
"SUMIFS(",
"F1",
"E1",
"\"glenferrie oval\""
]
}
] | train_2-10746200-17 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Melbourne",
"9.9 (63)",
"Richmond",
"2.12 (24)",
"MCG",
"16,989",
"12 September 1925"
],
[
"3",
"Hawthorn",
"7.13 (55)",
"North Melbourne",
"4.6 (30)",
"Glenferrie Oval",
"8,000",
"12 September 1925"
],
[
"4",
"Essendon",
"10.7 (67)",
"St Kilda",
"8.10 (58)",
"Windy Hill",
"15,000",
"12 September 1925"
],
[
"5",
"Geelong",
"14.16 (100)",
"Footscray",
"9.7 (61)",
"Corio Oval",
"10,800",
"12 September 1925"
],
[
"6",
"South Melbourne",
"4.6 (30)",
"Collingwood",
"14.11 (95)",
"Lake Oval",
"12,000",
"12 September 1925"
],
[
"7",
"Fitzroy",
"7.24 (66)",
"Carlton",
"9.10 (64)",
"Brunswick Street Oval",
"20,000",
"12 September 1925"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=29.51))",
"Formula2": "LET(query1,SUMMARIZE(D2:D9,SUMX(E2:E9)),FILTER(query1,CHOOSECOLS(query1,2)=29.51))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which nationality has a split in the 50m of 29.51?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"29.51"
]
},
{
"Formula": "AVERAGE(FILTER(E1, (G1=\"1:40.00\")*(A1<2)))",
"Formula2": "AVERAGE(FILTER(E2:E9, (G2:G9=\"1:40.00\")*(A2:A9<2)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which average 50m split had a 150m split of 1:40.00, with a placing of less than 2?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"E1",
"G1",
"=",
"\"1:40.00\"",
"*",
"A1",
"<",
"2"
]
}
] | train_2-10331421-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Place",
"Lane",
"Name",
"Nationality",
"50m Split",
"100m Split",
"150m Split",
"Time"
],
[
"2",
"1",
"4",
"Katie Hoff",
"USA",
"28.35",
"1:01.96",
"1:39.06",
"2:10.13"
],
[
"3",
"2",
"5",
"Kirsty Coventry",
"Zimbabwe",
"28.73",
"1:01.92",
"1:40.00",
"2:10.76"
],
[
"4",
"3",
"3",
"Stephanie Rice",
"Australia",
"28.45",
"1:02.03",
"1:40.39",
"2:11.42"
],
[
"5",
"4",
"2",
"Whitney Myers",
"USA",
"28.59",
"1:01.72",
"1:41.79",
"2:13.73"
],
[
"6",
"5",
"6",
"Julie Hjorth-Hansen",
"Denmark",
"28.96",
"1:03.59",
"1:42.09",
"2:14.05"
],
[
"7",
"6",
"7",
"Shayne Reese",
"Australia",
"28.33",
"1:03.03",
"1:42.24",
"2:14.89"
],
[
"8",
"7",
"8",
"Georgina Bardach",
"Argentina",
"29.76",
"1:05.21",
"1:43.83",
"2:15.26"
],
[
"9",
"8",
"1",
"Julia Wilkinson",
"Canada",
"29.51",
"1:03.82",
"1:43.87",
"2:15.28"
]
] |
[
{
"Formula": "SUM(FILTER(C1, D1=2010))",
"Formula2": "SUM(FILTER(C2:C7, D2:D7=2010))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the total number of runners-up for a club with winning years of 2010?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"D1",
"=",
"2010"
]
},
{
"Formula": "SUMIFS(C1,A1,\"fc viktoria plzeň\")",
"Formula2": "SUMIFS(C2:C7,A2:A7,\"fc viktoria plzeň\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Who were the runners-up for the FC Viktoria Plzeň club?",
"Tokens": [
"SUMIFS(",
"C1",
"A1",
"\"fc viktoria plzeň\""
]
}
] | train_2-15726366-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Club",
"Winners",
"Runners-up",
"Winning Years",
"Runner-up Years"
],
[
"2",
"FC Viktoria Plzeň",
"1",
"2",
"2011",
"2010, 2013"
],
[
"3",
"AC Sparta Prague",
"1",
"0",
"2010",
"–"
],
[
"4",
"SK Sigma Olomouc",
"1",
"0",
"2012",
"–"
],
[
"5",
"FK Jablonec",
"1",
"0",
"2013",
"–"
],
[
"6",
"FK Mladá Boleslav",
"0",
"1",
"–",
"2011"
],
[
"7",
"FC Slovan Liberec",
"0",
"1",
"–",
"2012"
]
] |
[
{
"Formula": "SUM(FILTER(A1, (B1=\"bangkok university\")*(C1=\"0-0\")*(D1=\"chunnam dragons\")))",
"Formula2": "SUM(FILTER(A2:A7, (B2:B7=\"bangkok university\")*(C2:C7=\"0-0\")*(D2:D7=\"chunnam dragons\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What year did Bangkok University and Chunnam Dragons have a score of 0-0?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"B1",
"=",
"\"bangkok university\"",
"*",
"C1",
"=",
"\"0-0\"",
"*",
"D1",
"=",
"\"chunnam dragons\""
]
}
] | train_2-16593799-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Season",
"Team 1",
"Score",
"Team 2",
"Venue"
],
[
"2",
"2007",
"Bangkok University",
"0-0",
"Chunnam Dragons",
"Thai-Japanese Stadium , Thailand"
],
[
"3",
"2007",
"Kawasaki Frontale",
"1-1",
"Bangkok University",
"Todoroki Athletics Stadium , Japan"
],
[
"4",
"2007",
"Bangkok University",
"0-0",
"Arema Malang",
"Royal Thai Army Stadium , Thailand"
],
[
"5",
"2007",
"Arema Malang",
"1-0",
"Bangkok University",
"Gajayana Stadium , Indonesia"
],
[
"6",
"2007",
"Chunnam Dragons",
"3-2",
"Bangkok University",
"Gwang-Yang Stadium , South Korea"
],
[
"7",
"2007",
"Bangkok University",
"1-2",
"Kawasaki Frontale",
"Royal Thai Army Stadium , Thailand"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"#8\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,(CHOOSECOLS(query1,2)>11.26)*(CHOOSECOLS(query1,3)=12)))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E16,E2:E16=\"#8\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,(CHOOSECOLS(query1,2)>11.26)*(CHOOSECOLS(query1,3)=12)))",
"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": "Which Episode has a Viewers (millions) larger than 11.26, a Weekly Rank of #8, and a Share of 12?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"#8\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"3",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"11.26",
"*",
"CHOOSECOLS(",
"query1",
"3",
"=",
"12"
]
},
{
"Formula": "SUM(FILTER(D1, (A1=\"i'm not a good villain\")*(C1<12)))",
"Formula2": "SUM(FILTER(D2:D16, (A2:A16=\"i'm not a good villain\")*(C2:C16<12)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Viewers (millions) has an Episode of \"i'm not a good villain\", and a Share smaller than 12?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"A1",
"=",
"\"i'm not a good villain\"",
"*",
"C1",
"<",
"12"
]
}
] | train_2-17472074-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Episode",
"Rating",
"Share",
"Viewers (millions)",
"Weekly Rank"
],
[
"2",
"\"Slay Everyone, Trust No One\"",
"8.1",
"13",
"14.15",
"#14"
],
[
"3",
"\"It's Getting the Best of Me\"",
"6.9",
"11",
"11.94",
"#11"
],
[
"4",
"\"That Girl is Like a Virus\"",
"6.7",
"10",
"11.60",
"#14"
],
[
"5",
"\"Tonight, We Make Our Move\"",
"7.2",
"12",
"12.72",
"#17"
],
[
"6",
"\"Knights of the Round Table\"",
"7.0",
"11",
"12.17",
"#14"
],
[
"7",
"\"Banana Etiquette\"",
"6.6",
"11",
"11.15",
"#15"
],
[
"8",
"\"I'm Not a Good Villain\"",
"6.7",
"12",
"11.26",
"#11"
],
[
"9",
"\"Expectations\"",
"7.3",
"12",
"12.38",
"#13"
],
[
"10",
"\"Survivor History\"",
"7.1",
"13",
"12.31",
"#12"
],
[
"11",
"\"Going Down in Flames\"",
"7.0",
"12",
"11.89",
"#8"
],
[
"12",
"\"Jumping Ship\"",
"7.6",
"13",
"12.74",
"#9"
],
[
"13",
"\"A Sinking Ship\"",
"7.7",
"14",
"13.06",
"#8"
],
[
"14",
"\"Loose Lips Sink Ships\"",
"7.7",
"13",
"13.28",
"#11"
],
[
"15",
"\"Anything Could Happen\"",
"7.2",
"12",
"13.46",
"#9"
],
[
"16",
"\"The Reunion\"",
"5.9",
"10",
"10.65",
"#22"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=2)*(D1=\"70-72-73=215\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(E2:E11=2)*(D2:D11=\"70-72-73=215\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Place of the Player with a To par of +2 and a Score of 70-72-73=215?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"2",
"*",
"D1",
"=",
"\"70-72-73=215\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"t6\")*(B1=\"robert karlsson\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(A2:A11=\"t6\")*(B2:B11=\"robert karlsson\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "From what Country is T6 Place Player Robert Karlsson?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"t6\"",
"*",
"B1",
"=",
"\"robert karlsson\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"t4\")*(D1=\"72-69-73=214\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(A2:A11=\"t4\")*(D2:D11=\"72-69-73=214\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the To par of the T4 Place Player with a Score of 72-69-73=214?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"t4\"",
"*",
"D1",
"=",
"\"72-69-73=214\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"70-72-73=215\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"70-72-73=215\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the To par of the Player with a Score of 70-72-73=215?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"70-72-73=215\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"rocco mediate\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"rocco mediate\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What Country is Rocco Mediate from?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"rocco mediate\"",
"3"
]
}
] | train_2-16881908-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"1",
"Tiger Woods",
"United States",
"72-68-70=210",
"–3"
],
[
"3",
"2",
"Lee Westwood",
"England",
"70-71-70=211",
"–2"
],
[
"4",
"3",
"Rocco Mediate",
"United States",
"69-71-72=212",
"–1"
],
[
"5",
"T4",
"Geoff Ogilvy",
"Australia",
"69-73-72=214",
"+1"
],
[
"6",
"T4",
"D. J. Trahan",
"United States",
"72-69-73=214",
"+1"
],
[
"7",
"T6",
"Robert Allenby",
"Australia",
"70-72-73=215",
"+2"
],
[
"8",
"T6",
"Miguel Ángel Jiménez",
"Spain",
"75-66-74=215",
"+2"
],
[
"9",
"T6",
"Robert Karlsson",
"Sweden",
"70-70-75=215",
"+2"
],
[
"10",
"T6",
"Hunter Mahan",
"United States",
"72-74-69=215",
"+2"
],
[
"11",
"T6",
"Camilo Villegas",
"Colombia",
"73-71-71=215",
"+2"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"march 18\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,B2:B15=\"march 18\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the score on March 18?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"march 18\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"march 27\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,B2:B15=\"march 27\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who had the highest points on March 27?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"march 27\"",
"5"
]
}
] | train_2-17323529-9 | [
[
"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",
"61",
"March 2",
"San Antonio",
"L 78–106 (OT)",
"Fred Jones , Al Thornton (14)",
"Mike Taylor , Marcus Camby (8)",
"Baron Davis (8)",
"Staples Center 17,649",
"15–46"
],
[
"3",
"62",
"March 4",
"Memphis",
"L 95–118 (OT)",
"Al Thornton (25)",
"DeAndre Jordan (9)",
"Baron Davis (7)",
"Staples Center 13,813",
"15–47"
],
[
"4",
"63",
"March 7",
"Indiana",
"L 105–106 (OT)",
"Eric Gordon (35)",
"DeAndre Jordan (11)",
"Eric Gordon (6)",
"Staples Center 16,518",
"15–48"
],
[
"5",
"64",
"March 10",
"Cleveland",
"L 83–87 (OT)",
"Al Thornton , Zach Randolph (20)",
"Zach Randolph (12)",
"Baron Davis , Zach Randolph (6)",
"Staples Center 19,060",
"15–49"
],
[
"6",
"65",
"March 14",
"@ Denver",
"L 94–107 (OT)",
"Al Thornton (19)",
"Al Thornton , Marcus Camby , Chris Kaman (7)",
"Baron Davis (10)",
"Pepsi Center 18,676",
"15–50"
],
[
"7",
"66",
"March 15",
"New Jersey",
"W 107–105 (OT)",
"Steve Novak (21)",
"Al Thornton , Chris Kaman (8)",
"Baron Davis (10)",
"Staples Center 18,266",
"16–50"
],
[
"8",
"67",
"March 17",
"@ Golden State",
"L 120–127 (OT)",
"Baron Davis (29)",
"Zach Randolph , Marcus Camby (11)",
"Baron Davis (7)",
"Oracle Arena 18,223",
"16–51"
],
[
"9",
"68",
"March 18",
"Washington",
"W 123–108 (OT)",
"Eric Gordon (26)",
"Baron Davis , Zach Randolph (8)",
"Baron Davis (20)",
"Staples Center 15,123",
"17–51"
],
[
"10",
"69",
"March 20",
"@ Detroit",
"L 90–108 (OT)",
"Eric Gordon (22)",
"Chris Kaman (8)",
"Baron Davis (8)",
"The Palace of Auburn Hills 22,076",
"17–52"
],
[
"11",
"70",
"March 22",
"@ Toronto",
"L 76–100 (OT)",
"Zach Randolph (20)",
"Zach Randolph , Marcus Camby (7)",
"Baron Davis (4)",
"Air Canada Centre 17,610",
"17–53"
],
[
"12",
"71",
"March 23",
"@ Boston",
"L 77–90 (OT)",
"Zach Randolph (17)",
"Zach Randolph (14)",
"Baron Davis (8)",
"TD Banknorth Garden 18,624",
"17–54"
],
[
"13",
"72",
"March 25",
"@ New York",
"W 140–135 (OT)",
"Mike Taylor (35)",
"Al Thornton (9)",
"Baron Davis (6)",
"Madison Square Garden 19,041",
"18–54"
],
[
"14",
"73",
"March 27",
"@ San Antonio",
"L 98–111 (OT)",
"Mike Taylor (23)",
"Alex Acker (8)",
"Eric Gordon (4)",
"AT&T Center 18,797",
"18–55"
],
[
"15",
"74",
"March 28",
"@ Houston",
"L 93–110 (OT)",
"Eric Gordon (17)",
"Zach Randolph (8)",
"Mike Taylor (6)",
"Toyota Center 18,267",
"18–56"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(E1, D1=\"L 87–89 (OT)\")))",
"Formula2": "ROWS(UNIQUE(FILTER(E2:E14, D2:D14=\"L 87–89 (OT)\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many entries are shown for high points when the score was l 87–89 (ot)?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"E1",
"D1",
"=",
"\"L 87–89 (OT)\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=11))",
"Formula2": "LET(query1,SUMMARIZE(C2:C14,SUMX(A2:A14)),FILTER(query1,CHOOSECOLS(query1,2)=11))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What was the other team in game 11?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"11"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"9–3\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,I2:I14=\"9–3\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who scored the high points for the game with record 9–3?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"I1",
"=",
"\"9–3\"",
"5"
]
}
] | test_1-27722408-6 | [
[
"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",
"4",
"November 2",
"@ Detroit",
"W 109–86 (OT)",
"Kevin Garnett (22)",
"Kevin Garnett (6)",
"Rajon Rondo (17)",
"The Palace of Auburn Hills 15,313",
"3–1"
],
[
"3",
"5",
"November 3",
"Milwaukee",
"W 105–102 (OT)",
"Paul Pierce (28)",
"Rajon Rondo , Kevin Garnett (8)",
"Rajon Rondo (15)",
"TD Garden 18,624",
"4–1"
],
[
"4",
"6",
"November 5",
"Chicago",
"W 110–105 (OT)",
"Ray Allen (25)",
"Kevin Garnett (10)",
"Rajon Rondo (11)",
"TD Garden 18,624",
"5–1"
],
[
"5",
"7",
"November 7",
"@ Oklahoma City",
"W 92–83 (OT)",
"Ray Allen (19)",
"Jermaine O'Neal (9)",
"Rajon Rondo (10)",
"Oklahoma City Arena 18,203",
"6–1"
],
[
"6",
"8",
"November 8",
"@ Dallas",
"L 87–89 (OT)",
"Paul Pierce (24)",
"Kevin Garnett (15)",
"Rajon Rondo (15)",
"American Airlines Center 20,194",
"6–2"
],
[
"7",
"9",
"November 11",
"@ Miami",
"W 112–107 (OT)",
"Ray Allen (35)",
"Kevin Garnett (13)",
"Rajon Rondo (16)",
"American Airlines Arena 19,650",
"7–2"
],
[
"8",
"10",
"November 13",
"@ Memphis",
"W 116–110 (OT)",
"Paul Pierce (28)",
"Kevin Garnett (9)",
"Rajon Rondo (17)",
"FedExForum 18,119",
"8–2"
],
[
"9",
"11",
"November 17",
"Washington",
"W 114–83 (OT)",
"Paul Pierce (23)",
"Glen Davis (8)",
"Rajon Rondo (13)",
"TD Garden 18,624",
"9–2"
],
[
"10",
"12",
"November 19",
"Oklahoma City",
"L 84–89 (OT)",
"Kevin Garnett (16)",
"Shaquille O'Neal , Paul Pierce (6)",
"Rajon Rondo (7)",
"TD Garden 18,624",
"9–3"
],
[
"11",
"13",
"November 21",
"@ Toronto",
"L 101–102 (OT)",
"Nate Robinson (22)",
"Kevin Garnett , Ray Allen (8)",
"Paul Pierce (5)",
"Air Canada Centre 17,707",
"9–4"
],
[
"12",
"14",
"November 22",
"@ Atlanta",
"W 99–76 (OT)",
"Kevin Garnett (17)",
"Kevin Garnett , Shaquille O'Neal (11)",
"Nate Robinson (10)",
"Philips Arena 14,476",
"10–4"
],
[
"13",
"15",
"November 24",
"New Jersey",
"W 89–83 (OT)",
"Shaquille O'Neal (25)",
"Shaquille O'Neal (11)",
"Ray Allen (7)",
"TD Garden 18,624",
"11–4"
],
[
"14",
"16",
"November 26",
"Toronto",
"W 110–101 (OT)",
"Kevin Garnett (26)",
"Kevin Garnett (11)",
"Rajon Rondo (14)",
"TD Garden 18,624",
"12–4"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Pants on Fire\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,C2:C15=\"Pants on Fire\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When \"pants on fire\" is the title what is the air date?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"Pants on Fire\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"The Charlotte Letter\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,C2:C15=\"The Charlotte Letter\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When \"the charlotte letter\" is the title what is the air date?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"The Charlotte Letter\"",
"6"
]
},
{
"Formula": "MINIFS(A1,C1,\"The 37-Year Itch\")",
"Formula2": "MINIFS(A2:A15,C2:C15,\"The 37-Year Itch\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "When \"the 37-year itch\" is the title what is the lowest series number?",
"Tokens": [
"MINIFS(",
"A1",
"C1",
"\"The 37-Year Itch\""
]
},
{
"Formula": "SUM(FILTER(A1, B1=12))",
"Formula2": "SUM(FILTER(A2:A15, B2:B15=12))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "When 12 is the season number how many series numbers are there?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"B1",
"=",
"12"
]
}
] | train_1-25649467-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Series #",
"Season #",
"Title",
"Director",
"Writer(s)",
"Original air date"
],
[
"2",
"15",
"1",
"\"The Second Greatest Story Ever Told, Part 1\"",
"John Landis",
"Marta Kauffman and David Crane",
"July7,1991"
],
[
"3",
"16",
"2",
"\"The Second Greatest Story Ever Told, Part 2\"",
"John Landis",
"Marta Kauffman and David Crane",
"July7,1991"
],
[
"4",
"17",
"3",
"\"And Your Little Dog, Too\"",
"Catherine O'Hara",
"Marta Kauffman and David Crane",
"July14,1991"
],
[
"5",
"18",
"4",
"\"The 37-Year Itch\"",
"Betty Thomas",
"Dava Savel",
"July21,1991"
],
[
"6",
"19",
"5",
"\"Calling the Kettle Black\"",
"Peter Baldwin",
"Jeff Greenstein and Jeff Strauss",
"July28,1991"
],
[
"7",
"20",
"6",
"\"Futile Attraction\"",
"Arlene Sanford",
"Marta Kauffman and David Crane",
"August4,1991"
],
[
"8",
"21",
"7",
"\"No, I'm Just Happy to See You\"",
"Arlene Sanford",
"Jeff Greenstein and Jeff Strauss",
"August11,1991"
],
[
"9",
"22",
"8",
"\"What I Did for Lust\"",
"Bethany Rooney",
"Theresa Rebeck",
"August18,1991"
],
[
"10",
"23",
"9",
"\"Play Melville for Me\"",
"Arlene Sanford",
"Craig Hoffman",
"August25,1991"
],
[
"11",
"24",
"10",
"\"To Have and Have and Have and Have Not\"",
"John Axness",
"Craig Hoffman",
"September1,1991"
],
[
"12",
"25",
"11",
"\"Pants on Fire\"",
"Arlene Sanford",
"Marta Kauffman and David Crane",
"September8,1991"
],
[
"13",
"26",
"12",
"\"The Charlotte Letter\"",
"Peter Baldwin",
"Tom Leopold",
"September15,1991"
],
[
"14",
"27",
"13",
"\"The Name of the Game Is Five-Card Stud\"",
"Rob Thompson",
"Theresa Rebeck",
"September22,1991"
],
[
"15",
"28",
"14",
"\"So Funny I Forgot to Laugh\"",
"Betty Thomas",
"Jeff Greenstein and Jeff Strauss",
"September29,1991"
]
] |
[
{
"Formula": "SUMIFS(A1,C1,\"21 October 1992\")",
"Formula2": "SUMIFS(A2:A10,C2:C10,\"21 October 1992\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many titles were released on 21 October 1992?",
"Tokens": [
"SUMIFS(",
"A1",
"C1",
"\"21 October 1992\""
]
},
{
"Formula": "SUMIFS(A1,B1,\"Super Mario Land 2: 6 Golden Coins\")",
"Formula2": "SUMIFS(A2:A10,B2:B10,\"Super Mario Land 2: 6 Golden Coins\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What rank is Super Mario Land 2: 6 Golden Coins?",
"Tokens": [
"SUMIFS(",
"A1",
"B1",
"\"Super Mario Land 2: 6 Golden Coins\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(F1,SUMX(G1)),FILTER(query1,CHOOSECOLS(query1,2)=11.18))",
"Formula2": "LET(query1,SUMMARIZE(F2:F10,SUMX(G2:G10)),FILTER(query1,CHOOSECOLS(query1,2)=11.18))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What platform sold 11.18 million units?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"F1",
"SUMX(",
"G1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"11.18"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(G1)),FILTER(query1,CHOOSECOLS(query1,2)=9.87))",
"Formula2": "LET(query1,SUMMARIZE(C2:C10,SUMX(G2:G10)),FILTER(query1,CHOOSECOLS(query1,2)=9.87))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What day did the platform sell 9.87 million units?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"G1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"9.87"
]
}
] | train_1-18590048-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Rank",
"Title",
"Release Date",
"Franchise",
"Developer(s)",
"Platform",
"Units sold (in Millions)"
],
[
"2",
"1",
"Pokémon Red / Green / Blue Version",
"27 February 1996",
"Pokémon",
"Nintendo / GameFreak",
"Game Boy",
"31.37"
],
[
"3",
"2",
"Pokémon Gold / Silver Version",
"21 November 1999",
"Pokémon",
"Nintendo/GameFreak",
"Game Boy",
"23.10"
],
[
"4",
"3",
"Super Mario World",
"21 November 1990",
"Super Mario Bros.",
"Nintendo",
"SNES",
"20.61"
],
[
"5",
"4",
"Pokémon Yellow: Special Pikachu Edition",
"12 September 1998",
"Pokémon",
"Nintendo/GameFreak",
"Game Boy",
"14.64"
],
[
"6",
"5",
"Super Mario 64",
"23 June 1996",
"Super Mario Bros.",
"Nintendo",
"Nintendo 64",
"11.89"
],
[
"7",
"6",
"Super Mario Land 2: 6 Golden Coins",
"21 October 1992",
"Super Mario Bros.",
"Nintendo",
"Game Boy",
"11.18"
],
[
"8",
"7",
"Gran Turismo",
"23 December 1997",
"Gran Turismo",
"Polyphony Digital",
"PlayStation",
"11.15"
],
[
"9",
"8",
"Super Mario All-Stars",
"14 July 1993",
"Super Mario Bros.",
"Nintendo",
"SNES",
"10.55"
],
[
"10",
"9",
"Mario Kart 64",
"14 December 1996",
"Mario Kart",
"Nintendo",
"Nintendo 64",
"9.87"
]
] |
[
{
"Formula": "MIN(FILTER(B1, (D1=\"raiders of the lost ark\")*(E1=277)))",
"Formula2": "MIN(FILTER(B2:B18, (D2:D18=\"raiders of the lost ark\")*(E2:E18=277)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Raiders of the Lost Ark had pieces of 277 for what lowest number?",
"Tokens": [
"MIN(",
"FILTER(",
"B1",
"D1",
"=",
"\"raiders of the lost ark\"",
"*",
"E1",
"=",
"277"
]
},
{
"Formula": "SUM(FILTER(B1, (E1<511)*(A1=\"chauchilla cemetery battle\")))",
"Formula2": "SUM(FILTER(B2:B18, (E2:E18<511)*(A2:A18=\"chauchilla cemetery battle\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the number for Chauchilla Cemetery Battle with less than 511 pieces?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"E1",
"<",
"511",
"*",
"A1",
"=",
"\"chauchilla cemetery battle\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(E1),SUMX(B1)),FILTER(query1,(CHOOSECOLS(query1,2)=339)*(CHOOSECOLS(query1,3)<7198)))",
"Formula2": "LET(query1,SUMMARIZE(C2:C18,SUMX(E2:E18),SUMX(B2:B18)),FILTER(query1,(CHOOSECOLS(query1,2)=339)*(CHOOSECOLS(query1,3)<7198)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "What was the earliest year with 339 pieces and a number smaller than 7198?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"E1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"339",
"*",
"CHOOSECOLS(",
"query1",
"3",
"<",
"7198"
]
}
] | test_2-12395766-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name",
"Number",
"Released",
"Film",
"Pieces"
],
[
"2",
"Motorcycle Chase",
"7620",
"2008",
"Indiana Jones and the Last Crusade",
"79"
],
[
"3",
"The Lost Tomb",
"7621",
"2008",
"Raiders of the Lost Ark",
"277"
],
[
"4",
"Race for the Stolen Treasure",
"7622",
"2008",
"Raiders of the Lost Ark",
"272"
],
[
"5",
"Temple Escape",
"7623",
"2008",
"Raiders of the Lost Ark",
"552"
],
[
"6",
"Jungle Duel",
"7624",
"2008",
"Indiana Jones and the Kingdom of the Crystal Skull",
"90"
],
[
"7",
"River Chase",
"7625",
"2008",
"Indiana Jones and the Kingdom of the Crystal Skull",
"234"
],
[
"8",
"Jungle Cutter",
"7626",
"2008",
"Indiana Jones and the Kingdom of the Crystal Skull",
"511"
],
[
"9",
"Temple of the Crystal Skull",
"7627",
"2008",
"Indiana Jones and the Kingdom of the Crystal Skull",
"929"
],
[
"10",
"Peril in Peru",
"7628",
"2008",
"Indiana Jones and the Kingdom of the Crystal Skull",
"625"
],
[
"11",
"Jungle Cruiser",
"20004",
"2008",
"Indiana Jones and the Kingdom of the Crystal Skull",
"83"
],
[
"12",
"Shanghai Chase",
"7682",
"2009",
"Indiana Jones and the Temple of Doom",
"244"
],
[
"13",
"Fight on the Flying Wing",
"7683",
"2009",
"Raiders of the Lost Ark",
"376"
],
[
"14",
"Ambush in Cairo",
"7195",
"2009",
"Raiders of the Lost Ark",
"79"
],
[
"15",
"Chauchilla Cemetery Battle",
"7196",
"2009",
"Indiana Jones and the Kingdom of the Crystal Skull",
"189"
],
[
"16",
"Venice Canal Chase",
"7197",
"2009",
"Indiana Jones and the Last Crusade",
"420"
],
[
"17",
"Fighter Plane Attack",
"7198",
"2009",
"Indiana Jones and the Last Crusade",
"339"
],
[
"18",
"The Temple of Doom",
"7199",
"2009",
"Indiana Jones and the Temple of Doom",
"654"
]
] |
[
{
"Formula": "FILTER(E1,B1=\"proletarij\")",
"Formula2": "FILTER(E2:E7,B2:B7=\"proletarij\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How did the ship named proletarij finish its service?",
"Tokens": [
"FILTER(",
"E1",
"B1",
"=",
"\"proletarij\""
]
},
{
"Formula": "AVERAGE(FILTER(D1,B1=\"proletarij\"))",
"Formula2": "AVERAGE(FILTER(D2:D7,B2:B7=\"proletarij\"))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the average tonnage of the ship named proletarij?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"B1",
"=",
"\"proletarij\""
]
}
] | dev_2-17264629-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Name of ship",
"Flag",
"Tonnage",
"Fate"
],
[
"2",
"5December1944",
"Proletarij",
"Soviet Union",
"1,123",
"sunk at"
],
[
"3",
"21December1944",
"Reshitel'nyj",
"Soviet Union",
"20",
"sunk at"
],
[
"4",
"26December1944",
"RT-52 Som",
"Soviet Union",
"417",
"sunk at"
],
[
"5",
"29December1944",
"T-883 (No 37)",
"Soviet Union",
"633",
"sunk at"
],
[
"6",
"2March1945",
"BO-224",
"Soviet Union",
"105",
"sunk at"
],
[
"7",
"20March1945",
"Horace Bushnell",
"United States",
"7,176",
"damaged at"
]
] |
[
{
"Formula": "AVERAGE(FILTER(C1, (D1=2)*(E1>4)))",
"Formula2": "AVERAGE(FILTER(C2:C6, (D2:D6=2)*(E2:E6>4)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the average Top-5 finishes with 2 as the Top-10 and a greater than 4 Top-25?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"C1",
"D1",
"=",
"2",
"*",
"E1",
">",
"4"
]
},
{
"Formula": "MIN(FILTER(C1, F1>18))",
"Formula2": "MIN(FILTER(C2:C6, F2:F6>18))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What are the least Top-5 finish when the events are greater than 18?",
"Tokens": [
"MIN(",
"FILTER(",
"C1",
"F1",
">",
"18"
]
},
{
"Formula": "SUM(FILTER(B1, F1<3))",
"Formula2": "SUM(FILTER(B2:B6, F2:F6<3))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the total of wins when the evens is less than 3?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"F1",
"<",
"3"
]
},
{
"Formula": "SUM(FILTER(G1, (D1>1)*(B1>0)*(C1>2)*(F1>18)))",
"Formula2": "SUM(FILTER(G2:G6, (D2:D6>1)*(B2:B6>0)*(C2:C6>2)*(F2:F6>18)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many cuts made when the Top-10 is larger than 1, and the wins greater than 0, and a Top-5 greater than 2, when the events is greater than 18?",
"Tokens": [
"SUM(",
"FILTER(",
"G1",
"D1",
">",
"1",
"*",
"B1",
">",
"0",
"*",
"C1",
">",
"2",
"*",
"F1",
">",
"18"
]
}
] | train_2-1570274-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Tournament",
"Wins",
"Top-5",
"Top-10",
"Top-25",
"Events",
"Cuts made"
],
[
"2",
"Masters Tournament",
"0",
"1",
"2",
"4",
"4",
"4"
],
[
"3",
"U.S. Open",
"0",
"2",
"3",
"4",
"6",
"5"
],
[
"4",
"The Open Championship",
"1",
"2",
"2",
"2",
"3",
"3"
],
[
"5",
"PGA Championship",
"0",
"0",
"1",
"2",
"5",
"4"
],
[
"6",
"Totals",
"1",
"5",
"8",
"12",
"18",
"16"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"1962 , 1967\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,C2:C8=\"1962 , 1967\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Finish, when Year(s) Won is \"1962 , 1967\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"1962 , 1967\"",
"6"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=\"1962 , 1967\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>6))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F8,C2:C8=\"1962 , 1967\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>6))",
"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 Player, when To Par is greater than 6, and when Year(s) Won is \"1962 , 1967\"?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"1962 , 1967\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"6"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=\"1952 , 1963\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<14))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F8,C2:C8=\"1952 , 1963\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<14))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "What is Finish, when To Par is less than 14, and when Year(s) Won is \"1952 , 1963\"?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"1952 , 1963\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"6",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"14"
]
},
{
"Formula": "MAXIFS(E1,C1,\"1962 , 1967\")",
"Formula2": "MAXIFS(E2:E8,C2:C8,\"1962 , 1967\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the highest To Par, when Year(s) Won is \"1962 , 1967\"?",
"Tokens": [
"MAXIFS(",
"E1",
"C1",
"\"1962 , 1967\""
]
},
{
"Formula": "SUM(FILTER(D1, (E1<14)*(F1=\"t12\")*(A1=\"julius boros\")))",
"Formula2": "SUM(FILTER(D2:D8, (E2:E8<14)*(F2:F8=\"t12\")*(A2:A8=\"julius boros\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the Total, when To Par is less than 14, when Finish is T12, and when Player is \"Julius Boros\"?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"E1",
"<",
"14",
"*",
"F1",
"=",
"\"t12\"",
"*",
"A1",
"=",
"\"julius boros\""
]
}
] | train_2-17245578-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Player",
"Country",
"Year(s) won",
"Total",
"To par",
"Finish"
],
[
"2",
"Billy Casper",
"United States",
"1959 , 1966",
"294",
"+6",
"T8"
],
[
"3",
"Lee Trevino",
"United States",
"1968",
"294",
"+6",
"T8"
],
[
"4",
"Julius Boros",
"United States",
"1952 , 1963",
"295",
"+7",
"T12"
],
[
"5",
"Gene Littler",
"United States",
"1961",
"295",
"+7",
"T12"
],
[
"6",
"Gary Player",
"South Africa",
"1965",
"302",
"+14",
"T44"
],
[
"7",
"Jack Nicklaus",
"United States",
"1962 , 1967",
"304",
"+16",
"T49"
],
[
"8",
"Arnold Palmer",
"United States",
"1960",
"305",
"+17",
"T54"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(C1, B1=2)))",
"Formula2": "ROWS(UNIQUE(FILTER(C2:C8, B2:B8=2)))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "medium",
"Question": "How many titles does Episode 2 have",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"C1",
"B1",
"=",
"2"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=2))",
"Formula2": "LET(query1,SUMMARIZE(C2:C8,SUMX(B2:B8)),FILTER(query1,CHOOSECOLS(query1,2)=2))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the title of Episode #2",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"2"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(D1, B1=3)))",
"Formula2": "ROWS(UNIQUE(FILTER(D2:D8, B2:B8=3)))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "medium",
"Question": "How many directors did Episode #3 have",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"D1",
"B1",
"=",
"3"
]
}
] | test_1-165732-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Series #",
"Episode #",
"Title",
"Directed by",
"Written by",
"Original air date"
],
[
"2",
"1",
"1",
"\"Episode 1\"",
"Charles McDougall",
"Russell T. Davies",
"23 February 1999"
],
[
"3",
"1",
"2",
"\"Episode 2\"",
"Charles McDougall",
"Russell T. Davies",
"2 March 1999"
],
[
"4",
"1",
"3",
"\"Episode 3\"",
"Charles McDougall",
"Russell T. Davies",
"9 March 1999"
],
[
"5",
"1",
"4",
"\"Episode 4\"",
"Charles McDougall",
"Russell T. Davies",
"16 March 1999"
],
[
"6",
"1",
"5",
"\"Episode 5\"",
"Sarah Harding",
"Russell T. Davies",
"23 March 1999"
],
[
"7",
"1",
"6",
"\"Episode 6\"",
"Sarah Harding",
"Russell T. Davies",
"30 March 1999"
],
[
"8",
"1",
"7",
"\"Episode 7\"",
"Sarah Harding",
"Russell T. Davies",
"6 April 1999"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"funhouse studios\")*(B1=\"3:27\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,(F2:F16=\"funhouse studios\")*(B2:B16=\"3:27\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who wrote the album recorded at funhouse studios with a time of 3:27?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"funhouse studios\"",
"*",
"B1",
"=",
"\"3:27\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"the cabin in the woods studio\")*(B1=\"3:16\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,(F2:F16=\"the cabin in the woods studio\")*(B2:B16=\"3:16\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who performed the song recorded at the Cabin in the Woods Studio with a Time of 3:16?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"the cabin in the woods studio\"",
"*",
"B1",
"=",
"\"3:16\"",
"4"
]
}
] | train_2-18815934-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Title",
"Time",
"Writer(s)",
"Performer(s)",
"Producer(s)",
"Recorded at"
],
[
"2",
"\"Intro\"",
"2:01",
"Violent J Eric Davie",
"Violent J",
"Violent J Eric Davie Akuma",
"The Cabin in the Woods Studio"
],
[
"3",
"\"Wake Up\"",
"3:50",
"Violent J Mike E. Clark",
"Violent J",
"Mike E. Clark",
"FunHouse Studios"
],
[
"4",
"\"Fight Club\"",
"3:27",
"Violent J Mike E. Clark",
"Violent J Necro Esham",
"Mike E. Clark",
"FunHouse Studios"
],
[
"5",
"\"When I Rap\"",
"2:05",
"Violent J Eric Davie",
"Violent J",
"Violent J Eric Davie Akuma",
"The Cabin in the Woods Studio"
],
[
"6",
"\"Candy Land\"",
"4:00",
"Violent J Esham",
"Violent J Esham",
"Violent J Mike E. Clark",
"FunHouse Studios"
],
[
"7",
"\"Get Out The Way\"",
"3:03",
"Violent J Mike E. Clark",
"Violent J",
"Mike E. Clark",
"The Cabin in the Woods Studio"
],
[
"8",
"\"14 Year Old\"",
"4:03",
"Violent J Mike E. Clark",
"Violent J",
"Mike E. Clark",
"The Cabin in the Woods Studio"
],
[
"9",
"\"I Get Mad\"",
"3:32",
"Violent J Mike E. Clark",
"Violent J",
"Mike E Clark",
"The Cabin in the Woods Studio"
],
[
"10",
"\"Faster\"",
"4:22",
"Violent J Mike E. Clark",
"Violent J",
"Mike E Clark",
"The Cabin in the Woods Studio"
],
[
"11",
"\"Jealousy\"",
"3:25",
"Violent J Mike E. Clark",
"Violent J Razor Ray",
"Mike E. Clark",
"FunHouse Studios"
],
[
"12",
"\"Home Invasion\"",
"4:03",
"Violent J Mike E. Clark",
"Violent J Shaggy 2 Dope",
"Mike E. Clark",
"The Cabin in the Woods Studio"
],
[
"13",
"\"4 The Hoes\"",
"2:50",
"Violent J Eric Davie",
"Violent J",
"Violent J Eric Davie Akuma",
"The Cabin in the Woods Studio"
],
[
"14",
"\"Pyromaniac\"",
"3:37",
"Violent J Mike E. Clark",
"Violent J",
"Mike E. Clark",
"The Cabin in the Woods Studio"
],
[
"15",
"\"Let It Go\"",
"3:16",
"Violent J Mike E. Clark",
"Violent J",
"Mike E Clark",
"The Cabin in the Woods Studio"
],
[
"16",
"\"Freeway Killer\"",
"5:16",
"Violent J Mike E Clark",
"Violent J",
"Mike E Clark",
"The Cabin in the Woods Studio"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"melville cricket club\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,A2:A17=\"melville cricket club\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the Home ground(s) listed for the Name Melville Cricket Club?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"melville cricket club\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"aaron heal\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,F2:F17=\"aaron heal\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What Name has the Captain Aaron Heal?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"aaron heal\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"university cricket club\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,A2:A17=\"university cricket club\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the Nickname listed for the Name of University Cricket Club?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"university cricket club\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"southern river\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,C2:C17=\"southern river\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What Nickname has a Location of Southern River?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"southern river\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"storm\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,B2:B17=\"storm\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Name listed for the Nickname of Storm?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"storm\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"bayswater\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,C2:C17=\"bayswater\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What Name has the Location of Bayswater?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"bayswater\"",
"1"
]
}
] | train_2-18752986-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Name",
"Nickname",
"Location",
"Home ground(s)",
"Coach",
"Captain"
],
[
"2",
"Bayswater-Morley District Cricket Club [a ]",
"Bears",
"Bayswater",
"Hillcrest Reserve",
"Craig Kirkby",
"Simon Allison"
],
[
"3",
"Claremont-Nedlands Cricket Club [b ]",
"Tigers",
"Nedlands",
"Cresswell Park Melvista Oval",
"Tim Cusack",
"Jim Allenby"
],
[
"4",
"Fremantle District Cricket Club",
"Freo",
"Fremantle",
"Stevens Reserve",
"Joe Piromalli",
"Chris Wood"
],
[
"5",
"Gosnells Cricket Club",
"Hawks",
"Southern River",
"Sutherlands Park",
"Russell De Lain",
"Anthony Caddy"
],
[
"6",
"Joondalup Districts Cricket Club [d ]",
"Northern Centurions",
"Iluka",
"Iluka Sports Complex",
"Ric Olsen",
"Michael Swart"
],
[
"7",
"Melville Cricket Club",
"Storm",
"Alfred Cove",
"Tompkins Park",
"Brad Thompson",
"Drew Porter"
],
[
"8",
"Midland-Guildford Cricket Club",
"Swans",
"Caversham",
"Lilac Hill Park",
"Bruce Yardley",
"Chris Pivac"
],
[
"9",
"Mount Lawley District Cricket Club [e ]",
"Hawks",
"Dianella",
"Breckler Park",
"Graeme Allen",
"Shane Rakich"
],
[
"10",
"Perth Cricket Club [f ]",
"Demons",
"Carlisle",
"Fletcher Park",
"Steve Mayne",
"Christiaan Moir"
],
[
"11",
"Rockingham-Mandurah District Cricket Club",
"Mariners",
"Secret Harbour",
"Lark Hill Sports Complex",
"Wayne Clark",
"Aaron Heal"
],
[
"12",
"Scarborough Cricket Club",
"Gulls",
"Scarborough",
"Abbett Park",
"Mark Coles",
"Michael Johnson"
],
[
"13",
"South Perth Cricket Club",
"Sky Blues",
"South Perth",
"Richardson Park",
"Kim Hagdorn",
"Marshall Hood"
],
[
"14",
"Subiaco-Floreat Cricket Club [h ]",
"Lions",
"Floreat",
"Floreat Oval",
"Brett Bowker",
"Alex Malcolm"
],
[
"15",
"University Cricket Club",
"Students",
"Crawley",
"James Oval",
"Will Stibbs",
"Josh Mangan"
],
[
"16",
"Wanneroo District Cricket Club",
"Roos",
"Madeley",
"Kingsway Reserve",
"Andy Oram",
"Robert Fairchild"
],
[
"17",
"Willetton District Cricket Club [i ]",
"Dragons",
"Willetton",
"Burrendah Reserve",
"Aaron Harwood",
"Kris Elliot"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"matthew barton\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,E2:E7=\"matthew barton\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What category is Matthew Barton?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"matthew barton\"",
"3"
]
}
] | train_2-17859751-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Outcome",
"Date",
"Category",
"Surface",
"Opponent",
"Score"
],
[
"2",
"Winner",
"11 May 2009",
"Challenger",
"Clay",
"Carsten Ball",
"6–7 (4–7) , 6–4, 6–3"
],
[
"3",
"Runner-up",
"24 July 2011",
"Challenger",
"Hard",
"Wayne Odesnik",
"5–7, 4–6"
],
[
"4",
"Winner",
"7 August 2011",
"Challenger",
"Hard",
"Robby Ginepri",
"7–5, 6–4"
],
[
"5",
"Runner-up",
"10 February 2013",
"Challenger",
"Hard",
"Matthew Barton",
"2–6, 3–6"
],
[
"6",
"Runner-up",
"5 May 2013",
"Challenger",
"Clay",
"Márton Fucsovics",
"5–7, 6–3, 3–6"
],
[
"7",
"Winner",
"28 July 2013",
"Challenger",
"Hard",
"James Duckworth",
"4–6, 6–3, 6–4"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(E1, B1=3)))",
"Formula2": "ROWS(UNIQUE(FILTER(E2:E11, B2:B11=3)))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "medium",
"Question": "How many items appear in the written by column in episode 3?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"E1",
"B1",
"=",
"3"
]
},
{
"Formula": "SUMIFS(B1,E1,\"Matt MacLennan\")",
"Formula2": "SUMIFS(B2:B11,E2:E11,\"Matt MacLennan\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What episode was written by Matt Maclennan?",
"Tokens": [
"SUMIFS(",
"B1",
"E1",
"\"Matt MacLennan\""
]
},
{
"Formula": "MAXIFS(A1,E1,\"Sheri Elwood\")",
"Formula2": "MAXIFS(A2:A11,E2:E11,\"Sheri Elwood\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is largest total number that was written by Sheri Elwood?",
"Tokens": [
"MAXIFS(",
"A1",
"E1",
"\"Sheri Elwood\""
]
}
] | test_1-27155243-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Total #",
"Episode #",
"Title",
"Directed by",
"Written by",
"Original air date"
],
[
"2",
"27",
"1",
"\"Fuck City Hall\"",
"Scott Smith",
"Sheri Elwood",
"September23,2012"
],
[
"3",
"28",
"2",
"\"Thirty Percent Less Pulp Fiction\"",
"Scott Smith",
"Dennis Heaton",
"September23,2012"
],
[
"4",
"29",
"3",
"\"The Virgin Homo-Cide\"",
"James Allodi",
"Matt MacLennan",
"September30,2012"
],
[
"5",
"30",
"4",
"\"The Rise and Fall of Ethnic Man\"",
"James Allodi",
"Derek Schreyer",
"October7,2012"
],
[
"6",
"31",
"5",
"\"Fuck the Vote\"",
"Shawn Thompson",
"Sheri Elwood & Nikolijne Troubetzkoy",
"October14,2012"
],
[
"7",
"32",
"6",
"\"Semen-Gate\"",
"Jason Priestley",
"Jeff Detsky",
"October21,2012"
],
[
"8",
"34",
"8",
"\"Are You There God? I Need to Speak to Frank\"",
"Jason Priestley",
"Sheri Elwood",
"November4,2012"
],
[
"9",
"35",
"9",
"\"Teetotal Recall\"",
"Scott Smith",
"Jeff Detsky & Matt MacLennan",
"November11,2012"
],
[
"10",
"36",
"10",
"\"Apoca' Smokes Now\"",
"Scott Smith",
"Dennis Heaton",
"November18,2012"
],
[
"11",
"37",
"11",
"\"And Baby Makes... Fuck! Part 1\"",
"Sheri Elwood",
"Sheri Elwood & Matt MacLennan",
"November25,2012"
]
] |
[
{
"Formula": "SUM(FILTER(A1, (D1=\"fred smoot\")*(B1>14)))",
"Formula2": "SUM(FILTER(A2:A6, (D2:D6=\"fred smoot\")*(B2:B6>14)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the sum of the round of Fred Smoot, who has a pick number greater than 14?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"D1",
"=",
"\"fred smoot\"",
"*",
"B1",
">",
"14"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"mississippi state\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,F2:F6=\"mississippi state\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What position does the player from Mississippi state play?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"mississippi state\"",
"5"
]
},
{
"Formula": "MAX(FILTER(B1, (E1=\"wr\")*(C1<15)))",
"Formula2": "MAX(FILTER(B2:B6, (E2:E6=\"wr\")*(C2:C6<15)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the highest pick of the wr player with an overall less than 15?",
"Tokens": [
"MAX(",
"FILTER(",
"B1",
"E1",
"=",
"\"wr\"",
"*",
"C1",
"<",
"15"
]
}
] | test_2-17100961-72 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Round",
"Pick",
"Overall",
"Name",
"Position",
"College"
],
[
"2",
"1",
"15",
"15",
"Rod Gardner",
"WR",
"Clemson"
],
[
"3",
"2",
"14",
"45",
"Fred Smoot",
"CB",
"Mississippi State"
],
[
"4",
"4",
"14",
"109",
"Sage Rosenfels",
"QB",
"Iowa State"
],
[
"5",
"5",
"23",
"154",
"Darnerien McCants",
"WR",
"Delaware State"
],
[
"6",
"6",
"23",
"186",
"Mario Monds",
"DT",
"Cincinnati"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=0)*(C1=\"nsp3\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,(F2:F12=0)*(C2:C12=\"nsp3\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which location has a copies per particle of 0 and a protein of nsp3?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"0",
"*",
"C1",
"=",
"\"nsp3\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"nsp2\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,C2:C12=\"nsp2\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "How many copies per particle does the protein nsp2 have?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"nsp2\"",
"6"
]
},
{
"Formula": "MAX(FILTER(A1, (C1=\"vp2\")*(B1>2690)))",
"Formula2": "MAX(FILTER(A2:A12, (C2:C12=\"vp2\")*(B2:B12>2690)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the highest RNA segment having a protein of vp2 and a base pair size over 2690?",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"C1",
"=",
"\"vp2\"",
"*",
"B1",
">",
"2690"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,E1=\"nonstructural\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,1)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)>5)*(CHOOSECOLS(query1,3)<751)))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F12,E2:E12=\"nonstructural\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,1)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)>5)*(CHOOSECOLS(query1,3)<751)))",
"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": "What is the number of copies per particle having a nonstructural location, an RNA segment over 5 and a base pair size under 751?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"nonstructural\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"6",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"2",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"5",
"*",
"CHOOSECOLS(",
"query1",
"3",
"<",
"751"
]
}
] | train_2-140968-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"RNA Segment (Gene)",
"Size ( s base pair )",
"Protein",
"Molecular weight kDa",
"Location",
"Copies per particle"
],
[
"2",
"1",
"3302",
"VP1",
"125",
"At the vertices of the core",
"<25"
],
[
"3",
"2",
"2690",
"VP2",
"102",
"Forms inner shell of the core",
"120"
],
[
"4",
"3",
"2591",
"VP3",
"88",
"At the vertices of the core",
"<25"
],
[
"5",
"4",
"2362",
"VP4",
"87",
"Surface spike",
"120"
],
[
"6",
"5",
"1611",
"NSP1",
"59",
"Nonstructural",
"0"
],
[
"7",
"6",
"1356",
"VP6",
"45",
"Inner Capsid",
"780"
],
[
"8",
"7",
"1104",
"NSP3",
"37",
"Nonstructural",
"0"
],
[
"9",
"8",
"1059",
"NSP2",
"35",
"Nonstructural",
"0"
],
[
"10",
"9",
"1062",
"VP7 1 VP7 2",
"38 and 34",
"Surface",
"780"
],
[
"11",
"10",
"751",
"NSP4",
"20",
"Nonstructural",
"0"
],
[
"12",
"11",
"667",
"NSP5 NSP6",
"22",
"Nonstructural",
"0"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"colorado rapids\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>15))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E11,B2:B11=\"colorado rapids\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>15))",
"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 position does the Colorado Rapids pick after 15 play?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"colorado rapids\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"15"
]
}
] | train_2-1004125-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pick #",
"MLS Team",
"Player",
"Position",
"Affiliation"
],
[
"2",
"11",
"Chicago Fire",
"Leonard Griffin",
"D",
"UCLA"
],
[
"3",
"12",
"Columbus Crew",
"Chris Wingert",
"D",
"St. John's University"
],
[
"4",
"13",
"Los Angeles Galaxy",
"* Josh Gardner",
"M",
"University of Cincinnati"
],
[
"5",
"14",
"Los Angeles Galaxy",
"* Ned Grabavoy",
"M",
"Indiana University"
],
[
"6",
"15",
"Colorado Rapids",
"Adolfo Gregorio",
"M",
"UCLA"
],
[
"7",
"16",
"Colorado Rapids",
"Adrian Cann",
"D",
"University of Louisville"
],
[
"8",
"17",
"Kansas City Wizards",
"Will Hesmer",
"GK",
"Wake Forest University"
],
[
"9",
"18",
"MetroStars",
"Seth Stammler",
"D",
"University of Maryland"
],
[
"10",
"19",
"Chicago Fire",
"Matt Pickens",
"GK",
"SMS (now Missouri State)"
],
[
"11",
"20",
"Chicago Fire",
"Sumed Ibrahim",
"M",
"University of Maryland"
]
] |
[
{
"Formula": "FILTER(D1,(A1>1981)*(E1=\"roberto de vicenzo\"))",
"Formula2": "FILTER(D2:D6,(A2:A6>1981)*(E2:E6=\"roberto de vicenzo\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What margin was in after 1981, and was Roberto De Vicenzo runner-up?",
"Tokens": [
"FILTER(",
"D1",
"A1",
">",
"1981",
"*",
"E1",
"=",
"\"roberto de vicenzo\""
]
},
{
"Formula": "FILTER(B1,A1=1985)",
"Formula2": "FILTER(B2:B6,A2:A6=1985)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What championship was in 1985?",
"Tokens": [
"FILTER(",
"B1",
"A1",
"=",
"1985"
]
}
] | dev_2-1552405-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Championship",
"Winning score",
"Margin",
"Runner(s)-up"
],
[
"2",
"1981",
"PGA Seniors' Championship",
"−7 (68-72-68-73=281)",
"2 strokes",
"Arnold Palmer"
],
[
"3",
"1982",
"U.S. Senior Open",
"−2 (72-74-71-65=282)",
"4 strokes",
"Gene Littler , Dan Sikes"
],
[
"4",
"1983",
"Senior Players Championship",
"−10 (71-69-70-68=278)",
"1 stroke",
"Gene Littler"
],
[
"5",
"1984",
"U.S. Senior Open (2)",
"+6 (74-71-70-71=286)",
"2 strokes",
"Arnold Palmer"
],
[
"6",
"1985",
"U.S. Senior Open (3)",
"−3 (71-72-71-71=285)",
"4 strokes",
"Roberto De Vicenzo"
]
] |
[
{
"Formula": "SUM(FILTER(C1, (I1=\"$184,190\")*(E1>1)))",
"Formula2": "SUM(FILTER(C2:C17, (I2:I17=\"$184,190\")*(E2:E17>1)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many Wins have Winnings of $184,190, and a Top 10 larger than 1?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"I1",
"=",
"\"$184,190\"",
"*",
"E1",
">",
"1"
]
}
] | test_2-1875157-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J"
],
[
"1",
"Year",
"Starts",
"Wins",
"Top 5",
"Top 10",
"Poles",
"Avg. Start",
"Avg. Finish",
"Winnings",
"Position"
],
[
"2",
"1986",
"2",
"0",
"0",
"0",
"0",
"31.0",
"24.0",
"$6,065",
"70th"
],
[
"3",
"1987",
"2",
"0",
"0",
"0",
"0",
"32.5",
"15.0",
"$8,810",
"60th"
],
[
"4",
"1988",
"4",
"0",
"0",
"0",
"0",
"31.5",
"21.0",
"$14,225",
"45th"
],
[
"5",
"1989",
"8",
"0",
"0",
"0",
"0",
"29.9",
"29.2",
"$44,690",
"38th"
],
[
"6",
"1990",
"18",
"0",
"0",
"0",
"0",
"29.1",
"24.1",
"$80,140",
"33rd"
],
[
"7",
"1991",
"28",
"0",
"0",
"1",
"0",
"24.3",
"22.6",
"$184,190",
"27th"
],
[
"8",
"1992",
"19",
"0",
"0",
"1",
"0",
"26.9",
"25.1",
"$145,805",
"31st"
],
[
"9",
"1993",
"3",
"0",
"0",
"0",
"0",
"31.3",
"30.3",
"$41,140",
"51st"
],
[
"10",
"1994",
"1",
"0",
"0",
"0",
"0",
"17.0",
"29.0",
"$30,805",
"68th"
],
[
"11",
"1995",
"2",
"0",
"0",
"0",
"0",
"19.5",
"30.0",
"$22,775",
"53rd"
],
[
"12",
"1996",
"9",
"0",
"0",
"0",
"0",
"24.3",
"31.1",
"$164,752",
"44th"
],
[
"13",
"1997",
"27",
"0",
"0",
"1",
"0",
"29.1",
"28.7",
"$555,914",
"36th"
],
[
"14",
"1998",
"32",
"0",
"1",
"7",
"0",
"27.1",
"19.4",
"$1,449,659",
"15th"
],
[
"15",
"1999",
"34",
"0",
"0",
"5",
"0",
"28.7",
"23.4",
"$1,623,976",
"23rd"
],
[
"16",
"2000",
"27",
"0",
"0",
"1",
"0",
"31.7",
"22.2",
"$1,418,884",
"32nd"
],
[
"17",
"2002",
"1",
"0",
"0",
"0",
"0",
"36.0",
"33.0",
"$49,745",
"77th"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,(E1=\"state\")*(A1=\"mapiu school\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=4))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G19,(E2:E19=\"state\")*(A2:A19=\"mapiu school\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=4))",
"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": "Which years have a Decile of 4, an Authority of state, and a Name of mapiu school?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"state\"",
"*",
"A1",
"=",
"\"mapiu school\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"4"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,(D1=\"te kuiti\")*(E1=\"state integrated\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)<6))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G19,(D2:D19=\"te kuiti\")*(E2:E19=\"state integrated\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)<6))",
"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": "Which years have a Decile smaller than 6, an Area of te kuiti, and an Authority of state integrated?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"te kuiti\"",
"*",
"E1",
"=",
"\"state integrated\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"6"
]
},
{
"Formula": "AVERAGE(FILTER(F1, (E1=\"state\")*(A1=\"mapiu school\")))",
"Formula2": "AVERAGE(FILTER(F2:F19, (E2:E19=\"state\")*(A2:A19=\"mapiu school\")))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the average Decile with a state authority and a Name of mapiu school?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"F1",
"E1",
"=",
"\"state\"",
"*",
"A1",
"=",
"\"mapiu school\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"rangitoto\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G19,D2:D19=\"rangitoto\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which years have an Area of rangitoto?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"rangitoto\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"rangitoto school\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G19,A2:A19=\"rangitoto school\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which gender has a Name of rangitoto school?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"rangitoto school\"",
"3"
]
}
] | train_2-12146269-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Name",
"Years",
"Gender",
"Area",
"Authority",
"Decile",
"Roll"
],
[
"2",
"Aria School",
"1–6",
"Coed",
"Aria",
"State",
"5",
"55"
],
[
"3",
"Benneydale School",
"1–8",
"Coed",
"Benneydale",
"State",
"1",
"14"
],
[
"4",
"Centennial Park School",
"1–8",
"Coed",
"Te Kuiti",
"State",
"1",
"113"
],
[
"5",
"Kinohaku School",
"1–8",
"Coed",
"Te Kuiti",
"State",
"4",
"32"
],
[
"6",
"Mapiu School",
"1–8",
"Coed",
"Mapiu",
"State",
"4",
"9"
],
[
"7",
"Mokau School",
"1–8",
"Coed",
"Mokau",
"State",
"3",
"24"
],
[
"8",
"Piopio College",
"7–15",
"Coed",
"Piopio",
"State",
"4",
"202"
],
[
"9",
"Piopio Primary School",
"1–6",
"Coed",
"Piopio",
"State",
"5",
"129"
],
[
"10",
"Piri Piri School",
"1–8",
"Coed",
"Te Kuiti",
"State",
"4",
"22"
],
[
"11",
"Pukenui School",
"1–8",
"Coed",
"Te Kuiti",
"State",
"2",
"186"
],
[
"12",
"Rangitoto School",
"1–8",
"Coed",
"Rangitoto",
"State",
"6",
"40"
],
[
"13",
"St Joseph's Catholic School",
"1–8",
"Coed",
"Te Kuiti",
"State integrated",
"4",
"102"
],
[
"14",
"Te Kuiti High School",
"9–15",
"Coed",
"Te Kuiti",
"State",
"3",
"321"
],
[
"15",
"Te Kuiti Primary School",
"1–8",
"Coed",
"Te Kuiti",
"State",
"2",
"356"
],
[
"16",
"Te Kura o Tahaaroa",
"1–8",
"Coed",
"Te Kuiti",
"State",
"3",
"38"
],
[
"17",
"Te Wharekura o Maniapoto",
"1–15",
"Coed",
"Te Kuiti",
"State",
"2",
"96"
],
[
"18",
"Waitomo Caves School",
"1–8",
"Coed",
"Waitomo Caves",
"State",
"5",
"44"
],
[
"19",
"Whareorino School",
"1–8",
"Coed",
"Mokau",
"State",
"5",
"10"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"4\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,A2:A14=\"4\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which part three is class 4?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"4\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"7d\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,A2:A14=\"7d\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which part one is class 7d?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"7d\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"7b\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,A2:A14=\"7b\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which part 3 has class 7b?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"7b\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"halp warþ\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,C2:C14=\"halp warþ\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which class has a part 2 of halp warþ?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"halp warþ\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"to leap\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,F2:F14=\"to leap\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which part 2 has a verb that means to leap?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"to leap\"",
"3"
]
}
] | train_2-1745843-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Class",
"Part 1",
"Part 2",
"Part 3",
"Part 4",
"Verb meaning"
],
[
"2",
"1",
"dreiban",
"draif",
"dribun",
"dribans",
"to drive"
],
[
"3",
"2a",
"liugan",
"laug",
"lugun",
"lugans",
"to lie (tell untruth)"
],
[
"4",
"2b",
"lūkan",
"lauk",
"lukun",
"lukans",
"to close, to shut"
],
[
"5",
"3a",
"bindan",
"band",
"bundun",
"bundans",
"to bind"
],
[
"6",
"3b",
"hilpan wairþan",
"halp warþ",
"hulpun waurþun",
"hulpans waurþans",
"to help to become"
],
[
"7",
"4",
"qiman bairan",
"qam bar",
"qēmun bērun",
"qumans baurans",
"to come to bear"
],
[
"8",
"5",
"lisan saiƕan",
"las saƕ",
"lēsun sēƕun",
"lisans saiƕans",
"to gather to see"
],
[
"9",
"6",
"alan",
"ōl",
"ōlun",
"alans",
"to grow, to mature"
],
[
"10",
"7a",
"haitan",
"haihait",
"haihaitun",
"haitans",
"to call"
],
[
"11",
"7b",
"hlaupan",
"haihlaup",
"haihlaupun",
"hlaupans",
"to leap"
],
[
"12",
"7c",
"haldan fāhan",
"haihald faifāh",
"haihaldun faifāhun",
"haldans fāhans",
"to hold to catch"
],
[
"13",
"7d",
"lētan saian",
"lailōt saisō",
"lailōtun saisōun",
"lētans saians",
"to allow to sow"
],
[
"14",
"7e",
"ƕōpjan",
"ƕaiƕōp",
"ƕaiƕōp",
"ƕōpans",
"to boast"
]
] |
[
{
"Formula": "SUM(FILTER(F1, A1=3))",
"Formula2": "SUM(FILTER(F2:F6, A2:A6=3))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Which Wins have a Rank of 3?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"A1",
"=",
"3"
]
},
{
"Formula": "SUM(FILTER(E1, (B1=\"tom kite\")*(D1<760405)))",
"Formula2": "SUM(FILTER(E2:E6, (B2:B6=\"tom kite\")*(D2:D6<760405)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Events have a Player of tom kite, and Earnings ($) smaller than 760,405?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"B1",
"=",
"\"tom kite\"",
"*",
"D1",
"<",
"760405"
]
},
{
"Formula": "SUM(FILTER(E1, A1=1))",
"Formula2": "SUM(FILTER(E2:E6, A2:A6=1))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Which events have a Rank of 1?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"A1",
"=",
"1"
]
}
] | test_2-14639984-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Player",
"Country",
"Earnings ( $ )",
"Events",
"Wins"
],
[
"2",
"1",
"Curtis Strange",
"United States",
"1,147,644",
"24",
"4"
],
[
"3",
"2",
"Chip Beck",
"United States",
"916,818",
"25",
"2"
],
[
"4",
"3",
"Joey Sindelar",
"United States",
"813,732",
"30",
"2"
],
[
"5",
"4",
"Ken Green",
"United States",
"779,181",
"29",
"2"
],
[
"6",
"5",
"Tom Kite",
"United States",
"760,405",
"25",
"0"
]
] |
[
{
"Formula": "FILTER(E1,D1=\"Illinois\")",
"Formula2": "FILTER(E2:E11,D2:D11=\"Illinois\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the location for illinois",
"Tokens": [
"FILTER(",
"E1",
"D1",
"=",
"\"Illinois\""
]
}
] | dev_1-1672976-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Date",
"Time",
"ACC Team",
"Big Ten Team",
"Location",
"Television",
"Attendance",
"Winner",
"Challenge Leader"
],
[
"2",
"Mon., Nov. 30",
"7:00PM",
"Virginia",
"Penn State",
"John Paul Jones Arena • Charlottesville, VA",
"ESPN2",
"8898",
"Penn State (69-66)",
"Big Ten (1-0)"
],
[
"3",
"Tue., Dec. 1",
"7:00PM",
"Wake Forest",
"#6 Purdue",
"Mackey Arena • West Lafayette, IN",
"ESPN",
"14123",
"Purdue (69-58)",
"Big Ten (2-0)"
],
[
"4",
"Tue., Dec. 1",
"7:00PM",
"NC State",
"Northwestern",
"RBC Center • Raleigh, NC",
"ESPNU",
"11913",
"Northwestern (65-53)",
"Big Ten (3-0)"
],
[
"5",
"Tue., Dec. 1",
"7:30PM",
"Maryland",
"Indiana",
"Assembly Hall • Bloomington, IN",
"ESPN2",
"17039",
"Maryland (80-68)",
"Big Ten (3-1)"
],
[
"6",
"Tue., Dec. 1",
"9:00PM",
"#11 North Carolina",
"#9 Michigan State",
"Dean Smith Center • Chapel Hill, NC",
"ESPN",
"21346",
"North Carolina (89-82)",
"Big Ten (3-2)"
],
[
"7",
"Tue., Dec. 1",
"9:30PM",
"Virginia Tech",
"Iowa",
"Carver-Hawkeye Arena • Iowa City, IA",
"ESPN2",
"8755",
"Virginia Tech (70-64)",
"Tied (3-3)"
],
[
"8",
"Wed., Dec. 2",
"7:15PM",
"#19 Clemson",
"Illinois",
"Littlejohn Coliseum • Clemson, SC",
"ESPN",
"10000",
"Illinois (76-74)",
"Big Ten (4-3)"
],
[
"9",
"Wed., Dec. 2",
"7:15PM",
"Miami",
"Minnesota",
"BankUnited Center • Coral Gables, FL",
"ESPNU",
"5157",
"Miami (63-58)",
"Tied (4-4)"
],
[
"10",
"Wed., Dec. 2",
"7:30PM",
"Boston College",
"Michigan",
"Crisler Arena • Ann Arbor, MI",
"ESPN2",
"10718",
"Boston College (62-58)",
"ACC (5-4)"
],
[
"11",
"Wed., Dec. 2",
"9:15PM",
"#5 Duke",
"Wisconsin",
"Kohl Center • Madison, WI",
"ESPN",
"17230",
"Wisconsin (73-69)",
"Tied (5-5)"
]
] |
[
{
"Formula": "MIN(FILTER(A1, (B1=\"european indoor championships\")*(D1=\"3rd\")))",
"Formula2": "MIN(FILTER(A2:A6, (B2:B6=\"european indoor championships\")*(D2:D6=\"3rd\")))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the least year for european indoor championships result of 3rd",
"Tokens": [
"MIN(",
"FILTER(",
"A1",
"B1",
"=",
"\"european indoor championships\"",
"*",
"D1",
"=",
"\"3rd\""
]
}
] | test_2-15186335-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Tournament",
"Venue",
"Result",
"Extra"
],
[
"2",
"1983",
"European Junior Championships",
"Schwechat , Austria",
"3rd",
"400 m"
],
[
"3",
"1985",
"European Indoor Championships",
"Piraeus , Greece",
"2nd",
"400 m"
],
[
"4",
"1986",
"European Championships",
"Stuttgart , West Germany",
"2nd",
"4x400 m relay"
],
[
"5",
"1989",
"European Indoor Championships",
"The Hague , Netherlands",
"3rd",
"400 m"
],
[
"6",
"1990",
"European Championships",
"Split , Yugoslavia",
"2nd",
"4x400 m relay"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"melbourne\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"melbourne\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On what date did the away team Melbourne play?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"melbourne\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"south melbourne\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"south melbourne\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What home team played the away team South Melbourne?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"south melbourne\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"11.16 (82)\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"11.16 (82)\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the name of the away team that played a home team who scored 11.16 (82)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"11.16 (82)\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"15.9 (99)\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"15.9 (99)\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the name of the away team that scored 15.9 (99)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"15.9 (99)\"",
"3"
]
}
] | train_2-10885968-20 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Richmond",
"16.14 (110)",
"South Melbourne",
"12.12 (84)",
"MCG",
"20,817",
"14 August 1976"
],
[
"3",
"Fitzroy",
"12.19 (91)",
"Hawthorn",
"14.10 (94)",
"Junction Oval",
"10,417",
"14 August 1976"
],
[
"4",
"Essendon",
"10.9 (69)",
"North Melbourne",
"14.11 (95)",
"Windy Hill",
"22,474",
"14 August 1976"
],
[
"5",
"St Kilda",
"13.14 (92)",
"Melbourne",
"18.21 (129)",
"Moorabbin Oval",
"18,089",
"14 August 1976"
],
[
"6",
"Footscray",
"18.16 (124)",
"Collingwood",
"15.9 (99)",
"Western Oval",
"17,805",
"14 August 1976"
],
[
"7",
"Carlton",
"11.16 (82)",
"Geelong",
"5.12 (42)",
"VFL Park",
"35,279",
"14 August 1976"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"6th\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"6th\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What celebrity finished 6th?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"6th\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"4th\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"4th\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What day did the celebrity who finished 4th enter?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"4th\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"day 19\")*(B1=\"ex busted member and tv presenter\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(D2:D13=\"day 19\")*(B2:B13=\"ex busted member and tv presenter\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which celebrity who was famous for being the ex busted member and TV presenter exited on day 19?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"day 19\"",
"*",
"B1",
"=",
"\"ex busted member and tv presenter\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"9th\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"9th\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which celebrity was famous for finishing 9th?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"9th\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"myleene klass\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=\"myleene klass\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What rank did Myleene Klass finish?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"myleene klass\"",
"5"
]
}
] | test_2-14345690-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Celebrity",
"Famous for",
"Entered",
"Exited",
"Finished"
],
[
"2",
"Matt Willis",
"Ex Busted member and TV presenter",
"Day 1",
"Day 19",
"1st"
],
[
"3",
"Myleene Klass",
"TV presenter, singer, model",
"Day 1",
"Day 19",
"2nd"
],
[
"4",
"Jason Donovan",
"Australian actor, singer",
"Day 1",
"Day 19",
"3rd"
],
[
"5",
"David Gest",
"American TV producer",
"Day 1",
"Day 18",
"4th"
],
[
"6",
"Dean Gaffney",
"Actor (played Robbie Jackson in EastEnders )",
"Day 5",
"Day 18",
"5th"
],
[
"7",
"Jan Leeming",
"Newsreader",
"Day 1",
"Day 17",
"6th"
],
[
"8",
"Malandra Burrows",
"Actress (played Kathy Glover in Emmerdale )",
"Day 6",
"Day 16",
"7th"
],
[
"9",
"Phina Oruche",
"Actress",
"Day 1",
"Day 15",
"8th"
],
[
"10",
"Lauren Booth",
"Model, journalist, younger sister of Cherie Booth",
"Day 1",
"Day 14",
"9th"
],
[
"11",
"Faith Brown",
"Impressionist, comedian",
"Day 1",
"Day 13",
"10th"
],
[
"12",
"Scott Henshall",
"Fashion model, designer",
"Day 1",
"Day 12",
"11th"
],
[
"13",
"Toby Anstis",
"Radio host",
"Day 1",
"Day 11",
"12th"
]
] |
[
{
"Formula": "SUMIFS(E1,D1,\"hiller (3–2)\")",
"Formula2": "SUMIFS(E2:E7,D2:D7,\"hiller (3–2)\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the Attendance of the game with a Loss of Hiller (3–2)?",
"Tokens": [
"SUMIFS(",
"E1",
"D1",
"\"hiller (3–2)\""
]
}
] | train_2-17798130-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Opponent",
"Score",
"Loss",
"Attendance",
"Record",
"Arena"
],
[
"2",
"April 16",
"@ Sharks",
"2–0",
"Nabokov (0–1)",
"17,496",
"1–0",
"HP Pavilion at San Jose"
],
[
"3",
"April 19",
"@ Sharks",
"3–2",
"Nabokov (0–2)",
"17,496",
"2–0",
"HP Pavilion at San Jose"
],
[
"4",
"April 21",
"Sharks",
"4–3",
"Hiller (2–1)",
"16,277",
"2–1",
"Honda Center"
],
[
"5",
"April 23",
"Sharks",
"4–0",
"Nabokov (1–3)",
"16,830",
"3–1",
"Honda Center"
],
[
"6",
"April 25",
"@ Sharks",
"3–2",
"Hiller (3–2)",
"17,496",
"3–2",
"HP Pavilion at San Jose"
],
[
"7",
"April 27",
"Sharks",
"4–1",
"Nabokov (2–4)",
"17,174",
"4–2",
"Honda Center"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"warpcdd333\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"warpcdd333\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the date for the release with a catalogue number of WARPCDD333?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"warpcdd333\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"beat records\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"beat records\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the country/region for the releases from Beat Records?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"beat records\"",
"1"
]
}
] | test_2-14555138-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Country/Region",
"Date",
"Label",
"Format",
"Catalogue number"
],
[
"2",
"Worldwide (from Bleep )",
"29 January 2008",
"Warp Records",
"MP3",
"WARPCDD333"
],
[
"3",
"Worldwide (from Bleep )",
"29 January 2008",
"Warp Records",
"FLAC",
"WARPCDD333F"
],
[
"4",
"Japan",
"27 February 2008",
"Beat Records",
"CD",
"BRC-333"
],
[
"5",
"Europe",
"3 March 2008",
"Warp Records",
"CD",
"WARPCD333"
],
[
"6",
"Europe",
"3 March 2008",
"Warp Records",
"2× LP",
"WARPLP333"
],
[
"7",
"Worldwide (from Warpmart )",
"3 March 2008",
"Warp Records",
"2×CD",
"WARPCD333X"
],
[
"8",
"North America",
"4 March 2008",
"Warp Records",
"CD",
"WARPCD333"
],
[
"9",
"North America",
"4 March 2008",
"Warp Records",
"2×LP",
"WARPLP333"
]
] |
[
{
"Formula": "SUMIFS(D1,B1,\"grier jones\")",
"Formula2": "SUMIFS(D2:D18,B2:B18,\"grier jones\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the top score for grier jones?",
"Tokens": [
"SUMIFS(",
"D1",
"B1",
"\"grier jones\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=70))",
"Formula2": "LET(query1,SUMMARIZE(E2:E18,SUMX(D2:D18)),FILTER(query1,CHOOSECOLS(query1,2)=70))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which To par is scored at 70?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"70"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,(C1=\"united states\")*(B1=\"hubert green\")),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<70))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E18,(C2:C18=\"united states\")*(B2:B18=\"hubert green\")),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<70))",
"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": "In what place did hubert green score below 70 in the united states?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"united states\"",
"*",
"B1",
"=",
"\"hubert green\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"70"
]
}
] | train_2-17245483-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"T1",
"Terry Diehl",
"United States",
"69",
"–1"
],
[
"3",
"T1",
"Rod Funseth",
"United States",
"69",
"–1"
],
[
"4",
"T1",
"Hubert Green",
"United States",
"69",
"–1"
],
[
"5",
"T1",
"Grier Jones",
"United States",
"69",
"–1"
],
[
"6",
"T1",
"Florentino Molina",
"Argentina",
"69",
"–1"
],
[
"7",
"T1",
"Larry Nelson",
"United States",
"69",
"–1"
],
[
"8",
"T1",
"Tom Purtzer",
"United States",
"69",
"–1"
],
[
"9",
"T8",
"Sam Adams",
"United States",
"70",
"E"
],
[
"10",
"T8",
"George Burns",
"United States",
"70",
"E"
],
[
"11",
"T8",
"Al Geiberger",
"United States",
"70",
"E"
],
[
"12",
"T8",
"Morris Hatalsky",
"United States",
"70",
"E"
],
[
"13",
"T8",
"Joe Inman",
"United States",
"70",
"E"
],
[
"14",
"T8",
"Steve Melnyk",
"United States",
"70",
"E"
],
[
"15",
"T8",
"Mike Morley",
"United States",
"70",
"E"
],
[
"16",
"T8",
"Don Padgett",
"United States",
"70",
"E"
],
[
"17",
"T8",
"Arnold Palmer",
"United States",
"70",
"E"
],
[
"18",
"T8",
"Bob E. Smith",
"United States",
"70",
"E"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"abhayapuri south\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"abhayapuri south\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What district has abhayapuri south as the name?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"abhayapuri south\"",
"4"
]
}
] | train_2-17921573-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Constituency number",
"Name",
"Reserved for ( SC / ST /None)",
"District",
"Electorates (2011)"
],
[
"2",
"32",
"Bongaigaon",
"None",
"Bongaigaon",
"144,484"
],
[
"3",
"34",
"Abhayapuri North",
"None",
"Bongaigaon",
"125,304"
],
[
"4",
"35",
"Abhayapuri South",
"SC",
"Bongaigaon",
"145,925"
],
[
"5",
"42",
"Patacharkuchi",
"None",
"Barpeta",
"124,993"
],
[
"6",
"43",
"Barpeta",
"None",
"Barpeta",
"154,343"
],
[
"7",
"44",
"Jania",
"None",
"Barpeta",
"136,939"
],
[
"8",
"45",
"Baghbar",
"None",
"Barpeta",
"108,076"
],
[
"9",
"46",
"Sarukhetri",
"None",
"Barpeta",
"149,547"
],
[
"10",
"47",
"Chenga",
"None",
"Barpeta",
"105,482"
],
[
"11",
"61",
"Dharmapur",
"None",
"Nalbari",
"127,005"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=50.92))",
"Formula2": "LET(query1,SUMMARIZE(D2:D9,SUMX(E2:E9)),FILTER(query1,CHOOSECOLS(query1,2)=50.92))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which nationality has a time of 50.92?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"50.92"
]
},
{
"Formula": "SUM(FILTER(E1, (B1<5)*(D1=\"united states\")))",
"Formula2": "SUM(FILTER(E2:E9, (B2:B9<5)*(D2:D9=\"united states\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the time with fewer than 5 lanes for the United States?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"B1",
"<",
"5",
"*",
"D1",
"=",
"\"united states\""
]
}
] | train_2-18624808-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Lane",
"Name",
"Nationality",
"Time"
],
[
"2",
"1",
"4",
"Milorad Čavić Category:Articles with hCards",
"Serbia",
"50.92"
],
[
"3",
"2",
"1",
"Ian Crocker Category:Articles with hCards",
"United States",
"51.27"
],
[
"4",
"3",
"5",
"Andriy Serdinov Category:Articles with hCards",
"Ukraine",
"51.41"
],
[
"5",
"4",
"6",
"Takuro Fujii Category:Articles with hCards",
"Japan",
"51.59"
],
[
"6",
"5",
"3",
"Peter Mankoč Category:Articles with hCards",
"Slovenia",
"51.80"
],
[
"7",
"6",
"2",
"Corney Swanepoel Category:Articles with hCards",
"New Zealand",
"52.01"
],
[
"8",
"7",
"8",
"Lyndon Ferns Category:Articles with hCards",
"South Africa",
"52.18"
],
[
"9",
"8",
"7",
"Frédérick Bousquet Category:Articles with hCards",
"France",
"52.94"
]
] |
[
{
"Formula": "SUM(FILTER(F1, B1=30554))",
"Formula2": "SUM(FILTER(F2:F13, B2:B13=30554))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many population figures are given for Glengallen for the year when the region's total is 30554?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"B1",
"=",
"30554"
]
},
{
"Formula": "MAX(C1)",
"Formula2": "MAX(C2:C13)",
"Funcs": [
"MAX(",
"Cell"
],
"Level": "easy",
"Question": "What is the maximum population size in the town of Stanthorpe?",
"Tokens": [
"MAX(",
"C1"
]
},
{
"Formula": "MAX(F1)",
"Formula2": "MAX(F2:F13)",
"Funcs": [
"MAX(",
"Cell"
],
"Level": "easy",
"Question": "What is the maximum population size in the town of Glengallen?",
"Tokens": [
"MAX(",
"F1"
]
},
{
"Formula": "SUM(FILTER(C1, G1=1548))",
"Formula2": "SUM(FILTER(C2:C13, G2:G13=1548))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What was the population in Stanthorpe in the year when the population in Rosenthal was 1548?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"G1",
"=",
"1548"
]
},
{
"Formula": "SUM(FILTER(B1, E1=2132))",
"Formula2": "SUM(FILTER(B2:B13, E2:E13=2132))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many population total figures are there for the year when Allora's population was 2132?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"E1",
"=",
"2132"
]
}
] | train_1-12584173-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Year",
"Population (Region total)",
"Population (Stanthorpe)",
"Population (Warwick)",
"Population (Allora)",
"Population (Glengallan)",
"Population (Rosenthal)"
],
[
"2",
"1933",
"25016",
"6934",
"6664",
"2624",
"6334",
"2460"
],
[
"3",
"1947",
"24009",
"7419",
"7129",
"2217",
"5269",
"1975"
],
[
"4",
"1954",
"25862",
"8335",
"9151",
"2106",
"4639",
"1631"
],
[
"5",
"1961",
"26288",
"8514",
"9843",
"1961",
"4388",
"1582"
],
[
"6",
"1966",
"25917",
"8503",
"10065",
"1890",
"3906",
"1553"
],
[
"7",
"1971",
"24115",
"8189",
"9303",
"1719",
"3410",
"1494"
],
[
"8",
"1976",
"24583",
"8709",
"9169",
"1666",
"3491",
"1548"
],
[
"9",
"1981",
"24300",
"8576",
"8853",
"1679",
"3611",
"1581"
],
[
"10",
"1986",
"26270",
"9143",
"9435",
"2041",
"3688",
"1963"
],
[
"11",
"1991",
"28288",
"9556",
"10393",
"2132",
"3966",
"2241"
],
[
"12",
"1996",
"29563",
"9596",
"10896",
"2234",
"3990",
"2742"
],
[
"13",
"2001",
"30554",
"9860",
"10956",
"2439",
"4088",
"3129"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"March 26\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,B2:B15=\"March 26\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who had the high assists on March 26?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"March 26\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Milwaukee\"),9))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,C2:C15=\"Milwaukee\"),9))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the season record when the team played against Milwaukee?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"Milwaukee\"",
"9"
]
}
] | train_1-27704187-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",
"60",
"March 2",
"@ Denver",
"L 80–120 (OT)",
"Matt Carroll (19)",
"Boris Diaw (6)",
"Shaun Livingston (7)",
"Pepsi Center 14,255",
"26–34"
],
[
"3",
"61",
"March 4",
"@ L.A. Lakers",
"L 84–92 (OT)",
"D. J. Augustin (22)",
"Dominic McGuire , Joel Przybilla (8)",
"D. J. Augustin , Shaun Livingston (4)",
"Staples Center 18,997",
"26–35"
],
[
"4",
"62",
"March 5",
"@ Portland",
"L 69–93 (OT)",
"Gerald Henderson (16)",
"D. J. White (9)",
"Boris Diaw (5)",
"Rose Garden 20,588",
"26–36"
],
[
"5",
"63",
"March 7",
"L.A. Clippers",
"L 87–92 (OT)",
"Gerald Henderson (20)",
"Boris Diaw (8)",
"Boris Diaw (8)",
"Time Warner Cable Arena 16,438",
"26–37"
],
[
"6",
"64",
"March 9",
"Chicago",
"L 84–101 (OT)",
"Gerald Henderson (20)",
"Kwame Brown (11)",
"Gerald Henderson (8)",
"Time Warner Cable Arena 15,286",
"26–38"
],
[
"7",
"65",
"March 11",
"Portland",
"W 97–92 (OT)",
"Stephen Jackson (29)",
"Stephen Jackson (10)",
"D. J. Augustin (5)",
"Time Warner Cable Arena 18,176",
"27–38"
],
[
"8",
"66",
"March 13",
"@ Toronto",
"W 95–90 (OT)",
"D. J. Augustin (23)",
"Kwame Brown , Stephen Jackson (5)",
"Boris Diaw (6)",
"Air Canada Centre 16,557",
"28–38"
],
[
"9",
"67",
"March 16",
"@ Houston",
"L 78–94 (OT)",
"D. J. Augustin (22)",
"Kwame Brown , D. J. White (6)",
"D. J. Augustin , Stephen Jackson (4)",
"Toyota Center 14,822",
"28–39"
],
[
"10",
"68",
"March 18",
"@ Oklahoma City",
"L 82–99 (OT)",
"Stephen Jackson (18)",
"Kwame Brown (8)",
"D. J. Augustin (8)",
"Oklahoma City Arena 18,203",
"28–40"
],
[
"11",
"69",
"March 19",
"@ San Antonio",
"L 98–109 (OT)",
"Gerald Henderson (19)",
"Kwame Brown (7)",
"Shaun Livingston (8)",
"AT&T Center 19,075",
"28–41"
],
[
"12",
"70",
"March 23",
"Indiana",
"L 88–111 (OT)",
"D. J. Augustin (17)",
"Kwame Brown (9)",
"Boris Diaw (7)",
"Time Warner Cable Arena 14,703",
"28–42"
],
[
"13",
"71",
"March 25",
"@ Boston",
"W 83–81 (OT)",
"D. J. White (17)",
"Kwame Brown , Dominic McGuire (7)",
"D. J. Augustin (4)",
"TD Garden 18,624",
"29–42"
],
[
"14",
"72",
"March 26",
"New York",
"W 114–106 (OT)",
"Boris Diaw (20)",
"Boris Diaw (8)",
"D. J. Augustin (9)",
"Time Warner Cable Arena 19,356",
"30–42"
],
[
"15",
"73",
"March 28",
"Milwaukee",
"W 87–86 (OT)",
"Stephen Jackson (18)",
"Tyrus Thomas (6)",
"D. J. Augustin , Boris Diaw (8)",
"Time Warner Cable Arena 12,368",
"31–42"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,(J1=\"northeast corner\")*(C1=\"blazers\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J6,(J2:J6=\"northeast corner\")*(C2:C6=\"blazers\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which school has a mascot of the Blazers and in the Northeast Corner conference?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"J1",
"J1",
"=",
"\"northeast corner\"",
"*",
"C1",
"=",
"\"blazers\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,E1=\"2a/2a\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J6,E2:E6=\"2a/2a\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which mascot has an IHSAA Class and Football class of 2A/2A?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"J1",
"E1",
"=",
"\"2a/2a\"",
"3"
]
}
] | train_2-18765101-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J"
],
[
"1",
"School",
"Location",
"Mascot",
"Enrollment 08-09",
"IHSAA Class / Football Class",
"County",
"Year Joined",
"Previous Conference",
"Year Left",
"Conference Joined"
],
[
"2",
"Churubusco",
"Churubusco",
"Eagles",
"438",
"2A/1A",
"92 Whitley",
"1969",
"independent",
"1989",
"Northeast Corner"
],
[
"3",
"Eastside",
"Butler",
"Blazers",
"498",
"2A/2A",
"17 DeKalb",
"1969",
"independent",
"1980",
"Northeast Corner"
],
[
"4",
"Fort Wayne Carroll",
"Fort Wayne",
"Chargers",
"1,889",
"4A/5A",
"02 Allen",
"1969",
"independent",
"1989",
"Northeast Hoosier"
],
[
"5",
"Homestead",
"Fort Wayne",
"Spartans",
"2,141",
"4A/5A",
"02 Allen",
"1971",
"none (new school)",
"1975",
"Northeastern Indiana"
],
[
"6",
"Norwell",
"Ossian",
"Knights",
"876",
"3A/3A",
"90 Wells",
"1969",
"independent",
"1989",
"Northeast Hoosier"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(B1),SUMX(A1)),FILTER(query1,(CHOOSECOLS(query1,2)<4)*(CHOOSECOLS(query1,3)=4)))",
"Formula2": "LET(query1,SUMMARIZE(D2:D9,SUMX(B2:B9),SUMX(A2:A9)),FILTER(query1,(CHOOSECOLS(query1,2)<4)*(CHOOSECOLS(query1,3)=4)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What Nationality of the person who has a Rank of 4",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"B1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"4",
"*",
"CHOOSECOLS(",
"query1",
"3",
"=",
"4"
]
}
] | train_2-12385343-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Lane",
"Name",
"Nationality",
"Time"
],
[
"2",
"1",
"4",
"Inge de Bruijn",
"Netherlands",
"24.13"
],
[
"3",
"2",
"5",
"Amy Van Dyken",
"United States",
"25.00"
],
[
"4",
"3",
"2",
"Alison Sheppard",
"Great Britain",
"25.32"
],
[
"5",
"4",
"3",
"Martina Moravcová",
"Slovakia",
"25.49"
],
[
"6",
"5",
"1",
"Anna-Karin Kammerling",
"Sweden",
"25.61"
],
[
"7",
"5",
"6",
"Vivienne Rignall",
"New Zealand",
"25.61"
],
[
"8",
"7",
"7",
"Olga Mukomol",
"Ukraine",
"25.88"
],
[
"9",
"8",
"8",
"Rania Elwani",
"Egypt",
"25.95"
]
] |
[
{
"Formula": "MIN(FILTER(A1, (B1=\"jeremiah massey\")*(D1<20)))",
"Formula2": "MIN(FILTER(A2:A6, (B2:B6=\"jeremiah massey\")*(D2:D6<20)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the lowest Rank, when Name is Jeremiah Massey, and when Games is less than 20?",
"Tokens": [
"MIN(",
"FILTER(",
"A1",
"B1",
"=",
"\"jeremiah massey\"",
"*",
"D1",
"<",
"20"
]
},
{
"Formula": "MIN(FILTER(D1, (B1=\"jeremiah massey\")*(E1<340)))",
"Formula2": "MIN(FILTER(D2:D6, (B2:B6=\"jeremiah massey\")*(E2:E6<340)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the lowest Games, when Name is Jeremiah Massey, and when Points is less than 340?",
"Tokens": [
"MIN(",
"FILTER(",
"D1",
"B1",
"=",
"\"jeremiah massey\"",
"*",
"E1",
"<",
"340"
]
},
{
"Formula": "MIN(FILTER(E1, (D1>20)*(C1=\"partizan belgrade\")))",
"Formula2": "MIN(FILTER(E2:E6, (D2:D6>20)*(C2:C6=\"partizan belgrade\")))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the lowest Points, when Games is greater than 20, and when Team is Partizan Belgrade?",
"Tokens": [
"MIN(",
"FILTER(",
"E1",
"D1",
">",
"20",
"*",
"C1",
"=",
"\"partizan belgrade\""
]
},
{
"Formula": "SUM(FILTER(D1, (E1<340)*(A1>3)))",
"Formula2": "SUM(FILTER(D2:D6, (E2:E6<340)*(A2:A6>3)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is Games, when Points is less than 340, and when Rank is greater than 3?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"E1",
"<",
"340",
"*",
"A1",
">",
"3"
]
},
{
"Formula": "SUM(FILTER(A1, (B1=\"will solomon\")*(D1>21)))",
"Formula2": "SUM(FILTER(A2:A6, (B2:B6=\"will solomon\")*(D2:D6>21)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the sum of Rank, when Name is Will Solomon, and when Games is greater than 21?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"B1",
"=",
"\"will solomon\"",
"*",
"D1",
">",
"21"
]
}
] | train_2-16050349-13 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Name",
"Team",
"Games",
"Points"
],
[
"2",
"1.",
"Will Solomon",
"Fenerbahçe",
"21",
"376"
],
[
"3",
"2.",
"Jeremiah Massey",
"Aris Thessaloniki",
"20",
"340"
],
[
"4",
"3.",
"Hollis Price",
"Lietuvos Rytas Vilnius",
"20",
"337"
],
[
"5",
"4.",
"Nikola Peković",
"Partizan Belgrade",
"23",
"378"
],
[
"6",
"5.",
"Lynn Greer",
"Olympiacos",
"19",
"309"
]
] |
[
{
"Formula": "SUM(FILTER(F1, (C1>1)*(B1=\"russia\")*(E1<10)))",
"Formula2": "SUM(FILTER(F2:F14, (C2:C14>1)*(B2:B14=\"russia\")*(E2:E14<10)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What's the sum of the totals for Russia with more than 1 gold and less than 10 bronze?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"C1",
">",
"1",
"*",
"B1",
"=",
"\"russia\"",
"*",
"E1",
"<",
"10"
]
}
] | train_2-12392827-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"United States",
"16",
"11",
"5",
"32"
],
[
"3",
"2",
"Russia",
"7",
"11",
"10",
"28"
],
[
"4",
"3",
"Japan",
"3",
"1",
"5",
"9"
],
[
"5",
"4",
"Canada",
"3",
"3",
"2",
"8"
],
[
"6",
"5",
"China",
"1",
"1",
"3",
"5"
],
[
"7",
"6",
"Ukraine",
"0",
"1",
"2",
"3"
],
[
"8",
"7",
"Finland",
"0",
"1",
"1",
"2"
],
[
"9",
"7",
"Czech Republic",
"0",
"2",
"0",
"2"
],
[
"10",
"7",
"Estonia",
"0",
"1",
"1",
"2"
],
[
"11",
"7",
"Italy",
"1",
"0",
"1",
"2"
],
[
"12",
"8",
"Germany",
"1",
"0",
"0",
"1"
],
[
"13",
"8",
"Spain",
"0",
"0",
"1",
"1"
],
[
"14",
"8",
"South Korea",
"0",
"0",
"1",
"1"
]
] |
[
{
"Formula": "SUM(FILTER(D1, (E1=\"olimpija ljubljana\")*(B1<2.04)))",
"Formula2": "SUM(FILTER(D2:D13, (E2:E13=\"olimpija ljubljana\")*(B2:B13<2.04)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Name the sum of year for olimpija ljubljana with height less than 2.04",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"E1",
"=",
"\"olimpija ljubljana\"",
"*",
"B1",
"<",
"2.04"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=2.09))",
"Formula2": "LET(query1,SUMMARIZE(C2:C13,SUMX(B2:B13)),FILTER(query1,CHOOSECOLS(query1,2)=2.09))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Name the position with height of 2.09",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"2.09"
]
}
] | train_2-12962773-16 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Player",
"Height",
"Position",
"Year born",
"Current Club"
],
[
"2",
"Bartłomiej Wołoszyn",
"1.97",
"Forward",
"1986",
"Anwil Wloclawek"
],
[
"3",
"Andrzej Pluta",
"1.81",
"Guard",
"1974",
"Anwil Wloclawek"
],
[
"4",
"Robert Skibniewski",
"1.82",
"Guard",
"1983",
"BOT Turów"
],
[
"5",
"Robert Witka",
"2.06",
"Forward",
"1981",
"BOT Turów"
],
[
"6",
"Filip Dylewicz",
"2.02",
"Forward",
"1980",
"Prokom Trefl Sopot"
],
[
"7",
"Radosław Hyży",
"2.00",
"Forward",
"1977",
"Śląsk Wrocław"
],
[
"8",
"Adam Wójcik",
"2.08",
"Forward",
"1970",
"UPEA Capo d'Orlando"
],
[
"9",
"Kamil Pietras",
"2.04",
"Forward",
"1988",
"Olimpija Ljubljana"
],
[
"10",
"Szymon Szewczyk",
"2.09",
"Center",
"1982",
"Lokomotiv Rostov"
],
[
"11",
"Iwo Kitzinger",
"1.88",
"Guard",
"1985",
"BOT Turów"
],
[
"12",
"Przemysław Frasunkiewicz",
"2.01",
"Forward",
"1979",
"Energa Czarni"
],
[
"13",
"Łukasz Koszarek",
"1.87",
"Guard",
"1984",
"Anwil Wloclawek"
]
] |
[
{
"Formula": "SUM(FILTER(D1, (C1=4)*(B1=80)))",
"Formula2": "SUM(FILTER(D2:D10, (C2:C10=4)*(B2:B10=80)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Name the fat for protein being 4 and calories 80",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"C1",
"=",
"4",
"*",
"B1",
"=",
"80"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(A1, C1=3)))",
"Formula2": "ROWS(UNIQUE(FILTER(A2:A10, C2:C10=3)))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "medium",
"Question": "Name the number of butters for 3 protein",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"A1",
"C1",
"=",
"3"
]
},
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=6.5))",
"Formula2": "LET(query1,SUMMARIZE(E2:E10,SUMX(D2:D10)),FILTER(query1,CHOOSECOLS(query1,2)=6.5))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Name the calcium for fat being 6.5",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"6.5"
]
}
] | test_1-2493389-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Butter",
"Calories (1 tbsp .)",
"Protein (g)",
"Fat (g)",
"Calcium (mg)",
"Zinc (mg)"
],
[
"2",
"Almond butter",
"101",
"2.4",
"9.5",
"43",
"0.5"
],
[
"3",
"Cashew butter",
"93",
"2.8",
"8",
"7",
"0.8"
],
[
"4",
"Hazelnut butter",
"94",
"2",
"9.5",
"N/A",
"N/A"
],
[
"5",
"Peanut butter - natural",
"94",
"3.8",
"8",
"7",
"0.4"
],
[
"6",
"Peanut butter - reduced fat",
"95",
"4",
"6",
"N/A",
"0.4"
],
[
"7",
"Sunflower butter",
"80",
"3",
"7",
"N/A",
"N/A"
],
[
"8",
"Soy butter (sweetened)",
"85",
"4",
"5.5",
"50",
"N/A"
],
[
"9",
"Soy butter (unsweetened)",
"80",
"4",
"6.5",
"30",
"N/A"
],
[
"10",
"Soy-peanut butter (added sweetener)",
"50",
"2",
"1.2",
"40",
"N/A"
]
] |
[
{
"Formula": "SUM(FILTER(A1, (F1=\"stanford\")*(C1<8)))",
"Formula2": "SUM(FILTER(A2:A13, (F2:F13=\"stanford\")*(C2:C13<8)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Round has a College of stanford, and an Overall smaller than 8?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"F1",
"=",
"\"stanford\"",
"*",
"C1",
"<",
"8"
]
},
{
"Formula": "SUM(FILTER(B1, (F1=\"tennessee\")*(C1<270)))",
"Formula2": "SUM(FILTER(B2:B13, (F2:F13=\"tennessee\")*(C2:C13<270)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many Picks have a College of tennessee, and an Overall smaller than 270?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"F1",
"=",
"\"tennessee\"",
"*",
"C1",
"<",
"270"
]
},
{
"Formula": "SUM(FILTER(B1, (F1=\"troy state\")*(D1=\"reggie dwight\")*(C1<217)))",
"Formula2": "SUM(FILTER(B2:B13, (F2:F13=\"troy state\")*(D2:D13=\"reggie dwight\")*(C2:C13<217)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Pick # is the lowest one that has a College of troy state, and a Name of reggie dwight, and an Overall smaller than 217?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"F1",
"=",
"\"troy state\"",
"*",
"D1",
"=",
"\"reggie dwight\"",
"*",
"C1",
"<",
"217"
]
}
] | train_2-15198842-27 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Round",
"Pick #",
"Overall",
"Name",
"Position",
"College"
],
[
"2",
"1",
"8",
"8",
"Bob Whitfield",
"Offensive Tackle",
"Stanford"
],
[
"3",
"1",
"19",
"19",
"Tony Smith",
"Running Back",
"Southern Miss"
],
[
"4",
"2",
"23",
"51",
"Chuck Smith",
"Defensive End",
"Tennessee"
],
[
"5",
"3",
"17",
"73",
"Howard Dinkins",
"Linebacker",
"Florida State"
],
[
"6",
"4",
"20",
"104",
"Frankie Smith",
"Cornerback",
"Baylor"
],
[
"7",
"6",
"18",
"158",
"Terry Ray",
"Defensive Back",
"Oklahoma"
],
[
"8",
"7",
"14",
"182",
"Tim Paulk",
"Linebacker",
"Florida"
],
[
"9",
"8",
"20",
"216",
"Derrick Moore",
"Running Back",
"Troy State"
],
[
"10",
"8",
"21",
"217",
"Reggie Dwight",
"Tight End",
"Troy State"
],
[
"11",
"9",
"19",
"243",
"Keith Alex",
"Offensive Tackle",
"Texas A&M"
],
[
"12",
"10",
"18",
"270",
"Darryl Hardy",
"Linebacker",
"Tennessee"
],
[
"13",
"11",
"17",
"297",
"Robin Jones",
"Defensive End",
"Baylor"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=\"april–may\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,H2:H13=\"april–may\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What Thai has a ~Gregorian of April–May?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"H1",
"=",
"\"april–may\"",
"6"
]
}
] | test_2-1227385-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Sanskrit",
"Pali",
"Burmese",
"Khmer",
"Sinhala",
"Thai",
"# of days",
"~Gregorian"
],
[
"2",
"Caitra",
"Citta",
"Tagu ( တန်ခူး )",
"ចេត្រ",
"Bak",
"Deuan Ha (เดือน ๕)",
"29",
"March–April"
],
[
"3",
"Vaisākha",
"Visakha",
"Kason ( ကဆုန် )",
"ពិសាខ",
"Vesak",
"Deuan Hok (เดือน ๖)",
"30",
"April–May"
],
[
"4",
"Jyaiṣṭha",
"Jeṭṭha",
"Nayon ( နယုန် )",
"ជេស្ឋ",
"Poson",
"Deuan Chet (เดือน ๗)",
"29 [30]",
"May–June"
],
[
"5",
"Āṣāḍha",
"Āsāḷha",
"Waso ( ဝါဆို )",
"អាសាធ",
"Æsala",
"Deuan Paet (เดือน ๘)",
"30",
"June–July"
],
[
"6",
"Śrāvaṇa",
"Sāvaṇa",
"Wagaung ( ဝါခေါင် )",
"ស្រាពណ៍",
"Nikini",
"Deuan Kao (เดือน ๙)",
"29",
"July–August"
],
[
"7",
"Bhādrapada",
"Poṭṭhapāda",
"Tawthalin ( တော်သလင်း )",
"ភទ្របទ",
"Binara",
"Deuan Sip (เดือน ๑๐)",
"30",
"August–September"
],
[
"8",
"Āśvina",
"Assayuja",
"Thadingyut ( သီတင်းကျွတ် )",
"អស្សុជ",
"Wap",
"Deuan Sip Et (เดือน ๑๑)",
"29",
"September–October"
],
[
"9",
"Kārttika",
"Kattikā",
"Tazaungmon ( တန်ဆောင်မုန်း )",
"កក្ដិក",
"Il",
"Deuan Sip Song (เดือน ๑๒)",
"30",
"October–November"
],
[
"10",
"Mārgaśirṣa",
"Māgasira",
"Nadaw ( နတ်တော် )",
"មិគសិរ",
"Undhuvap",
"Deuan Aai (เดือนอ้าย)",
"29",
"November–December"
],
[
"11",
"Pauṣa",
"Phussa",
"Pyatho ( ပြာသို )",
"បុស្ស",
"Dhuruthu",
"Deuan Yi (เดือนยี่)",
"30",
"December–January"
],
[
"12",
"Māgha",
"Māgha",
"Tabodwe ( တပို့တွဲ )",
"មាឃ",
"Navam",
"Deuan Sam (เดือน ๓)",
"29",
"January–February"
],
[
"13",
"Phālguna",
"Phagguṇa",
"Tabaung ( တပေါင်း )",
"ផល្គុន",
"Mædhin",
"Deuan Si (เดือน ๔)",
"30",
"February–March"
]
] |
[
{
"Formula": "FILTER(A1,E1=\"leonty ibayev\")",
"Formula2": "FILTER(A2:A8,E2:E8=\"leonty ibayev\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who was the actor in London in 2002 with the shipwreck of Leonty Ibayev?",
"Tokens": [
"FILTER(",
"A1",
"E1",
"=",
"\"leonty ibayev\""
]
},
{
"Formula": "FILTER(C1,D1=\"varenka bakunin\")",
"Formula2": "FILTER(C2:C8,D2:D8=\"varenka bakunin\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who was the 2007 actor from Moscow for the voyage of Varenka Bakunin?",
"Tokens": [
"FILTER(",
"C1",
"D1",
"=",
"\"varenka bakunin\""
]
},
{
"Formula": "FILTER(C1,E1=\"leonty ibayev\")",
"Formula2": "FILTER(C2:C8,E2:E8=\"leonty ibayev\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who was the 2007 actor from Moscow for the shipwreck of Leonty Ibayev?",
"Tokens": [
"FILTER(",
"C1",
"E1",
"=",
"\"leonty ibayev\""
]
}
] | dev_2-1730771-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Actor in London, 2002",
"Actor in New York, 2006",
"Actor in Moscow, 2007",
"Voyage",
"Shipwreck"
],
[
"2",
"Stephen Dillane",
"Brían F. O'Byrne",
"Ilya Isaev",
"Alexander Herzen",
"Alexander Herzen"
],
[
"3",
"Eve Best",
"Jennifer Ehle",
"Nelly Uvarova",
"Liubov Bakunin",
"Natalie Herzen"
],
[
"4",
"Will Keen",
"Billy Crudup",
"Evgeny Redko",
"Vissarion Belinsky",
"Vissarion Belinsky"
],
[
"5",
"Guy Henry",
"Jason Butler Harner",
"Alexey Miasnikov",
"Ivan Turgenev",
"Ivan Turgenev"
],
[
"6",
"Douglas Henshall",
"Ethan Hawke",
"Stepan Morozov",
"Mikhail Bakunin",
"Mikhail Bakunin"
],
[
"7",
"John Carlisle",
"Richard Easton",
"Viktor Tsymbal",
"Alexander Bakunin",
"Leonty Ibayev"
],
[
"8",
"Charlotte Emmerson",
"Martha Plimpton",
"Ramilya Iskander",
"Varenka Bakunin",
"Natasha Tuchkova"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=9),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,A2:A14=9),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "In round 9 what was the nationality?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"9",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=3),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,A2:A14=3),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "In round 3 what was the position?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"3",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"right wing\")*(D1=\"czech republic\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(C2:C14=\"right wing\")*(D2:D14=\"czech republic\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who has a nationality of Czech Republic and a position of right wing?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"right wing\"",
"*",
"D1",
"=",
"\"czech republic\"",
"2"
]
}
] | train_2-14106667-14 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Round",
"Player",
"Position",
"Nationality",
"College/Junior/Club Team (League)"
],
[
"2",
"1",
"Darren Rumble",
"Defense",
"Canada",
"Kitchener Rangers ( OHL )"
],
[
"3",
"2",
"Jeff Harding",
"Right Wing",
"Canada",
"St. Michael's Buzzers (Toronto)"
],
[
"4",
"3",
"Martin Hostak",
"Right Wing",
"Czech Republic",
"Sparta Praha (Cze)"
],
[
"5",
"4",
"Tomaz Eriksson",
"Left Wing",
"Sweden",
"Djurgardens IF ( Elitserien )"
],
[
"6",
"5",
"Bill Gall",
"Defense",
"United States",
"New Hampton School (N.H.)"
],
[
"7",
"6",
"Tony Link",
"Defense",
"United States",
"Dimond High School (Alaska)"
],
[
"8",
"7",
"Marc Strapon",
"Defense",
"United States",
"Hayward High School ( Wisconsin )"
],
[
"9",
"8",
"Daryl Ingham",
"Right Wing",
"Canada",
"Manitoba Bisons ( CIAU )"
],
[
"10",
"9",
"Bruce MacDonald",
"Right Wing",
"United States",
"Loomis Chaffee School (Conn.)"
],
[
"11",
"10",
"Steve Morrow",
"Defense",
"United States",
"Westminster School (Conn.)"
],
[
"12",
"11",
"Darius Rusnak",
"Center",
"Slovakia",
"Slovan Bratislava (Slovakia)"
],
[
"13",
"12",
"Dale Roehl",
"Goaltender",
"United States",
"Minnetonka High School ( Minn. )"
],
[
"14",
"Sup",
"David Whyte",
"Left Wing",
"United States",
"Boston College Eagles ( HE )"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Aubrey O'Day\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,B2:B9=\"Aubrey O'Day\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which date contained Aubrey O'Day as the cover model?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Aubrey O'Day\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Benicio del Toro\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,D2:D9=\"Benicio del Toro\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who were the cover models in the edition that included Benicio Del Toro as the interview subject?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"Benicio del Toro\"",
"2"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(B1, C1=\"Jennifer Pershing\")))",
"Formula2": "ROWS(UNIQUE(FILTER(B2:B9, C2:C9=\"Jennifer Pershing\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many cover models were on the edition that featured Jennifer Pershing as the centerfold?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"B1",
"C1",
"=",
"\"Jennifer Pershing\""
]
}
] | test_1-1566852-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Date",
"Cover model",
"Centerfold model",
"Interview subject",
"20 Questions",
"Pictorials"
],
[
"2",
"1-09",
"Carmen Electra",
"Dasha Astafieva",
"Richard Branson",
"Marston and Cooper Hefner",
"Carmen Electra"
],
[
"3",
"3-09",
"Aubrey O'Day",
"Jennifer Pershing",
"Kenny Chesney",
"Flight of the Conchords",
"Aubrey O'Day"
],
[
"4",
"4-09",
"Seth Rogen , Hope Dworaczyk",
"Hope Dworaczyk",
"Seth Rogen",
"Amy Smart",
"International Playmates, Bettie Page"
],
[
"5",
"5-09",
"Lisa Rinna",
"Crystal McCahill",
"Chuck Palahniuk",
"Zachary Quinto",
"Lisa Rinna , Women of Wall Street"
],
[
"6",
"6-09",
"America Olivo",
"Candice Cassidy",
"Shia LaBeouf",
"Scott Boras",
"America Olivo, PMOY - Ida Ljungqvist"
],
[
"7",
"9-09",
"Heidi Montag",
"Kimberly Phillips",
"Seth MacFarlane",
"Diane Kruger",
"Heidi Montag. Michelle More & Suzanne Stonebarger"
],
[
"8",
"10-09",
"Kiera Gormley , Tuuli Shipster",
"Lindsey Gayle Evans",
"Woody Harrelson",
"Shawne Merriman",
"Girls of the ACC"
],
[
"9",
"11-09",
"Marge Simpson or Alina Puscau",
"Kelley Thompson",
"Benicio del Toro",
"Tracy Morgan",
"Alina Puscau , Farrah Fawcett"
]
] |
[
{
"Formula": "SUMIFS(C1,E1,\"none\")",
"Formula2": "SUMIFS(C2:C6,E2:E6,\"none\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many times is the new entries this round is none?",
"Tokens": [
"SUMIFS(",
"C1",
"E1",
"\"none\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"392 → 276\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,D2:D6=\"392 → 276\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the prize money when the clubs is 392 → 276?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"392 → 276\"",
"6"
]
},
{
"Formula": "MIN(C1)",
"Formula2": "MIN(C2:C6)",
"Funcs": [
"MIN(",
"Cell"
],
"Level": "easy",
"Question": "What is the lowest number of fixtures?",
"Tokens": [
"MIN(",
"C1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Third Round Qualifying\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,A2:A6=\"Third Round Qualifying\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the main date when the round is third round qualifying?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"Third Round Qualifying\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"£7,500\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,F2:F6=\"£7,500\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the round when the prize money is £7,500?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"£7,500\"",
"1"
]
}
] | train_1-27973624-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Round",
"Main date",
"Number of fixtures",
"Clubs",
"New entries this round",
"Prize money",
"Player of the Round"
],
[
"2",
"Extra Preliminary Round",
"14 August 2010",
"201",
"759 → 558",
"402: 358th–759th",
"£750",
"n/a"
],
[
"3",
"Preliminary Round",
"28 August 2010",
"166",
"558 → 392",
"131: 226th–357th",
"£1,500",
"n/a"
],
[
"4",
"First Round Qualifying",
"11 September 2010",
"116",
"392 → 276",
"66: 161st–225th",
"£3,000",
"Sam Styles ( Oxhey Jets )"
],
[
"5",
"Second Round Qualifying",
"25 September 2010",
"80",
"276 → 196",
"44: 117th–160th",
"£4,500",
"Sam Higgins ( Chelmsford City )"
],
[
"6",
"Third Round Qualifying",
"9 October 2010",
"40",
"196 → 156",
"none",
"£7,500",
"Justin Marsden ( Nuneaton Town )"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Markose Bristow Madhumita Bisht\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,F2:F12=\"Markose Bristow Madhumita Bisht\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What years did Markose Bristow Madhumita Bisht win the mens singles and/or the mixed doubles?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"Markose Bristow Madhumita Bisht\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=2002),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,A2:A12=2002),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Who won the womens doubles in 2002?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"2002",
"5"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(C1, (D1=\"Rupesh Kumar Sanave Thomas\")*(E1=\"Jwala Gutta Ashwini Ponnappa\"))))",
"Formula2": "ROWS(UNIQUE(FILTER(C2:C12, (D2:D12=\"Rupesh Kumar Sanave Thomas\")*(E2:E12=\"Jwala Gutta Ashwini Ponnappa\"))))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many total titles did Rupesh Kumar Sanave Thomas and Jwala Gutta Ashwini Ponnappa win total?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"C1",
"D1",
"=",
"\"Rupesh Kumar Sanave Thomas\"",
"*",
"E1",
"=",
"\"Jwala Gutta Ashwini Ponnappa\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"Arvind Bhat\")*(F1=\"Valiyaveetil Diju Jwala Gutta\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,(B2:B12=\"Arvind Bhat\")*(F2:F12=\"Valiyaveetil Diju Jwala Gutta\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "In womens doubles and mens singles, what years did Arvind Bhat or Valiyaveetil Diju Jwala Gutta win?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Arvind Bhat\"",
"*",
"F1",
"=",
"\"Valiyaveetil Diju Jwala Gutta\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Trupti Murgunde\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,C2:C12=\"Trupti Murgunde\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "How many titles did Trupti Murgunde claim?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"Trupti Murgunde\"",
"5"
]
}
] | test_1-12194021-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Season",
"Mens singles",
"Womens singles",
"Mens doubles",
"Womens doubles",
"Mixed doubles"
],
[
"2",
"2000",
"Pullela Gopichand",
"Aparna Popat",
"Vincent Lobo Jaseel P. Ismail",
"Jwala Gutta Shruti Kurian",
"Vincent Lobo Madhumita Bisht"
],
[
"3",
"2001",
"Abhinn Shyam Gupta",
"Aparna Popat",
"Sanave Thomas Valiyaveetil Diju",
"K. Neelima Chowdary D. Swetha",
"Markose Bristow Madhumita Bisht"
],
[
"4",
"2002",
"Abhinn Shyam Gupta",
"Aparna Popat",
"Markose Bristow Rupesh Kumar",
"Jwala Gutta Shruti Kurian",
"Jaseel P. Ismail Manjusha Kanwar"
],
[
"5",
"2003",
"Chetan Anand",
"Aparna Popat",
"Markose Bristow Rupesh Kumar",
"Jwala Gutta Shruti Kurian",
"Pullela Gopichand Jwala Gutta"
],
[
"6",
"2004",
"Anup Sridhar",
"Aparna Popat",
"Rupesh Kumar Sanave Thomas",
"Jwala Gutta Shruti Kurian",
"Markose Bristow B. R. Meenakshi"
],
[
"7",
"2005",
"Anup Sridhar",
"Aparna Popat",
"Rupesh Kumar Sanave Thomas",
"Jwala Gutta Shruti Kurian",
"Valiyaveetil Diju Jwala Gutta"
],
[
"8",
"2006",
"Chetan Anand",
"Aparna Popat",
"Rupesh Kumar Sanave Thomas",
"Jwala Gutta Shruti Kurian",
"Valiyaveetil Diju Shruti Kurian"
],
[
"9",
"2007",
"Chetan Anand",
"Saina Nehwal",
"Rupesh Kumar Sanave Thomas",
"Jwala Gutta Shruti Kurian",
"Valiyaveetil Diju Aparna Balan"
],
[
"10",
"2008",
"Arvind Bhat",
"Sayali Gokhale",
"Rupesh Kumar Sanave Thomas",
"Jwala Gutta Shruti Kurian",
"Valiyaveetil Diju Jwala Gutta"
],
[
"11",
"2009",
"Chetan Anand",
"Trupti Murgunde",
"Rupesh Kumar Sanave Thomas",
"Jwala Gutta Ashwini Ponnappa",
"Valiyaveetil Diju Jwala Gutta"
],
[
"12",
"2010",
"Arvind Bhat",
"Aditi Mutatkar",
"Rupesh Kumar Sanave Thomas",
"Aparna Balan Prajakta Sawant",
"Pranav Chopra Prajakta Sawant"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,C1=\"Jeff Gordon\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J13,C2:C13=\"Jeff Gordon\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the miles for jeff gordon",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"J1",
"C1",
"=",
"\"Jeff Gordon\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,C1=\"Ryan Newman\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J13,C2:C13=\"Ryan Newman\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the laps for ryan newman",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"J1",
"C1",
"=",
"\"Ryan Newman\"",
"6"
]
}
] | test_1-2144863-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J"
],
[
"1",
"Year",
"Date",
"Driver",
"Team",
"Manufacturer",
"Laps",
"Miles (km)",
"Race Time",
"Average Speed (mph)",
"Report"
],
[
"2",
"2001",
"July 15",
"Kevin Harvick",
"Richard Childress Racing",
"Chevrolet",
"267",
"400.5 (644.542)",
"3:18:16",
"121.200",
"Report"
],
[
"3",
"2002",
"July14",
"Kevin Harvick",
"Richard Childress Racing",
"Chevrolet",
"267",
"400.5 (644.542)",
"2:55:37",
"136.832",
"Report"
],
[
"4",
"2003",
"July 13",
"Ryan Newman",
"Penske Racing",
"Dodge",
"267",
"400.5 (644.542)",
"2:59:15",
"134.590",
"Report"
],
[
"5",
"2004",
"July 11",
"Tony Stewart",
"Joe Gibbs Racing",
"Chevrolet",
"267",
"400.5 (644.542)",
"3:05:33",
"129.507",
"Report"
],
[
"6",
"2005",
"July 10",
"Dale Earnhardt, Jr.",
"Dale Earnhardt, Inc.",
"Chevrolet",
"267",
"400.5 (644.542)",
"3:08:16",
"127.638",
"Report"
],
[
"7",
"2006",
"July 9",
"Jeff Gordon",
"Hendrick Motorsports",
"Chevrolet",
"270*",
"405 (651.784)",
"3:03:59",
"132.077",
"Report"
],
[
"8",
"2007",
"July 15",
"Tony Stewart",
"Joe Gibbs Racing",
"Chevrolet",
"267",
"400.5 (644.542)",
"2:58:59",
"134.258",
"Report"
],
[
"9",
"2008",
"July 12",
"Kyle Busch",
"Joe Gibbs Racing",
"Toyota",
"267",
"400.5 (644.542)",
"2:59:20",
"133.936",
"Report"
],
[
"10",
"2009",
"July 11",
"Mark Martin",
"Hendrick Motorsports",
"Chevrolet",
"267",
"400.5 (644.542)",
"2:59:39",
"133.804",
"Report"
],
[
"11",
"2010",
"July 10",
"David Reutimann",
"Michael Waltrip Racing",
"Toyota",
"267",
"400.5 (644.542)",
"2:45:34",
"145.138",
"Report"
],
[
"12",
"2011",
"Sept 19*",
"Tony Stewart",
"Stewart-Haas Racing",
"Chevrolet",
"267",
"400.5 (644.542)",
"2:47:41",
"143.306",
"Report"
],
[
"13",
"2012",
"Sept 16",
"Brad Keselowski",
"Penske Racing",
"Dodge",
"267",
"400.5 (644.542)",
"2:47:37",
"143.363",
"Report"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,(C1=\"united states\")*(B1=\"dudley hart\")),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=66))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E11,(C2:C11=\"united states\")*(B2:B11=\"dudley hart\")),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=66))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is Place, when Score is \"66\", when Country is \"United States\", and when Player is \"Dudley Hart\"?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"united states\"",
"*",
"B1",
"=",
"\"dudley hart\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"66"
]
},
{
"Formula": "MIN(FILTER(D1, A1=1))",
"Formula2": "MIN(FILTER(D2:D11, A2:A11=1))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the lowest Score, when Place is \"1\"?",
"Tokens": [
"MIN(",
"FILTER(",
"D1",
"A1",
"=",
"1"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"brad faxon\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=66))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E11,B2:B11=\"brad faxon\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=66))",
"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 To Par, when Score is \"66\", and when Player is \"Brad Faxon\"?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"brad faxon\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"66"
]
}
] | train_2-18017347-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"1",
"Grant Waite",
"New Zealand",
"64",
"–6"
],
[
"3",
"T2",
"Stuart Appleby",
"Australia",
"66",
"–4"
],
[
"4",
"T2",
"K. J. Choi",
"South Korea",
"66",
"–4"
],
[
"5",
"T2",
"David Duval",
"United States",
"66",
"–4"
],
[
"6",
"T2",
"Niclas Fasth",
"Sweden",
"66",
"–4"
],
[
"7",
"T2",
"Brad Faxon",
"United States",
"66",
"–4"
],
[
"8",
"T2",
"Fred Funk",
"United States",
"66",
"–4"
],
[
"9",
"T2",
"Dudley Hart",
"United States",
"66",
"–4"
],
[
"10",
"T2",
"Phil Mickelson",
"United States",
"66",
"–4"
],
[
"11",
"T2",
"David Toms",
"United States",
"66",
"–4"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"6 June 1864\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,G2:G9=\"6 June 1864\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When was the ship launched when the commissioned or completed(*) is 6 june 1864?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"6 June 1864\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Tecumseh\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,A2:A9=\"Tecumseh\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When was the ship tecumseh launched?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"Tecumseh\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"16 April 1864\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,G2:G9=\"16 April 1864\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the namesake of the ship that was commissioned or completed(*) 16 april 1864?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"16 April 1864\"",
"3"
]
},
{
"Formula": "MIN(E1)",
"Formula2": "MIN(E2:E9)",
"Funcs": [
"MIN(",
"Cell"
],
"Level": "easy",
"Question": "What is the minimum laid down?",
"Tokens": [
"MIN(",
"E1"
]
}
] | train_1-12592074-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Ship",
"Builder",
"Namesake",
"Renamed",
"Laid down",
"Launched",
"Commissioned or completed(*)"
],
[
"2",
"Ajax",
"Snowden & Mason, Pittsburgh, Pennsylvania",
"Manayunk, Philadelphia",
"Manayunk, 1862; Ajax, 15 June 1869",
"1862",
"18 December 1864",
"27 September 1865*"
],
[
"3",
"Canonicus",
"Harrison Loring, Boston, Massachusetts",
"Canonicus",
"Scylla, 15 June 1869; Canonicus, 10 August 1869",
"1862",
"1August1863",
"16 April 1864"
],
[
"4",
"Catawba",
"Alexander Swift & Company, Cincinnati, Ohio",
"Catawba River",
"Atahualpa",
"1862",
"13 April 1864",
"10 June 1865*"
],
[
"5",
"Mahopac",
"Secor & Co., Jersey City, New Jersey",
"Lake Mahopac",
"Castor, 15 June 1869; Mahopac, 10 August 1869",
"1862",
"17 May 1864",
"22 September 1864"
],
[
"6",
"Manhattan",
"Perine, Secor & Co., Jersey City, New Jersey",
"Manhattan Indians",
"Neptune, 15 June 1869; Manhattan, 10 August 1869",
"1862",
"14October1863",
"6 June 1864"
],
[
"7",
"Oneota",
"Alexander Swift & Company, Cincinnati, Ohio",
"Oneota Tribe of the Sioux Indians",
"Manco Cápac",
"1862",
"21 May 1864",
"10 June 1865*"
],
[
"8",
"Saugus",
"Harlan & Hollingsworth , Wilmington, Delaware",
"Saugus, Massachusetts",
"Centaur, 15 June 1869; Saugus, 10 August 1869",
"1862",
"8 February 1864",
"27 August 1864"
],
[
"9",
"Tecumseh",
"Charles Secor & Co., Jersey City, New Jersey",
"Tecumseh",
"Not Applicable",
"1862",
"12 September 1863",
"19 April 1864"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Angie's List\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,C2:C9=\"Angie's List\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What kind of chassis on the angie's list sponsored car?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"Angie's List\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"Chip Ganassi\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,E2:E9=\"Chip Ganassi\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What team owns the car owned by chip ganassi?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"Chip Ganassi\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Rahal Letterman Lanigan Racing\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,A2:A9=\"Rahal Letterman Lanigan Racing\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What chassis is on the car repped by team rahal letterman lanigan racing?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"Rahal Letterman Lanigan Racing\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"ABC Supply\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,C2:C9=\"ABC Supply\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who drives the abc supply sponsored cor?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"ABC Supply\"",
"4"
]
}
] | train_1-2503102-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Team",
"#",
"Primary Sponsor",
"Driver(s)",
"Listed Owner(s)",
"Engine",
"Chassis"
],
[
"2",
"A. J. Foyt Enterprises",
"41",
"ABC Supply",
"Conor Daly",
"A. J. Foyt",
"Honda",
"Dallara"
],
[
"3",
"Andretti Autosport",
"26",
"Electric Energy Straws",
"Carlos Muñoz",
"Michael Andretti",
"Chevrolet",
"Dallara"
],
[
"4",
"Chip Ganassi Racing",
"8",
"NTT Data",
"Ryan Briscoe",
"Chip Ganassi",
"Honda",
"Dallara"
],
[
"5",
"Dale Coyne Racing",
"63",
"Cyclops Gear",
"Pippa Mann",
"Dale Coyne",
"Honda",
"Dallara"
],
[
"6",
"Lazier Partners Racing",
"91",
"Advance Auto Parts",
"Buddy Lazier",
"Bob Lazier Corbet Krause",
"Chevrolet",
"Dallara"
],
[
"7",
"Rahal Letterman Lanigan Racing",
"17",
"Blu e-cigs",
"Mike Conway",
"Mike Lanigan David Letterman Bobby Rahal",
"Honda",
"Dallara"
],
[
"8",
"Sam Schmidt Motorsports",
"81",
"Angie's List",
"Katherine Legge",
"Sam Schmidt Ric Peterson",
"Honda",
"Dallara"
],
[
"9",
"Sarah Fisher Hartman Racing",
"97",
"Rotondo Weirich / Muscle Milk",
"Lucas Luhr",
"Sarah Fisher Andy O'Gara Steve Weirich",
"Honda",
"Dallara"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"kardinia park\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"kardinia park\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What away team played at Kardinia Park?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"kardinia park\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"hawthorn\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"hawthorn\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What team played Hawthorn?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"hawthorn\"",
"3"
]
}
] | train_2-10807673-8 | [
[
"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.13 (73)",
"St Kilda",
"6.11 (47)",
"Punt Road Oval",
"6,000",
"21 June 1941"
],
[
"3",
"Hawthorn",
"6.8 (44)",
"Melbourne",
"12.12 (84)",
"Glenferrie Oval",
"2,000",
"21 June 1941"
],
[
"4",
"Collingwood",
"8.12 (60)",
"Essendon",
"7.10 (52)",
"Victoria Park",
"6,000",
"21 June 1941"
],
[
"5",
"Carlton",
"10.17 (77)",
"Fitzroy",
"12.13 (85)",
"Princes Park",
"4,000",
"21 June 1941"
],
[
"6",
"South Melbourne",
"8.16 (64)",
"North Melbourne",
"6.6 (42)",
"Lake Oval",
"5,000",
"21 June 1941"
],
[
"7",
"Geelong",
"10.18 (78)",
"Footscray",
"13.15 (93)",
"Kardinia Park",
"5,000",
"21 June 1941"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"november 12, 1972\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,B2:B15=\"november 12, 1972\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the opponent on November 12, 1972?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"november 12, 1972\"",
"3"
]
}
] | train_2-11159638-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Attendance"
],
[
"2",
"1",
"September 17, 1972",
"New Orleans Saints",
"W 34-14",
"66,303"
],
[
"3",
"2",
"September 24, 1972",
"at Chicago Bears",
"T 13-13",
"55,701"
],
[
"4",
"3",
"October 1, 1972",
"at Atlanta Falcons",
"L 31-3",
"57,122"
],
[
"5",
"4",
"October 8, 1972",
"San Francisco 49ers",
"W 31-7",
"77,382"
],
[
"6",
"5",
"October 15, 1972",
"at Philadelphia Eagles",
"W 34-3",
"65,720"
],
[
"7",
"6",
"October 22, 1972",
"Cincinnati Bengals",
"W 15-12",
"73,385"
],
[
"8",
"7",
"October 29, 1972",
"at Oakland Raiders",
"L 45-17",
"54,660"
],
[
"9",
"8",
"November 5, 1972",
"Atlanta Falcons",
"W 20-7",
"75,018"
],
[
"10",
"9",
"November 12, 1972",
"Denver Broncos",
"L 16-10",
"65,398"
],
[
"11",
"10",
"November 19, 1972",
"Minnesota Vikings",
"L 45-41",
"77,982"
],
[
"12",
"11",
"November 26, 1972",
"at New Orleans Saints",
"L 19-16",
"64,325"
],
[
"13",
"12",
"December 4, 1972",
"at San Francisco 49ers",
"W 26-16",
"61,214"
],
[
"14",
"13",
"December 10, 1972",
"at St. Louis Cardinals",
"L 24-14",
"36,873"
],
[
"15",
"14",
"December 17, 1972",
"Detroit Lions",
"L 34-17",
"71,761"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"wr\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"wr\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the WR player?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"wr\"",
"3"
]
}
] | train_2-16912111-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Round",
"Pick",
"Player",
"Position",
"School/Club Team"
],
[
"2",
"1",
"6",
"Brendon LaBatte",
"OL",
"Regina"
],
[
"3",
"2",
"15",
"Aaron Hargreaves",
"WR",
"Simon Fraser"
],
[
"4",
"3",
"24 (via Edmonton via Saskatchewan)",
"Daryl Stephenson",
"RB",
"Windsor"
],
[
"5",
"4",
"31",
"Marc Bestwick",
"DB",
"Saint Mary's"
],
[
"6",
"5",
"39",
"Don Oramasionwu",
"DL",
"Manitoba"
],
[
"7",
"6",
"47",
"Pierre-Luc Labbé",
"LB",
"Sherbrooke"
]
] |
[
{
"Formula": "SUM(FILTER(E1, (F1=3.4)*(B1>2.9)))",
"Formula2": "SUM(FILTER(E2:E7, (F2:F7=3.4)*(B2:B7>2.9)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What's the 2008 that has 3.4 in 2009 and more than 2.9 in 2005?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"F1",
"=",
"3.4",
"*",
"B1",
">",
"2.9"
]
},
{
"Formula": "SUM(FILTER(C1, (D1<6.7)*(F1<3.4)))",
"Formula2": "SUM(FILTER(C2:C7, (D2:D7<6.7)*(F2:F7<3.4)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What's the 2006 if there's less than 6.7 in 2007 and less than 3.4 in 2009?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"D1",
"<",
"6.7",
"*",
"F1",
"<",
"3.4"
]
},
{
"Formula": "SUM(FILTER(B1, (G1<43.8)*(D1<29.5)*(F1>4.9)*(C1>10.2)))",
"Formula2": "SUM(FILTER(B2:B7, (G2:G7<43.8)*(D2:D7<29.5)*(F2:F7>4.9)*(C2:C7>10.2)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What's the total in 2005 if there's more than 10.2 in 2006, less than 29.5 in 2007, more than 4.9 in 2009 and less than 43.8 in 2010?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"G1",
"<",
"43.8",
"*",
"D1",
"<",
"29.5",
"*",
"F1",
">",
"4.9",
"*",
"C1",
">",
"10.2"
]
},
{
"Formula": "SUM(FILTER(F1, (B1=11.8)*(C1<12.6)))",
"Formula2": "SUM(FILTER(F2:F7, (B2:B7=11.8)*(C2:C7<12.6)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the 2009 when there's 11.8 in 2005 and less than 12.6 in 2006?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"B1",
"=",
"11.8",
"*",
"C1",
"<",
"12.6"
]
},
{
"Formula": "SUM(FILTER(B1, (D1<42)*(A1=\"tv3\")*(G1<29.5)))",
"Formula2": "SUM(FILTER(B2:B7, (D2:D7<42)*(A2:A7=\"tv3\")*(G2:G7<29.5)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What's the 2005 of TV3 when there is less than 42 in 2007 and less than 29.5 in 2010?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"D1",
"<",
"42",
"*",
"A1",
"=",
"\"tv3\"",
"*",
"G1",
"<",
"29.5"
]
}
] | train_2-18987481-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"TV Station (Operator)",
"2005",
"2006",
"2007",
"2008",
"2009",
"2010",
"2011 1H"
],
[
"2",
"BBTV CH7",
"42.4",
"41.3",
"42.0",
"44.7",
"45.4",
"43.8",
"47.5"
],
[
"3",
"TV3",
"24.5",
"25.6",
"29.5",
"26.8",
"27.7",
"29.5",
"29.0"
],
[
"4",
"TV5",
"8.1",
"7.3",
"6.7",
"7.6",
"8.6",
"8.0",
"6.9"
],
[
"5",
"Modernine TV",
"10.3",
"10.2",
"9.2",
"9.6",
"9.9",
"9.7",
"9.2"
],
[
"6",
"NBT",
"2.9",
"3.0",
"2.4",
"4.9",
"3.4",
"3.4",
"2.4"
],
[
"7",
"Thai PBS",
"11.8",
"12.6",
"10.2",
"6.1",
"4.9",
"5.6",
"5.0"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"shattuck-saint mary's school (midget major aaa)\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"shattuck-saint mary's school (midget major aaa)\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "which NHL team has a College/Junior/Club Team (League) of shattuck-saint mary's school (midget major aaa)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"shattuck-saint mary's school (midget major aaa)\"",
"4"
]
},
{
"Formula": "SUM(FILTER(A1, (C1=\"canada\")*(E1=\"fort mcmurray oil barons (ajhl)\")))",
"Formula2": "SUM(FILTER(A2:A9, (C2:C9=\"canada\")*(E2:E9=\"fort mcmurray oil barons (ajhl)\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many Rounds have a Nationality of canada, and a College/Junior/Club Team (League) of fort mcmurray oil barons (ajhl)?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"C1",
"=",
"\"canada\"",
"*",
"E1",
"=",
"\"fort mcmurray oil barons (ajhl)\""
]
},
{
"Formula": "SUM(FILTER(A1, (D1=\"edmonton oilers\")*(B1=\"vyacheslav trukhno\")))",
"Formula2": "SUM(FILTER(A2:A9, (D2:D9=\"edmonton oilers\")*(B2:B9=\"vyacheslav trukhno\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which Round has a NHL team of edmonton oilers and a Player of vyacheslav trukhno?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"D1",
"=",
"\"edmonton oilers\"",
"*",
"B1",
"=",
"\"vyacheslav trukhno\""
]
},
{
"Formula": "SUM(FILTER(A1, (C1=\"united states\")*(E1=\"breck school (ushs)\")))",
"Formula2": "SUM(FILTER(A2:A9, (C2:C9=\"united states\")*(E2:E9=\"breck school (ushs)\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which Round has a Nationality of united states, and a College/Junior/Club Team (League) of breck school (ushs)?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"C1",
"=",
"\"united states\"",
"*",
"E1",
"=",
"\"breck school (ushs)\""
]
}
] | train_2-14667303-17 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Round",
"Player",
"Nationality",
"NHL team",
"College/Junior/Club Team (League)"
],
[
"2",
"1",
"Andrew Cogliano",
"Canada",
"Edmonton Oilers",
"St. Michael's Buzzers (OPJHL)"
],
[
"3",
"2",
"Taylor Chorney",
"United States",
"Edmonton Oilers",
"Shattuck-Saint Mary's School (Midget Major AAA)"
],
[
"4",
"3",
"Danny Syvret",
"Canada",
"Edmonton Oilers (from Philadelphia Flyers )",
"London Knights (OHL)"
],
[
"5",
"3",
"Robby Dee",
"United States",
"Edmonton Oilers",
"Breck School (USHS)"
],
[
"6",
"4",
"Chris VandeVelde",
"United States",
"Edmonton Oilers",
"Lincoln Stars (USHL)"
],
[
"7",
"4",
"Vyacheslav Trukhno",
"Russia",
"Edmonton Oilers",
"Prince Edward Island Rocket (QMJHL)"
],
[
"8",
"5",
"Fredrik Pettersson",
"Sweden",
"Edmonton Oilers",
"Frolunda (Sweden)"
],
[
"9",
"7",
"Matthew Glasser",
"Canada",
"Edmonton Oilers",
"Fort McMurray Oil Barons (AJHL)"
]
] |
[
{
"Formula": "MAXIFS(A1,F1,\"1-3\")",
"Formula2": "MAXIFS(A2:A18,F2:F18,\"1-3\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the highest week when the record was 1-3?",
"Tokens": [
"MAXIFS(",
"A1",
"F1",
"\"1-3\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=62657),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,G2:G18=62657),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Who was the opponent at the game attended by 62,657?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"62657",
"3"
]
}
] | train_2-14597907-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Game site",
"Record",
"Attendance"
],
[
"2",
"1",
"September 12, 2004",
"Tampa Bay Buccaneers",
"W 16-10",
"FedEx Field",
"1-0",
"90,098"
],
[
"3",
"2",
"September 19, 2004",
"at New York Giants",
"L 20-14",
"Giants Stadium",
"1-1",
"78,767"
],
[
"4",
"3",
"September 27, 2004",
"Dallas Cowboys",
"L 21-18",
"FedExField",
"1-2",
"90,367"
],
[
"5",
"4",
"October 3, 2004",
"at Cleveland Browns",
"L 17-13",
"Cleveland Browns Stadium",
"1-3",
"73,348"
],
[
"6",
"5",
"October 10, 2004",
"Baltimore Ravens",
"L 17-10",
"FedEx Field",
"1-4",
"90,287"
],
[
"7",
"6",
"October 17, 2004",
"at Chicago Bears",
"W 13-10",
"Soldier Field",
"2-4",
"61,985"
],
[
"8",
"7",
"Bye",
"Bye",
"Bye",
"Bye",
"Bye",
"Bye"
],
[
"9",
"8",
"October 31, 2004",
"Green Bay Packers",
"L 28-14",
"FedEx Field",
"2-5",
"89,295"
],
[
"10",
"9",
"November 7, 2004",
"at Detroit Lions",
"W 17-10",
"Ford Field",
"3-5",
"62,657"
],
[
"11",
"10",
"November 14, 2004",
"Cincinnati Bengals",
"L 17-10",
"FedEx Field",
"3-6",
"87,786"
],
[
"12",
"11",
"November 21, 2004",
"at Philadelphia Eagles",
"L 28-6",
"Lincoln Financial Field",
"3-7",
"67,720"
],
[
"13",
"12",
"November 28, 2004",
"at Pittsburgh Steelers",
"L 16-7",
"Heinz Field",
"3-8",
"63,707"
],
[
"14",
"13",
"December 5, 2004",
"New York Giants",
"W 31-7",
"FedEx Field",
"4-8",
"87,872"
],
[
"15",
"14",
"December 12, 2004",
"Philadelphia Eagles",
"L 17-14",
"FedEx Field",
"4-9",
"90,089"
],
[
"16",
"15",
"December 18, 2004",
"at San Francisco 49ers",
"W 26-16",
"Monster Park",
"5-9",
"65,710"
],
[
"17",
"16",
"December 26, 2004",
"at Dallas Cowboys",
"L 13-10",
"Texas Stadium",
"5-10",
"63,705"
],
[
"18",
"17",
"January 2, 2005",
"Minnesota Vikings",
"W 21-18",
"FedEx Field",
"6-10",
"78,876"
]
] |
[
{
"Formula": "MIN(C1)",
"Formula2": "MIN(C2:C6)",
"Funcs": [
"MIN(",
"Cell"
],
"Level": "easy",
"Question": "What is the smallest population recorded back in 2002?",
"Tokens": [
"MIN(",
"C1"
]
}
] | test_1-13764346-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Commune",
"Area (km 2 )",
"2002 population",
"Density (km 2 )",
"Government website"
],
[
"2",
"Pozo Almonte (Capital)",
"13,765.8",
"10830",
"0.8",
"link"
],
[
"3",
"Pica",
"8,934.3",
"6178",
"0.7",
"link"
],
[
"4",
"Huara",
"10,474.6",
"2599",
"0.2",
"link"
],
[
"5",
"Colchane",
"4,015.6",
"1649",
"0.4",
"link"
],
[
"6",
"Camiña",
"2,200.2",
"1275",
"0.6",
"none"
]
] |
[
{
"Formula": "AVERAGE(FILTER(A1, E1=75111))",
"Formula2": "AVERAGE(FILTER(A2:A17, E2:E17=75111))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Name the average week for attendance of 75,111",
"Tokens": [
"AVERAGE(",
"FILTER(",
"A1",
"E1",
"=",
"75111"
]
},
{
"Formula": "SUM(FILTER(A1, E1=62233))",
"Formula2": "SUM(FILTER(A2:A17, E2:E17=62233))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Name the sum of week with attendance of 62,233",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"E1",
"=",
"62233"
]
}
] | test_2-12536613-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Attendance"
],
[
"2",
"1",
"September 2, 1984",
"at Pittsburgh Steelers",
"W 37–27",
"56,709"
],
[
"3",
"2",
"September 9, 1984",
"at Cincinnati Bengals",
"W 27–22",
"47,111"
],
[
"4",
"3",
"September 16, 1984",
"Los Angeles Raiders",
"L 22–20",
"75,111"
],
[
"5",
"4",
"September 23, 1984",
"at Denver Broncos",
"L 21–0",
"74,263"
],
[
"6",
"5",
"September 30, 1984",
"Cleveland Browns",
"W 10–6",
"40,785"
],
[
"7",
"6",
"October 7, 1984",
"New York Jets",
"L 17–16",
"51,843"
],
[
"8",
"7",
"October 14, 1984",
"San Diego Chargers",
"W 31–13",
"62,233"
],
[
"9",
"8",
"October 21, 1984",
"at New York Jets",
"L 28–7",
"66,782"
],
[
"10",
"9",
"October 28, 1984",
"Tampa Bay Buccaneers",
"W 24–20",
"41,710"
],
[
"11",
"10",
"November 4, 1984",
"at Seattle Seahawks",
"L 45–0",
"61,396"
],
[
"12",
"11",
"November 11, 1984",
"Houston Oilers",
"L 17–16",
"44,464"
],
[
"13",
"12",
"November 18, 1984",
"at Los Angeles Raiders",
"L 17–7",
"48,575"
],
[
"14",
"13",
"November 25, 1984",
"at New York Giants",
"L 28–27",
"74,383"
],
[
"15",
"14",
"December 2, 1984",
"Denver Broncos",
"W 16–13",
"38,494"
],
[
"16",
"15",
"December 9, 1984",
"Seattle Seahawks",
"W 34–7",
"34,855"
],
[
"17",
"16",
"December 16, 1984",
"at San Diego Chargers",
"W 42–21",
"40,221"
]
] |
[
{
"Formula": "SUM(FILTER(D1, (C1=124)*(B1<13)))",
"Formula2": "SUM(FILTER(D2:D13, (C2:C13=124)*(B2:B13<13)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the average of the player with 124 yards and less than 13 rec.?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"C1",
"=",
"124",
"*",
"B1",
"<",
"13"
]
}
] | test_2-11786160-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Player",
"Rec.",
"Yards",
"Avg.",
"TD's",
"Long"
],
[
"2",
"Kenny Higgins",
"95",
"1440",
"15.2",
"25",
"47"
],
[
"3",
"Maurice Brown",
"34",
"510",
"15",
"9",
"44"
],
[
"4",
"C. J. Johnson",
"34",
"411",
"12.5",
"8",
"30"
],
[
"5",
"Demetris Bendross",
"15",
"158",
"10.5",
"2",
"39"
],
[
"6",
"Rocco Forgione",
"14",
"152",
"10.9",
"2",
"24"
],
[
"7",
"Dan Alexander",
"13",
"124",
"9.5",
"1",
"18"
],
[
"8",
"Carlos Wright",
"7",
"64",
"9.1",
"1",
"15"
],
[
"9",
"Isaiah Ross",
"5",
"50",
"10",
"0",
"19"
],
[
"10",
"Terrell Browden",
"2",
"21",
"10.5",
"1",
"12"
],
[
"11",
"James Baron",
"2",
"7",
"3.5",
"1",
"5"
],
[
"12",
"Joe Minucci",
"2",
"6",
"3",
"1",
"3"
],
[
"13",
"Ahmad Hawkins",
"2",
"4",
"2",
"0",
"3"
]
] |
[
{
"Formula": "MAX(FILTER(A1, (F1>45710)*(E1=\"metropolitan stadium\")))",
"Formula2": "MAX(FILTER(A2:A15, (F2:F15>45710)*(E2:E15=\"metropolitan stadium\")))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Attendance larger than 45,710, and a Venue of metropolitan stadium had what highest week?",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"F1",
">",
"45710",
"*",
"E1",
"=",
"\"metropolitan stadium\""
]
},
{
"Formula": "MINIFS(F1,B1,\"october 10, 1965\")",
"Formula2": "MINIFS(F2:F15,B2:B15,\"october 10, 1965\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Date of october 10, 1965 had what lowest attendance?",
"Tokens": [
"MINIFS(",
"F1",
"B1",
"\"october 10, 1965\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"chicago bears\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,C2:C15=\"chicago bears\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Opponent of chicago bears involved what date?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"chicago bears\"",
"2"
]
}
] | train_2-14887333-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Venue",
"Attendance"
],
[
"2",
"1",
"September 19, 1965",
"at Pittsburgh Steelers",
"W 41-9",
"Pitt Stadium",
"38,383"
],
[
"3",
"2",
"September 26, 1965",
"Baltimore Colts",
"W 20-17",
"Milwaukee County Stadium",
"48,130"
],
[
"4",
"3",
"October 3, 1965",
"Chicago Bears",
"W 23-14",
"Lambeau Field",
"50,852"
],
[
"5",
"4",
"October 10, 1965",
"San Francisco 49ers",
"W 27-10",
"Lambeau Field",
"50,852"
],
[
"6",
"5",
"October 17, 1965",
"at Detroit Lions",
"W 31-21",
"Tiger Stadium",
"56,712"
],
[
"7",
"6",
"October 24, 1965",
"Dallas Cowboys",
"W 13-3",
"Milwaukee County Stadium",
"48,311"
],
[
"8",
"7",
"October 31, 1965",
"at Chicago Bears",
"L 31-10",
"Wrigley Field",
"45,664"
],
[
"9",
"8",
"November 7, 1965",
"Detroit Lions",
"L 12-7",
"Lambeau Field",
"50,852"
],
[
"10",
"9",
"November 14, 1965",
"Los Angeles Rams",
"W 6-3",
"Milwaukee County Stadium",
"48,485"
],
[
"11",
"10",
"November 21, 1965",
"at Minnesota Vikings",
"W 38-13",
"Metropolitan Stadium",
"47,426"
],
[
"12",
"11",
"November 28, 1965",
"at Los Angeles Rams",
"L 21-10",
"Los Angeles Memorial Coliseum",
"39,733"
],
[
"13",
"12",
"December 5, 1965",
"Minnesota Vikings",
"W 24-19",
"Lambeau Field",
"50,852"
],
[
"14",
"13",
"December 12, 1965",
"at Baltimore Colts",
"W 42-27",
"Memorial Stadium",
"60,238"
],
[
"15",
"14",
"December 19, 1965",
"at San Francisco 49ers",
"T 24-24",
"Kezar Stadium",
"45,710"
]
] |
[
{
"Formula": "ROWS(FILTER(A1,(D1=\"6'1\")*(G1=\"Columbia, South Carolina\")))",
"Formula2": "ROWS(FILTER(A2:A11,(D2:D11=\"6'1\")*(G2:G11=\"Columbia, South Carolina\")))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many players were 6'1\" and from Columbia, South Carolina?",
"Tokens": [
"ROWS(",
"FILTER(",
"A1",
"D1",
"=",
"\"6'1\"",
"*",
"G1",
"=",
"\"Columbia, South Carolina\""
]
},
{
"Formula": "MAX(FILTER(B1,C1=\"Trevard Lindley\"))",
"Formula2": "MAX(FILTER(B2:B11,C2:C11=\"Trevard Lindley\"))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was Trevard Lindley's number?",
"Tokens": [
"MAX(",
"FILTER(",
"B1",
"C1",
"=",
"\"Trevard Lindley\""
]
}
] | dev_1-14624447-33 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Position",
"Number",
"Name",
"Height",
"Weight",
"Class",
"Hometown",
"Games↑"
],
[
"2",
"LE",
"99",
"Jeremy Jarmon",
"6'3\"",
"277lb.",
"Jr.",
"Collierville, Tennessee",
"5"
],
[
"3",
"LT",
"98",
"Myron Pryor",
"6'1\"",
"310lb.",
"Sr.",
"Louisville, Kentucky",
"5"
],
[
"4",
"RT",
"91",
"Corey Peters",
"6'3\"",
"290lb.",
"Jr.",
"Louisville, Kentucky",
"5"
],
[
"5",
"RE",
"95",
"Ventrell Jenkins",
"6'2\"",
"285lb.",
"Sr.",
"Columbia, South Carolina",
"5"
],
[
"6",
"OLB",
"21",
"Michael Schwindel",
"6'1\"",
"220lb.",
"Jr.",
"Hawesville, Kentucky",
"2"
],
[
"7",
"MLB",
"56",
"Braxton Kelley",
"6'0\"",
"230lb.",
"Sr.",
"LaGrange, Georgia",
"5"
],
[
"8",
"SLB",
"51",
"Johnny Williams",
"6'3\"",
"244lb.",
"Sr.",
"Jacksonville, Florida",
"5"
],
[
"9",
"RCB",
"32",
"Trevard Lindley",
"6'0\"",
"175lb.",
"Jr.",
"Hiram, Georgia",
"5"
],
[
"10",
"LCB",
"7",
"David Jones",
"5'10\"",
"180lb.",
"Sr.",
"Red Jacket, West Virginia",
"5"
],
[
"11",
"FS",
"33",
"Calvin Harrison",
"6'1\"",
"197lb.",
"Jr.",
"Columbia, South Carolina",
"1"
]
] |
[
{
"Formula": "FILTER(A1,(B1=1)*(C1=1))",
"Formula2": "FILTER(A2:A7,(B2:B7=1)*(C2:C7=1))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What nurses are on call with block floor 1 and block code 1? Tell me their names.",
"Tokens": [
"FILTER(",
"A1",
"B1",
"=",
"1",
"*",
"C1",
"=",
"1"
]
},
{
"Formula": "LET(a,HSTACK(F1,A1),b,A1,c,CHOOSECOLS(LET(query1,SUMMARIZE(A1,SUMX(C1),SUMX(B1)),FILTER(query1,(CHOOSECOLS(query1,2)=1)*(CHOOSECOLS(query1,3)=1))),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Formula2": "LET(a,HSTACK(F2:F7,A2:A7),b,A2:A7,c,CHOOSECOLS(LET(query1,SUMMARIZE(A2:A7,SUMX(C2:C7),SUMX(B2:B7)),FILTER(query1,(CHOOSECOLS(query1,2)=1)*(CHOOSECOLS(query1,3)=1))),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Funcs": [
"LET(",
"a",
"HSTACK(",
"Cell",
"Cell",
"b",
"Cell",
"c",
"CHOOSECOLS(",
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num",
"Num",
"UNIQUE(",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
],
"Level": "hard",
"Question": "Find the on call of the nurses who are in block floor 1 and block code 1",
"Tokens": [
"LET(",
"a",
"HSTACK(",
"F1",
"A1",
"b",
"A1",
"c",
"CHOOSECOLS(",
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"C1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"1",
"*",
"CHOOSECOLS(",
"query1",
"3",
"=",
"1",
"1",
"UNIQUE(",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
]
},
{
"Formula": "LET(query1,SUMMARIZE(HSTACK(A1,F1),SUMX(C1),SUMX(B1)),FILTER(query1,(CHOOSECOLS(query1,3)=1)*(CHOOSECOLS(query1,4)=1)))",
"Formula2": "LET(query1,SUMMARIZE(HSTACK(A2:A7,F2:F7),SUMX(C2:C7),SUMX(B2:B7)),FILTER(query1,(CHOOSECOLS(query1,3)=1)*(CHOOSECOLS(query1,4)=1)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"HSTACK(",
"Cell",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "the on call information of each nurse in the first floor of block 1",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"HSTACK(",
"A1",
"F1",
"SUMX(",
"C1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"3",
"=",
"1",
"*",
"CHOOSECOLS(",
"query1",
"4",
"=",
"1"
]
},
{
"Formula": "LET(query1,SUMMARIZE(HSTACK(A1,F1),SUMX(C1),SUMX(B1)),FILTER(query1,(CHOOSECOLS(query1,3)=1)*(CHOOSECOLS(query1,4)=1)))",
"Formula2": "LET(query1,SUMMARIZE(HSTACK(A2:A7,F2:F7),SUMX(C2:C7),SUMX(B2:B7)),FILTER(query1,(CHOOSECOLS(query1,3)=1)*(CHOOSECOLS(query1,4)=1)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"HSTACK(",
"Cell",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Nurses on call who are on the first floor with Block code 1.",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"HSTACK(",
"A1",
"F1",
"SUMX(",
"C1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"3",
"=",
"1",
"*",
"CHOOSECOLS(",
"query1",
"4",
"=",
"1"
]
},
{
"Formula": "LET(query1,SUMMARIZE(HSTACK(A1,F1),SUMX(C1),SUMX(B1)),FILTER(query1,(CHOOSECOLS(query1,3)=1)*(CHOOSECOLS(query1,4)=1)))",
"Formula2": "LET(query1,SUMMARIZE(HSTACK(A2:A7,F2:F7),SUMX(C2:C7),SUMX(B2:B7)),FILTER(query1,(CHOOSECOLS(query1,3)=1)*(CHOOSECOLS(query1,4)=1)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"HSTACK(",
"Cell",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "The nurses who are on call in the first floor with block code 1.",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"HSTACK(",
"A1",
"F1",
"SUMX(",
"C1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"3",
"=",
"1",
"*",
"CHOOSECOLS(",
"query1",
"4",
"=",
"1"
]
}
] | hospital_1_on_call | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"nurse id",
"block floor",
"block code",
"oncall start",
"oncall end",
"on call"
],
[
"2",
"101",
"1",
"1",
"11/4/2008 11:00",
"11/4/2008 19:00",
""
],
[
"3",
"101",
"1",
"2",
"11/4/2008 11:00",
"11/4/2008 19:00",
""
],
[
"4",
"102",
"1",
"3",
"11/4/2008 11:00",
"11/4/2008 19:00",
""
],
[
"5",
"103",
"1",
"1",
"11/4/2008 19:00",
"11/5/2008 3:00",
""
],
[
"6",
"103",
"1",
"2",
"11/4/2008 19:00",
"11/5/2008 3:00",
""
],
[
"7",
"103",
"1",
"3",
"11/4/2008 19:00",
"11/5/2008 3:00",
""
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"priscilla presley\")*(E1=21)),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(D2:D12=\"priscilla presley\")*(E2:E12=21)),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the dance that has priscilla presley is the worst dancer(s), and the worst score of 21?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"priscilla presley\"",
"*",
"E1",
"=",
"21",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"freestyle\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,A2:A12=\"freestyle\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the best score of the dance freestyle?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"freestyle\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"marissa jaret winokur\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,D2:D12=\"marissa jaret winokur\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which dance has the worst dancer(s) as marissa jaret winokur?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"marissa jaret winokur\"",
"1"
]
}
] | train_2-15116785-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Dance",
"Best dancer(s)",
"Best score",
"Worst dancer(s)",
"Worst score"
],
[
"2",
"Cha-cha-cha Face-off",
"Kristi Yamaguchi Kristi Yamaguchi",
"28 30",
"Penn Jillette Jason Taylor",
"16 24"
],
[
"3",
"Foxtrot",
"Jason Taylor",
"28",
"Monica Seles Adam Carolla",
"15"
],
[
"4",
"Quickstep",
"Jason Taylor",
"30",
"Penn Jillette",
"17"
],
[
"5",
"Mambo",
"Cristián de la Fuente",
"29",
"Monica Seles",
"15"
],
[
"6",
"Jive",
"Kristi Yamaguchi",
"30",
"Marissa Jaret Winokur",
"19"
],
[
"7",
"Tango",
"Jason Taylor Kristi Yamaguchi",
"29",
"Steve Guttenberg Adam Carolla Mario",
"21"
],
[
"8",
"Viennese Waltz",
"Jason Taylor",
"29",
"Priscilla Presley",
"22"
],
[
"9",
"Paso Doble",
"Kristi Yamaguchi",
"29",
"Adam Carolla",
"19"
],
[
"10",
"Rumba",
"Kristi Yamaguchi",
"29",
"Priscilla Presley",
"21"
],
[
"11",
"Samba",
"Cristián de la Fuente",
"29",
"Cristián de la Fuente",
"21"
],
[
"12",
"Freestyle",
"Kristi Yamaguchi",
"30",
"Cristián de la Fuente",
"26"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"january 5\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,A2:A15=\"january 5\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On January 5 who was the home team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"january 5\"",
"4"
]
}
] | test_2-14191335-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Visitor",
"Score",
"Home",
"Decision",
"Attendance",
"Record"
],
[
"2",
"January 2",
"Chicago",
"2 – 2",
"Philadelphia",
"Favell",
"13,290",
"9–19–8"
],
[
"3",
"January 4",
"Philadelphia",
"1 – 1",
"Pittsburgh",
"Favell",
"6,329",
"9–19–9"
],
[
"4",
"January 5",
"Toronto",
"2 – 2",
"Philadelphia",
"Parent",
"11,274",
"9–19–10"
],
[
"5",
"January 8",
"Philadelphia",
"4 – 4",
"Toronto",
"Favell",
"16,331",
"9–19–11"
],
[
"6",
"January 9",
"New York",
"3 – 1",
"Philadelphia",
"Parent",
"10,147",
"9–20–11"
],
[
"7",
"January 11",
"Philadelphia",
"4 – 2",
"Minnesota",
"Parent",
"12,462",
"10–20–11"
],
[
"8",
"January 15",
"Philadelphia",
"3 – 4",
"St. Louis",
"Favell",
"13,184",
"10–21–11"
],
[
"9",
"January 16",
"Montreal",
"4 – 0",
"Philadelphia",
"Parent",
"12,728",
"10–22–11"
],
[
"10",
"January 18",
"Boston",
"5 – 3",
"Philadelphia",
"Favell",
"14,558",
"10–23–11"
],
[
"11",
"January 19",
"Detroit",
"1 – 3",
"Philadelphia",
"Parent",
"13,949",
"11–23–11"
],
[
"12",
"January 23",
"Philadelphia",
"2 – 2",
"Chicago",
"Parent",
"18,500",
"11–23–12"
],
[
"13",
"January 25",
"Philadelphia",
"3 – 6",
"Montreal",
"Parent",
"16,884",
"11–24–12"
],
[
"14",
"January 26",
"Pittsburgh",
"3 – 5",
"Philadelphia",
"Favell",
"10,987",
"12–24–12"
],
[
"15",
"January 30",
"Chicago",
"12 – 0",
"Philadelphia",
"Favell",
"13,005",
"12–25–12"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:C1,A1=\"ad\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:C6,A2:A6=\"ad\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the template type descriptions for template type code \"AD\".",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"C1",
"A1",
"=",
"\"ad\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:C1,A1=\"ad\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:C6,A2:A6=\"ad\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Return the template type description of the template type with the code AD.",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"C1",
"A1",
"=",
"\"ad\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:C1,B1=\"book\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:C6,B2:B6=\"book\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the template type code for template type description \"Book\".",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"C1",
"B1",
"=",
"\"book\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:C1,B1=\"book\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:C6,B2:B6=\"book\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Return the type code of the template type with the description \"Book\".",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"C1",
"B1",
"=",
"\"book\"",
"1"
]
}
] | cre_doc_template_mgt_ref_template_types | [
[
"0",
"A",
"B",
"C"
],
[
"1",
"template type code",
"template type description",
"reference template types"
],
[
"2",
"PPT",
"Presentation",
""
],
[
"3",
"CV",
"CV",
""
],
[
"4",
"AD",
"Advertisement",
""
],
[
"5",
"PP",
"Paper",
""
],
[
"6",
"BK",
"Book",
""
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=\"MU, 2-1\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,E2:E10=\"MU, 2-1\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Against which team does Missouri Tigers have a record of mu, 2-1 at a neutral site?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"E1",
"=",
"\"MU, 2-1\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"UI, 4-1\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,D2:D10=\"UI, 4-1\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which is the team against which Missouri Tigers have a record of ui, 4-1 at the opponent's venue?How",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"D1",
"=",
"\"UI, 4-1\"",
"1"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(F1, B1=\"MU, 21-19\")))",
"Formula2": "ROWS(UNIQUE(FILTER(F2:F10, B2:B10=\"MU, 21-19\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many times did the team achieve an overrall record of mu, 21-19?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"F1",
"B1",
"=",
"\"MU, 21-19\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"UI, 27-16\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,B2:B10=\"UI, 27-16\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the record at the neutral site for when the overall record is ui, 27-16?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"UI, 27-16\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(F1=\"MU, 4-1\")*(E1=\"Tied, 0-0\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,(F2:F10=\"MU, 4-1\")*(E2:E10=\"Tied, 0-0\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the record at the opponent's venue against the team for which the record for the last 5 meetings is mu, 4-1 and the record at the neutral site is tied, 0-0?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"F1",
"=",
"\"MU, 4-1\"",
"*",
"E1",
"=",
"\"Tied, 0-0\"",
"4"
]
}
] | train_1-16201038-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Missouri vs.",
"Overall Record",
"at Columbia",
"at Opponents Venue",
"at Neutral Site",
"Last 5 Meetings",
"Last 10 Meetings",
"Current Streak"
],
[
"2",
"Colorado",
"MU, 99-53",
"MU, 57-11",
"CU, 34-30",
"MU, 12-8",
"MU, 4-1",
"MU, 9-1",
"W 1"
],
[
"3",
"Creighton",
"MU, 9-7",
"MU, 3-2",
"Tied, 4-4",
"MU, 2-1",
"MU, 3-2",
"CU, 6-4",
"L 1"
],
[
"4",
"Drake",
"MU, 27-7",
"MU, 17-3",
"MU, 10-4",
"Tied, 0-0",
"MU, 4-1",
"MU, 8-2",
"W 4"
],
[
"5",
"Illinois",
"UI, 27-16",
"UI, 3-2",
"UI, 4-1",
"UI, 20-13",
"MU, 4-1",
"UI, 6-4",
"W 4"
],
[
"6",
"Indiana",
"Tied, 9-9",
"MU, 5-3",
"IU, 6-3",
"MU, 1-0",
"MU, 4-1",
"Tied, 5-5",
"W 3"
],
[
"7",
"Iowa",
"UI, 10-7",
"MU, 4-2",
"UI, 7-2",
"Tied, 1-1",
"MU, 3-2",
"Tied, 5-5",
"W 2"
],
[
"8",
"Nebraska",
"MU, 126-93",
"MU, 70-25",
"NU, 56-42",
"MU, 14-12",
"MU, 3-2",
"Tied, 5-5",
"L 1"
],
[
"9",
"Saint Louis",
"MU, 21-19",
"SLU, 12-10",
"MU, 11-7",
"Tied, 0-0",
"MU, 3-2",
"Tied, 5-5",
"W 2"
],
[
"10",
"Washington U. of StL",
"MU, 71-29",
"MU, 42-8",
"MU, 29-21",
"Tied, 0-0",
"MU, 5-0",
"MU, 8-2",
"W 7"
]
] |
[
{
"Formula": "FILTER(E1,D1=\"majority →\")",
"Formula2": "FILTER(E2:E11,D2:D11=\"majority →\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the D 45 O with D 44 O majority →",
"Tokens": [
"FILTER(",
"E1",
"D1",
"=",
"\"majority →\""
]
},
{
"Formula": "FILTER(E1,F1=\"r 31 √\")",
"Formula2": "FILTER(E2:E11,F2:F11=\"r 31 √\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the D 45 O with D 46 O of r 31 √",
"Tokens": [
"FILTER(",
"E1",
"F1",
"=",
"\"r 31 √\""
]
},
{
"Formula": "FILTER(A1,D1=\"r 13\")",
"Formula2": "FILTER(A2:A11,D2:D11=\"r 13\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the D 41 √ with D 44 O of r 13",
"Tokens": [
"FILTER(",
"A1",
"D1",
"=",
"\"r 13\""
]
},
{
"Formula": "FILTER(H1,A1=\"d 41 √\")",
"Formula2": "FILTER(H2:H11,A2:A11=\"d 41 √\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the D 48 O with D 41 √ of d 41 √",
"Tokens": [
"FILTER(",
"H1",
"A1",
"=",
"\"d 41 √\""
]
},
{
"Formula": "FILTER(G1,H1=\"r 9\")",
"Formula2": "FILTER(G2:G11,H2:H11=\"r 9\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the D 47 O with D 48 O of r 9",
"Tokens": [
"FILTER(",
"G1",
"H1",
"=",
"\"r 9\""
]
}
] | dev_2-1318870-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"D 41 √",
"D 42 √",
"D 43 √",
"D 44 O",
"D 45 O",
"D 46 O",
"D 47 O",
"D 48 O"
],
[
"2",
"D 16",
"D 15",
"D 14",
"D 13",
"D 12",
"D 11",
"D 10",
"D 9"
],
[
"3",
"D 21",
"D 22",
"D 23",
"D 24",
"D 25",
"D 26",
"D 27",
"D 28"
],
[
"4",
"D 36 √",
"D 35 √",
"D 34 √",
"D 33 √",
"D 32 √",
"D 31",
"D 30",
"D 29"
],
[
"5",
"D 41 √",
"D 42 √",
"D 43 √",
"D 44 O",
"D 45 O",
"D 46 O",
"D 47 O",
"D 48 O"
],
[
"6",
"Majority →",
"Majority →",
"Majority →",
"Majority →",
"Majority →",
"Majority →",
"Majority →",
"D 49 +"
],
[
"7",
"D 52 +",
"D 53 +",
"D 54 +",
"D 55 +",
"D 56 +",
"D 57 +",
"D 58 +",
"D 49 +"
],
[
"8",
"R 36 √",
"R 35 √",
"R 34 √",
"R 33 √",
"R 32 √",
"R 31 √",
"R 30",
"R 29"
],
[
"9",
"R 21",
"R 22",
"R 23",
"R 24",
"R 25",
"R 26",
"R 27",
"R 28"
],
[
"10",
"R 16",
"R 15",
"R 14",
"R 13",
"R 12",
"R 11",
"R 10",
"R 9"
],
[
"11",
"R 1",
"R 2",
"R 3",
"R 4",
"R 5",
"R 6",
"R 7",
"R 8"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2012),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=2012),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Name the recording for 2012",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"2012",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"best female pop vocal album\")*(E1=\"won\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(B2:B11=\"best female pop vocal album\")*(E2:E11=\"won\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the year with the best female pop vocal album and result of won",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"best female pop vocal album\"",
"*",
"E1",
"=",
"\"won\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2013),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=2013),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Name the category for 2013",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"2013",
"2"
]
}
] | train_2-12719880-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Category",
"Genre",
"Recording",
"Result"
],
[
"2",
"Latin Grammy Awards",
"Latin Grammy Awards",
"Latin Grammy Awards",
"Latin Grammy Awards",
"Latin Grammy Awards"
],
[
"3",
"2008",
"Best New Artist",
"General",
"Kany García",
"Won"
],
[
"4",
"2008",
"Best Female Pop Vocal Album",
"Pop",
"\" Cualquier Día \"",
"Won"
],
[
"5",
"2008",
"Song of the Year",
"Pop",
"\" Hoy Ya Me Voy \"",
"Nominated"
],
[
"6",
"2008",
"Album of the Year",
"General",
"Cualquier Día",
"Nominated"
],
[
"7",
"2010",
"Best Female Pop Vocal Album",
"Pop",
"\" Boleto De Entrada \"",
"Nominated"
],
[
"8",
"2012",
"Record of the Year",
"General",
"\" Que Te Vaya Mal \"",
"Nominated"
],
[
"9",
"Grammy Awards",
"Grammy Awards",
"Grammy Awards",
"Grammy Awards",
"Grammy Awards"
],
[
"10",
"2011",
"Best Latin Pop Album",
"Latin",
"\"Boleto de Entrada\"",
"Nominated"
],
[
"11",
"2013",
"Best Latin Pop Album",
"Latin",
"\"Kany Garcia\"",
"Nominated"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Wang Shixian\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"Wang Shixian\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who are the mens doubles and womens singles is wang shixian?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"Wang Shixian\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Wang Shixian\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"Wang Shixian\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the mens singles and womens singlses is wang shixian?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"Wang Shixian\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Lee Hyun-il\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"Lee Hyun-il\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who are the mens doubles and and mens singles is lee hyun-il?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Lee Hyun-il\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Sun Yu\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"Sun Yu\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who are the mens singles and womens singles with sun yu?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"Sun Yu\"",
"2"
]
}
] | train_1-13553701-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Mens singles",
"Womens singles",
"Mens doubles",
"Womens doubles",
"Mixed doubles"
],
[
"2",
"2012",
"Chen Yuekun",
"Sun Yu",
"Lee Sheng-mu Tsai Chia-hsin",
"Eom Hye-won Jang Ye-na",
"Tontowi Ahmad Lilyana Natsir"
],
[
"3",
"2011",
"Lee Hyun-il",
"Wang Shixian",
"Chai Biao Guo Zhendong",
"Jung Kyung-eun Kim Ha-na",
"Tontowi Ahmad Lilyana Natsir"
],
[
"4",
"2010",
"Lee Chong Wei",
"Li Xuerui",
"Ko Sung-hyun Yoo Yeon-seong",
"Cheng Wen-hsing Chien Yu-chin",
"Tontowi Ahmad Lilyana Natsir"
],
[
"5",
"2009",
"Lee Chong Wei",
"Wang Yihan",
"Koo Kien Keat Tan Boon Heong",
"Du Jing Yu Yang",
"He Hanbin Yu Yang"
],
[
"6",
"2008",
"Taufik Hidayat",
"Zhou Mi",
"Koo Kien Keat Tan Boon Heong",
"Cheng Shu Zhao Yunlei",
"Xu Chen Zhao Yunlei"
],
[
"7",
"2007",
"Chen Jin",
"Xie Xingfang",
"Koo Kien Keat Tan Boon Heong",
"Gao Ling Huang Sui",
"Xie Zhongbo Zhang Yawen"
]
] |
[
{
"Formula": "FILTER(A1,(C1=\"aprilia\")*(F1=\"4th\"))",
"Formula2": "FILTER(A2:A10,(C2:C10=\"aprilia\")*(F2:F10=\"4th\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which year had a team of Aprilia and a rank of 4th?",
"Tokens": [
"FILTER(",
"A1",
"C1",
"=",
"\"aprilia\"",
"*",
"F1",
"=",
"\"4th\""
]
},
{
"Formula": "FILTER(B1,(D1=\"rs125r\")*(E1>113)*(F1=\"4th\"))",
"Formula2": "FILTER(B2:B10,(D2:D10=\"rs125r\")*(E2:E10>113)*(F2:F10=\"4th\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which class had a machine of RS125R, points over 113, and a rank of 4th?",
"Tokens": [
"FILTER(",
"B1",
"D1",
"=",
"\"rs125r\"",
"*",
"E1",
">",
"113",
"*",
"F1",
"=",
"\"4th\""
]
},
{
"Formula": "FILTER(C1,(A1>1995)*(D1=\"rs125r\")*(F1=\"1st\"))",
"Formula2": "FILTER(C2:C10,(A2:A10>1995)*(D2:D10=\"rs125r\")*(F2:F10=\"1st\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which team had a year over 1995, machine of RS125R, and ranked 1st?",
"Tokens": [
"FILTER(",
"C1",
"A1",
">",
"1995",
"*",
"D1",
"=",
"\"rs125r\"",
"*",
"F1",
"=",
"\"1st\""
]
}
] | dev_2-14836182-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Year",
"Class",
"Team",
"Machine",
"Points",
"Rank",
"Wins"
],
[
"2",
"1991",
"125cc",
"ELF Kepla-Meiko Honda",
"RS125",
"55",
"13th",
"0"
],
[
"3",
"1992",
"125cc",
"F.C.C./T.S. Venus- Honda",
"RS125",
"42",
"11th",
"0"
],
[
"4",
"1993",
"125cc",
"F.C.C. Technical Sports- Honda",
"RS125",
"266",
"2nd",
"2"
],
[
"5",
"1994",
"125cc",
"Semprucci- Aprilia",
"RS125R",
"224",
"1st",
"3"
],
[
"6",
"1995",
"125cc",
"Team Krona- Aprilia",
"RS125R",
"140",
"2nd",
"2"
],
[
"7",
"1996",
"125cc",
"Aprilia",
"RS125R",
"113",
"8th",
"0"
],
[
"8",
"1997",
"125cc",
"Aprilia",
"RS125R",
"179",
"4th",
"0"
],
[
"9",
"1998",
"125cc",
"Aprilia",
"RS125R",
"229",
"1st",
"4"
],
[
"10",
"1999",
"125cc",
"Honda",
"RS125",
"56",
"14th",
"0"
]
] |
[
{
"Formula": "AVERAGE(FILTER(D1, (E1=5)*(F1<3)))",
"Formula2": "AVERAGE(FILTER(D2:D6, (E2:E6=5)*(F2:F6<3)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Tell me the average top 25 with events of 5 and cuts madde less than 3",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"E1",
"=",
"5",
"*",
"F1",
"<",
"3"
]
},
{
"Formula": "MAX(FILTER(F1, B1>1))",
"Formula2": "MAX(FILTER(F2:F6, B2:B6>1))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Tell me the highest cuts made with wins more than 1",
"Tokens": [
"MAX(",
"FILTER(",
"F1",
"B1",
">",
"1"
]
},
{
"Formula": "MAX(FILTER(B1, F1>5))",
"Formula2": "MAX(FILTER(B2:B6, F2:F6>5))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "I want to know the highest wins for cuts made more than 5",
"Tokens": [
"MAX(",
"FILTER(",
"B1",
"F1",
">",
"5"
]
},
{
"Formula": "SUM(FILTER(C1, (E1<12)*(D1<0)))",
"Formula2": "SUM(FILTER(C2:C6, (E2:E6<12)*(D2:D6<0)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Tell me the sum of top 5 with events less than 12 and top 25 less than 0",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"E1",
"<",
"12",
"*",
"D1",
"<",
"0"
]
}
] | train_2-1085651-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Tournament",
"Wins",
"Top-5",
"Top-25",
"Events",
"Cuts made"
],
[
"2",
"Masters Tournament",
"0",
"0",
"1",
"5",
"3"
],
[
"3",
"U.S. Open",
"0",
"0",
"0",
"7",
"1"
],
[
"4",
"The Open Championship",
"0",
"0",
"1",
"7",
"3"
],
[
"5",
"PGA Championship",
"1",
"1",
"1",
"12",
"5"
],
[
"6",
"Totals",
"1",
"1",
"3",
"31",
"12"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"fred funk\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,B2:B12=\"fred funk\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What place is Fred Funk in?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"fred funk\"",
"1"
]
}
] | test_2-17991356-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"T1",
"Chad Campbell",
"United States",
"69-72-65=206",
"–4"
],
[
"3",
"T1",
"Shaun Micheel",
"United States",
"69-68-69=206",
"–4"
],
[
"4",
"3",
"Mike Weir",
"Canada",
"68-71-70=209",
"–1"
],
[
"5",
"4",
"Tim Clark",
"South Africa",
"72-70-68=210",
"E"
],
[
"6",
"T5",
"Billy Andrade",
"United States",
"67-72-72=211",
"+1"
],
[
"7",
"T5",
"Briny Baird",
"United States",
"73-71-67=211",
"+1"
],
[
"8",
"T5",
"Alex Čejka",
"Germany",
"74-69-68=211",
"+1"
],
[
"9",
"T5",
"Ernie Els",
"South Africa",
"71-70-70=211",
"+1"
],
[
"10",
"T9",
"Fred Funk",
"United States",
"69-73-70=212",
"+2"
],
[
"11",
"T9",
"Charles Howell III",
"United States",
"70-72-70=212",
"+2"
],
[
"12",
"T9",
"Vijay Singh",
"Fiji",
"69-73-70=212",
"+2"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"scuderia guastalla\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"scuderia guastalla\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the total number of years that Scuderia Guastalla was an entrant?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"scuderia guastalla\"",
"1"
]
},
{
"Formula": "MIN(FILTER(A1, (E1=0)*(B1=\"scuderia ferrari\")))",
"Formula2": "MIN(FILTER(A2:A9, (E2:E9=0)*(B2:B9=\"scuderia ferrari\")))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the earliest year that Scuderia Ferrari was an entrant with 0 points?",
"Tokens": [
"MIN(",
"FILTER(",
"A1",
"E1",
"=",
"0",
"*",
"B1",
"=",
"\"scuderia ferrari\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"ferrari 625\")*(E1=2)),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(C2:C9=\"ferrari 625\")*(E2:E9=2)),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the total number of years that has a chassis of Ferrari 625 and 2 points?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"ferrari 625\"",
"*",
"E1",
"=",
"2",
"1"
]
}
] | train_2-1235883-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Entrant",
"Chassis",
"Engine",
"Points"
],
[
"2",
"1953",
"Scuderia Ferrari",
"Ferrari 553",
"Ferrari Straight-4",
"0"
],
[
"3",
"1954",
"Scuderia Ferrari",
"Ferrari 625",
"Ferrari Straight-4",
"2"
],
[
"4",
"1954",
"Scuderia Ferrari",
"Ferrari 553",
"Ferrari Straight-4",
"2"
],
[
"5",
"1955",
"Scuderia Ferrari",
"Ferrari 625",
"Ferrari Straight-4",
"1 1⁄3"
],
[
"6",
"1955",
"Scuderia Ferrari",
"Ferrari 555",
"Ferrari Straight-4",
"1 1⁄3"
],
[
"7",
"1956",
"Scuderia Guastalla",
"Maserati 250F",
"Maserati Straight-6",
"0"
],
[
"8",
"1956",
"Officine Alfieri Maserati",
"Maserati 250F",
"Maserati Straight-6",
"0"
],
[
"9",
"1957",
"Dr Ing F Porsche KG",
"Porsche 550RS F2",
"Porsche Flat-4",
"0"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"hired by trump (5-19-2005)\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,E2:E19=\"hired by trump (5-19-2005)\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the original team that was Hired by Trump (5-19-2005)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"hired by trump (5-19-2005)\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"10 fired in week 2 (1-27-2005)\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,E2:E19=\"10 fired in week 2 (1-27-2005)\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the candidate that had 10 fired in week 2 (1-27-2005)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"10 fired in week 2 (1-27-2005)\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"10 fired in week 6 (2-24-2005)\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,E2:E19=\"10 fired in week 6 (2-24-2005)\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the hometown of the candidate that had a result of 10 fired in week 6 (2-24-2005)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"10 fired in week 6 (2-24-2005)\"",
"4"
]
}
] | test_2-1289860-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Candidate",
"Background",
"Original Team",
"Hometown",
"Result"
],
[
"2",
"Kendra Todd",
"Real Estate Broker",
"Magna",
"Boynton Beach, Florida",
"Hired by Trump (5-19-2005)"
],
[
"3",
"Tana Goertz",
"Sales Executive",
"Net Worth",
"Des Moines, Iowa",
"Fired in the Season Finale (5-19-2005)"
],
[
"4",
"Craig Williams",
"Shoeshine Business Owner",
"Net Worth",
"Conley, Georgia",
"10 Fired in week 15 (5-5-2005)"
],
[
"5",
"Alex Thomason",
"Attorney",
"Magna",
"Brewster, Washington",
"10 Fired in week 14 (4-28-2005)"
],
[
"6",
"Bren Olswanger",
"Prosecutor",
"Magna",
"Memphis, Tennessee",
"10 Fired in week 13 (4-21-2005)"
],
[
"7",
"Chris Shelton",
"Real Estate Investor",
"Net Worth",
"Las Vegas, Nevada",
"10 Fired in week 12 (4-14-2005)"
],
[
"8",
"Angie McKnight",
"Gym Franchise Owner",
"Net Worth",
"Lake Balboa, California",
"10 Fired in week 11 (4-7-2005)"
],
[
"9",
"Stephanie Myers",
"Supply Chain Consultant",
"Magna",
"San Diego, California",
"10 Fired in week 10 (3-31-2005)"
],
[
"10",
"Erin Elmore",
"Attorney",
"Magna",
"Philadelphia, Pennsylvania",
"10 Fired in week 9 (3-24-2005)"
],
[
"11",
"John Gafford",
"Technology Firm Owner",
"Net Worth",
"Tampa, Florida",
"10 Fired in week 8 (3-10-2005)"
],
[
"12",
"Audrey Evans",
"Real Estate Agent",
"Net Worth",
"Salt Lake City, Utah",
"10 Fired in week 7 (3-3-2005)"
],
[
"13",
"Tara Dowdell",
"Senior Governor Manager",
"Net Worth",
"New York, New York",
"10 Fired in week 6 (2-24-2005)"
],
[
"14",
"Michael Tarshi",
"Real Estate Developer",
"Magna",
"Boston, Massachusetts",
"10 Fired in week 5 (2-17-2005)"
],
[
"15",
"Kristen Kirchner",
"Real Estate Financier",
"Net Worth",
"Los Angeles, California",
"10 Fired in week 4 (2-10-2005)"
],
[
"16",
"Danny Kastner",
"Marketing Technology Firm Owner",
"Magna",
"Boston, Massachusetts",
"10 Fired in week 3 (2-3-2005)"
],
[
"17",
"Verna Felton",
"Business Manager",
"Magna",
"Seattle, Washington",
"10 Quit in week 3 (2-3-2005)"
],
[
"18",
"Brian McDowell",
"Real Estate Broker",
"Net Worth",
"Wildwood, New Jersey",
"10 Fired in week 2 (1-27-2005)"
],
[
"19",
"Todd Everett",
"Sales Manager",
"Magna",
"Carlsbad, California",
"10 Fired in week 1 (1-20-2005)"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(G1)),FILTER(query1,CHOOSECOLS(query1,2)=7000))",
"Formula2": "LET(query1,SUMMARIZE(E2:E13,SUMX(G2:G13)),FILTER(query1,CHOOSECOLS(query1,2)=7000))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the location of the tournament that the share of winning is 7000?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"G1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"7000"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Japan\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,C2:C13=\"Japan\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What year is Japan the country?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"Japan\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"Dewi Claire Schreefel\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,B2:B13=\"Dewi Claire Schreefel\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the year that Dewi Claire Schreefel is the champion?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"Dewi Claire Schreefel\"",
"1"
]
},
{
"Formula": "SUM(FILTER(G1, A1=2004))",
"Formula2": "SUM(FILTER(G2:G13, A2:A13=2004))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the winners Share ($) in the year 2004?",
"Tokens": [
"SUM(",
"FILTER(",
"G1",
"A1",
"=",
"2004"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"Vicky Hurst\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,B2:B13=\"Vicky Hurst\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the tournament location when Vicky Hurst in the champion?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"Vicky Hurst\"",
"5"
]
}
] | test_1-12243817-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Year",
"Champion",
"Country",
"Score",
"Tournament location",
"Purse ($)",
"Winners share ($)"
],
[
"2",
"2011",
"Brittany Johnston",
"United States",
"199 (−11)",
"Wintonbury Hills Golf Course",
"100000",
"14000"
],
[
"3",
"2010",
"Tiffany Joh",
"United States",
"200 (−10)",
"Wintonbury Hills Golf Course",
"100000",
"14000"
],
[
"4",
"2009",
"Dewi Claire Schreefel",
"Netherlands",
"202 (−8)",
"Wintonbury Hills Golf Course",
"100000",
"14000"
],
[
"5",
"2008",
"Vicky Hurst",
"United States",
"209 (−7)",
"Gillette Ridge Golf Club",
"80000",
"11200"
],
[
"6",
"2007 *",
"Taylor Leon",
"United States",
"215 (−1)",
"Gillette Ridge Golf Club",
"80000",
"11200"
],
[
"7",
"2006",
"Song-Hee Kim",
"South Korea",
"216 (E)",
"Gillette Ridge Golf Club",
"70000",
"9800"
],
[
"8",
"2005^",
"Virada Nirapathpongporn",
"Thailand",
"142 (−2)",
"Gillette Ridge Golf Club",
"70000",
"9800"
],
[
"9",
"2004",
"Nicole Perrot",
"Chile",
"209 (−4)",
"Blue Fox Run Golf Course",
"70000",
"9800"
],
[
"10",
"2003",
"Stacy Prammanasudh",
"United States",
"203 (−10)",
"Blue Fox Run Golf Course",
"60000",
"8400"
],
[
"11",
"2002",
"Linda Ishii",
"Japan",
"208 (−5)",
"Blue Fox Run Golf Course",
"60000",
"8400"
],
[
"12",
"2001*",
"Kathryn Cusick",
"United States",
"212 (−1)",
"Blue Fox Run Golf Course",
"60000",
"8400"
],
[
"13",
"2000^*",
"Christel Tomori",
"United States",
"140 (−2)",
"Blue Fox Run Golf Course",
"50000",
"7000"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"r3\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"r3\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the result the R3 round?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"r3\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"ayr united\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,C2:C6=\"ayr united\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the result of the game against Ayr United?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"ayr united\"",
"5"
]
}
] | train_2-16618361-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Round",
"Opponent",
"Venue",
"Result",
"Attendance",
"Scorers"
],
[
"2",
"14 August 1996",
"R2",
"Clydebank",
"A",
"3–0",
"7,450",
"Van Vossen (2), McCoist"
],
[
"3",
"4 September 1996",
"R3",
"Ayr United",
"H",
"3–1",
"44,732",
"Albertz, Gascoigne, McInnes"
],
[
"4",
"17 September 1996",
"QF",
"Hibernian",
"H",
"4–0",
"45,104",
"Van Vossen (2), Durie, Albertz"
],
[
"5",
"22 October 1996",
"SF",
"Dunfermline Athletic",
"N",
"6–1",
"16,791",
"Laudrup (2), Andersen (2), McInnes, Albertz"
],
[
"6",
"24 November 1996",
"F",
"Heart of Midlothian",
"N",
"4–3",
"48,559",
"McCoist (2), Gascoigne (2)"
]
] |
[
{
"Formula": "FILTER(E1,C1=\"geelong\")",
"Formula2": "FILTER(E2:E7,C2:C7=\"geelong\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Where did Geelong play as the away team?",
"Tokens": [
"FILTER(",
"E1",
"C1",
"=",
"\"geelong\""
]
},
{
"Formula": "FILTER(B1,A1=\"hawthorn\")",
"Formula2": "FILTER(B2:B7,A2:A7=\"hawthorn\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was Hawthorn's score as the home team?",
"Tokens": [
"FILTER(",
"B1",
"A1",
"=",
"\"hawthorn\""
]
},
{
"Formula": "FILTER(C1,A1=\"south melbourne\")",
"Formula2": "FILTER(C2:C7,A2:A7=\"south melbourne\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who was South Melbourne's away opponents?",
"Tokens": [
"FILTER(",
"C1",
"A1",
"=",
"\"south melbourne\""
]
}
] | dev_2-10808681-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Hawthorn",
"12.8 (80)",
"Melbourne",
"18.17 (125)",
"Glenferrie Oval",
"13,772",
"3 June 1967"
],
[
"3",
"Carlton",
"11.19 (85)",
"Geelong",
"12.9 (81)",
"Princes Park",
"30,481",
"3 June 1967"
],
[
"4",
"South Melbourne",
"20.18 (138)",
"St Kilda",
"14.25 (109)",
"Lake Oval",
"26,584",
"3 June 1967"
],
[
"5",
"Footscray",
"7.15 (57)",
"Fitzroy",
"12.9 (81)",
"Western Oval",
"11,727",
"3 June 1967"
],
[
"6",
"North Melbourne",
"12.16 (88)",
"Essendon",
"13.10 (88)",
"Arden Street Oval",
"16,120",
"3 June 1967"
],
[
"7",
"Richmond",
"13.5 (83)",
"Collingwood",
"13.12 (90)",
"MCG",
"71,946",
"3 June 1967"
]
] |
[
{
"Formula": "AVERAGE(FILTER(D1,(B1=0)*(E1=0)*(A1=\"pahang fa\")))",
"Formula2": "AVERAGE(FILTER(D2:D9,(B2:B9=0)*(E2:E9=0)*(A2:A9=\"pahang fa\")))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the average 3rd place with winners of 0, 4th place of 0 and nation of pahang fa",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"B1",
"=",
"0",
"*",
"E1",
"=",
"0",
"*",
"A1",
"=",
"\"pahang fa\""
]
},
{
"Formula": "MAX(FILTER(D1,A1=\"perak fa\"))",
"Formula2": "MAX(FILTER(D2:D9,A2:A9=\"perak fa\"))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the highest 3rd place for nation of perak fa",
"Tokens": [
"MAX(",
"FILTER(",
"D1",
"A1",
"=",
"\"perak fa\""
]
}
] | dev_2-12303563-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Nation",
"Winners",
"Runners-up",
"3rd Place",
"4th Place"
],
[
"2",
"Kingfisher East Bengal FC",
"1",
"0",
"0",
"0"
],
[
"3",
"Tampines Rovers FC",
"1",
"0",
"0",
"0"
],
[
"4",
"BEC Tero Sasana",
"0",
"1",
"0",
"0"
],
[
"5",
"Pahang FA",
"0",
"1",
"0",
"0"
],
[
"6",
"DPMM FC (Duli Pengiran Muda Mahkota FC)",
"0",
"0",
"1",
"0"
],
[
"7",
"Hoang Anh Gia Lai",
"0",
"0",
"1",
"0"
],
[
"8",
"Petrokimia Putra FC",
"0",
"0",
"1",
"0"
],
[
"9",
"Perak FA",
"0",
"0",
"0",
"1"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,D1=\"ko (kick)\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>2))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H7,D2:D7=\"ko (kick)\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>2))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What is the event of the match with a round larger than 2 and ended with a method of ko (kick)?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"D1",
"=",
"\"ko (kick)\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"2"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,E1=\"k-1 andy memorial 2001 japan gp final\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>1))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H7,E2:E7=\"k-1 andy memorial 2001 japan gp final\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>1))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What is the method of the match after round 1 in the k-1 andy memorial 2001 japan gp final?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"E1",
"=",
"\"k-1 andy memorial 2001 japan gp final\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"1"
]
},
{
"Formula": "MAX(FILTER(F1, (C1=\"rene rooze\")*(H1=\"saitama, japan\")))",
"Formula2": "MAX(FILTER(F2:F7, (C2:C7=\"rene rooze\")*(H2:H7=\"saitama, japan\")))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the highest round of the match with Rene Rooze as the opponent in Saitama, Japan?",
"Tokens": [
"MAX(",
"FILTER(",
"F1",
"C1",
"=",
"\"rene rooze\"",
"*",
"H1",
"=",
"\"saitama, japan\""
]
},
{
"Formula": "MAXIFS(F1,G1,\"0:57\")",
"Formula2": "MAXIFS(F2:F7,G2:G7,\"0:57\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the highest round of the match with a time of 0:57?",
"Tokens": [
"MAXIFS(",
"F1",
"G1",
"\"0:57\""
]
}
] | train_2-12675952-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Res.",
"Record",
"Opponent",
"Method",
"Event",
"Round",
"Time",
"Location"
],
[
"2",
"Loss",
"2-4",
"Rene Rooze",
"TKO (punches)",
"Inoki Bom-Ba-Ye 2003",
"1",
"0:50",
"Kobe , Japan"
],
[
"3",
"Loss",
"2-3",
"Jan Nortje",
"TKO (injury)",
"Inoki Bom-Ba-Ye 2002",
"2",
"0:57",
"Saitama , Japan"
],
[
"4",
"Loss",
"2-2",
"Kazuyuki Fujita",
"Submission (arm triangle choke)",
"Universal Fighting-Arts Organization: Legend",
"1",
"2:46",
"Tokyo , Japan"
],
[
"5",
"Win",
"2-1",
"Jérôme Le Banner",
"Submission (forearm choke)",
"Inoki Bom-Ba-Ye 2001",
"2",
"2:50",
"Saitama , Japan"
],
[
"6",
"Loss",
"1-1",
"Rene Rooze",
"KO (kick)",
"K-1 Andy Memorial 2001 Japan GP Final",
"3",
"0:09",
"Saitama , Japan"
],
[
"7",
"Win",
"1-0",
"Masaaki Satake",
"Decision (split)",
"Pride 13",
"3",
"5:00",
"Saitama , Japan"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"9-2\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,D2:D7=\"9-2\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who are the scorers when the score is 9-2?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"9-2\"",
"5"
]
}
] | train_2-11391829-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Date",
"Venue",
"Opponent",
"Score",
"Scorers",
"Competition"
],
[
"2",
"1 July 2010",
"Kostanay , Kazakhstan",
"FC Tobol",
"2-1",
"Mate Dragičević 53', 82'",
"UEFA Europa League Qualification"
],
[
"3",
"8 July 2010",
"Mostar , Bosnia and Herzegovina",
"FC Tobol",
"2-1",
"Damir Džidić 11', Mile Pehar 72'",
"UEFA Europa League Qualification"
],
[
"4",
"15 July 2010",
"Mostar , Bosnia and Herzegovina",
"Tre Penne",
"4-1",
"Ivanković 1', 21', Sušić 33', Zadro 38'",
"UEFA Europa League Qualification"
],
[
"5",
"22 July 2010",
"Serravalle , San Marino",
"Tre Penne",
"9-2",
"Selimović 2x, Sušić , Žižović 3x, Zadro 2x, Šunjić",
"UEFA Europa League Qualification"
],
[
"6",
"29 July 2010",
"Odense , Denmark",
"Odense Boldklub",
"3-5",
"Zadro 15', 71', Žižović 65'",
"UEFA Europa League Qualification"
],
[
"7",
"6 August 2010",
"Mostar , Bosnia and Herzegovina",
"Odense Boldklub",
"0-0",
"N/A",
"UEFA Europa League Qualification"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=\"4-10\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H20,H2:H20=\"4-10\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which week led to a record of 4-10?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"H1",
"=",
"\"4-10\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"san diego chargers\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H20,C2:C20=\"san diego chargers\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which week was the game against the San Diego Chargers?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"C1",
"=",
"\"san diego chargers\"",
"1"
]
}
] | train_2-11452712-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Kickoff [a ]",
"Game site",
"Attendance",
"Record"
],
[
"2",
"Week",
"Date",
"Opponent",
"Result",
"Kickoff [a ]",
"Game site",
"Attendance",
"Record"
],
[
"3",
"1",
"September 5, 1993",
"Kansas City Chiefs",
"L 27-3",
"1:00",
"Tampa Stadium",
"63,378*",
"0-1"
],
[
"4",
"2",
"September 12, 1993",
"at New York Giants",
"L 23-7",
"1:00",
"Giants Stadium",
"75,891",
"0-2"
],
[
"5",
"3",
"Bye",
"Bye",
"Bye",
"Bye",
"Bye",
"Bye",
"Bye"
],
[
"6",
"4",
"September 26, 1993",
"at Chicago Bears",
"L 47-17",
"1:00",
"Soldier Field",
"58,329",
"0-3"
],
[
"7",
"5",
"October 3, 1993",
"Detroit Lions",
"W 27-10",
"1:00",
"Tampa Stadium",
"40,794*",
"1-3"
],
[
"8",
"6",
"October 10, 1993",
"at Minnesota Vikings",
"L 15-0",
"1:00",
"Hubert H. Humphrey Metrodome",
"54,215",
"1-4"
],
[
"9",
"7",
"Bye",
"Bye",
"Bye",
"Bye",
"Bye",
"Bye",
"Bye"
],
[
"10",
"8",
"October 24, 1993",
"Green Bay Packers",
"L 37-14",
"1:00",
"Tampa Stadium",
"47,354*",
"1-5"
],
[
"11",
"9",
"October 31, 1993",
"at Atlanta Falcons",
"W 31-24",
"1:00",
"Georgia Dome",
"50,647",
"2-5"
],
[
"12",
"10",
"November 7, 1993",
"at Detroit Lions",
"L 23-0",
"1:00",
"Pontiac Silverdome",
"65,295",
"2-6"
],
[
"13",
"11",
"November 14, 1993",
"San Francisco 49ers",
"L 45-21",
"1:00",
"Tampa Stadium",
"43,835*",
"2-7"
],
[
"14",
"12",
"November 21, 1993",
"Minnesota Vikings",
"W 23-10",
"8:00",
"Tampa Stadium",
"40,848*",
"3-7"
],
[
"15",
"13",
"November 28, 1993",
"at Green Bay Packers",
"L 13-10",
"1:00",
"Lambeau Field",
"56,995",
"3-8"
],
[
"16",
"14",
"December 5, 1993",
"Washington Redskins",
"L 23-17",
"1:00",
"Tampa Stadium",
"49,035*",
"3-9"
],
[
"17",
"15",
"December 12, 1993",
"Chicago Bears",
"W 13-10",
"1:00",
"Tampa Stadium",
"56,667*",
"4-9"
],
[
"18",
"16",
"December 19, 1993",
"at Los Angeles Raiders",
"L 27-20",
"4:00",
"Los Angeles Memorial Coliseum",
"40,532",
"4-10"
],
[
"19",
"17",
"December 26, 1993",
"at Denver Broncos",
"W 17-10",
"4:00",
"Mile High Stadium",
"73,434",
"5-10"
],
[
"20",
"18",
"January 2, 1994",
"San Diego Chargers",
"L 32-17",
"4:00",
"Tampa Stadium",
"35,587*",
"5-11"
]
] |
[
{
"Formula": "MAX(FILTER(D1, C1<0))",
"Formula2": "MAX(FILTER(D2:D13, C2:C13<0))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which is the highest silver that has a gold less than 0?",
"Tokens": [
"MAX(",
"FILTER(",
"D1",
"C1",
"<",
"0"
]
},
{
"Formula": "MIN(FILTER(D1, (A1=1)*(E1>5)))",
"Formula2": "MIN(FILTER(D2:D13, (A2:A13=1)*(E2:E13>5)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the lowest silver that has 1 as the rank, with a bronze greater than 5?",
"Tokens": [
"MIN(",
"FILTER(",
"D1",
"A1",
"=",
"1",
"*",
"E1",
">",
"5"
]
},
{
"Formula": "MAX(FILTER(D1, (A1=9)*(B1=\"germany\")*(C1<0)))",
"Formula2": "MAX(FILTER(D2:D13, (A2:A13=9)*(B2:B13=\"germany\")*(C2:C13<0)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the highest silver that has 9 as the rank, germany as the nation, with a gold less than 0?",
"Tokens": [
"MAX(",
"FILTER(",
"D1",
"A1",
"=",
"9",
"*",
"B1",
"=",
"\"germany\"",
"*",
"C1",
"<",
"0"
]
}
] | train_2-17365702-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"United States",
"17",
"11",
"5",
"33"
],
[
"3",
"2",
"Russia",
"6",
"11",
"7",
"24"
],
[
"4",
"3",
"Japan",
"3",
"3",
"4",
"10"
],
[
"5",
"4",
"Canada",
"0",
"4",
"3",
"7"
],
[
"6",
"5",
"China",
"0",
"2",
"3",
"5"
],
[
"7",
"6",
"France",
"2",
"0",
"2",
"4"
],
[
"8",
"7",
"Czech Republic",
"2",
"0",
"1",
"3"
],
[
"9",
"7",
"Ukraine",
"1",
"1",
"1",
"3"
],
[
"10",
"8",
"Italy",
"0",
"0",
"2",
"2"
],
[
"11",
"9",
"Kazakhstan",
"1",
"0",
"0",
"1"
],
[
"12",
"9",
"Germany",
"0",
"0",
"1",
"1"
],
[
"13",
"9",
"South Korea",
"0",
"0",
"1",
"1"
]
] |
[
{
"Formula": "FILTER(E1,C1=\"11 july\")",
"Formula2": "FILTER(E2:E10,C2:C10=\"11 july\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the winning team on 11 July?",
"Tokens": [
"FILTER(",
"E1",
"C1",
"=",
"\"11 july\""
]
},
{
"Formula": "FILTER(D1,(E1=\"a.z.k./roc-compétition a.z.k./roc-compétition\")*(C1=\"2 june\"))",
"Formula2": "FILTER(D2:D10,(E2:E10=\"a.z.k./roc-compétition a.z.k./roc-compétition\")*(C2:C10=\"2 june\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who is the winning driver of the race on 2 June with a.z.k./roc-compétition a.z.k./roc-compétition as the winning team?",
"Tokens": [
"FILTER(",
"D1",
"E1",
"=",
"\"a.z.k./roc-compétition a.z.k./roc-compétition\"",
"*",
"C1",
"=",
"\"2 june\""
]
},
{
"Formula": "FILTER(D1,C1=\"5 may\")",
"Formula2": "FILTER(D2:D10,C2:C10=\"5 may\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who is the winning driver of the race on 5 May?",
"Tokens": [
"FILTER(",
"D1",
"C1",
"=",
"\"5 may\""
]
},
{
"Formula": "FILTER(A1,(E1=\"a.z.k./roc-compétition a.z.k./roc-compétition\")*(C1=\"30 june\"))",
"Formula2": "FILTER(A2:A10,(E2:E10=\"a.z.k./roc-compétition a.z.k./roc-compétition\")*(C2:C10=\"30 june\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the round on 30 June with a.z.k./roc-compétition a.z.k./roc-compétition as the winning team?",
"Tokens": [
"FILTER(",
"A1",
"E1",
"=",
"\"a.z.k./roc-compétition a.z.k./roc-compétition\"",
"*",
"C1",
"=",
"\"30 june\""
]
},
{
"Formula": "FILTER(C1,(E1=\"a.z.k./roc-compétition a.z.k./roc-compétition\")*(B1=\"zolder\"))",
"Formula2": "FILTER(C2:C10,(E2:E10=\"a.z.k./roc-compétition a.z.k./roc-compétition\")*(B2:B10=\"zolder\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the date of the zolder circuit, which had a.z.k./roc-compétition a.z.k./roc-compétition as the winning team?",
"Tokens": [
"FILTER(",
"C1",
"E1",
"=",
"\"a.z.k./roc-compétition a.z.k./roc-compétition\"",
"*",
"B1",
"=",
"\"zolder\""
]
}
] | dev_2-17997366-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Round",
"Circuit",
"Date",
"Winning driver",
"Winning team"
],
[
"2",
"1 2",
"Zolder",
"5 May",
"Emanuele Pirro Emanuele Pirro",
"A.Z.K./ROC-Compétition A.Z.K./ROC-Compétition"
],
[
"3",
"3 4",
"Assen",
"19 May",
"Steve Soper Laurent Aiello",
"BMW Team Bigazzi Peugeot Esso"
],
[
"4",
"5 6",
"Hockenheimring",
"2 June",
"Emanuele Pirro Emanuele Pirro",
"A.Z.K./ROC-Compétition A.Z.K./ROC-Compétition"
],
[
"5",
"7 8",
"Sachsenring",
"30 June",
"Philipp Peter Emanuele Pirro",
"A.Z.K./ROC-Compétition A.Z.K./ROC-Compétition"
],
[
"6",
"9 10",
"Wunstorf",
"11 July",
"Steve Soper Emanuele Pirro",
"BMW Team Bigazzi A.Z.K./ROC-Compétition"
],
[
"7",
"11 12",
"Zweibrücken",
"11 August",
"Laurent Aiello Laurent Aiello",
"Peugeot Esso Peugeot Esso"
],
[
"8",
"13 14",
"Salzburgring",
"25 August",
"Steve Soper Armin Hahne",
"BMW Team Bigazzi Honda Team Linder"
],
[
"9",
"15 16",
"AVUS",
"8 September",
"Armin Hahne Emanuele Pirro",
"Honda Team Linder A.Z.K./ROC-Compétition"
],
[
"10",
"17 18",
"Nürburgring",
"22 September",
"Emanuele Pirro Emanuele Pirro",
"A.Z.K./ROC-Compétition A.Z.K./ROC-Compétition"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=67))",
"Formula2": "LET(query1,SUMMARIZE(C2:C13,SUMX(D2:D13)),FILTER(query1,CHOOSECOLS(query1,2)=67))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What country scored 67?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"67"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"tino schuster\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"tino schuster\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the to par for Tino Schuster?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"tino schuster\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"scott verplank\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"scott verplank\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What country has player Scott Verplank?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"scott verplank\"",
"3"
]
}
] | train_2-16225902-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"1",
"Tiger Woods",
"United States",
"66",
"−6"
],
[
"3",
"2",
"Mark Hensby",
"Australia",
"67",
"−5"
],
[
"4",
"T3",
"Fred Couples",
"United States",
"68",
"−4"
],
[
"5",
"T3",
"Luke Donald",
"England",
"68",
"−4"
],
[
"6",
"T3",
"Retief Goosen",
"South Africa",
"68",
"−4"
],
[
"7",
"T3",
"Trevor Immelman",
"South Africa",
"68",
"−4"
],
[
"8",
"T3",
"Peter Lonard",
"Australia",
"68",
"−4"
],
[
"9",
"T3",
"José María Olazábal",
"Spain",
"68",
"−4"
],
[
"10",
"T3",
"Eric Ramsay (a)",
"Scotland",
"68",
"−4"
],
[
"11",
"T3",
"Chris Riley",
"United States",
"68",
"−4"
],
[
"12",
"T3",
"Tino Schuster",
"Germany",
"68",
"−4"
],
[
"13",
"T3",
"Scott Verplank",
"United States",
"68",
"−4"
]
] |
[
{
"Formula": "SUM(FILTER(A1, (B1=\"thomas morgenstern\")*(F1>368.9)))",
"Formula2": "SUM(FILTER(A2:A7, (B2:B7=\"thomas morgenstern\")*(F2:F7>368.9)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which Rank has a Name of thomas morgenstern, and Points larger than 368.9?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"B1",
"=",
"\"thomas morgenstern\"",
"*",
"F1",
">",
"368.9"
]
},
{
"Formula": "SUM(FILTER(A1, (G1=\"1561 (2)\")*(D1>217)))",
"Formula2": "SUM(FILTER(A2:A7, (G2:G7=\"1561 (2)\")*(D2:D7>217)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which Rank has an Overall WC points (Rank) of 1561 (2), and a 1st (m) larger than 217?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"G1",
"=",
"\"1561 (2)\"",
"*",
"D1",
">",
"217"
]
},
{
"Formula": "SUM(FILTER(A1, (B1=\"janne happonen\")*(D1>203.5)))",
"Formula2": "SUM(FILTER(A2:A7, (B2:B7=\"janne happonen\")*(D2:D7>203.5)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How much Rank has a Name of janne happonen, and a 1st (m) larger than 203.5?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"B1",
"=",
"\"janne happonen\"",
"*",
"D1",
">",
"203.5"
]
}
] | train_2-14407512-27 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Rank",
"Name",
"Nationality",
"1st (m)",
"2nd (m)",
"Points",
"Overall WC points (Rank)"
],
[
"2",
"1",
"Gregor Schlierenzauer",
"AUT",
"217.0",
"231.0",
"442.1",
"1561 (2)"
],
[
"3",
"2",
"Martin Koch",
"AUT",
"216.5",
"229.5",
"435.2",
"569 (14)"
],
[
"4",
"3",
"Janne Happonen",
"FIN",
"203.5",
"220.5",
"418.8",
"755 (8)"
],
[
"5",
"4",
"Robert Kranjec",
"SLO",
"210.5",
"214.5",
"418.5",
"233 (25)"
],
[
"6",
"5",
"Janne Ahonen",
"FIN",
"200.0",
"208.5",
"397.2",
"1291 (3)"
],
[
"7",
"17",
"Thomas Morgenstern",
"AUT",
"184.5",
"202.5",
"368.9",
"1794 (1)"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2005),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=2005),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What Team was in 2005?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"2005",
"5"
]
},
{
"Formula": "MAX(FILTER(D1, (B1=\"dodge\")*(C1<9)*(A1<2008)))",
"Formula2": "MAX(FILTER(D2:D13, (B2:B13=\"dodge\")*(C2:C13<9)*(A2:A13<2008)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Before 2008, if the Manufacturer is dodge and the start is under 9, what's the highest finish time?",
"Tokens": [
"MAX(",
"FILTER(",
"D1",
"B1",
"=",
"\"dodge\"",
"*",
"C1",
"<",
"9",
"*",
"A1",
"<",
"2008"
]
},
{
"Formula": "AVERAGE(FILTER(D1, (E1=\"penske\")*(C1<9)))",
"Formula2": "AVERAGE(FILTER(D2:D13, (E2:E13=\"penske\")*(C2:C13<9)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "When the team is penske and they start under 9, what's the average finish time?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"E1",
"=",
"\"penske\"",
"*",
"C1",
"<",
"9"
]
}
] | test_2-1600272-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Manufacturer",
"Start",
"Finish",
"Team"
],
[
"2",
"2002",
"Ford",
"23",
"7",
"Penske"
],
[
"3",
"2003",
"Dodge",
"37",
"43",
"Penske"
],
[
"4",
"2004",
"Dodge",
"20",
"31",
"Penske"
],
[
"5",
"2005",
"Dodge",
"9",
"20",
"Penske"
],
[
"6",
"2006",
"Dodge",
"18",
"3",
"Penske"
],
[
"7",
"2007",
"Dodge",
"16",
"38",
"Penske"
],
[
"8",
"2008",
"Dodge",
"7",
"1",
"Penske"
],
[
"9",
"2009",
"Chevrolet",
"36",
"36",
"Stewart-Haas"
],
[
"10",
"2010",
"Chevrolet",
"17",
"34",
"Stewart-Haas"
],
[
"11",
"2011",
"Chevrolet",
"21",
"22",
"Stewart-Haas"
],
[
"12",
"2012",
"Chevrolet",
"18",
"21",
"Stewart-Haas"
],
[
"13",
"2013",
"Chevrolet",
"34",
"5",
"Stewart-Haas"
]
] |
[
{
"Formula": "SUMIFS(E1,C1,\"Roy Emerson\")",
"Formula2": "SUMIFS(E2:E10,C2:C10,\"Roy Emerson\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many career titles does roy emerson have?",
"Tokens": [
"SUMIFS(",
"E1",
"C1",
"\"Roy Emerson\""
]
},
{
"Formula": "SUM(FILTER(E1, B1=5))",
"Formula2": "SUM(FILTER(E2:E10, B2:B10=5))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What were the total career titles of the player who led for 5 years?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"B1",
"=",
"5"
]
},
{
"Formula": "MINIFS(B1,F1,\"Australian Championships\")",
"Formula2": "MINIFS(B2:B10,F2:F10,\"Australian Championships\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Of the players whose lead began at the australian championships, what was the shortest span of years led?",
"Tokens": [
"MINIFS(",
"B1",
"F1",
"\"Australian Championships\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=\"William Renshaw\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=7))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F10,C2:C10=\"William Renshaw\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,4)))),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": "At which tournament did william renshaw begin his lead when he had won 7 titles?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"William Renshaw\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"6",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Pete Sampras\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,C2:C10=\"Pete Sampras\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "At what tournament did pete sampras begin his lead?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"Pete Sampras\"",
"6"
]
}
] | train_1-23408094-14 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Years led",
"Span of years led",
"Player",
"Titles won at point of lead",
"Total Career titles",
"Tournament at which lead began"
],
[
"2",
"1877–1880",
"4",
"Spencer Gore",
"1",
"1",
"Wimbledon"
],
[
"3",
"1880–1883",
"4",
"John Hartley",
"2",
"2",
"Wimbledon"
],
[
"4",
"1883–1887",
"5",
"William Renshaw",
"3",
"7",
"Wimbledon"
],
[
"5",
"1887–1925",
"39",
"Richard Sears",
"7",
"7",
"U.S. Championships"
],
[
"6",
"1889–1925",
"37",
"William Renshaw",
"7",
"7",
"Wimbledon"
],
[
"7",
"1911–1925",
"15",
"William Larned",
"7",
"7",
"U.S. Championships"
],
[
"8",
"1925–1967",
"43",
"Bill Tilden",
"8",
"10",
"U.S. Championships"
],
[
"9",
"1967–2000",
"34",
"Roy Emerson",
"11",
"12",
"Australian Championships"
],
[
"10",
"2000–2009",
"10",
"Pete Sampras",
"13",
"14",
"Wimbledon"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=10)*(C1=\"Coba\")),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,(E2:E14=10)*(C2:C14=\"Coba\")),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "If the song choice is Coba and the order number is 10, what is the result?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"10",
"*",
"C1",
"=",
"\"Coba\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Coba\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,C2:C14=\"Coba\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the result if Coba is the song choice?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"Coba\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Coba\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,C2:C14=\"Coba\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "If Coba is the song choice, what is the order number?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"Coba\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Crazy In Love\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,C2:C14=\"Crazy In Love\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "If Crazy In Love is the song choice, what is the theme?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"Crazy In Love\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Top 40\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,A2:A14=\"Top 40\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "For week number of the top 40, what was the results?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Top 40\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Top 9\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,A2:A14=\"Top 9\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "For week of top 9, what were the results?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Top 9\"",
"6"
]
}
] | train_1-22736523-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Week #",
"Theme",
"Song choice",
"Original artist",
"Order #",
"Result"
],
[
"2",
"Top 80",
"N/A",
"Jeritan Batin Ku",
"P. Ramlee",
"N/A",
"Advanced"
],
[
"3",
"Top 60",
"NA",
"Juwita (Citra Terindah)",
"M. Nasir",
"NA",
"Advanced"
],
[
"4",
"Top 40",
"NA",
"Mentera Semerah Padi",
"M. Nasir",
"NA",
"Advanced"
],
[
"5",
"Top 20",
"NA",
"Belaian Jiwa",
"Carefree",
"NA",
"Advanced"
],
[
"6",
"Top 12",
"Contestant’s Choice",
"Coba",
"Faizal Tahir",
"10",
"Safe"
],
[
"7",
"Top 11",
"Memori Tercipta",
"Rahsia Pohon Cemara",
"Exist",
"8",
"Safe"
],
[
"8",
"Top 10",
"Contestant’s Choice",
"Crazy In Love",
"Beyoncé",
"10",
"Safe"
],
[
"9",
"Top 9",
"Songwriter’s Week",
"La La La Kerjalah",
"Meet Uncle Hussein",
"5",
"Safe (Immunity Winner)"
],
[
"10",
"Top 8",
"Opposites Attract",
"Gantung",
"Melly Goeslaw",
"1",
"Safe"
],
[
"11",
"Top 7",
"Contestant’s Choice",
"Ingin Bersamamu",
"Syafinaz",
"7",
"Safe (Immunity Winner)"
],
[
"12",
"Top 6",
"Contestant’s Choice",
"Umbrella",
"Rihanna",
"1",
"Safe"
],
[
"13",
"Top 5",
"Sheila Majid ’s Song",
"Aku Cinta Padamu",
"Sheila Majid",
"5",
"Safe"
],
[
"14",
"Top 3",
"Judge's Choice Viewer’s Choice",
"Crazy In Love Coba",
"Beyoncé Faizal Tahir",
"1 3",
"Safe"
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.