t5Formulas listlengths 1 209 | TableName stringlengths 4 51 | Table listlengths 4 28 |
|---|---|---|
[
{
"Formula": "SUMIFS(A1,E1,\"1:00.61\")",
"Formula2": "SUMIFS(A2:A9,E2:E9,\"1:00.61\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the rank of the team with a time of 1:00.61?",
"Tokens": [
"SUMIFS(",
"A1",
"E1",
"\"1:00.61\""
]
},
{
"Formula": "SUMIFS(B1,E1,\"1:00.66\")",
"Formula2": "SUMIFS(B2:B9,E2:E9,\"1:00.66\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What's the lane with a time of 1:00.66?",
"Tokens": [
"SUMIFS(",
"B1",
"E1",
"\"1:00.66\""
]
},
{
"Formula": "SUMIFS(A1,E1,\"59.65\")",
"Formula2": "SUMIFS(A2:A9,E2:E9,\"59.65\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What's the rank when the time was 59.65?",
"Tokens": [
"SUMIFS(",
"A1",
"E1",
"\"59.65\""
]
}
] | train_2-18624773-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Lane",
"Name",
"Nationality",
"Time"
],
[
"2",
"1",
"4",
"Kosuke Kitajima",
"Japan",
"59.55"
],
[
"3",
"2",
"5",
"Brenton Rickard",
"Australia",
"59.65"
],
[
"4",
"3",
"8",
"Mark Gangloff",
"United States",
"1:00.44"
],
[
"5",
"4",
"6",
"Igor Borysik",
"Ukraine",
"1:00.55"
],
[
"6",
"5",
"7",
"Oleg Lisogor",
"Ukraine",
"1:00.56"
],
[
"7",
"6",
"1",
"Mihail Alexandrov",
"Bulgaria",
"1:00.61"
],
[
"8",
"7",
"3",
"Giedrius Titenis",
"Lithuania",
"1:00.66"
],
[
"9",
"8",
"2",
"Christian Sprenger",
"Australia",
"1:00.76"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1<2011)*(B1=\"53.06\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,(E2:E19<2011)*(B2:B19=\"53.06\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Swimmer, when Year is less than 2011, and when Time is \"53.06\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"<",
"2011",
"*",
"B1",
"=",
"\"53.06\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"100 backstroke\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,A2:A19=\"100 backstroke\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is School, when Event is \"100 Backstroke\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"100 backstroke\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1<2013)*(A1=\"100 breaststroke\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,(E2:E19<2013)*(A2:A19=\"100 breaststroke\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is School, when Year is less than 2013, and when Event is \"100 Breaststroke\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"<",
"2013",
"*",
"A1",
"=",
"\"100 breaststroke\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1>2011)*(A1=\"800 freestyle relay\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,(E2:E19>2011)*(A2:A19=\"800 freestyle relay\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Time, when Year is greater than 2011, and when Event is \"800 Freestyle Relay\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
">",
"2011",
"*",
"A1",
"=",
"\"800 freestyle relay\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"1:47.55\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,B2:B19=\"1:47.55\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Year, when Time is \"1:47.55\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"1:47.55\"",
"5"
]
}
] | train_2-17691430-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Event",
"Time",
"Swimmer",
"School",
"Year"
],
[
"2",
"50 freestyle",
"19.83",
"Nick Schuttinger",
"Oklahoma Baptist University",
"2013"
],
[
"3",
"100 freestyle",
"43.94",
"David Hibberd",
"Simon Fraser (B.C.)",
"2011"
],
[
"4",
"200 freestyle",
"1:36.87",
"Nick Schuttinger",
"Oklahoma Baptist University",
"2013"
],
[
"5",
"500 freestyle",
"4:24.63",
"Alex Graudins",
"SCAD",
"2012"
],
[
"6",
"1650 freestyle",
"15:23.97",
"Alex Graudins",
"SCAD",
"2012"
],
[
"7",
"100 backstroke",
"47.61",
"Daniel Ramirez",
"Oklahoma Baptist University",
"2013"
],
[
"8",
"200 backstroke",
"1:45.61",
"Ryan Searles",
"SCAD",
"2012"
],
[
"9",
"100 breaststroke",
"53.06",
"Bryan Haile",
"California Baptist University",
"2009"
],
[
"10",
"200 breaststroke",
"1:59.10",
"Sergio Molina",
"California Baptist University",
"2011"
],
[
"11",
"100 butterfly",
"47.30",
"Nick Schuttinger",
"Oklahoma Baptist University",
"2013"
],
[
"12",
"200 butterfly",
"1:46.62",
"Javier Hernandez",
"Lindenwood",
"2011"
],
[
"13",
"200 individual medley",
"1:47.55",
"David Hibberd",
"Simon Fraser (B.C.)",
"2011"
],
[
"14",
"400 individual medley",
"3:53.67",
"Kevin Sellars",
"California Baptist University",
"2010"
],
[
"15",
"200 medley relay",
"1:27.66",
"Ramirez, Penny, Sullivan, Lassley",
"Oklahoma Baptist University",
"2013"
],
[
"16",
"400 medley relay",
"3:15.27",
"Kosov, Tanasovski, Bernard, Marie-Rose",
"Fresno Pacific",
"2012"
],
[
"17",
"200 freestyle relay",
"1:19.50",
"Ramirez, Schuttinger, Sullivan, Lasley",
"Oklahoma Baptist",
"2013"
],
[
"18",
"400 freestyle relay",
"2:57.83",
"Maciunial, Schuttinger, Maciuniak, Ramirez",
"Oklahoma Baptist",
"2013"
],
[
"19",
"800 freestyle relay",
"6:39.17",
"Sossa, Cantrelle, Nelson, Schuttinger",
"Oklahoma Baptist",
"2012"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"guard\")*(D1=2000)),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,(C2:C15=\"guard\")*(D2:D15=2000)),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the school or country for the guard from 2000?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"guard\"",
"*",
"D1",
"=",
"2000",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=2000),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,D2:D15=2000),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the player from the year 2000?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"2000",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=2002),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,D2:D15=2002),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What position does the player from 2002 play?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"2002",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"arkansas\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,E2:E15=\"arkansas\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What position does the player from arkansas play?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"arkansas\"",
"3"
]
}
] | train_2-10560886-17 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Player",
"Nationality",
"Position",
"From",
"School/Country"
],
[
"2",
", Jannero Pargo",
"United States",
"Guard",
"2002",
"Arkansas"
],
[
"3",
"Parker, Smush Smush Parker",
"United States",
"Guard",
"2005",
"Fordham"
],
[
"4",
", Myles Patrick",
"United States",
"Forward",
"1980",
"Auburn"
],
[
"5",
", Ruben Patterson",
"United States",
"Guard/Forward",
"1998",
"Cincinnati"
],
[
"6",
", Jim Paxson",
"United States",
"Guard/Forward",
"1956",
"Dayton"
],
[
"7",
"Gary Payton Category:Articles with hCards",
"United States",
"Guard",
"2003",
"Oregon State"
],
[
"8",
"Peeler, Anthony Anthony Peeler",
"United States",
"Guard",
"1992",
"Missouri"
],
[
"9",
", Mike Penberthy",
"United States",
"Guard",
"2000",
"The Master's College"
],
[
"10",
", Sam Perkins",
"United States",
"Forward/Center",
"1990",
"North Carolina"
],
[
"11",
", John Pilch",
"United States",
"Forward",
"1951",
"Wyoming"
],
[
"12",
"Jim Pollard *",
"United States",
"Forward/Center",
"1949",
"Stanford"
],
[
"13",
"Powell, Josh Josh Powell",
"United States",
"Forward",
"2008",
"North Carolina State"
],
[
"14",
", Jim Price",
"United States",
"Guard",
"1972; 1978",
"Louisville"
],
[
"15",
", Laron Profit",
"United States",
"Guard/Forward",
"2005",
"Maryland"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=3))",
"Formula2": "LET(query1,SUMMARIZE(E2:E8,SUMX(A2:A8)),FILTER(query1,CHOOSECOLS(query1,2)=3))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What type of Competition has a Goal of 3?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"july 1, 2000\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"july 1, 2000\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Competition has the Date July 1, 2000?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"july 1, 2000\"",
"5"
]
}
] | train_2-1257251-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Goal",
"Date",
"Score",
"Result",
"Competition"
],
[
"2",
"1.",
"April 28, 1999",
"1β2",
"1β2",
"Friendly"
],
[
"3",
"2.",
"July 1, 2000",
"2β0",
"3β0",
"Friendly"
],
[
"4",
"3.",
"March 7, 2001",
"3β2",
"3β3",
"Friendly"
],
[
"5",
"4.",
"July 22, 2001",
"1β0",
"2β0",
"2001 Copa AmΓ©rica"
],
[
"6",
"5.",
"September 5, 2001",
"2β0",
"3β0",
"2002 FIFA World Cup qualification"
],
[
"7",
"6.",
"September 8, 2004",
"1β0",
"3β1",
"2006 FIFA World Cup qualification"
],
[
"8",
"7.",
"September 8, 2004",
"2β0",
"3β1",
"2006 FIFA World Cup qualification"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"may 15\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"may 15\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what was the score on the game that happened on May 15?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"may 15\"",
"3"
]
}
] | train_2-11293024-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Visitor",
"Score",
"Home",
"Record"
],
[
"2",
"May 7",
"Ottawa",
"2 β 4",
"Washington",
"0 β 1"
],
[
"3",
"May 9",
"Ottawa",
"1 β 6",
"Washington",
"0 β 2"
],
[
"4",
"May 11",
"Washington",
"3 β 4",
"Ottawa",
"1 β 2"
],
[
"5",
"May 13",
"Washington",
"2 β 0",
"Ottawa",
"1 β 3"
],
[
"6",
"May 15",
"Ottawa",
"0 β 3",
"Washington",
"1 β 4"
]
] |
[
{
"Formula": "FILTER(E1,(D1=\"g\")*(B1>26))",
"Formula2": "FILTER(E2:E6,(D2:D6=\"g\")*(B2:B6>26))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is Nationality, when Position is \"G\", and when Pick is greater than 26?",
"Tokens": [
"FILTER(",
"E1",
"D1",
"=",
"\"g\"",
"*",
"B1",
">",
"26"
]
},
{
"Formula": "FILTER(C1,(A1=2)*(F1=\"xavier\"))",
"Formula2": "FILTER(C2:C6,(A2:A6=2)*(F2:F6=\"xavier\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is Player, when Round is \"2\", and when School/Club Team is \"Xavier\"?",
"Tokens": [
"FILTER(",
"C1",
"A1",
"=",
"2",
"*",
"F1",
"=",
"\"xavier\""
]
},
{
"Formula": "MAX(FILTER(B1,D1=\"g/f\"))",
"Formula2": "MAX(FILTER(B2:B6,D2:D6=\"g/f\"))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the highest Pick, when Position is \"G/F\"?",
"Tokens": [
"MAX(",
"FILTER(",
"B1",
"D1",
"=",
"\"g/f\""
]
}
] | dev_2-17361223-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Round",
"Pick",
"Player",
"Position",
"Nationality",
"School/Club Team"
],
[
"2",
"1",
"2",
"Sam Bowie",
"F/C",
"United States",
"Kentucky"
],
[
"3",
"1",
"19",
"Bernard Thompson",
"G/F",
"United States",
"Fresno State"
],
[
"4",
"2",
"26",
"Victor Fleming",
"G",
"United States",
"Xavier"
],
[
"5",
"2",
"33",
"Steve Colter",
"G",
"United States",
"New Mexico"
],
[
"6",
"2",
"46",
"Jerome Kersey",
"F",
"United States",
"Longwood"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"Unaffected\")*(C1=\"Unaffected\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,(B2:B16=\"Unaffected\")*(C2:C16=\"Unaffected\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What are the statuses of the platelet counts for the conditions where the prothrombin time and partial thromboblastin time is unaffected? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"Unaffected\"",
"*",
"C1",
"=",
"\"Unaffected\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Decreased\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,E2:E16=\"Decreased\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the status of partial thromboplastin times for conditions where the platelet count is decreased? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"Decreased\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"Unaffected\")*(B1=\"Unaffected\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,(E2:E16=\"Unaffected\")*(B2:B16=\"Unaffected\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "In what conditions are both the platelet count and prothrombin time unaffected? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"Unaffected\"",
"*",
"B1",
"=",
"\"Unaffected\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Thrombocytopenia\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,A2:A16=\"Thrombocytopenia\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the status of bleeding time for thrombocytopenia? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"Thrombocytopenia\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"Prolonged\")*(C1=\"Unaffected\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,(D2:D16=\"Prolonged\")*(C2:C16=\"Unaffected\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the status of platelet counts for conditions where bleeding time is prolonged and partial thromboplastin time is unaffected? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"Prolonged\"",
"*",
"C1",
"=",
"\"Unaffected\"",
"5"
]
}
] | train_1-20592988-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Condition",
"Prothrombin time",
"Partial thromboplastin time",
"Bleeding time",
"Platelet count"
],
[
"2",
"Vitamin K deficiency or warfarin",
"Prolonged",
"Normal or mildly prolonged",
"Unaffected",
"Unaffected"
],
[
"3",
"Disseminated intravascular coagulation",
"Prolonged",
"Prolonged",
"Prolonged",
"Decreased"
],
[
"4",
"Von Willebrand disease",
"Unaffected",
"Prolonged or unaffected",
"Prolonged",
"Unaffected"
],
[
"5",
"Hemophilia",
"Unaffected",
"Prolonged",
"Unaffected",
"Unaffected"
],
[
"6",
"Aspirin",
"Unaffected",
"Unaffected",
"Prolonged",
"Unaffected"
],
[
"7",
"Thrombocytopenia",
"Unaffected",
"Unaffected",
"Prolonged",
"Decreased"
],
[
"8",
"Liver failure , early",
"Prolonged",
"Unaffected",
"Unaffected",
"Unaffected"
],
[
"9",
"Liver failure, end-stage",
"Prolonged",
"Prolonged",
"Prolonged",
"Decreased"
],
[
"10",
"Uremia",
"Unaffected",
"Unaffected",
"Prolonged",
"Unaffected"
],
[
"11",
"Congenital afibrinogenemia",
"Prolonged",
"Prolonged",
"Prolonged",
"Unaffected"
],
[
"12",
"Factor V deficiency",
"Prolonged",
"Prolonged",
"Unaffected",
"Unaffected"
],
[
"13",
"Factor X deficiency as seen in amyloid purpura",
"Prolonged",
"Prolonged",
"Unaffected",
"Unaffected"
],
[
"14",
"Glanzmann's thrombasthenia",
"Unaffected",
"Unaffected",
"Prolonged",
"Unaffected"
],
[
"15",
"Bernard-Soulier syndrome",
"Unaffected",
"Unaffected",
"Prolonged",
"Decreased or unaffected"
],
[
"16",
"Factor XII deficiency",
"Unaffected",
"Prolonged",
"Unaffected",
"Unaffected"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"carlton\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"carlton\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When did the away team carlton play?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"carlton\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"8.14 (62)\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"8.14 (62)\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Where did a home team score 8.14 (62)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"8.14 (62)\"",
"5"
]
}
] | train_2-10826072-18 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"North Melbourne",
"8.14 (62)",
"Melbourne",
"9.8 (62)",
"Arden Street Oval",
"6,522",
"31 July 1971"
],
[
"3",
"Richmond",
"16.12 (108)",
"Hawthorn",
"11.10 (76)",
"MCG",
"47,951",
"31 July 1971"
],
[
"4",
"South Melbourne",
"13.8 (86)",
"Essendon",
"13.18 (96)",
"Lake Oval",
"7,895",
"31 July 1971"
],
[
"5",
"Geelong",
"21.11 (137)",
"Collingwood",
"19.14 (128)",
"Kardinia Park",
"22,000",
"31 July 1971"
],
[
"6",
"Footscray",
"11.10 (76)",
"Carlton",
"15.16 (106)",
"Western Oval",
"21,670",
"31 July 1971"
],
[
"7",
"St Kilda",
"13.5 (83)",
"Fitzroy",
"9.10 (64)",
"VFL Park",
"14,563",
"31 July 1971"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,(B1=1)*(D1=1)),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)=2))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E13,(B2:B13=1)*(D2:D13=1)),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)=2))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which nation won 1 gold medal and 1 bronze, for a total of 2 medals?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"1",
"*",
"D1",
"=",
"1",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"2"
]
}
] | train_2-11871998-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"Germany",
"7",
"4",
"5",
"16"
],
[
"3",
"France",
"1",
"4",
"1",
"6"
],
[
"4",
"United States",
"1",
"2",
"1",
"4"
],
[
"5",
"Netherlands",
"1",
"1",
"3",
"5"
],
[
"6",
"United Kingdom",
"1",
"1",
"1",
"3"
],
[
"7",
"Switzerland",
"1",
"β",
"1",
"2"
],
[
"8",
"Denmark",
"1",
"β",
"β",
"1"
],
[
"9",
"New Zealand",
"1",
"β",
"β",
"1"
],
[
"10",
"Belgium",
"β",
"1",
"β",
"1"
],
[
"11",
"Spain",
"β",
"1",
"β",
"1"
],
[
"12",
"Australia",
"β",
"β",
"1",
"1"
],
[
"13",
"Sweden",
"β",
"β",
"1",
"1"
]
] |
[
{
"Formula": "SUM(FILTER(C1, (E1>318)*(B1=84.15)))",
"Formula2": "SUM(FILTER(C2:C9, (E2:E9>318)*(B2:B9=84.15)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "WHTA IS THE SNATCH WITH A TOTAL OF LARGER THAN 318 KG AND BODY WEIGHT OF 84.15?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"E1",
">",
"318",
"*",
"B1",
"=",
"84.15"
]
},
{
"Formula": "SUM(FILTER(C1, (E1<318)*(D1>175)))",
"Formula2": "SUM(FILTER(C2:C9, (E2:E9<318)*(D2:D9>175)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "WHAT IS THE SNATCH WITH TOTAL KG SMALLER THAN 318, AND CLEAN JERK LARGER THAN 175?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"E1",
"<",
"318",
"*",
"D1",
">",
"175"
]
}
] | train_2-17703223-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name",
"Bodyweight",
"Snatch",
"Clean & Jerk",
"Total (kg)"
],
[
"2",
"JosΓ© Oliver RuΓz ( COL )",
"84.45",
"160.0",
"203.0",
"363.0"
],
[
"3",
"Jadier Valladares ( CUB )",
"84.50",
"161.0",
"202.0",
"363.0"
],
[
"4",
"Herbys MΓ‘rquez ( VEN )",
"84.75",
"155.0",
"195.0",
"350.0"
],
[
"5",
"Kendrick Farris ( USA )",
"84.15",
"158.0",
"191.0",
"349.0"
],
[
"6",
"Juan Quiterio ( DOM )",
"84.35",
"145.0",
"185.0",
"330.0"
],
[
"7",
"Buck Ramsay ( CAN )",
"84.75",
"140.0",
"178.0",
"318.0"
],
[
"8",
"Rafael Andrade ( BRA )",
"83.75",
"140.0",
"175.0",
"315.0"
],
[
"9",
"Edward Silva ( URU )",
"84.10",
"120.0",
"150.0",
"270.0"
]
] |
[
{
"Formula": "SUM(FILTER(A1, G1=74303))",
"Formula2": "SUM(FILTER(A2:A14, G2:G14=74303))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "On which week was the attendance 74303?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"G1",
"=",
"74303"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"Tiger Stadium\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,F2:F14=\"Tiger Stadium\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On which date was the game played at Tiger Stadium?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"Tiger Stadium\"",
"2"
]
}
] | train_1-14958620-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Record",
"Game Site",
"Attendance"
],
[
"2",
"1",
"September 16, 1973",
"at Cleveland Browns",
"L 14β24",
"0β1",
"Cleveland Municipal Stadium",
"74303"
],
[
"3",
"2",
"September 23, 1973",
"New York Jets",
"L 10β34",
"0β2",
"Memorial Stadium",
"55942"
],
[
"4",
"3",
"September 30, 1973",
"New Orleans Saints",
"W 14β10",
"1β2",
"Memorial Stadium",
"52293"
],
[
"5",
"4",
"October 7, 1973",
"at New England Patriots",
"L 16β24",
"1β3",
"Schaeffer Stadium",
"57044"
],
[
"6",
"5",
"October 14, 1973",
"at Buffalo Bills",
"L 13β31",
"1β4",
"Rich Stadium",
"78875"
],
[
"7",
"6",
"October 21, 1973",
"at Detroit Lions",
"W 29β27",
"2β4",
"Tiger Stadium",
"48058"
],
[
"8",
"7",
"October 28, 1973",
"Oakland Raiders",
"L 21β34",
"2β5",
"Memorial Stadium",
"59008"
],
[
"9",
"8",
"November 4, 1973",
"Houston Oilers",
"L 27β31",
"2β6",
"Memorial Stadium",
"52707"
],
[
"10",
"9",
"November 11, 1973",
"at Miami Dolphins",
"L 0β44",
"2β7",
"Miami Orange Bowl",
"60332"
],
[
"11",
"10",
"November 18, 1973",
"at Washington Redskins",
"L 14β22",
"2β8",
"RFK Stadium",
"52675"
],
[
"12",
"11",
"November 25, 1973",
"Buffalo Bills",
"L 17β24",
"2β9",
"Memorial Stadium",
"52250"
],
[
"13",
"12",
"December 2, 1973",
"at New York Jets",
"L 17β20",
"2β10",
"Shea Stadium",
"51167"
],
[
"14",
"13",
"December 9, 1973",
"Miami Dolphins",
"W 16β3",
"3β10",
"Memorial Stadium",
"58446"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"11 (via calgary)\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"11 (via calgary)\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Position has a Pick of 11 (via calgary)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"11 (via calgary)\"",
"4"
]
},
{
"Formula": "SUMIFS(A1,B1,\"25 (via hamilton)\")",
"Formula2": "SUMIFS(A2:A7,B2:B7,\"25 (via hamilton)\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Which Round has a Pick of 25 (via hamilton)?",
"Tokens": [
"SUMIFS(",
"A1",
"B1",
"\"25 (via hamilton)\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"sammy okpro\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>3))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E7,C2:C7=\"sammy okpro\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>3))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Which School/Club Team has a Round larger than 3, and a Player of sammy okpro?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"sammy okpro\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"3"
]
},
{
"Formula": "SUMIFS(A1,C1,\"sammy okpro\")",
"Formula2": "SUMIFS(A2:A7,C2:C7,\"sammy okpro\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Which Round has a Player of sammy okpro?",
"Tokens": [
"SUMIFS(",
"A1",
"C1",
"\"sammy okpro\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"concordia\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=4))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E7,E2:E7=\"concordia\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=4))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which Position has a Round of 4, and a School/Club Team of concordia?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"concordia\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"4"
]
}
] | train_2-16912000-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Round",
"Pick",
"Player",
"Position",
"School/Club Team"
],
[
"2",
"2",
"11 (via Calgary)",
"Greg Wojt",
"OL",
"Central Michigan"
],
[
"3",
"3",
"19 (via Calgary)",
"Tim St. Pierre",
"LB",
"Saint Mary's"
],
[
"4",
"3",
"23 (via BC Lions via Winnipeg)",
"Justin Cooper",
"DL",
"Manitoba"
],
[
"5",
"4",
"25 (via Hamilton)",
"Sammy Okpro",
"DB",
"Concordia"
],
[
"6",
"4",
"26",
"Jonathan Hood",
"DB",
"St.FX"
],
[
"7",
"5",
"34",
"Dante Luciani",
"REC",
"Laurier"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"15:04\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,B2:B7=\"15:04\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the score for set 3 with a time at 15:04?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"15:04\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"29β27\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,F2:F7=\"29β27\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the overall score when the score of set 3 was 29β27?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"F1",
"=",
"\"29β27\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"25β22\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,F2:F7=\"25β22\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the score for set 2 when set 3 was 25β22?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"F1",
"=",
"\"25β22\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"23β25\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,D2:D7=\"23β25\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the overall score when set 1 was 23β25?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"D1",
"=",
"\"23β25\"",
"3"
]
}
] | train_2-15789909-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Date",
"Time",
"Score",
"Set 1",
"Set 2",
"Set 3",
"Total",
"Report"
],
[
"2",
"21 May",
"18:00",
"3β0",
"25β21",
"26β24",
"25β22",
"76β67",
"P2"
],
[
"3",
"21 May",
"20:02",
"3β0",
"25β16",
"25β18",
"25β19",
"75β53",
"P2"
],
[
"4",
"22 May",
"15:04",
"0β3",
"23β25",
"21β25",
"21β25",
"65β75",
"P2"
],
[
"5",
"22 May",
"17:15",
"2β3",
"18β25",
"25β18",
"29β27",
"103β110",
"P2"
],
[
"6",
"23 May",
"14:00",
"3β0",
"25β15",
"25β13",
"25β22",
"75β50",
"P2"
],
[
"7",
"23 May",
"16:00",
"3β0",
"26β24",
"27β25",
"25β21",
"78β70",
"P2"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"L. Mendel Rivers\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"L. Mendel Rivers\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the candidates for l. mendel rivers",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"L. Mendel Rivers\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"South Carolina 4\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"South Carolina 4\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the result for south carolina 4",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"South Carolina 4\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"South Carolina 3\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"South Carolina 3\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the candidates for south carolina 3",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"South Carolina 3\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=1956),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=1956),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Name the incumbent for first elected 1956",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"1956",
"2"
]
}
] | train_1-1341930-40 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"South Carolina 1",
"L. Mendel Rivers",
"Democratic",
"1940",
"Re-elected",
"L. Mendel Rivers (D) Unopposed"
],
[
"3",
"South Carolina 2",
"John J. Riley",
"Democratic",
"1950",
"Re-elected",
"John J. Riley (D) Unopposed"
],
[
"4",
"South Carolina 3",
"William Jennings Bryan Dorn",
"Democratic",
"1950",
"Re-elected",
"William Jennings Bryan Dorn (D) Unopposed"
],
[
"5",
"South Carolina 4",
"Robert T. Ashmore",
"Democratic",
"1953",
"Re-elected",
"Robert T. Ashmore (D) Unopposed"
],
[
"6",
"South Carolina 5",
"Robert W. Hemphill",
"Democratic",
"1956",
"Re-elected",
"Robert W. Hemphill (D) Unopposed"
]
] |
[
{
"Formula": "MAX(FILTER(B1, (C1=\"lonnie brockman\")*(A1<9)))",
"Formula2": "MAX(FILTER(B2:B17, (C2:C17=\"lonnie brockman\")*(A2:A17<9)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What was the highest Pick for Lonnie Brockman before round 9?",
"Tokens": [
"MAX(",
"FILTER(",
"B1",
"C1",
"=",
"\"lonnie brockman\"",
"*",
"A1",
"<",
"9"
]
},
{
"Formula": "SUM(FILTER(B1, (E1=\"central state\")*(A1<2)))",
"Formula2": "SUM(FILTER(B2:B17, (E2:E17=\"central state\")*(A2:A17<2)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many picks did Central State have before round 2?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"E1",
"=",
"\"central state\"",
"*",
"A1",
"<",
"2"
]
},
{
"Formula": "MAX(FILTER(A1, (E1=\"bowling green\")*(B1<210)))",
"Formula2": "MAX(FILTER(A2:A17, (E2:E17=\"bowling green\")*(B2:B17<210)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What was the highest round for Bowling Green with a pick smaller than 210?",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"E1",
"=",
"\"bowling green\"",
"*",
"B1",
"<",
"210"
]
}
] | test_2-16712710-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Round",
"Pick",
"Player",
"Position",
"School"
],
[
"2",
"1",
"14",
"Renaldo Turnbull",
"DE",
"West Virginia"
],
[
"3",
"2",
"44",
"Vince Buck",
"DB",
"Central State"
],
[
"4",
"3",
"71",
"Joel Smeenge",
"DE",
"Western Michigan"
],
[
"5",
"4",
"98",
"DeMond Winston",
"LB",
"Vanderbilt"
],
[
"6",
"5",
"125",
"Charles Arbuckle",
"TE",
"UCLA"
],
[
"7",
"6",
"156",
"Mike Buck",
"QB",
"Maine"
],
[
"8",
"6",
"158",
"James Williams",
"LB",
"Mississippi State"
],
[
"9",
"7",
"183",
"Scott Hough",
"G",
"Maine"
],
[
"10",
"8",
"207",
"Gerry Gdowski",
"QB",
"Nebraska"
],
[
"11",
"8",
"210",
"Derrick Carr",
"DE",
"Bowling Green"
],
[
"12",
"9",
"233",
"Broderick Graves",
"RB",
"Winston-Salem State"
],
[
"13",
"9",
"236",
"Lonnie Brockman",
"LB",
"West Virginia"
],
[
"14",
"10",
"260",
"Gary Cooper",
"WR",
"Clemson"
],
[
"15",
"10",
"267",
"Ernest Spears",
"DB",
"USC"
],
[
"16",
"11",
"287",
"Webbie Burnett",
"DT",
"Western Kentucky"
],
[
"17",
"12",
"320",
"Chris Port",
"G",
"Duke"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"dylan postl\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,C2:C16=\"dylan postl\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "How tall is Dylan Postl?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"dylan postl\"",
"2"
]
}
] | train_2-14229697-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Nationality",
"Height",
"Name",
"Sport",
"Lifespan"
],
[
"2",
"India",
"cm (in)",
"Aditya \"Romeo\" Dev",
"Bodybuilding",
"1988β2012"
],
[
"3",
"Canada",
"cm (in)",
"Henry Franklyn",
"Ice hockey",
"Late 19th century"
],
[
"4",
"United States",
"cm (in)",
"Eddie Gaedel",
"Baseball",
"1925β1961"
],
[
"5",
"Canada",
"cm (in)",
"Lionel Giroux",
"Wrestling",
"1935β1995"
],
[
"6",
"United States",
"cm (in)",
"Dylan Postl",
"Wrestling",
"1986β"
],
[
"7",
"United States",
"cm (in)",
"Julie Krone",
"Horse racing",
"1963β"
],
[
"8",
"England",
"cm (in)",
"Tich Cornford",
"Cricket",
"1900β1964"
],
[
"9",
"Australia",
"cm (in)",
"Jim Bradford",
"Australian rules football",
"1926β2005"
],
[
"10",
"United States",
"cm (in)",
"Jack Shapiro",
"American football",
"1907β2001"
],
[
"11",
"United Kingdom",
"cm (in)",
"Frederick Walden",
"Association football",
"1888β1949"
],
[
"12",
"United States",
"cm (in)",
"Shannon Bobbitt",
"Basketball",
"1985β"
],
[
"13",
"United States",
"cm (in)",
"Muggsy Bogues",
"Basketball (inactive)",
"1965β"
],
[
"14",
"Canada",
"cm (in)",
"Roy Worters",
"Ice hockey",
"1900β1957"
],
[
"15",
"United States",
"cm (in)",
"Earl Boykins",
"Basketball (active)",
"1976β"
],
[
"16",
"United States",
"cm (in)",
"Trindon Holliday",
"American football",
"1986β"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"fitzroy\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"fitzroy\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When Fitzroy was the home team, what was the away team's score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"fitzroy\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"5.8 (38)\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"5.8 (38)\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On what date did the home team score 5.8 (38)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"5.8 (38)\"",
"7"
]
},
{
"Formula": "MAXIFS(F1,E1,\"arden street oval\")",
"Formula2": "MAXIFS(F2:F7,E2:E7,\"arden street oval\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How big was the largest crowd recorded at the Arden Street Oval venue?",
"Tokens": [
"MAXIFS(",
"F1",
"E1",
"\"arden street oval\""
]
},
{
"Formula": "SUMIFS(F1,D1,\"10.14 (74)\")",
"Formula2": "SUMIFS(F2:F7,D2:D7,\"10.14 (74)\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How big was the crowd at the match where the away team had a score of 10.14 (74)?",
"Tokens": [
"SUMIFS(",
"F1",
"D1",
"\"10.14 (74)\""
]
},
{
"Formula": "AVERAGEIFS(F1,B1,\"6.12 (48)\")",
"Formula2": "AVERAGEIFS(F2:F7,B2:B7,\"6.12 (48)\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the average crowd size at all matches where the home team scored 6.12 (48)?",
"Tokens": [
"AVERAGEIFS(",
"F1",
"B1",
"\"6.12 (48)\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"8.6 (54)\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"8.6 (54)\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "At what venue did the match where the home team scored 8.6 (54) take place?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"8.6 (54)\"",
"5"
]
}
] | train_2-10701914-12 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Footscray",
"9.17 (71)",
"Richmond",
"6.9 (45)",
"Western Oval",
"20,000",
"21 July 1951"
],
[
"3",
"Fitzroy",
"11.10 (76)",
"St Kilda",
"4.16 (40)",
"Brunswick Street Oval",
"8,000",
"21 July 1951"
],
[
"4",
"South Melbourne",
"9.8 (62)",
"Geelong",
"18.11 (119)",
"Lake Oval",
"18,000",
"21 July 1951"
],
[
"5",
"Melbourne",
"8.6 (54)",
"Essendon",
"10.14 (74)",
"MCG",
"16,000",
"21 July 1951"
],
[
"6",
"North Melbourne",
"6.12 (48)",
"Collingwood",
"8.8 (56)",
"Arden Street Oval",
"14,000",
"21 July 1951"
],
[
"7",
"Hawthorn",
"5.8 (38)",
"Carlton",
"7.13 (55)",
"Glenferrie Oval",
"14,000",
"21 July 1951"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"acapulco\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"acapulco\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the date for the tournament acapulco?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"acapulco\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"cagnes-sur-mer\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"cagnes-sur-mer\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "who is the opponent in the final when the tournament is cagnes-sur-mer?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"cagnes-sur-mer\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"joué-lès-tours\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"joué-lès-tours\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the date for the tournament joué-lès-tours?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"joué-lès-tours\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"cagnes-sur-mer\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"cagnes-sur-mer\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the score for the tournament cagnes-sur-mer?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"cagnes-sur-mer\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"may 11, 1997\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=\"may 11, 1997\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the score on may 11, 1997?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"may 11, 1997\"",
"5"
]
}
] | test_2-1849669-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Tournament",
"Surface",
"Opponent in the final",
"Score"
],
[
"2",
"February 2, 1997",
"Dinan",
"Clay (I)",
"Emmanuelle Curutchet",
"6β2, 7β6"
],
[
"3",
"May 11, 1997",
"Gelos",
"Clay",
"Karolina Jagieniak",
"6β4, 6β2"
],
[
"4",
"February 1, 1998",
"Dinan",
"Clay (I)",
"Elodie Le Bescond",
"6β1, 6β1"
],
[
"5",
"September 17, 2000",
"Bordeaux",
"Clay",
"Lubomira Bacheva",
"7β5, 6β2"
],
[
"6",
"April 14, 2002",
"Dinan",
"Clay (I)",
"Zuzana OndrΓ‘Ε‘kovΓ‘",
"6β2, 7β5"
],
[
"7",
"May 5, 2002",
"Cagnes-sur-Mer",
"Clay",
"Alena VaΕ‘kovΓ‘",
"7β5, 3β6, 6β4"
],
[
"8",
"April 11, 2004",
"Casablanca",
"Clay",
"Δ½udmila CervanovΓ‘",
"6β2, 6β2"
],
[
"9",
"April 18, 2004",
"Estoril",
"Clay",
"Iveta BeneΕ‘ovΓ‘",
"7β5, 7β6"
],
[
"10",
"October 16, 2005",
"Joué-lès-Tours",
"Hard (I)",
"Jelena KostaniΔ",
"6β2, 6β1"
],
[
"11",
"March 3, 2007",
"Acapulco",
"Clay",
"Flavia Pennetta",
"7β6, 6β4"
]
] |
[
{
"Formula": "SUMIFS(A1,D1,\"l 35-10\")",
"Formula2": "SUMIFS(A2:A13,D2:D13,\"l 35-10\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "In what week was the Result L 35-10?",
"Tokens": [
"SUMIFS(",
"A1",
"D1",
"\"l 35-10\""
]
}
] | test_2-15124729-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Attendance"
],
[
"2",
"1",
"September 28, 1947",
"at Philadelphia Eagles",
"L 45-42",
"35,406"
],
[
"3",
"2",
"October 2, 1947",
"Pittsburgh Steelers",
"W 27-26",
"36,585"
],
[
"4",
"3",
"October 12, 1947",
"New York Giants",
"W 28-20",
"36,533"
],
[
"5",
"4",
"October 19, 1947",
"at Green Bay Packers",
"L 27-10",
"28,572"
],
[
"6",
"5",
"October 26, 1947",
"Chicago Bears",
"L 56-20",
"36,591"
],
[
"7",
"6",
"November 2, 1947",
"Philadelphia Eagles",
"L 38-14",
"36,591"
],
[
"8",
"7",
"November 9, 1947",
"at Pittsburgh Steelers",
"L 21-14",
"36,257"
],
[
"9",
"8",
"November 16, 1947",
"at Detroit Lions",
"L 38-21",
"17,003"
],
[
"10",
"9",
"November 23, 1947",
"Chicago Cardinals",
"W 45-21",
"35,362"
],
[
"11",
"10",
"November 30, 1947",
"at Boston Yanks",
"L 27-24",
"24,800"
],
[
"12",
"11",
"December 7, 1947",
"at New York Giants",
"L 35-10",
"25,594"
],
[
"13",
"12",
"December 14, 1947",
"Boston Yanks",
"W 40-13",
"33,226"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(G1=\"Stephen Curry (7)\")*(E1=\"Monta Ellis (27)\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I18,(G2:G18=\"Stephen Curry (7)\")*(E2:E18=\"Monta Ellis (27)\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the team when the high assists was stephen curry (7) and the high points was monta ellis (27)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"G1",
"=",
"\"Stephen Curry (7)\"",
"*",
"E1",
"=",
"\"Monta Ellis (27)\"",
"3"
]
},
{
"Formula": "MAX(A1)",
"Formula2": "MAX(A2:A18)",
"Funcs": [
"MAX(",
"Cell"
],
"Level": "easy",
"Question": "What is the highest game number?",
"Tokens": [
"MAX(",
"A1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"@ Dallas\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I18,C2:C18=\"@ Dallas\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the score when the team is @ dallas?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"@ Dallas\"",
"4"
]
}
] | train_1-27755784-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",
"59",
"March 1",
"@ Indiana",
"L 100β109 (OT)",
"Reggie Williams (25)",
"David Lee (11)",
"Stephen Curry (7)",
"Conseco Fieldhouse 9,557",
"26β33"
],
[
"3",
"60",
"March 2",
"@ Washington",
"W 106β102 (OT)",
"Stephen Curry (29)",
"David Lee (16)",
"David Lee (6)",
"Verizon Center 17,865",
"27β33"
],
[
"4",
"61",
"March 4",
"@ Boston",
"L 103β107 (OT)",
"Monta Ellis (41)",
"David Lee (12)",
"Stephen Curry (5)",
"TD Garden 18,624",
"27β34"
],
[
"5",
"62",
"March 6",
"@ Philadelphia",
"L 117β125 (OT)",
"Monta Ellis (27)",
"David Lee (14)",
"Stephen Curry (7)",
"Wells Fargo Center 11,294",
"27β35"
],
[
"6",
"63",
"March 8",
"@ Cleveland",
"W 95β85 (OT)",
"Monta Ellis (24)",
"David Lee (14)",
"Monta Ellis (7)",
"Quicken Loans Arena 19,919",
"28β35"
],
[
"7",
"64",
"March 9",
"@ New Jersey",
"L 90β94 (OT)",
"David Lee (17)",
"David Lee (10)",
"Monta Ellis (4)",
"Prudential Center 13,513",
"28β36"
],
[
"8",
"65",
"March 11",
"Orlando",
"W 123β120 (OT)",
"Monta Ellis (39)",
"Monta Ellis , David Lee , Dorell Wright (6)",
"Stephen Curry (12)",
"Oracle Arena 19,596",
"29β36"
],
[
"9",
"66",
"March 13",
"Minnesota",
"W 100β77 (OT)",
"Stephen Curry (24)",
"Stephen Curry (9)",
"Stephen Curry (6)",
"Oracle Arena 17,788",
"30β36"
],
[
"10",
"67",
"March 14",
"@ Sacramento",
"L 119β129 (OT)",
"Al Thornton (23)",
"David Lee , Vladimir RadmanoviΔ (4)",
"Monta Ellis (9)",
"Power Balance Pavilion 14,243",
"30β37"
],
[
"11",
"68",
"March 16",
"Dallas",
"L 106β112 (OT)",
"Monta Ellis (26)",
"David Lee (9)",
"Monta Ellis (11)",
"Oracle Arena 19,596",
"30β38"
],
[
"12",
"69",
"March 18",
"@ Phoenix",
"L 97β108 (OT)",
"Dorell Wright (30)",
"David Lee (10)",
"Stephen Curry (5)",
"US Airways Center 18,422",
"30β39"
],
[
"13",
"70",
"March 20",
"@ Dallas",
"L 73β101 (OT)",
"Monta Ellis (18)",
"David Lee (12)",
"Stephen Curry (6)",
"American Airlines Center 20,324",
"30β40"
],
[
"14",
"71",
"March 21",
"@ San Antonio",
"L 96β111 (OT)",
"Ekpe Udoh (15)",
"David Lee (9)",
"Monta Ellis (4)",
"AT&T Center 18,443",
"30β41"
],
[
"15",
"72",
"March 23",
"@ Houston",
"L 112β131 (OT)",
"Dorell Wright (34)",
"David Lee (9)",
"Stephen Curry , Dorell Wright (6)",
"Toyota Center 16,623",
"30β42"
],
[
"16",
"73",
"March 25",
"Toronto",
"W 138β100 (OT)",
"Monta Ellis (27)",
"David Lee (7)",
"Monta Ellis (10)",
"Oracle Arena 17,504",
"31β42"
],
[
"17",
"74",
"March 27",
"Washington",
"W 114β104 (OT)",
"Monta Ellis (37)",
"David Lee (12)",
"Monta Ellis (13)",
"Oracle Arena 17,723",
"32β42"
],
[
"18",
"75",
"March 29",
"@ Oklahoma City",
"L 114β115 (OT)",
"Stephen Curry (35)",
"David Lee (15)",
"Monta Ellis (11)",
"Oklahoma City Arena 18,203",
"32β43"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,F1=\"2002 fifa world cup qualification\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<10))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F15,F2:F15=\"2002 fifa world cup qualification\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<10))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "What was the final score in a 2002 fifa world cup qualification that was less than 10?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"2002 fifa world cup qualification\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"10"
]
}
] | test_2-1311444-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Goal",
"Date",
"Venue",
"Score",
"Result",
"Competition"
],
[
"2",
"1.",
"12 August 1998",
"Asim FerhatoviΔ Hase Stadium , Sarajevo",
"1β0",
"1β0",
"UEFA Euro 2000 qualifying"
],
[
"3",
"2.",
"14 October 1998",
"Ε½algiris Stadium , Vilnius",
"2β2",
"2β4",
"UEFA Euro 2000 qualifying"
],
[
"4",
"3.",
"9 October 1999",
"Kadriorg Stadium , Tallinn",
"1β1",
"4β1",
"UEFA Euro 2000 qualifying"
],
[
"5",
"4.",
"9 October 1999",
"Kadriorg Stadium, Tallinn",
"2β1",
"4β1",
"UEFA Euro 2000 qualifying"
],
[
"6",
"5.",
"9 October 1999",
"Kadriorg Stadium, Tallinn",
"3β1",
"4β1",
"UEFA Euro 2000 qualifying"
],
[
"7",
"6.",
"9 October 1999",
"Kadriorg Stadium, Tallinn",
"4β1",
"4β1",
"UEFA Euro 2000 qualifying"
],
[
"8",
"7.",
"2 September 2000",
"Asim FerhatoviΔ Hase Stadium, Sarajevo",
"1-1",
"1β2",
"2002 FIFA World Cup qualification"
],
[
"9",
"8.",
"15 August 2001",
"Asim FerhatoviΔ Hase Stadium, Sarajevo",
"1β0",
"2β0",
"Friendly match"
],
[
"10",
"9.",
"15 August 2001",
"Asim FerhatoviΔ Hase Stadium, Sarajevo",
"2β0",
"2β0",
"Friendly match"
],
[
"11",
"10.",
"7 October 2001",
"Asim FerhatoviΔ Hase Stadium, Sarajevo",
"2β0",
"5β0",
"2002 FIFA World Cup qualification"
],
[
"12",
"11.",
"7 October 2001",
"Asim FerhatoviΔ Hase Stadium, Sarajevo",
"4β0",
"5β0",
"2002 FIFA World Cup qualification"
],
[
"13",
"12.",
"11 October 2002",
"Asim FerhatoviΔ Hase Stadium, Sarajevo",
"1β0",
"1β1",
"Friendly match"
],
[
"14",
"13.",
"13 February 2003",
"Millennium Stadium , Cardiff",
"1β0",
"2β2",
"Friendly match"
],
[
"15",
"14.",
"2 April 2003",
"Parken Stadium , Copenhagen",
"2β0",
"2β0",
"UEFA Euro 2004 qualifying"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Steve Jobs\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,D2:D11=\"Steve Jobs\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the pictorials when the interview subject is steve jobs",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"Steve Jobs\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Cherie Witter\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,C2:C11=\"Cherie Witter\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the 20 questions when centerfold model is cherie witter",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"Cherie Witter\"",
"5"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(F1, A1=\"5-85\")))",
"Formula2": "ROWS(UNIQUE(FILTER(F2:F11, A2:A11=\"5-85\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "Name the number of pictorials for 5-85",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"F1",
"A1",
"=",
"\"5-85\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Steve Jobs\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,D2:D11=\"Steve Jobs\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the centerfold model when interview subject is steve jobs",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"Steve Jobs\"",
"3"
]
}
] | test_1-1566848-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Date",
"Cover model",
"Centerfold model",
"Interview subject",
"20 Questions",
"Pictorials"
],
[
"2",
"1-85",
"Goldie Hawn",
"Joan Bennett",
"Goldie Hawn",
"Diane Lane",
"Girls of Rock and Roll"
],
[
"3",
"2-85",
"Julie McCullough",
"Cherie Witter",
"Steve Jobs",
"Brian De Palma",
"Girls of Texas , Janice Dickinson"
],
[
"4",
"4-85",
"Natalie Smith, Donna Smith",
"Cindy Brooks",
"Wayne Gretzky",
"Joel Hyatt",
"Playmate sisters"
],
[
"5",
"5-85",
"Karen Velez",
"Kathy Shower",
"Boy George",
"Marvin Hagler and Thomas Hearns",
"Vanity , Karen Velez - PMOY"
],
[
"6",
"6-85",
"Roxanne Pulitzer",
"Devin DeVasquez",
"Sparky Anderson",
"Tom Watson [ disambiguation needed ]",
"Roxanne Pulitzer"
],
[
"7",
"7-85",
"Tracy Vaccaro",
"Hope Marie Carlton",
"Rob Reiner",
"Jamie Lee Curtis",
"Grace Jones"
],
[
"8",
"8-85",
"Kathy Shower",
"Cher Butler",
"Fidel Castro",
"Ron Howard",
"Judy Norton Taylor"
],
[
"9",
"9-85",
"Madonna",
"Venice Kong",
"John Huston",
"Billy Crystal",
"Madonna, Brigitte Nielsen"
],
[
"10",
"10-85",
"Sherry Arnett",
"Cynthia Brimhall",
"John DeLorean",
"Rosanna Arquette",
"Jerry Hall , Girls of the Pac-10"
],
[
"11",
"11-85",
"Teri Weigel",
"Pamela Saunders",
"Sting",
"Don Johnson and Philip Michael Thomas",
"Women of Mensa"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1),SUMX(B1)),FILTER(query1,(CHOOSECOLS(query1,2)=7)*(CHOOSECOLS(query1,3)<214)))",
"Formula2": "LET(query1,SUMMARIZE(D2:D7,SUMX(A2:A7),SUMX(B2:B7)),FILTER(query1,(CHOOSECOLS(query1,2)=7)*(CHOOSECOLS(query1,3)<214)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "What position has 7 as the round, with a pick # less than 214?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"7",
"*",
"CHOOSECOLS(",
"query1",
"3",
"<",
"214"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"dylan mcfarland\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>1))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E7,C2:C7=\"dylan mcfarland\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),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 college has a round greater than 1, with dylan mcfarland as the player?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"dylan mcfarland\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"1"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)>207))",
"Formula2": "LET(query1,SUMMARIZE(C2:C7,SUMX(B2:B7)),FILTER(query1,CHOOSECOLS(query1,2)>207))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What player has a pick # greater than 207?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"207"
]
}
] | train_2-18732289-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Round",
"Pick #",
"Player",
"Position",
"College"
],
[
"2",
"1",
"13",
"Lee Evans",
"Wide Receiver",
"Wisconsin"
],
[
"3",
"1",
"22",
"J.P. Losman",
"Quarterback",
"Tulane"
],
[
"4",
"3",
"74",
"Tim Anderson",
"Defensive Tackle",
"Ohio State"
],
[
"5",
"4",
"109",
"Tim Euhus",
"Tight End",
"Oregon State"
],
[
"6",
"7",
"207",
"Dylan McFarland",
"Offensive Tackle",
"Montana"
],
[
"7",
"7",
"214",
"Jonathan Smith",
"Wide Receiver",
"Georgia Tech"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(E1, D1=\"Japan 1992\")))",
"Formula2": "ROWS(UNIQUE(FILTER(E2:E12, D2:D12=\"Japan 1992\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "What is the total number of years active listings where Asian Cup played as a captain is Japan 1992?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"E1",
"D1",
"=",
"\"Japan 1992\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Qatar 1988\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,D2:D12=\"Qatar 1988\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "How many matches as captain were played where Asian Cup played as a captain is Qatar 1988",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"Qatar 1988\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Iran 1976\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,D2:D12=\"Iran 1976\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What were the years active where Asian Cup played as a captain is Iran 1976?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"Iran 1976\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Qatar 1988\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,D2:D12=\"Qatar 1988\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What were the years active where Asian Cup played as a captain is Qatar 1988?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"Qatar 1988\"",
"5"
]
}
] | test_1-272865-20 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"#",
"Matches As Captain",
"Player",
"Asian Cup Played As A Captain",
"Years Active",
"Caps(Goals)"
],
[
"2",
"1",
"4 (0)",
"Hassan Habibi",
"Iran 1968",
"1958β1970",
"31 (0)"
],
[
"3",
"2",
"4 (0)",
"Mostafa Arab",
"Thailand 1972",
"1959β1972",
"48 (2)"
],
[
"4",
"3",
"3 (0)",
"Parviz Ghelichkhani",
"Iran 1976",
"1964β1977",
"64 (12)"
],
[
"5",
"4",
"5 (0)",
"Nasser Hejazi",
"Kuwait 1980",
"1968β1980",
"62 (0)"
],
[
"6",
"5",
"6 (0)",
"Mohammad Panjali",
"Singapore 1984",
"1978β1991",
"45 (0)"
],
[
"7",
"6",
"6 (0)",
"Sirous Ghayeghran",
"Qatar 1988",
"1986β1992",
"40 (6)"
],
[
"8",
"7",
"3 (0)",
"Sirous Ghayeghran",
"Japan 1992",
"1986β1992",
"40 (6)"
],
[
"9",
"8",
"1 (0)",
"Mojtaba Moharrami",
"UAE 1996",
"1988β1996",
"37 (5)"
],
[
"10",
"9",
"4 (2)",
"Hamid Reza Estili",
"Lebanon 2000",
"1990β2000",
"82 (12)"
],
[
"11",
"10",
"6 (3)",
"Ali Daei",
"China 2004",
"1993β2006",
"149 (109)"
],
[
"12",
"11",
"4 (0)",
"Mehdi Mahdavikia",
"Asian Cup 2007",
"1996β2009",
"111 (13)"
]
] |
[
{
"Formula": "SUMIFS(D1,B1,\"leo diegel\")",
"Formula2": "SUMIFS(D2:D14,B2:B14,\"leo diegel\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the score for Leo Diegel?",
"Tokens": [
"SUMIFS(",
"D1",
"B1",
"\"leo diegel\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"β4\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,E2:E14=\"β4\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the name of the player with a To par of β4?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"β4\"",
"2"
]
}
] | train_2-12586224-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"1",
"Henry Picard",
"United States",
"67",
"β5"
],
[
"3",
"T2",
"Gene Sarazen",
"United States",
"68",
"β4"
],
[
"4",
"T2",
"Ray Mangrum",
"United States",
"68",
"β4"
],
[
"5",
"T2",
"Willie Goggin",
"United States",
"68",
"β4"
],
[
"6",
"5",
"Craig Wood",
"United States",
"69",
"β3"
],
[
"7",
"T6",
"Olin Dutra",
"United States",
"70",
"β2"
],
[
"8",
"T6",
"Jimmy Hines",
"United States",
"70",
"β2"
],
[
"9",
"T6",
"Johnny Revolta",
"United States",
"70",
"β2"
],
[
"10",
"T6",
"Paul Runyan",
"United States",
"70",
"β2"
],
[
"11",
"T10",
"Tony Manero",
"United States",
"71",
"β1"
],
[
"12",
"T10",
"Leo Diegel",
"United States",
"71",
"β1"
],
[
"13",
"T10",
"Willie Klein",
"United States",
"71",
"β1"
],
[
"14",
"T10",
"Mike Turnesa",
"United States",
"71",
"β1"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(H1),SUMX(F1),SUMX(C1)),FILTER(query1,(CHOOSECOLS(query1,2)<2)*(CHOOSECOLS(query1,3)>42.75)*(CHOOSECOLS(query1,4)>4)))",
"Formula2": "LET(query1,SUMMARIZE(A2:A9,SUMX(H2:H9),SUMX(F2:F9),SUMX(C2:C9)),FILTER(query1,(CHOOSECOLS(query1,2)<2)*(CHOOSECOLS(query1,3)>42.75)*(CHOOSECOLS(query1,4)>4)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Which player has less than 2 in the 100s category, more than 4 matches, and an average greater than 42.75?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"H1",
"SUMX(",
"F1",
"SUMX(",
"C1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"2",
"*",
"CHOOSECOLS(",
"query1",
"3",
">",
"42.75",
"*",
"CHOOSECOLS(",
"query1",
"4",
">",
"4"
]
},
{
"Formula": "SUM(FILTER(C1, H1<0))",
"Formula2": "SUM(FILTER(C2:C9, H2:H9<0))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many matches have a 100s category less than 0?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"H1",
"<",
"0"
]
},
{
"Formula": "AVERAGE(FILTER(D1, H1>3))",
"Formula2": "AVERAGE(FILTER(D2:D9, H2:H9>3))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the average number of innings with more than 3 in the 100s category?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"H1",
">",
"3"
]
},
{
"Formula": "MAX(FILTER(D1, (E1<342)*(C1>4)))",
"Formula2": "MAX(FILTER(D2:D9, (E2:E9<342)*(C2:C9>4)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the largest number of innings with less than 342 runs and more than 4 matches?",
"Tokens": [
"MAX(",
"FILTER(",
"D1",
"E1",
"<",
"342",
"*",
"C1",
">",
"4"
]
},
{
"Formula": "AVERAGE(FILTER(H1, G1=196))",
"Formula2": "AVERAGE(FILTER(H2:H9, G2:G9=196))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the average value in the 100s category when the high score is 196?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"H1",
"G1",
"=",
"196"
]
}
] | test_2-16570286-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Player",
"Team",
"Matches",
"Innings",
"Runs",
"Average",
"Highest Score",
"100s"
],
[
"2",
"Arthur Morris",
"Australia",
"5",
"9",
"696",
"87.00",
"196",
"3"
],
[
"3",
"Denis Compton",
"England",
"5",
"10",
"562",
"62.44",
"184",
"2"
],
[
"4",
"Donald Bradman",
"Australia",
"5",
"9",
"508",
"72.57",
"173*",
"2"
],
[
"5",
"Cyril Washbrook",
"England",
"4",
"8",
"356",
"50.85",
"143",
"1"
],
[
"6",
"Len Hutton",
"England",
"4",
"8",
"342",
"42.75",
"81",
"0"
],
[
"7",
"Sid Barnes",
"Australia",
"4",
"6",
"329",
"82.25",
"141",
"1"
],
[
"8",
"Bill Edrich",
"England",
"5",
"10",
"342",
"31.90",
"111",
"1"
],
[
"9",
"Lindsay Hassett",
"Australia",
"5",
"8",
"310",
"44.28",
"137",
"1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"George Spenton-Foster\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,E2:E12=\"George Spenton-Foster\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the airdate when the director is george spenton-foster",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"George Spenton-Foster\"",
"6"
]
},
{
"Formula": "MAXIFS(A1,D1,\"Leon Griffiths\")",
"Formula2": "MAXIFS(A2:A12,D2:D12,\"Leon Griffiths\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the msot episode that was adapted by leon griffiths",
"Tokens": [
"MAXIFS(",
"A1",
"D1",
"\"Leon Griffiths\""
]
},
{
"Formula": "SUMIFS(A1,C1,\"Alan Nourse\")",
"Formula2": "SUMIFS(A2:A12,C2:C12,\"Alan Nourse\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the number of episodes for alan nourse",
"Tokens": [
"SUMIFS(",
"A1",
"C1",
"\"Alan Nourse\""
]
}
] | test_1-15739098-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Episode",
"Title",
"Story",
"Adapted by",
"Director",
"Airdate",
"Exists?"
],
[
"2",
"101",
"βNo Place Like Earthβ",
"John Wyndham",
"Stanley Miller",
"Peter Potter",
"4 October 1965",
"Yes"
],
[
"3",
"102",
"β The Counterfeit Man β",
"Alan Nourse",
"Philip Broadley",
"George Spenton-Foster",
"11 October 1965",
"Yes"
],
[
"4",
"103",
"βStranger in the Familyβ",
"David Campton",
"n/a",
"Alan Bridges",
"18 October 1965",
"Yes"
],
[
"5",
"104",
"β The Dead Past β",
"Isaac Asimov",
"Jeremy Paul",
"John Gorrie",
"25 October 1965",
"Yes"
],
[
"6",
"105",
"β Time in Advance β",
"William Tenn",
"Paul Erickson",
"Peter Sasdy",
"1 November 1965",
"Yes"
],
[
"7",
"106",
"βCome Buttercup, Come Daisy, Come...?β",
"Mike Watts",
"n/a",
"Paddy Russell",
"8 November 1965",
"Yes"
],
[
"8",
"107",
"β Sucker Bait β",
"Isaac Asimov",
"Meade Roberts",
"Naomi Capon",
"15 November 1965",
"Yes"
],
[
"9",
"108",
"βThe Fox and the Forestβ",
"Ray Bradbury",
"Terry Nation",
"Robin Midgeley",
"22 November 1965",
"No"
],
[
"10",
"109",
"βAndover and the Androidβ",
"Kate Wilhelm",
"Bruce Stewart",
"Alan Cooke",
"29 November 1965",
"No"
],
[
"11",
"110",
"βSome Lapse of Timeβ",
"John Brunner",
"Leon Griffiths",
"Ray Jenkins",
"6 December 1965",
"Yes"
],
[
"12",
"111",
"βThirteen to Centaurusβ",
"J. G. Ballard",
"Stanley Miller",
"Peter Potter",
"13 December 1965",
"Yes"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(C1, B1=\"Charles R. Crisp\")))",
"Formula2": "ROWS(UNIQUE(FILTER(C2:C12, B2:B12=\"Charles R. Crisp\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many parties were represented for Charles R. Crisp?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"C1",
"B1",
"=",
"\"Charles R. Crisp\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=1916),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,D2:D12=1916),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "In what district was the representative first elected in 1916?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"1916",
"1"
]
}
] | train_1-1342370-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"Georgia 1",
"Charles Gordon Edwards",
"Democratic",
"1924",
"Re-elected",
"Charles Gordon Edwards (D) Unopposed"
],
[
"3",
"Georgia 2",
"Edward E. Cox",
"Democratic",
"1924",
"Re-elected",
"Edward E. Cox (D) Unopposed"
],
[
"4",
"Georgia 3",
"Charles R. Crisp",
"Democratic",
"1912",
"Re-elected",
"Charles R. Crisp (D) Unopposed"
],
[
"5",
"Georgia 4",
"William C. Wright",
"Democratic",
"1918",
"Re-elected",
"William C. Wright (D) Unopposed"
],
[
"6",
"Georgia 5",
"Leslie Jasper Steele",
"Democratic",
"1926",
"Re-elected",
"Leslie Jasper Steele (D) Unopposed"
],
[
"7",
"Georgia 6",
"Samuel Rutherford",
"Democratic",
"1924",
"Re-elected",
"Samuel Rutherford (D) Unopposed"
],
[
"8",
"Georgia 7",
"Malcolm C. Tarver",
"Democratic",
"1926",
"Re-elected",
"Malcolm C. Tarver (D) Unopposed"
],
[
"9",
"Georgia 8",
"Charles H. Brand",
"Democratic",
"1916",
"Re-elected",
"Charles H. Brand (D) Unopposed"
],
[
"10",
"Georgia 9",
"Thomas Montgomery Bell",
"Democratic",
"1904",
"Re-elected",
"Thomas Montgomery Bell (D) Unopposed"
],
[
"11",
"Georgia 10",
"Carl Vinson",
"Democratic",
"1914",
"Re-elected",
"Carl Vinson (D) Unopposed"
],
[
"12",
"Georgia 11",
"William C. Lankford",
"Democratic",
"1918",
"Re-elected",
"William C. Lankford (D) Unopposed"
]
] |
[
{
"Formula": "SUM(FILTER(C1, (A1=10)*(D1=\"ed tomlin\")))",
"Formula2": "SUM(FILTER(C2:C18, (A2:A18=10)*(D2:D18=\"ed tomlin\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "In Round 10, what was the Overall for Ed Tomlin?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"A1",
"=",
"10",
"*",
"D1",
"=",
"\"ed tomlin\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1),SUMX(B1),SUMX(C1)),FILTER(query1,(CHOOSECOLS(query1,2)<5)*(CHOOSECOLS(query1,3)=23)*(CHOOSECOLS(query1,4)=23)))",
"Formula2": "LET(query1,SUMMARIZE(E2:E18,SUMX(A2:A18),SUMX(B2:B18),SUMX(C2:C18)),FILTER(query1,(CHOOSECOLS(query1,2)<5)*(CHOOSECOLS(query1,3)=23)*(CHOOSECOLS(query1,4)=23)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What was the Position of Pick #23 in a Round less than 5 with 23 Overall?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"A1",
"SUMX(",
"B1",
"SUMX(",
"C1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"5",
"*",
"CHOOSECOLS(",
"query1",
"3",
"=",
"23",
"*",
"CHOOSECOLS(",
"query1",
"4",
"=",
"23"
]
},
{
"Formula": "AVERAGE(FILTER(B1, C1=296))",
"Formula2": "AVERAGE(FILTER(B2:B18, C2:C18=296))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What Average Pick # has an Overall of 296?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"B1",
"C1",
"=",
"296"
]
},
{
"Formula": "SUM(FILTER(B1, (C1>23)*(E1=\"guard\")*(A1=13)))",
"Formula2": "SUM(FILTER(B2:B18, (C2:C18>23)*(E2:E18=\"guard\")*(A2:A18=13)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "In Round 13, what was the Pick # of the Guard Position with an Overall greater than 23?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"C1",
">",
"23",
"*",
"E1",
"=",
"\"guard\"",
"*",
"A1",
"=",
"13"
]
},
{
"Formula": "SUM(FILTER(A1, (D1=\"jim duncan\")*(C1>107)))",
"Formula2": "SUM(FILTER(A2:A18, (D2:D18=\"jim duncan\")*(C2:C18>107)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "With an Overall larger than 107, in what Round was Jim Duncan picked?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"D1",
"=",
"\"jim duncan\"",
"*",
"C1",
">",
"107"
]
},
{
"Formula": "MAXIFS(B1,F1,\"maryland-eastern shore\")",
"Formula2": "MAXIFS(B2:B18,F2:F18,\"maryland-eastern shore\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the highest Pick # for the College of Maryland-Eastern Shore?",
"Tokens": [
"MAXIFS(",
"B1",
"F1",
"\"maryland-eastern shore\""
]
}
] | train_2-13312898-16 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Round",
"Pick #",
"Overall",
"Name",
"Position",
"College"
],
[
"2",
"1",
"23",
"23",
"John Williams",
"Offensive Tackle",
"Minnesota"
],
[
"3",
"2",
"23",
"50",
"Bob Grant",
"Linebacker",
"Wake Forest"
],
[
"4",
"3",
"23",
"78",
"Rich O'Hara",
"End",
"Northern Arizona"
],
[
"5",
"4",
"24",
"107",
"Jim Duncan",
"Defensive Back",
"Maryland-Eastern Shore"
],
[
"6",
"5",
"15",
"126",
"Paul Elzey",
"Linebacker",
"Toledo"
],
[
"7",
"7",
"24",
"188",
"Anthony Andrews",
"Halfback",
"Hampton Institute"
],
[
"8",
"8",
"24",
"216",
"Tommy Davis",
"Defensive Tackle",
"Tennessee A&I"
],
[
"9",
"9",
"23",
"242",
"Terry Cole",
"Fullback",
"Indiana"
],
[
"10",
"10",
"11",
"257",
"Ocie Austin",
"Defensive Back",
"Utah State"
],
[
"11",
"10",
"24",
"270",
"Ed Tomlin",
"Fullback",
"Hampton Institute"
],
[
"12",
"11",
"23",
"296",
"Bill Pickens",
"Guard",
"Houston"
],
[
"13",
"12",
"24",
"324",
"James Jackson",
"Defensive Tackle",
"Jackson State"
],
[
"14",
"13",
"23",
"350",
"Howie Tennebar",
"Guard",
"Kent State"
],
[
"15",
"14",
"24",
"378",
"Charles Mitchell",
"Tight End",
"Alabama State"
],
[
"16",
"15",
"23",
"404",
"Jeff Beaver",
"Quarterback",
"North Carolina"
],
[
"17",
"16",
"24",
"432",
"Walt Blackledge",
"Flanker",
"San Jose State"
],
[
"18",
"17",
"23",
"458",
"Roy Pederson",
"Guard",
"Northern Iowa"
]
] |
[
{
"Formula": "SUM(FILTER(D1, (A1=\"newtown & chilwell\")*(B1>11)))",
"Formula2": "SUM(FILTER(D2:D13, (A2:A13=\"newtown & chilwell\")*(B2:B13>11)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many Losses have a Geelong FL of newtown & chilwell, and more than 11 wins?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"A1",
"=",
"\"newtown & chilwell\"",
"*",
"B1",
">",
"11"
]
}
] | train_2-17982112-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Geelong FL",
"Wins",
"Byes",
"Losses",
"Draws",
"Against"
],
[
"2",
"Bell Park",
"16",
"0",
"2",
"0",
"1176"
],
[
"3",
"South Barwon",
"16",
"0",
"2",
"0",
"1149"
],
[
"4",
"St Josephs",
"15",
"0",
"3",
"0",
"1272"
],
[
"5",
"Newtown & Chilwell",
"11",
"0",
"7",
"0",
"1343"
],
[
"6",
"Colac",
"10",
"0",
"8",
"0",
"1564"
],
[
"7",
"St Marys",
"10",
"0",
"8",
"0",
"1628"
],
[
"8",
"Leopold",
"8",
"0",
"10",
"0",
"1576"
],
[
"9",
"North Shore",
"6",
"0",
"12",
"0",
"1625"
],
[
"10",
"Geelong West St Peters",
"5",
"0",
"13",
"0",
"1822"
],
[
"11",
"Lara",
"4",
"0",
"14",
"0",
"1984"
],
[
"12",
"Grovedale",
"4",
"0",
"14",
"0",
"2000"
],
[
"13",
"St Albans",
"3",
"0",
"15",
"0",
"1830"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"northern ireland\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,C2:C10=\"northern ireland\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When is Northern Ireland the opponent?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"northern ireland\"",
"1"
]
}
] | test_2-14305653-69 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"City",
"Opponent",
"ResultsΒΉ",
"Type of game"
],
[
"2",
"February 27",
"Δ°zmir , Turkey",
"Turkey",
"1:1",
"Friendly"
],
[
"3",
"March 27",
"Belgrade",
"Northern Ireland",
"4:1",
"Euro '92 Qualifier"
],
[
"4",
"May 1",
"Belgrade",
"Denmark",
"1:2",
"Euro '92 Qualifier"
],
[
"5",
"May 16",
"Belgrade",
"Faroe Islands",
"7:0",
"Euro '92 Qualifier"
],
[
"6",
"August 8",
"Aosta , Italy",
"Czechoslovakia",
"3:4 (pen.)",
"Friendly"
],
[
"7",
"September 4",
"Stockholm , Sweden",
"Sweden",
"3:4",
"Friendly"
],
[
"8",
"October 16",
"Landskrona , Sweden",
"Faroe Islands",
"2:0",
"Euro '92 Qualifier"
],
[
"9",
"October 30",
"Varginha , Brazil",
"Brazil",
"1:3",
"Friendly"
],
[
"10",
"November 13",
"Vienna , Austria",
"Austria",
"2:0",
"Euro '92 Qualifier"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"fk pirmasens\")*(C1=\"westfalia herne\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,(D2:D19=\"fk pirmasens\")*(C2:C19=\"westfalia herne\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was Berlin when fk pirmasens was SΓΌdwest and westfalia herne was west?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"fk pirmasens\"",
"*",
"C1",
"=",
"\"westfalia herne\"",
"5"
]
},
{
"Formula": "MIN(FILTER(A1, (C1=\"borussia dortmund\")*(E1=\"bfc viktoria 1889\")))",
"Formula2": "MIN(FILTER(A2:A19, (C2:C19=\"borussia dortmund\")*(E2:E19=\"bfc viktoria 1889\")))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the earliest year borussia dortmund was west and bfc viktoria 1889 was Berlin?",
"Tokens": [
"MIN(",
"FILTER(",
"A1",
"C1",
"=",
"\"borussia dortmund\"",
"*",
"E1",
"=",
"\"bfc viktoria 1889\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"tennis borussia berlin\")*(A1=1952)),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,(E2:E19=\"tennis borussia berlin\")*(A2:A19=1952)),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the Nord in 1952, when tennis borussia berlin was Berlin?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"tennis borussia berlin\"",
"*",
"A1",
"=",
"1952",
"2"
]
}
] | train_2-1706208-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Nord",
"West",
"SΓΌdwest",
"Berlin"
],
[
"2",
"1946",
"β",
"β",
"1. FC SaarbrΓΌcken",
"SG Wilmersdorf"
],
[
"3",
"1947",
"β",
"β",
"1. FC Kaiserslautern",
"SG Charlottenburg"
],
[
"4",
"1948",
"Hamburger SV",
"Borussia Dortmund",
"1. FC Kaiserslautern",
"Union OberschΓΆneweide"
],
[
"5",
"1949",
"Hamburger SV",
"Borussia Dortmund",
"1. FC Kaiserslautern",
"Berliner SV 92"
],
[
"6",
"1950",
"Hamburger SV",
"Borussia Dortmund",
"1. FC Kaiserslautern",
"Tennis Borussia Berlin"
],
[
"7",
"1951",
"Hamburger SV",
"FC Schalke 04",
"1. FC Kaiserslautern",
"Tennis Borussia Berlin"
],
[
"8",
"1952",
"Hamburger SV",
"Rot-Weiss Essen",
"1. FC SaarbrΓΌcken",
"Tennis Borussia Berlin"
],
[
"9",
"1953",
"Hamburger SV",
"Borussia Dortmund",
"1. FC Kaiserslautern",
"SC Union 06 Berlin"
],
[
"10",
"1954",
"Hannover 96",
"1. FC KΓΆln",
"1. FC Kaiserslautern",
"Berliner SV 92"
],
[
"11",
"1955",
"Hamburger SV",
"Rot-Weiss Essen",
"1. FC Kaiserslautern",
"BFC Viktoria 1889"
],
[
"12",
"1956",
"Hamburger SV",
"Borussia Dortmund",
"1. FC Kaiserslautern",
"BFC Viktoria 1889"
],
[
"13",
"1957",
"Hamburger SV",
"Borussia Dortmund",
"1. FC Kaiserslautern",
"Hertha BSC"
],
[
"14",
"1958",
"Hamburger SV",
"FC Schalke 04",
"FK Pirmasens",
"Tennis Borussia Berlin"
],
[
"15",
"1959",
"Hamburger SV",
"Westfalia Herne",
"FK Pirmasens",
"SC Tasmania 1900 Berlin"
],
[
"16",
"1960",
"Hamburger SV",
"1. FC KΓΆln",
"FK Pirmasens",
"SC Tasmania 1900 Berlin"
],
[
"17",
"1961",
"Hamburger SV",
"1. FC KΓΆln",
"1. FC SaarbrΓΌcken",
"Hertha BSC"
],
[
"18",
"1962",
"Hamburger SV",
"1. FC KΓΆln",
"Borussia Neunkirchen",
"SC Tasmania 1900 Berlin"
],
[
"19",
"1963",
"Hamburger SV",
"1. FC KΓΆln",
"1. FC Kaiserslautern",
"Hertha BSC"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"ny islanders\")*(B1=\"montreal\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,(D2:D15=\"ny islanders\")*(B2:B15=\"montreal\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the score when the home is ny islanders and the visitor is montreal",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"ny islanders\"",
"*",
"B1",
"=",
"\"montreal\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(E1=\"dipietro\")*(B1=\"philadelphia\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,(E2:E15=\"dipietro\")*(B2:B15=\"philadelphia\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the score when the decision is dipietro and the visitor is philadelphia",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"dipietro\"",
"*",
"B1",
"=",
"\"philadelphia\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(E1=\"dipietro\")*(B1=\"ny islanders\")*(D1=\"colorado\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,(E2:E15=\"dipietro\")*(B2:B15=\"ny islanders\")*(D2:D15=\"colorado\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the score when it had a decision of dipietro and visitor of ny islanders with home of colorado",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"dipietro\"",
"*",
"B1",
"=",
"\"ny islanders\"",
"*",
"D1",
"=",
"\"colorado\"",
"3"
]
},
{
"Formula": "MINIFS(F1,B1,\"carolina\")",
"Formula2": "MINIFS(F2:F15,B2:B15,\"carolina\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the least attendance with carolina visitor",
"Tokens": [
"MINIFS(",
"F1",
"B1",
"\"carolina\""
]
}
] | train_2-11902440-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Visitor",
"Score",
"Home",
"Decision",
"Attendance",
"Record"
],
[
"2",
"January 3",
"Florida",
"4 β 3",
"NY Islanders",
"DiPietro",
"11,428",
"20β16β3"
],
[
"3",
"January 5",
"NY Islanders",
"1 β 2",
"Colorado",
"DiPietro",
"17,154",
"20β16β4"
],
[
"4",
"January 7",
"NY Islanders",
"0 β 4",
"Edmonton",
"DiPietro",
"16,839",
"20β17β4"
],
[
"5",
"January 8",
"NY Islanders",
"2 β 3",
"Vancouver",
"DiPietro",
"18,630",
"20β17β5"
],
[
"6",
"January 11",
"NY Islanders",
"5 β 4",
"Calgary",
"DiPietro",
"19,289",
"21β17β5"
],
[
"7",
"January 13",
"NY Islanders",
"3 β 1",
"Ottawa",
"DiPietro",
"19,804",
"22β17β5"
],
[
"8",
"January 15",
"Montreal",
"3 β 1",
"NY Islanders",
"DiPietro",
"11,439",
"22β18β5"
],
[
"9",
"January 16",
"NY Islanders",
"3 β 1",
"New Jersey",
"DiPietro",
"15,975",
"23β18β5"
],
[
"10",
"January 19",
"Philadelphia",
"5 β 3",
"NY Islanders",
"DiPietro",
"16,234",
"23β19β5"
],
[
"11",
"January 21",
"Carolina",
"3 β 2",
"NY Islanders",
"DiPietro",
"16,234",
"23β19β6"
],
[
"12",
"January 22",
"NY Islanders",
"6 β 3",
"Carolina",
"Dubielewicz",
"15,675",
"24β19β6"
],
[
"13",
"January 24",
"NY Islanders",
"1 β 4",
"Boston",
"DiPietro",
"13,461",
"24β20β6"
],
[
"14",
"January 29",
"Ottawa",
"5 β 2",
"NY Islanders",
"DiPietro",
"9,546",
"24β21β6"
],
[
"15",
"January 31",
"Los Angeles",
"3 β 1",
"NY Islanders",
"Dubielewicz",
"10,148",
"24β22β6"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"af giles\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"af giles\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What date did af giles play?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"af giles\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"hh dippenaar\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"hh dippenaar\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "How many catches does hh dippenaar have?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"hh dippenaar\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"12-02-2003\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,E2:E10=\"12-02-2003\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What player has a date of 12-02-2003?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"12-02-2003\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"sri lanka\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,C2:C10=\"sri lanka\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who had a versus of sri lanka?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"sri lanka\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"19-02-2003\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,E2:E10=\"19-02-2003\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who had a date of 19-02-2003?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"19-02-2003\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"source: cricinfo.com\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,C2:C10=\"source: cricinfo.com\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What date had a versus of source: cricinfo.com?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"source: cricinfo.com\"",
"5"
]
}
] | train_2-11611293-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Catches",
"Player",
"Versus",
"Venue",
"Date"
],
[
"2",
"4",
"M Kaif",
"Sri Lanka",
"Johannesburg",
"10-03-2003"
],
[
"3",
"3",
"V Sehwag",
"Netherlands",
"Paarl",
"12-02-2003"
],
[
"4",
"3",
"LJ Burger",
"England",
"Port Elizabeth",
"19-02-2003"
],
[
"5",
"3",
"JP Maher",
"Netherlands",
"Potchefstroom",
"20-02-2003"
],
[
"6",
"3",
"HH Dippenaar",
"Bangladesh",
"Bloemfontein",
"22-02-2003"
],
[
"7",
"3",
"D Mongia",
"Namibia",
"Pietermaritzburg",
"23-02-2003"
],
[
"8",
"3",
"V Sehwag",
"England",
"Durban",
"26-02-2003"
],
[
"9",
"3",
"AF Giles",
"Australia",
"Port Elizabeth",
"02-03-2003"
],
[
"10",
"Source: Cricinfo.com",
"Source: Cricinfo.com",
"Source: Cricinfo.com",
"Source: Cricinfo.com",
"Source: Cricinfo.com"
]
] |
[
{
"Formula": "MIN(FILTER(A1, (F1<32012)*(E1=\"city stadium\")*(C1=\"pittsburgh steelers\")))",
"Formula2": "MIN(FILTER(A2:A13, (F2:F13<32012)*(E2:E13=\"city stadium\")*(C2:C13=\"pittsburgh steelers\")))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the earliest week with a game against the Pittsburgh Steelers at City Stadium attended by less than 32,012?",
"Tokens": [
"MIN(",
"FILTER(",
"A1",
"F1",
"<",
"32012",
"*",
"E1",
"=",
"\"city stadium\"",
"*",
"C1",
"=",
"\"pittsburgh steelers\""
]
}
] | test_2-14876853-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Venue",
"Attendance"
],
[
"2",
"1",
"September 26, 1954",
"Pittsburgh Steelers",
"L 21-20",
"City Stadium",
"20,675"
],
[
"3",
"2",
"October 3, 1954",
"Chicago Bears",
"L 10-3",
"City Stadium",
"24,414"
],
[
"4",
"3",
"October 10, 1954",
"San Francisco 49ers",
"L 23-17",
"Milwaukee County Stadium",
"15,571"
],
[
"5",
"4",
"October 17, 1954",
"Los Angeles Rams",
"W 35-17",
"Milwaukee County Stadium",
"17,455"
],
[
"6",
"5",
"October 24, 1954",
"at Baltimore Colts",
"W 7-6",
"Memorial Stadium",
"28,680"
],
[
"7",
"6",
"October 30, 1954",
"at Philadelphia Eagles",
"W 37-14",
"Connie Mack Stadium",
"25,378"
],
[
"8",
"7",
"November 7, 1954",
"at Chicago Bears",
"L 28-23",
"Wrigley Field",
"47,038"
],
[
"9",
"8",
"November 13, 1954",
"Baltimore Colts",
"W 24-13",
"Milwaukee County Stadium",
"19,786"
],
[
"10",
"9",
"November 21, 1954",
"Detroit Lions",
"L 21-17",
"City Stadium",
"20,767"
],
[
"11",
"10",
"November 25, 1954",
"at Detroit Lions",
"L 28-24",
"Briggs Stadium",
"55,532"
],
[
"12",
"11",
"December 5, 1954",
"at San Francisco 49ers",
"L 35-0",
"Kezar Stadium",
"32,012"
],
[
"13",
"12",
"December 12, 1954",
"at Los Angeles Rams",
"L 35-27",
"Los Angeles Memorial Coliseum",
"38,839"
]
] |
[
{
"Formula": "SUM(FILTER(C1, (G1=45)*(F1<65)))",
"Formula2": "SUM(FILTER(C2:C19, (G2:G19=45)*(F2:F19<65)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How much Played has Goals Against of 45, and Goals For smaller than 65?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"G1",
"=",
"45",
"*",
"F1",
"<",
"65"
]
},
{
"Formula": "SUM(FILTER(G1, A1=4))",
"Formula2": "SUM(FILTER(G2:G19, A2:A19=4))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many Goals Against have a Position of 4?",
"Tokens": [
"SUM(",
"FILTER(",
"G1",
"A1",
"=",
"4"
]
}
] | train_2-17718005-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Position",
"Team",
"Played",
"Drawn",
"Lost",
"Goals For",
"Goals Against",
"Goal Difference",
"Points 1"
],
[
"2",
"1",
"Fleetwood Town",
"34",
"8",
"2",
"73",
"24",
"+49",
"56"
],
[
"3",
"2",
"Eastwood Hanley",
"34",
"6",
"7",
"69",
"35",
"+34",
"48"
],
[
"4",
"3",
"Irlam Town",
"34",
"8",
"7",
"67",
"41",
"+26",
"46"
],
[
"5",
"4",
"Warrington Town",
"34",
"7",
"9",
"65",
"45",
"+20",
"43"
],
[
"6",
"5",
"Droylsden",
"34",
"5",
"10",
"59",
"42",
"+17",
"43"
],
[
"7",
"6",
"Colne Dynamoes",
"34",
"9",
"9",
"55",
"37",
"+18",
"41"
],
[
"8",
"7",
"Ellesmere Port & Neston",
"34",
"10",
"12",
"49",
"38",
"+11",
"34"
],
[
"9",
"8",
"Chadderton",
"34",
"6",
"14",
"56",
"46",
"+10",
"34"
],
[
"10",
"9",
"Atherton Laburnum Rovers",
"34",
"11",
"12",
"37",
"41",
"β4",
"33"
],
[
"11",
"10",
"Wren Rovers",
"34",
"10",
"13",
"45",
"47",
"β2",
"33"
],
[
"12",
"11",
"Skelmersdale United",
"34",
"6",
"15",
"60",
"63",
"β3",
"32"
],
[
"13",
"12",
"Ford Motors",
"34",
"9",
"16",
"38",
"53",
"β15",
"27"
],
[
"14",
"13",
"Prescot BI",
"34",
"9",
"16",
"50",
"66",
"β16",
"27"
],
[
"15",
"14",
"Lytham",
"34",
"3",
"18",
"56",
"81",
"β25",
"27 2"
],
[
"16",
"15",
"Rossendale United",
"34",
"6",
"18",
"53",
"84",
"β31",
"26"
],
[
"17",
"16",
"Great Harwood Town",
"34",
"12",
"17",
"36",
"60",
"β24",
"22"
],
[
"18",
"17",
"Salford",
"34",
"11",
"18",
"24",
"60",
"β36",
"21"
],
[
"19",
"18",
"Nantwich Town",
"34",
"2",
"24",
"44",
"73",
"β29",
"18"
]
] |
[
{
"Formula": "MAX(B1)",
"Formula2": "MAX(B2:B13)",
"Funcs": [
"MAX(",
"Cell"
],
"Level": "easy",
"Question": "What is the latest year?",
"Tokens": [
"MAX(",
"B1"
]
}
] | test_1-2199290-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Outcome",
"Year",
"Championship",
"Surface",
"Partner",
"Opponents in the final",
"Score in the final"
],
[
"2",
"Runner-up",
"1994",
"French Open",
"Clay",
"Lindsay Davenport",
"Gigi FernΓ‘ndez Natasha Zvereva",
"6β2, 6β2"
],
[
"3",
"Runner-up",
"1997",
"Australian Open",
"Hard",
"Lindsay Davenport",
"Martina Hingis Natasha Zvereva",
"6β2, 6β2"
],
[
"4",
"Runner-up",
"1997",
"French Open",
"Clay",
"Mary Joe FernΓ‘ndez",
"Gigi FernΓ‘ndez Natasha Zvereva",
"6β2, 6β3"
],
[
"5",
"Winner",
"2000",
"Australian Open",
"Hard",
"Rennae Stubbs",
"Martina Hingis Mary Pierce",
"6β4, 5β7, 6β4"
],
[
"6",
"Winner",
"2001",
"Wimbledon",
"Grass",
"Rennae Stubbs",
"Kim Clijsters Ai Sugiyama",
"6β4, 6β3"
],
[
"7",
"Winner",
"2001",
"US Open",
"Hard",
"Rennae Stubbs",
"Kimberly Po Nathalie Tauziat",
"6β2, 5β7, 7β5"
],
[
"8",
"Runner-up",
"2002",
"French Open",
"Clay",
"Rennae Stubbs",
"Virginia Ruano Pascual Paola SuΓ‘rez",
"6β4, 6β2"
],
[
"9",
"Winner",
"2005",
"US Open",
"Hard",
"Samantha Stosur",
"Elena Dementieva Flavia Pennetta",
"6β2, 5β7, 6β3"
],
[
"10",
"Runner-up",
"2006",
"Australian Open",
"Hard",
"Samantha Stosur",
"Zi Yan Jie Zheng",
"2β6, 7β6(7), 6β3"
],
[
"11",
"Winner",
"2006",
"French Open",
"Clay",
"Samantha Stosur",
"Daniela HantuchovΓ‘ Ai Sugiyama",
"6β3, 6β2"
],
[
"12",
"Runner-up",
"2008",
"Wimbledon",
"Grass",
"Samantha Stosur",
"Serena Williams Venus Williams",
"6β2, 6β2"
],
[
"13",
"Runner-up",
"2008",
"US Open",
"Hard",
"Samantha Stosur",
"Cara Black Liezel Huber",
"6β3, 7β6(6)"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"american conference semifinals\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"american conference semifinals\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the year for american conference semifinals",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"american conference semifinals\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"quarterfinals\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"quarterfinals\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the total number of years for quarterfinals",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"quarterfinals\"",
"1"
]
}
] | train_2-1428018-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Record",
"Regular Season Finish",
"Playoffs",
"Avg Attend."
],
[
"2",
"1975",
"16β6",
"1st, Eastern Division",
"NASL Champions",
"10,728"
],
[
"3",
"1976",
"18β6",
"1st, Eastern Division, Atlantic Conference",
"Atlantic Conference Championship",
"16,452"
],
[
"4",
"1977",
"14β12",
"3rd, Eastern Division, Atlantic Conference",
"Divisional Playoffs",
"19,491"
],
[
"5",
"1978",
"18β12",
"1st, Eastern Division, American Conference",
"Runners-up",
"18,123"
],
[
"6",
"1979",
"19β11",
"1st, Eastern Division, American Conference",
"Runners-up",
"27,650"
],
[
"7",
"1980",
"19β13",
"1st, Eastern Division, American Conference",
"American Conference Semifinals",
"28,345"
],
[
"8",
"1981",
"15β17",
"4th, Southern Division",
"Quarterfinals",
"22,299"
],
[
"9",
"1982",
"12β20",
"3rd, Southern Division",
"Did Not Qualify",
"22,532"
],
[
"10",
"1983",
"7β23",
"3rd, Southern Division",
"Did Not Qualify",
"18,507"
],
[
"11",
"1984",
"9β15",
"4th, Eastern Division",
"Did Not Qualify",
"10,932"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,A1=1953),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>162))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F8,A2:A8=1953),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>162))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What was the qualification with more than 162 laps in 1953?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"1953",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"162"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=585))",
"Formula2": "LET(query1,SUMMARIZE(C2:C8,SUMX(F2:F8)),FILTER(query1,CHOOSECOLS(query1,2)=585))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What was the qualification with more than 585 laps?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"585"
]
},
{
"Formula": "SUM(FILTER(F1, C1=136.168))",
"Formula2": "SUM(FILTER(F2:F8, C2:C8=136.168))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many laps had a qualification of 136.168?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"C1",
"=",
"136.168"
]
}
] | train_2-1252151-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Start",
"Qual",
"Rank",
"Finish",
"Laps"
],
[
"2",
"1948",
"30",
"125.545",
"12",
"27",
"27"
],
[
"3",
"1949",
"26",
"127.002",
"26",
"33",
"0"
],
[
"4",
"1950",
"14",
"129.748",
"26",
"20",
"126"
],
[
"5",
"1952",
"29",
"135.962",
"11",
"22",
"162"
],
[
"6",
"1953",
"18",
"136.168",
"17",
"19",
"166"
],
[
"7",
"1954",
"29",
"137.979",
"26",
"30",
"104"
],
[
"8",
"Totals",
"Totals",
"Totals",
"Totals",
"Totals",
"585"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(B1, D1=27.17)))",
"Formula2": "ROWS(UNIQUE(FILTER(B2:B14, D2:D14=27.17)))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "medium",
"Question": "how many shire in the land of area in km 2 is 27.17",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"B1",
"D1",
"=",
"27.17"
]
}
] | test_1-17251764-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Municipality",
"Shire",
"Population",
"Area in km 2",
"Density in inhab\\km 2",
"Distance to San Sebastians city centre in km"
],
[
"2",
"Donostia-San Sebastian",
"Donostialdea",
"183308",
"60.89",
"3,006.9",
"0"
],
[
"3",
"Irun",
"Bidasoa-Txingudi",
"60261",
"42.40",
"1,421.25",
"16.5"
],
[
"4",
"Errenteria",
"Donostialdea",
"38336",
"32.26",
"1,188.34",
"6.8"
],
[
"5",
"Hernani",
"Donostialdea",
"19138",
"39.82",
"480.61",
"6"
],
[
"6",
"Lasarte-Oria",
"Donostialdea",
"17647",
"6.01",
"2,936.27",
"6.5"
],
[
"7",
"Pasaia",
"Donostialdea",
"16091",
"11.34",
"1,418.96",
"4"
],
[
"8",
"Hondarribia",
"Bidasoa-Txingudi",
"16073",
"28.63",
"561.4",
"17.5"
],
[
"9",
"Andoain",
"Donostialdea",
"14215",
"27.17",
"523.19",
"11.5"
],
[
"10",
"Hendaye",
"Arrondissement of Bayonne ( France )",
"12596",
"8",
"1,574.5",
"18"
],
[
"11",
"Oiartzun",
"Donostialdea",
"9806",
"59.71",
"164.23",
"10.5"
],
[
"12",
"Urnieta",
"Donostialdea",
"5998",
"22.4",
"267.77",
"8"
],
[
"13",
"Lezo",
"Donostialdea",
"5912",
"8.59",
"688.24",
"10.5"
],
[
"14",
"Usurbil",
"Donostialdea",
"5718",
"25.64",
"223.01",
"7.6"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"1998/99\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,A2:A11=\"1998/99\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "in the year 1998/99 what was the league",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"1998/99\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"1995/96\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,A2:A11=\"1995/96\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "in the year 1995/96 what was the reg. season",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"1995/96\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Semifinals\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,D2:D11=\"Semifinals\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "in what playoffs the league was in the semifinals",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"Semifinals\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Champions\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,D2:D11=\"Champions\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what was the year where in the playoffs was champions",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"Champions\"",
"1"
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=3416))",
"Formula2": "LET(query1,SUMMARIZE(D2:D11,SUMX(F2:F11)),FILTER(query1,CHOOSECOLS(query1,2)=3416))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "what where the playoffs where the avg attendance of the team was 3416",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"3416"
]
}
] | train_1-1908049-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"League",
"Reg. Season",
"Playoffs",
"Owner(s)",
"Avg. Attendance"
],
[
"2",
"1990/91",
"NPSL",
"3rd, American",
"Semifinals",
"N/A",
"4031"
],
[
"3",
"1991/92",
"NPSL",
"3rd, American",
"Champions",
"N/A",
"3416"
],
[
"4",
"1992/93",
"NPSL",
"6th, American",
"Did not qualify",
"Michael & Marian llitch",
"3369"
],
[
"5",
"1993/94",
"NPSL",
"2nd, National",
"2nd Round",
"Michael & Marian llitch",
"5201"
],
[
"6",
"1994/95",
"NPSL",
"4th, National",
"1st Round",
"Michael & Marian llitch",
"4331"
],
[
"7",
"1995/96",
"NPSL",
"5th, National",
"Did not qualify",
"Michael & Marian llitch",
"4526"
],
[
"8",
"1996/97",
"NPSL",
"3rd, National North",
"Did not qualify",
"N/A",
"5101"
],
[
"9",
"1997/98",
"NPSL",
"4th, National North",
"Did not qualify",
"N/A",
"5408"
],
[
"10",
"1998/99",
"NPSL",
"3rd, National North",
"Did not qualify",
"N/A",
"5458"
],
[
"11",
"1999/00",
"NPSL",
"3rd, National North",
"Did not qualify",
"N/A",
"4098"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"timarni\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"timarni\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which constituency number has a name of Timarni?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"timarni\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=132),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=132),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the reserved for value for constituency number 132?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"132",
"3"
]
}
] | test_2-18516512-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Constituency number",
"Name",
"Reserved for ( SC / ST /None)",
"District",
"Number of electorates (2009)"
],
[
"2",
"129",
"Multai",
"None",
"Betul",
"169,223"
],
[
"3",
"130",
"Amla",
"SC",
"Betul",
"165,178"
],
[
"4",
"131",
"Betul",
"None",
"Betul",
"169,514"
],
[
"5",
"132",
"Ghoradongri",
"ST",
"Betul",
"168,977"
],
[
"6",
"133",
"Bhainsdehi",
"ST",
"Betul",
"174,479"
],
[
"7",
"134",
"Timarni",
"ST",
"Harda",
"126,778"
],
[
"8",
"135",
"Harda",
"None",
"Harda",
"162,674"
],
[
"9",
"176",
"Harsud",
"ST",
"Khandwa",
"148,800"
],
[
"10",
"Total:",
"Total:",
"Total:",
"Total:",
"1,285,623"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,E1=\"mcg\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>15500))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G7,E2:E7=\"mcg\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>15500))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Who is the away team at the game at MCG with the crowd is larger than 15,500?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"mcg\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"15500"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"fitzroy\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"fitzroy\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the score for Fitzroy when they are the home team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"fitzroy\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"arden street oval\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"arden street oval\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the date of the game at Arden Street Oval?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"arden street oval\"",
"7"
]
},
{
"Formula": "MINIFS(F1,A1,\"melbourne\")",
"Formula2": "MINIFS(F2:F7,A2:A7,\"melbourne\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the smallest crowd for a game when Melbourne is the home team?",
"Tokens": [
"MINIFS(",
"F1",
"A1",
"\"melbourne\""
]
}
] | train_2-10767641-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"North Melbourne",
"14.15 (99)",
"St Kilda",
"10.11 (71)",
"Arden Street Oval",
"12,000",
"31 May 1930"
],
[
"3",
"Hawthorn",
"8.11 (59)",
"Richmond",
"11.11 (77)",
"Glenferrie Oval",
"18,000",
"31 May 1930"
],
[
"4",
"Melbourne",
"17.18 (120)",
"Footscray",
"9.8 (62)",
"MCG",
"16,975",
"31 May 1930"
],
[
"5",
"South Melbourne",
"6.15 (51)",
"Essendon",
"15.14 (104)",
"Lake Oval",
"18,000",
"31 May 1930"
],
[
"6",
"Fitzroy",
"10.11 (71)",
"Collingwood",
"9.12 (66)",
"Brunswick Street Oval",
"21,000",
"31 May 1930"
],
[
"7",
"Geelong",
"8.10 (58)",
"Carlton",
"10.6 (66)",
"Corio Oval",
"15,500",
"31 May 1930"
]
] |
[
{
"Formula": "FILTER(C1,A1=\"Maryland 6th\")",
"Formula2": "FILTER(C2:C11,A2:A11=\"Maryland 6th\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the reason for change when maryland 6th is the district? ",
"Tokens": [
"FILTER(",
"C1",
"A1",
"=",
"\"Maryland 6th\""
]
},
{
"Formula": "FILTER(B1,A1=\"South Carolina 4th\")",
"Formula2": "FILTER(B2:B11,A2:A11=\"South Carolina 4th\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who is the vacator when south carolina 4th is the district?",
"Tokens": [
"FILTER(",
"B1",
"A1",
"=",
"\"South Carolina 4th\""
]
},
{
"Formula": "FILTER(D1,A1=\"Florida Territory At-large\")",
"Formula2": "FILTER(D2:D11,A2:A11=\"Florida Territory At-large\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who is the successor when florida territory at-large is the district?",
"Tokens": [
"FILTER(",
"D1",
"A1",
"=",
"\"Florida Territory At-large\""
]
}
] | dev_1-225100-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"District",
"Vacator",
"Reason for change",
"Successor",
"Date successor seated"
],
[
"2",
"Kentucky 7th",
"George Robertson (DR)",
"resigned before Congress met",
"John S. Smith (DR)",
"Seated December 3, 1821"
],
[
"3",
"Kentucky 8th",
"Wingfield Bullock (DR)",
"Died October 13, 1821, before Congress met",
"James D. Breckinridge (DR)",
"Seated January 2, 1822"
],
[
"4",
"Maryland 6th",
"Jeremiah Cosden (DR)",
"Cosden's election was contested by Reed",
"Philip Reed (DR)",
"Seated March 19, 1822"
],
[
"5",
"Pennsylvania 14th",
"Henry Baldwin (DR)",
"Resigned on May 8, 1822",
"Walter Forward (DR)",
"Seated December 2, 1822"
],
[
"6",
"South Carolina 9th",
"James Blair (DR)",
"Resigned on May 8, 1822",
"John Carter (DR)",
"Seated December 11, 1822"
],
[
"7",
"South Carolina 2nd",
"William Lowndes (DR)",
"Resigned on May 8, 1822",
"James Hamilton, Jr. (DR)",
"Seated January 6, 1823"
],
[
"8",
"Pennsylvania 6th",
"Samuel Moore (DR)",
"Resigned on May 20, 1822",
"Samuel D. Ingham (DR)",
"Seated December 2, 1822"
],
[
"9",
"South Carolina 4th",
"James Overstreet (DR)",
"Died May 24, 1822",
"Andrew R. Govan (DR)",
"Seated December 4, 1822"
],
[
"10",
"Virginia 2nd",
"Thomas Van Swearingen (F)",
"Died on August 19, 1822",
"James Stephenson (F)",
"Seated December 2, 1822"
],
[
"11",
"Florida Territory At-large",
"Vacant",
"Florida Territory was organized on March 30, 1822",
"Joseph M. HernΓ‘ndez",
"Seated January 3, 1823"
]
] |
[
{
"Formula": "SUM(FILTER(D1, (B1>1)*(C1<3)*(A1<5)))",
"Formula2": "SUM(FILTER(D2:D13, (B2:B13>1)*(C2:C13<3)*(A2:A13<5)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Bronze has a Gold larger than 1, and a Silver smaller than 3, and a Rank smaller than 5?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"B1",
">",
"1",
"*",
"C1",
"<",
"3",
"*",
"A1",
"<",
"5"
]
},
{
"Formula": "SUM(FILTER(A1, (B1>1)*(D1=4)*(C1<1)))",
"Formula2": "SUM(FILTER(A2:A13, (B2:B13>1)*(D2:D13=4)*(C2:C13<1)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Rank has a Gold larger than 1, and a Bronze of 4, and a Silver smaller than 1?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"B1",
">",
"1",
"*",
"D1",
"=",
"4",
"*",
"C1",
"<",
"1"
]
},
{
"Formula": "SUM(FILTER(A1, (B1=3)*(D1=4)*(E1>8)))",
"Formula2": "SUM(FILTER(A2:A13, (B2:B13=3)*(D2:D13=4)*(E2:E13>8)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which Rank has a Gold of 3, and a Bronze of 4, and a Total larger than 8?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"B1",
"=",
"3",
"*",
"D1",
"=",
"4",
"*",
"E1",
">",
"8"
]
},
{
"Formula": "SUM(FILTER(E1, (A1<10)*(C1>3)*(B1>3)))",
"Formula2": "SUM(FILTER(E2:E13, (A2:A13<10)*(C2:C13>3)*(B2:B13>3)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How much Total has a Rank smaller than 10, and a Silver larger than 3, and a Gold larger than 3?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"A1",
"<",
"10",
"*",
"C1",
">",
"3",
"*",
"B1",
">",
"3"
]
},
{
"Formula": "SUM(FILTER(E1, (A1=9)*(C1<2)))",
"Formula2": "SUM(FILTER(E2:E13, (A2:A13=9)*(C2:C13<2)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Total has a Rank of 9, and a Silver smaller than 2?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"A1",
"=",
"9",
"*",
"C1",
"<",
"2"
]
}
] | train_2-17837875-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"5",
"3",
"3",
"11"
],
[
"3",
"2",
"3",
"6",
"5",
"14"
],
[
"4",
"3",
"3",
"4",
"5",
"12"
],
[
"5",
"4",
"3",
"1",
"4",
"8"
],
[
"6",
"5",
"3",
"0",
"0",
"3"
],
[
"7",
"6",
"2",
"3",
"2",
"7"
],
[
"8",
"7",
"1",
"4",
"2",
"7"
],
[
"9",
"8",
"1",
"2",
"1",
"4"
],
[
"10",
"9",
"1",
"2",
"0",
"3"
],
[
"11",
"10",
"0",
"2",
"1",
"3"
],
[
"12",
"11",
"0",
"0",
"2",
"2"
],
[
"13",
"12",
"0",
"0",
"1",
"1"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(F1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)<79))",
"Formula2": "LET(query1,SUMMARIZE(F2:F6,SUMX(A2:A6)),FILTER(query1,CHOOSECOLS(query1,2)<79))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "What is the record for a game lower than 79?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"F1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"79"
]
}
] | train_2-17360905-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Game",
"April",
"Opponent",
"Score",
"Decision",
"Record"
],
[
"2",
"78",
"2",
"@ Carolina Hurricanes",
"4 - 2",
"Lundqvist",
"40-29-9"
],
[
"3",
"79",
"4",
"@ Boston Bruins",
"1 - 0",
"Lundqvist",
"40-30-9"
],
[
"4",
"80",
"7",
"Montreal Canadiens",
"3 - 1",
"Lundqvist",
"41-30-9"
],
[
"5",
"81",
"9",
"Philadelphia Flyers",
"2 - 1",
"Lundqvist",
"42-30-9"
],
[
"6",
"82",
"12",
"@ Philadelphia Flyers",
"4 - 3",
"Lundqvist",
"43-30-9"
]
] |
[
{
"Formula": "SUM(FILTER(C1, E1>1))",
"Formula2": "SUM(FILTER(C2:C10, E2:E10>1))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What's the total byes for more than 1 draw?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"E1",
">",
"1"
]
}
] | train_2-18036506-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Golden Rivers",
"Wins",
"Byes",
"Losses",
"Draws",
"Against"
],
[
"2",
"Murrabit",
"14",
"2",
"2",
"0",
"957"
],
[
"3",
"Wandella",
"13",
"2",
"2",
"1",
"1206"
],
[
"4",
"Wakool",
"10",
"2",
"5",
"1",
"1924"
],
[
"5",
"Nullawil",
"8",
"2",
"7",
"1",
"1404"
],
[
"6",
"Macorna",
"8",
"2",
"8",
"0",
"1745"
],
[
"7",
"Moulamein",
"7",
"2",
"8",
"1",
"1810"
],
[
"8",
"Quambatook",
"6",
"2",
"10",
"0",
"1652"
],
[
"9",
"Ultima",
"4",
"2",
"12",
"0",
"2077"
],
[
"10",
"Hay",
"0",
"2",
"16",
"0",
"2701"
]
] |
[
{
"Formula": "SUM(FILTER(F1,D1<8))",
"Formula2": "SUM(FILTER(F2:F7,D2:D7<8))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the sum of total values for Rd 7 less than 8?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"D1",
"<",
"8"
]
},
{
"Formula": "SUM(FILTER(D1,(A1>1)*(C1<48)*(B1=\"tc motorsport\")*(E1<4)))",
"Formula2": "SUM(FILTER(D2:D7,(A2:A7>1)*(C2:C7<48)*(B2:B7=\"tc motorsport\")*(E2:E7<4)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the sum of values of Rd 7 with RD 6 less than 48 and Rd 8 less than 4 for TC Motorsport in a position greater than 1?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"A1",
">",
"1",
"*",
"C1",
"<",
"48",
"*",
"B1",
"=",
"\"tc motorsport\"",
"*",
"E1",
"<",
"4"
]
},
{
"Formula": "AVERAGE(FILTER(E1,(B1=\"audi sport australia\")*(A1<2)))",
"Formula2": "AVERAGE(FILTER(E2:E7,(B2:B7=\"audi sport australia\")*(A2:A7<2)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the average value for Rd 8 in a position less than 2 for Audi Sport Australia?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"E1",
"B1",
"=",
"\"audi sport australia\"",
"*",
"A1",
"<",
"2"
]
}
] | dev_2-16640814-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Position",
"Team",
"Rd 6",
"Rd 7",
"Rd 8",
"Total"
],
[
"2",
"1",
"Volvo Racing",
"62",
"58",
"79",
"407"
],
[
"3",
"2",
"Audi Sport Australia",
"48",
"43",
"45",
"397"
],
[
"4",
"3",
"Team Mondeo",
"20",
"29",
"26",
"219"
],
[
"5",
"4",
"Paul Morris Motorsport",
"40",
"39",
"36",
"115"
],
[
"6",
"5",
"Racing Projects",
"15",
"8",
"9",
"109"
],
[
"7",
"6",
"TC Motorsport",
"13",
"10",
"4",
"44"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"Florida 7\")*(D1=\"2010\")),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(A2:A13=\"Florida 7\")*(D2:D13=\"2010\")),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When 2010 is the first elected and Florida 7 is the district who are the candidates?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Florida 7\"",
"*",
"D1",
"=",
"\"2010\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Bill Young Redistricted from the 10th district\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,B2:B13=\"Bill Young Redistricted from the 10th district\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When bill young redistricted from the 10th district is the incumbent what is the party?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Bill Young Redistricted from the 10th district\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Dennis Ross (R) unopposed\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,F2:F13=\"Dennis Ross (R) unopposed\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When dennis ross (r) unopposed is the candidate what is the party?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"Dennis Ross (R) unopposed\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"None (New seat)\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,D2:D13=\"None (New seat)\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When none (new seat) is the first elected who are the candidates?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"None (New seat)\"",
"6"
]
}
] | test_1-25030512-12 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"Florida 4",
"Ander Crenshaw",
"Republican",
"2000",
"Re-elected",
"Ander Crenshaw (R) 76.1% Jim Klauder (I) 23.9%"
],
[
"3",
"Florida 6",
"None (New seat)",
"None (New seat)",
"None (New seat)",
"New seat Republican gain",
"Ron DeSantis (R) 57.2% Heather Beaven (D) 42.8%"
],
[
"4",
"Florida 7",
"John Mica",
"Republican",
"1992",
"Re-elected",
"John Mica (R) 58.7% Jason Kendall (D) 41.3%"
],
[
"5",
"Florida 7",
"Sandy Adams Redistricted from the 24th district",
"Republican",
"2010",
"Lost renomination Republican loss",
"John Mica (R) 58.7% Jason Kendall (D) 41.3%"
],
[
"6",
"Florida 10",
"Dan Webster Redistricted from the 8th district",
"Republican",
"2010",
"Re-elected",
"Dan Webster (R) 51.8% Val Demings (D) 48.2%"
],
[
"7",
"Florida 11",
"Rich Nugent Redistricted from the 5th district",
"Republican",
"2010",
"Re-elected",
"Rich Nugent (R) 64.5% Dave Werder (D) 35.5%"
],
[
"8",
"Florida 13",
"Bill Young Redistricted from the 10th district",
"Republican",
"1970",
"Re-elected",
"Bill Young (R) 57.6% Jessica Ehrlich (D) 42.4%"
],
[
"9",
"Florida 15",
"Dennis Ross Redistricted from the 12th district",
"Republican",
"2010",
"Re-elected",
"Dennis Ross (R) unopposed"
],
[
"10",
"Florida 16",
"Vern Buchanan Redistricted from the 13th district",
"Republican",
"2006",
"Re-elected",
"Vern Buchanan (R) 53.6% Keith Fitzgerald (D) 46.4%"
],
[
"11",
"Florida 17",
"Tom Rooney Redistricted from the 16th district",
"Republican",
"2008",
"Re-elected",
"Tom Rooney (R) 58.7% Will Bronson (D) 41.3%"
],
[
"12",
"Florida 18",
"Allen West Redistricted from the 22nd district",
"Republican",
"2010",
"Lost re-election Democratic gain",
"Patrick Murphy (D) 50.2% Allen West (R) 49.8%"
],
[
"13",
"Florida 20",
"Alcee Hastings Redistricted from the 23rd district",
"Democratic",
"1992",
"Re-elected",
"Alcee Hastings (D) 88.0% Randall Terry (I) 12.0%"
]
] |
[
{
"Formula": "SUMIFS(B1,E1,\"1:57.71\")",
"Formula2": "SUMIFS(B2:B9,E2:E9,\"1:57.71\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What lane has a time of 1:57.71?",
"Tokens": [
"SUMIFS(",
"B1",
"E1",
"\"1:57.71\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"1:58.15\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)>3)*(CHOOSECOLS(query1,3)<6)))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E9,E2:E9=\"1:58.15\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)>3)*(CHOOSECOLS(query1,3)<6)))",
"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": "Who had a larger rank than 3, less than 6 lanes, and a time of 1:58.15?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"1:58.15\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"2",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"3",
"*",
"CHOOSECOLS(",
"query1",
"3",
"<",
"6"
]
}
] | train_2-18625276-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Lane",
"Name",
"Nationality",
"Time"
],
[
"2",
"1",
"4",
"Federica Pellegrini",
"Italy",
"1:57.23"
],
[
"3",
"2",
"2",
"Camelia Potec",
"Romania",
"1:57.71"
],
[
"4",
"3",
"5",
"Caitlin McClatchey",
"Great Britain",
"1:57.73"
],
[
"5",
"4",
"7",
"OphΓ©lie-Cyrielle Γtienne",
"France",
"1:58.00"
],
[
"6",
"5",
"6",
"Allison Schmitt",
"United States",
"1:58.01"
],
[
"7",
"6",
"8",
"Aurore Mongel",
"France",
"1:58.08"
],
[
"8",
"7",
"3",
"Γgnes Mutina",
"Hungary",
"1:58.15"
],
[
"9",
"8",
"1",
"Josefin Lillhage",
"Sweden",
"1:59.29"
]
] |
[
{
"Formula": "SUMIFS(B1,C1,\"j.d. hill\")",
"Formula2": "SUMIFS(B2:B10,C2:C10,\"j.d. hill\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What pick was J.D. Hill?",
"Tokens": [
"SUMIFS(",
"B1",
"C1",
"\"j.d. hill\""
]
},
{
"Formula": "SUM(FILTER(B1, (D1=\"defensive end\")*(A1=8)))",
"Formula2": "SUM(FILTER(B2:B10, (D2:D10=\"defensive end\")*(A2:A10=8)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What pick was used to select a Defensive End in round 8?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"D1",
"=",
"\"defensive end\"",
"*",
"A1",
"=",
"8"
]
}
] | train_2-17386060-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Round",
"Pick",
"Player",
"Position",
"School/Club Team"
],
[
"2",
"1",
"4",
"J.D. Hill",
"Wide Receiver",
"Arizona State"
],
[
"3",
"2",
"29",
"Jan White",
"Tight End",
"Ohio State"
],
[
"4",
"3",
"53",
"Bruce Jarvis",
"Center",
"Washington State"
],
[
"5",
"3",
"57",
"Jim Braxton",
"Fullback",
"West Virginia"
],
[
"6",
"5",
"107",
"Donnie Green",
"Offensive Tackle",
"Purdue"
],
[
"7",
"5",
"113",
"Tim Beamer",
"Defensive Back",
"Illinois"
],
[
"8",
"6",
"145",
"Bill McKinley",
"Defensive End",
"Arizona"
],
[
"9",
"7",
"160",
"Bob Chandler",
"Wide Receiver",
"Southern California"
],
[
"10",
"8",
"183",
"Louis Ross",
"Defensive End",
"South Carolina State"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Beautifully Broken\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,C2:C12=\"Beautifully Broken\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "How many different people wrote the episode \"Beautifully Broken\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"Beautifully Broken\"",
"5"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(C1, (E1=\"Alexander Woo\")*(D1=\"Scott Winant\"))))",
"Formula2": "ROWS(UNIQUE(FILTER(C2:C12, (E2:E12=\"Alexander Woo\")*(D2:D12=\"Scott Winant\"))))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many episodes were written by Alexander Woo and directed by Scott Winant?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"C1",
"E1",
"=",
"\"Alexander Woo\"",
"*",
"D1",
"=",
"\"Scott Winant\""
]
}
] | train_1-26493520-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date",
"U.S. viewers (million)"
],
[
"2",
"25",
"1",
"\"Bad Blood\"",
"Daniel Minahan",
"Brian Buckner",
"June13,2010",
"5.09"
],
[
"3",
"26",
"2",
"\"Beautifully Broken\"",
"Scott Winant",
"Raelle Tucker",
"June20,2010",
"4.26"
],
[
"4",
"27",
"3",
"\"It Hurts Me Too\"",
"Michael Lehmann",
"Alexander Woo",
"June27,2010",
"4.46"
],
[
"5",
"28",
"4",
"\"9 Crimes\"",
"David Petrarca",
"Kate Barnow & Elisabeth R. Finch",
"July11,2010",
"4.68"
],
[
"6",
"29",
"5",
"\"Trouble\"",
"Scott Winant",
"Nancy Oliver",
"July18,2010",
"4.86"
],
[
"7",
"30",
"6",
"\"I Got a Right to Sing the Blues\"",
"Michael Lehmann",
"Alan Ball",
"July25,2010",
"4.74"
],
[
"8",
"31",
"7",
"\"Hitting the Ground\"",
"John Dahl",
"Brian Buckner",
"August1,2010",
"5.24"
],
[
"9",
"32",
"8",
"\"Night on the Sun\"",
"Lesli Linka Glatter",
"Raelle Tucker",
"August8,2010",
"5.09"
],
[
"10",
"33",
"9",
"\"Everything Is Broken\"",
"Scott Winant",
"Alexander Woo",
"August15,2010",
"5.00"
],
[
"11",
"34",
"10",
"\"I Smell a Rat\"",
"Michael Lehmann",
"Kate Barnow & Elisabeth R. Finch",
"August22,2010",
"5.39"
],
[
"12",
"35",
"11",
"\"Fresh Blood\"",
"Daniel Minahan",
"Nancy Oliver",
"August29,2010",
"5.44"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"guard\")*(A1=\"kerri shields\")),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,(C2:C12=\"guard\")*(A2:A12=\"kerri shields\")),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Guard Kerri Shields Hometown?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"guard\"",
"*",
"A1",
"=",
"\"kerri shields\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"albuquerque, new mexico\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,F2:F12=\"albuquerque, new mexico\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Name of the Player from Albuquerque, New Mexico?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"albuquerque, new mexico\"",
"1"
]
}
] | train_2-17891626-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Name",
"Number",
"Position",
"Height",
"Year",
"Hometown"
],
[
"2",
"Shayra Brown",
"20",
"Point Guard",
"5-9",
"FR",
"Brooklyn, New York"
],
[
"3",
"Korina Chapman",
"33",
"Forward",
"5-11",
"FR",
"Albuquerque, New Mexico"
],
[
"4",
"Kristen Doherty",
"21",
"Guard/Forward",
"5-11",
"FR",
"Holtsville, New York"
],
[
"5",
"Alyssa Fressle",
"1",
"Guard",
"5-10",
"RSJR",
"Highlands Ranch, Colorado"
],
[
"6",
"Tessah Holt",
"3",
"Guard",
"5-5",
"RSFR",
"Fayetteville, Georgia"
],
[
"7",
"Stephanie Murphy",
"32",
"Forward/Center",
"6-4",
"SR",
"Londonderry, New Hampshire"
],
[
"8",
"Tiffany Ruffin",
"31",
"Point Guard",
"5-7",
"FR",
"Winnacunnet, New Hampshire"
],
[
"9",
"Katie Zenevitch",
"45",
"Forward/Center",
"6-3",
"FR",
"Methuen, Massachusetts"
],
[
"10",
"Kerri Shields",
"10",
"Guard",
"5-9",
"SO",
"Radnor, Pennsylvania"
],
[
"11",
"Jaclyn Thoman",
"11",
"Guard",
"5-9",
"SR",
"Highlands Ranch, Colorado"
],
[
"12",
"Carolyn Swords",
"30",
"Center",
"6-6",
"SR",
"Sudbury, Massachusetts"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"na\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"na\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Tell me the category of na director",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"na\"",
"4"
]
}
] | test_2-10277-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Director",
"Project",
"Category",
"Result"
],
[
"2",
"1979",
"Terrence Malick",
"Days of Heaven",
"Best Original Score",
"Nominated"
],
[
"3",
"1986",
"Roland JoffΓ©",
"The Mission",
"Best Original Score",
"Nominated"
],
[
"4",
"1987",
"Brian De Palma",
"The Untouchables",
"Best Original Score",
"Nominated"
],
[
"5",
"1991",
"Barry Levinson",
"Bugsy",
"Best Original Score",
"Nominated"
],
[
"6",
"2000",
"Giuseppe Tornatore",
"Malèna",
"Best Original Score",
"Nominated"
],
[
"7",
"2007",
"NA",
"Career achievements",
"Honorary Academy Award",
"Won"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"mercer\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=3))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E6,E2:E6=\"mercer\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=3))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "For the draft pick from round 3 out of Mercer College what is the nationality?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"mercer\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"oral roberts\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"oral roberts\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the draft pick that went to college at Oral Roberts?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"oral roberts\"",
"3"
]
}
] | train_2-17383484-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Round",
"Pick",
"Player",
"Nationality",
"College"
],
[
"2",
"1",
"19",
"Steve Harris",
"United States",
"Tulsa"
],
[
"3",
"3",
"54",
"Sam Mitchell",
"United States",
"Mercer"
],
[
"4",
"3",
"57",
"Michael Payne",
"United States",
"Iowa"
],
[
"5",
"4",
"88",
"Mike Brooks",
"United States",
"Tennessee"
],
[
"6",
"6",
"134",
"Sam Potter",
"United States",
"Oral Roberts"
]
] |
[
{
"Formula": "FILTER(E1,(D1>44)*(B1=\"mexico city\")*(A1=\"torre reforma\"))",
"Formula2": "FILTER(E2:E13,(D2:D13>44)*(B2:B13=\"mexico city\")*(A2:A13=\"torre reforma\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the status of the torre reforma building that is over 44 stories in mexico city?",
"Tokens": [
"FILTER(",
"E1",
"D1",
">",
"44",
"*",
"B1",
"=",
"\"mexico city\"",
"*",
"A1",
"=",
"\"torre reforma\""
]
},
{
"Formula": "FILTER(C1,D1=52)",
"Formula2": "FILTER(C2:C13,D2:D13=52)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How tall is the 52 story building?",
"Tokens": [
"FILTER(",
"C1",
"D1",
"=",
"52"
]
},
{
"Formula": "ROWS(FILTER(D1,A1=\"torre reforma\"))",
"Formula2": "ROWS(FILTER(D2:D13,A2:A13=\"torre reforma\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many stories is the torre reforma building?",
"Tokens": [
"ROWS(",
"FILTER(",
"D1",
"A1",
"=",
"\"torre reforma\""
]
}
] | dev_2-11241317-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Building",
"City",
"Height",
"Stories",
"Status"
],
[
"2",
"Torre KOI",
"Monterrey",
"m (ft)",
"67",
"under construction"
],
[
"3",
"Torre Mitikah",
"Mexico City",
"m (ft)",
"60",
"under construction"
],
[
"4",
"Punto Chapultepec",
"Mexico City",
"m (ft)",
"59",
"proposed"
],
[
"5",
"Torre Reforma",
"Mexico City",
"m (ft)",
"57",
"under construction"
],
[
"6",
"Corporativo BBVA Bancomer",
"Mexico City",
"m (ft)",
"50",
"under construction"
],
[
"7",
"Reforma 432",
"Mexico City",
"m (ft)",
"52",
"under construction"
],
[
"8",
"Torre New York Life",
"Mexico City",
"m (ft))",
"32",
"under construction"
],
[
"9",
"LIU East",
"Monterrey",
"m (ft))",
"37",
"under construction"
],
[
"10",
"Residencial Vidalta Torre Altaire 2",
"Mexico City",
"m (ft)",
"44",
"on-hold"
],
[
"11",
"Residencial Vidalta Torre Altaire 3",
"Mexico City",
"m (ft))",
"44",
"on-hold"
],
[
"12",
"Reforma 90",
"Mexico City",
"m (ft)",
"42",
"on-hold"
],
[
"13",
"Ritz-Carlton Mexico City",
"Mexico City",
"m (ft)",
"34",
"on-hold"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"Clipsal 500\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,B2:B6=\"Clipsal 500\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What circuit was the Clipsal 500 on?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"Clipsal 500\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"Albert Park Grand Prix Circuit\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,C2:C6=\"Albert Park Grand Prix Circuit\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who made the challenge on the Albert Park Grand Prix Circuit?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"C1",
"=",
"\"Albert Park Grand Prix Circuit\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"Eastern Creek Raceway\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,C2:C6=\"Eastern Creek Raceway\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "In what round was the circuit Eastern Creek Raceway?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"C1",
"=",
"\"Eastern Creek Raceway\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"Australian Grand Prix\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H6,B2:B6=\"Australian Grand Prix\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who made the challenge in the Australian Grand Prix?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"Australian Grand Prix\"",
"7"
]
}
] | train_1-25531112-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Rd.",
"Event",
"Circuit",
"City / State",
"Date",
"Championship",
"Challenge",
"Production"
],
[
"2",
"Rd 1",
"Clipsal 500",
"Adelaide Street Circuit",
"Adelaide , South Australia",
"19β22 March",
"Craig Baird",
"Klark Quinn",
"Mark O'Connor"
],
[
"3",
"Rd 2",
"Australian Grand Prix",
"Albert Park Grand Prix Circuit",
"Melbourne , Victoria",
"26β29 March",
"David Wall",
"Klark Quinn",
"Paul Freestone"
],
[
"4",
"Rd 3",
"Australian GT Classic",
"Phillip Island Grand Prix Circuit",
"Phillip Island , Victoria",
"16β17 May",
"David Wall",
"Jordan Ormsby",
"Paul Freestone"
],
[
"5",
"Rd 4",
"Shannons Nationals Motor Racing Championships",
"Eastern Creek Raceway",
"Sydney , New South Wales",
"18β19 July",
"David Wall",
"Jordan Ormsby",
"Paul Freestone"
],
[
"6",
"Rd 5",
"Bathurst 1000",
"Mount Panorama Circuit",
"Bathurst , New South Wales",
"8β11 October",
"David Wall",
"Paul Tresidder",
"Paul Freestone"
]
] |
[
{
"Formula": "FILTER(B1,C1=\"Memphis\")",
"Formula2": "FILTER(B2:B15,C2:C15=\"Memphis\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "On what date did the Rockets play Memphis?",
"Tokens": [
"FILTER(",
"B1",
"C1",
"=",
"\"Memphis\""
]
},
{
"Formula": "FILTER(E1,A1=72)",
"Formula2": "FILTER(E2:E15,A2:A15=72)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Who had the most poinst in game 72?",
"Tokens": [
"FILTER(",
"E1",
"A1",
"=",
"72"
]
}
] | dev_1-17288825-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",
"60",
"March 1",
"@ Minnesota",
"W 105β94 (OT)",
"Ron Artest (23)",
"Yao Ming , Luis Scola (11)",
"Aaron Brooks (10)",
"Target Center 13,716",
"38β22"
],
[
"3",
"61",
"March 3",
"Toronto",
"W 107β97 (OT)",
"Carl Landry (22)",
"Luis Scola (16)",
"Ron Artest , Aaron Brooks (5)",
"Toyota Center 16,291",
"39β22"
],
[
"4",
"62",
"March 4",
"@ Utah",
"L 94β101 (OT)",
"Ron Artest (25)",
"Yao Ming (7)",
"Yao Ming (6)",
"EnergySolutions Arena 19,911",
"39β23"
],
[
"5",
"63",
"March 6",
"Phoenix",
"W 116β112 (OT)",
"Aaron Brooks (30)",
"Yao Ming (13)",
"Yao Ming (6)",
"Toyota Center 18,045",
"40β23"
],
[
"6",
"64",
"March 8",
"Memphis",
"W 93β83 (OT)",
"Yao Ming (24)",
"Yao Ming (17)",
"Kyle Lowry (9)",
"Toyota Center 16,179",
"41β23"
],
[
"7",
"65",
"March 9",
"@ Denver",
"W 97β95 (OT)",
"Ron Artest (22)",
"Luis Scola (15)",
"Kyle Lowry (5)",
"Pepsi Center 16,020",
"42β23"
],
[
"8",
"66",
"March 11",
"L.A. Lakers",
"L 96β102 (OT)",
"Von Wafer (20)",
"Luis Scola (9)",
"Kyle Lowry (5)",
"Toyota Center 18,449",
"42β24"
],
[
"9",
"67",
"March 13",
"@ Charlotte",
"W 91β86 (OT)",
"Yao Ming (23)",
"Yao Ming (8)",
"Ron Artest , Shane Battier (4)",
"Time Warner Cable Arena 16,809",
"43β24"
],
[
"10",
"68",
"March 14",
"San Antonio",
"L 85β88 (OT)",
"Ron Artest (21)",
"Yao Ming (11)",
"Shane Battier (4)",
"Toyota Center 18,300",
"43β25"
],
[
"11",
"69",
"March 16",
"@ New Orleans",
"W 95β84 (OT)",
"Ron Artest (18)",
"Luis Scola (12)",
"Ron Artest , Von Wafer (5)",
"New Orleans Arena 17,723",
"44β25"
],
[
"12",
"70",
"March 18",
"Detroit",
"W 106β101 (2OT)",
"Yao Ming (31)",
"Yao Ming (15)",
"Shane Battier (5)",
"Toyota Center 18,275",
"45β25"
],
[
"13",
"71",
"March 20",
"Minnesota",
"W 107β88 (OT)",
"Ron Artest (20)",
"Luis Scola (9)",
"Ron Artest (6)",
"Toyota Center 17,456",
"46β25"
],
[
"14",
"72",
"March 22",
"@ San Antonio",
"W 87β85 (OT)",
"Ron Artest (24)",
"Luis Scola (17)",
"Luis Scola (4)",
"AT&T Center 18,797",
"47β25"
],
[
"15",
"73",
"March 24",
"@ Utah",
"L 86β99 (OT)",
"Aaron Brooks (20)",
"Yao Ming (13)",
"Ron Artest (7)",
"EnergySolutions Arena 19,911",
"47β26"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"melbourne\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"melbourne\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When melbourne played as the home team, who did they play?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"melbourne\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"geelong\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"geelong\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When the home team was geelong, who played as the away team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"geelong\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"north melbourne\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"north melbourne\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "If north melbourne played as the home team, who was the away team they played?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"north melbourne\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"10.5 (65)\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"10.5 (65)\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the away team when the home team scored 10.5 (65)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"10.5 (65)\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"st kilda\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"st kilda\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When st kilda was playing at home what was the away teams score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"st kilda\"",
"4"
]
}
] | train_2-10790397-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Geelong",
"17.14 (116)",
"South Melbourne",
"13.15 (93)",
"Corio Oval",
"14,000",
"10 June 1933"
],
[
"3",
"Fitzroy",
"8.17 (65)",
"Richmond",
"10.13 (73)",
"Brunswick Street Oval",
"29,500",
"10 June 1933"
],
[
"4",
"Essendon",
"15.6 (96)",
"Hawthorn",
"16.9 (105)",
"Windy Hill",
"9,000",
"10 June 1933"
],
[
"5",
"North Melbourne",
"11.12 (78)",
"Footscray",
"8.14 (62)",
"Arden Street Oval",
"20,000",
"10 June 1933"
],
[
"6",
"Melbourne",
"13.19 (97)",
"Collingwood",
"18.18 (126)",
"MCG",
"18,020",
"10 June 1933"
],
[
"7",
"St Kilda",
"10.5 (65)",
"Carlton",
"20.10 (130)",
"Junction Oval",
"21,000",
"10 June 1933"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"atlanta hawks\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,C2:C11=\"atlanta hawks\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the record for the opponent Atlanta Hawks?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"atlanta hawks\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"113-124\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"113-124\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which opponent had a 113-124 score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"113-124\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"philadelphia 76ers\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,C2:C11=\"philadelphia 76ers\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the final record for the Philadelphia 76ers?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"philadelphia 76ers\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"detroit pistons\")*(A1=\"march 7\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(C2:C11=\"detroit pistons\")*(A2:A11=\"march 7\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the record for the Detroit Pistons on March 7?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"detroit pistons\"",
"*",
"A1",
"=",
"\"march 7\"",
"5"
]
}
] | train_2-16275352-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"H/A/N",
"Opponent",
"Score",
"Record"
],
[
"2",
"March 6",
"A",
"Buffalo Braves",
"109-120",
"12-61"
],
[
"3",
"March 7",
"A",
"Detroit Pistons",
"104-100",
"13-61"
],
[
"4",
"March 9",
"H",
"Philadelphia 76ers",
"113-124",
"13-62"
],
[
"5",
"March 12",
"H",
"Atlanta Hawks",
"107-119",
"13-63"
],
[
"6",
"March 14",
"H",
"Cincinnati Royals",
"103-115",
"13-64"
],
[
"7",
"March 16",
"H",
"San Francisco Warriors",
"108-103",
"14-64"
],
[
"8",
"March 17",
"A",
"Baltimore Bullets",
"109-113",
"14-65"
],
[
"9",
"March 20",
"H",
"Detroit Pistons",
"114-103",
"15-65"
],
[
"10",
"March 21",
"H",
"Portland Trail Blazers",
"110-113",
"15-66"
],
[
"11",
"March 23",
"H",
"Portland Trail Blazers",
"112-114",
"15-67"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=3))",
"Formula2": "LET(query1,SUMMARIZE(C2:C7,SUMX(A2:A7)),FILTER(query1,CHOOSECOLS(query1,2)=3))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which episode is number 3 in the season?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"3"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=45))",
"Formula2": "LET(query1,SUMMARIZE(C2:C7,SUMX(B2:B7)),FILTER(query1,CHOOSECOLS(query1,2)=45))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the episode name for series number 45?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"45"
]
}
] | train_1-29960651-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"No. for season",
"No. for series",
"Episode",
"Airdate",
"Viewers (in millions)"
],
[
"2",
"1",
"43",
"\"Coast to Coast\"",
"September 3, 2013",
"2.01"
],
[
"3",
"2",
"44",
"\"Alaskan Adventure\"",
"September 10, 2013",
"1.45"
],
[
"4",
"3",
"45",
"\"Off Road Racing\"",
"September 17, 2013",
"1.54"
],
[
"5",
"4",
"46",
"\"America's Biggest Cars\"",
"September 24, 2013",
"1.88"
],
[
"6",
"5",
"47",
"Sturgis",
"October 22, 2013",
"1.73"
],
[
"7",
"6",
"48",
"Can Cars Float?",
"October 29, 2013",
"1.58"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"collingwood\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"collingwood\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was Collingwood's score as the home team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"collingwood\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"4.9 (33)\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"4.9 (33)\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the home team when the away team scored 4.9 (33)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"4.9 (33)\"",
"1"
]
},
{
"Formula": "AVERAGEIFS(F1,B1,\"13.24 (102)\")",
"Formula2": "AVERAGEIFS(F2:F7,B2:B7,\"13.24 (102)\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the average crowd size when teh home team scored 13.24 (102)?",
"Tokens": [
"AVERAGEIFS(",
"F1",
"B1",
"\"13.24 (102)\""
]
}
] | train_2-10701045-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Footscray",
"13.24 (102)",
"Hawthorn",
"4.9 (33)",
"Western Oval",
"10,000",
"6 May 1950"
],
[
"3",
"South Melbourne",
"11.15 (81)",
"St Kilda",
"15.13 (103)",
"Lake Oval",
"20,000",
"6 May 1950"
],
[
"4",
"North Melbourne",
"12.11 (83)",
"Melbourne",
"7.17 (59)",
"Arden Street Oval",
"18,000",
"6 May 1950"
],
[
"5",
"Richmond",
"9.15 (69)",
"Fitzroy",
"8.11 (59)",
"Punt Road Oval",
"17,000",
"6 May 1950"
],
[
"6",
"Geelong",
"8.16 (64)",
"Essendon",
"18.11 (119)",
"Kardinia Park",
"23,000",
"6 May 1950"
],
[
"7",
"Collingwood",
"8.22 (70)",
"Carlton",
"12.9 (81)",
"Victoria Park",
"30,000",
"6 May 1950"
]
] |
[
{
"Formula": "SUM(FILTER(B1, E1=1633.6))",
"Formula2": "SUM(FILTER(B2:B8, E2:E8=1633.6))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the 2007/08number when the 2010/11 is 1,633.6?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"E1",
"=",
"1633.6"
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=6443.8))",
"Formula2": "LET(query1,SUMMARIZE(A2:A8,SUMX(B2:B8)),FILTER(query1,CHOOSECOLS(query1,2)=6443.8))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "When 2007/08 is 6,443.8 what is ime exchange (including spot, credit and forward transactions)?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"6443.8"
]
},
{
"Formula": "SUMIFS(C1,A1,\"Agricultural - Volume (thousand tons)\")",
"Formula2": "SUMIFS(C2:C8,A2:A8,\"Agricultural - Volume (thousand tons)\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "When ime exchange (including spot, credit and forward transactions) is agricultural - volume (thousand tons) what is 2008/09?",
"Tokens": [
"SUMIFS(",
"C1",
"A1",
"\"Agricultural - Volume (thousand tons)\""
]
},
{
"Formula": "SUMIFS(C1,A1,\"Oil Products - Value (billion rials)\")",
"Formula2": "SUMIFS(C2:C8,A2:A8,\"Oil Products - Value (billion rials)\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "When ime exchange (including spot, credit and forward transactions) is oil products - value (billion rials) what is the 2008/09 number?",
"Tokens": [
"SUMIFS(",
"C1",
"A1",
"\"Oil Products - Value (billion rials)\""
]
},
{
"Formula": "SUM(FILTER(E1, B1=772.6))",
"Formula2": "SUM(FILTER(E2:E8, B2:B8=772.6))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the 2010/11 number when the 2007/08 is 772.6?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"B1",
"=",
"772.6"
]
},
{
"Formula": "SUMIFS(E1,A1,\"Agricultural - Value (billion rials )\")",
"Formula2": "SUMIFS(E2:E8,A2:A8,\"Agricultural - Value (billion rials )\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "When the ime exchange (including spot, credit and forward transactions) is agricultural - value (billion rials ) what is 2010/11?",
"Tokens": [
"SUMIFS(",
"E1",
"A1",
"\"Agricultural - Value (billion rials )\""
]
}
] | train_1-28578233-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"IME Exchange (Including spot, credit and forward transactions)",
"2007/08",
"2008/09",
"2009/10",
"2010/11"
],
[
"2",
"Agricultural - Volume (thousand tons)",
"273.0",
"173.5",
"175.2",
"1,633.6"
],
[
"3",
"Agricultural - Value (billion rials )",
"772.6",
"643.7",
"484.8",
"3,729.0"
],
[
"4",
"Metal - Volume (thousand tons)",
"6,443.8",
"6,679.7",
"7,438.5",
"8,525.1"
],
[
"5",
"Metal - Value (billion rials)",
"58,044.2",
"62,120.6",
"53,842.0",
"75,663.7"
],
[
"6",
"Oil Products - Volume (thousand tons)",
"89.7",
"4,339.2",
"7,052.9",
"6,888.8"
],
[
"7",
"Oil Products - Value (billion rials)",
"352.7",
"19,921.0",
"36,450.7",
"41,662.4"
],
[
"8",
"Grand Total - Volume (thousand tons)",
"6,806.5",
"11,192.4",
"14,666.6",
"17,047.5"
]
] |
[
{
"Formula": "SUM(FILTER(F1, B1=7))",
"Formula2": "SUM(FILTER(F2:F13, B2:B13=7))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many points are there on november 7?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"B1",
"=",
"7"
]
}
] | train_2-14293527-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Game",
"November",
"Opponent",
"Score",
"Record",
"Points"
],
[
"2",
"11",
"3",
"@ Chicago Black Hawks",
"0β3",
"5β5β1",
"11"
],
[
"3",
"12",
"5",
"@ Buffalo Sabres",
"2β5",
"5β6β1",
"11"
],
[
"4",
"13",
"7",
"Minnesota North Stars",
"0β3",
"5β7β1",
"11"
],
[
"5",
"14",
"11",
"Vancouver Canucks",
"4β3",
"6β7β1",
"13"
],
[
"6",
"15",
"13",
"Detroit Red Wings",
"3β6",
"6β8β1",
"13"
],
[
"7",
"16",
"14",
"Toronto Maple Leafs",
"3β3",
"6β8β2",
"14"
],
[
"8",
"17",
"18",
"Los Angeles Kings",
"2β0",
"7β8β2",
"16"
],
[
"9",
"18",
"20",
"@ Montreal Canadiens",
"2β2",
"7β8β3",
"17"
],
[
"10",
"19",
"21",
"Minnesota North Stars",
"1β1",
"7β8β4",
"18"
],
[
"11",
"20",
"24",
"Boston Bruins",
"1β2",
"7β9β4",
"18"
],
[
"12",
"21",
"25",
"@ Boston Bruins",
"2β4",
"7β10β4",
"18"
],
[
"13",
"22",
"28",
"New York Rangers",
"2β4",
"7β11β4",
"18"
]
] |
[
{
"Formula": "FILTER(C1,E1=\"576 096-2\")",
"Formula2": "FILTER(C2:C8,E2:E8=\"576 096-2\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Tell me the region for catalog of 576 096-2",
"Tokens": [
"FILTER(",
"C1",
"E1",
"=",
"\"576 096-2\""
]
},
{
"Formula": "FILTER(E1,A1=\"26 march 1996\")",
"Formula2": "FILTER(E2:E8,A2:A8=\"26 march 1996\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the catalog for 26 march 1996",
"Tokens": [
"FILTER(",
"E1",
"A1",
"=",
"\"26 march 1996\""
]
},
{
"Formula": "FILTER(C1,E1=\"576 097-2\")",
"Formula2": "FILTER(C2:C8,E2:E8=\"576 097-2\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the region with catalog of 576 097-2",
"Tokens": [
"FILTER(",
"C1",
"E1",
"=",
"\"576 097-2\""
]
}
] | dev_2-15027876-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Label",
"Region",
"Format",
"Catalog"
],
[
"2",
"February 1996",
"Polydor",
"France, Belgium",
"CD single - Promo",
"3302, 3303"
],
[
"3",
"February 1996",
"Polydor",
"France, Belgium",
"VHS - Promo",
"β"
],
[
"4",
"February 1996",
"Polydor",
"Germany",
"CD single - Promo",
"576 096-2"
],
[
"5",
"26 March 1996",
"Polydor",
"France, Belgium",
"CD single",
"576 210-2"
],
[
"6",
"26 March 1996",
"Polydor",
"France, Belgium",
"7\" maxi",
"576 381-1"
],
[
"7",
"26 March 1996",
"Polydor",
"France, Belgium",
"CD maxi",
"521 484-2"
],
[
"8",
"August 1996",
"Polydor",
"Germany",
"CD single, CD maxi",
"576 097-2"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(F1=2013)*(E1=\"summer\")*(C1=\"kalmar ff\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,(F2:F10=2013)*(E2:E10=\"summer\")*(C2:C10=\"kalmar ff\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the type of the player who ended in 2013, had a summer transfer window, and moved from kalmar ff?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"F1",
"=",
"2013",
"*",
"E1",
"=",
"\"summer\"",
"*",
"C1",
"=",
"\"kalmar ff\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(D1=\"transfer\")*(E1=\"summer\")*(F1<2013)),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,(D2:D10=\"transfer\")*(E2:E10=\"summer\")*(F2:F10<2013)),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num",
"Num"
],
"Level": "medium",
"Question": "Where did the player with a transfer type, a summer transfer window, and ended before 2013 move from?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"D1",
"=",
"\"transfer\"",
"*",
"E1",
"=",
"\"summer\"",
"*",
"F1",
"<",
"2013",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"larsson\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,B2:B10=\"larsson\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the transfer window for larsson?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"larsson\"",
"5"
]
},
{
"Formula": "AVERAGE(FILTER(F1, (A1=\"swe\")*(E1=\"summer\")))",
"Formula2": "AVERAGE(FILTER(F2:F10, (A2:A10=\"swe\")*(E2:E10=\"summer\")))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the average end year of the player from swe and a summer transfer window?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"F1",
"A1",
"=",
"\"swe\"",
"*",
"E1",
"=",
"\"summer\""
]
}
] | train_2-17637370-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Nat.",
"Name",
"Moving from",
"Type",
"Transfer window",
"Ends",
"Transfer fee",
"Source"
],
[
"2",
"DNK",
"D. Jensen",
"Youth system",
"Promoted",
"Summer",
"2011",
"Youth system",
"FCK.dk"
],
[
"3",
"DNK",
"Albrechtsen",
"Youth system",
"Promoted",
"Summer",
"2010",
"Youth system",
"FCK.dk"
],
[
"4",
"DNK",
"Bertolt",
"Viborg",
"End of loan",
"Summer",
"2009",
"n/a",
"FCK.dk"
],
[
"5",
"DNK",
"Kristensen",
"Nordsjælland",
"Transfer",
"Summer",
"2012",
"Undisclosed",
"FCK.dk"
],
[
"6",
"BRA",
"Santin",
"Kalmar FF",
"Transfer",
"Summer",
"2013",
"DKK 15,000,000",
"FCK.dk"
],
[
"7",
"SWE",
"Larsson",
"Halmstads BK",
"Transfer",
"Summer",
"2013",
"DKK 15,000,000",
"FCK.dk"
],
[
"8",
"SWE",
"Wiland",
"IF Elfsborg",
"Transfer",
"Winter",
"2013",
"DKK 8,000,000",
"FCK.dk"
],
[
"9",
"DNK",
"Vingaard",
"Esbjerg",
"Transfer",
"Winter",
"2012",
"DKK 8,000,000",
"FCK.dk"
],
[
"10",
"SEN",
"N'Doye",
"OFI",
"Transfer",
"Winter",
"2013",
"DKK 15,000,000",
"FCK.dk"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"q149\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,B2:B20=\"q149\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Builder has a Pennant number of Q149?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"q149\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"q144\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,B2:B20=\"q144\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On what date was the ship with a Pennant number of Q144 commissioned?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"q144\"",
"5"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(C1, A1=\"monge\")))",
"Formula2": "ROWS(UNIQUE(FILTER(C2:C20, A2:A20=\"monge\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many ships are named Monge?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"C1",
"A1",
"=",
"\"monge\""
]
}
] | train_2-14050485-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name",
"Pennant number",
"Ordered",
"Builder",
"Commissioned"
],
[
"2",
"Redoutable",
"Q136",
"1924",
"Arsenal de Cherbourg",
"24 February 1928"
],
[
"3",
"Vengeur",
"Q137",
"1924",
"Arsenal de Cherbourg",
"1 September 1928"
],
[
"4",
"Archimède",
"Q142",
"1925",
"CNF , Caen",
"6 September 1930"
],
[
"5",
"Fresnel",
"Q143",
"1925",
"AC St Nazaire-Penhoet",
"8 June 1929"
],
[
"6",
"Henri PoincarΓ©",
"Q140",
"1925",
"Arsenal de Lorient",
"10 April 1929"
],
[
"7",
"Monge",
"Q144",
"1925",
"FC Mediterranee , La Seyne",
"25 June 1929"
],
[
"8",
"Pascal",
"Q138",
"1925",
"Arsenal de Brest",
"19 July 1928"
],
[
"9",
"Pasteur",
"Q139",
"1925",
"Arsenal de Brest",
"19 July 1928"
],
[
"10",
"Poncelet",
"Q141",
"1925",
"Arsenal de Lorient",
"10 April 1929"
],
[
"11",
"Achille",
"Q147",
"1926",
"Arsenal de Brest",
"28 May 1930"
],
[
"12",
"Ajax",
"Q148",
"1926",
"Arsenal de Brest",
"28 May 1930"
],
[
"13",
"ActΓ©on",
"Q149",
"1926",
"AC Loire , Nantes",
"10 April 1929"
],
[
"14",
"AchΓ©ron",
"Q150",
"1926",
"AC Loire, Nantes",
"6 August 1929"
],
[
"15",
"Argo",
"Q151",
"1926",
"AC Dubigeon , Nantes",
"11 April 1929"
],
[
"16",
"ProtΓ©e",
"Q155",
"1927",
"FC Med. La Seyne",
"31 July 1930"
],
[
"17",
"PΓ©gase",
"Q156",
"1927",
"AC Loire, Nantes",
"28 July 1930"
],
[
"18",
"PersΓ©e",
"Q154",
"1927",
"CNF",
"23 May 1931"
],
[
"19",
"PhΓ©nix",
"Q157",
"1927",
"AC Dubigeon",
"12 April 1930"
],
[
"20",
"PromΓ©thΓ©e",
"Q153",
"1927",
"Arsenal de Cherbourg",
"1930"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"tamra's oc wedding\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,A2:A12=\"tamra's oc wedding\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which City has a Series of Tamra's oc wedding?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"tamra's oc wedding\"",
"4"
]
}
] | train_2-14425652-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Series",
"Premiere date",
"No. of seasons",
"City",
"Starring"
],
[
"2",
"Date My Ex",
"July 21, 2008",
"1",
"Orange County",
"Jo De La Rosa"
],
[
"3",
"Bethenny Ever After",
"June 10, 2010",
"3",
"New York City",
"Bethenny Frankel"
],
[
"4",
"Boys to Manzo (web series)",
"May 30, 2011",
"1",
"New Jersey",
"Albie Manzo, Chris Manzo, Greg Bennett"
],
[
"5",
"The Kandi Factory",
"March 4, 2012",
"1",
"Atlanta",
"Kandi Burruss"
],
[
"6",
"Don't Be Tardy...",
"April 26, 2012",
"2",
"Atlanta",
"Kim Zolciak"
],
[
"7",
"Havana Elsa (web series)",
"September 13, 2012",
"1",
"Miami",
"Elsa Patton"
],
[
"8",
"Vanderpump Rules",
"January 7, 2013",
"2",
"Beverly Hills",
"Lisa Vanderpump"
],
[
"9",
"Tamra's OC Wedding",
"September 2, 2013",
"1",
"Orange County",
"Tamra Barney"
],
[
"10",
"I Dream of NeNe: The Wedding",
"September 17, 2013",
"1",
"Atlanta",
"NeNe Leakes"
],
[
"11",
"Rich People's Problems",
"TBA",
"1",
"Atlanta",
"Phaedra Parks"
],
[
"12",
"Manzo'd with Children",
"TBA",
"1",
"New Jersey",
"Caroline Manzo"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"alberto malesani\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"alberto malesani\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Tell me the club with a replacement of alberto malesani",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"alberto malesani\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"1 november 2007\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"1 november 2007\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the club with date of appointment of 1 november 2007",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"1 november 2007\"",
"2"
]
}
] | test_2-11336411-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name",
"Club",
"Date of departure",
"Replacement",
"Date of appointment"
],
[
"2",
"Fernando Orsi",
"Livorno",
"9 October 2007",
"Giancarlo Camolese",
"10 October 2007"
],
[
"3",
"Massimo Ficcadenti",
"Reggina",
"1 November 2007",
"Renzo Ulivieri",
"1 November 2007"
],
[
"4",
"Andrea Mandorlini",
"Siena",
"12 November 2007",
"Mario Beretta",
"12 November 2007"
],
[
"5",
"Marco Giampaolo",
"Cagliari",
"13 November 2007",
"Nedo Sonetti",
"13 November 2007"
],
[
"6",
"Stefano Colantuono",
"Palermo",
"26 November 2007",
"Francesco Guidolin",
"27 November 2007"
],
[
"7",
"Luigi Cagni",
"Empoli",
"26 November 2007",
"Alberto Malesani",
"27 November 2007"
]
] |
[
{
"Formula": "ROWS(FILTER(B1,E1<2))",
"Formula2": "ROWS(FILTER(B2:B6,E2:E6<2))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many wins did he have when he played under 2 events?",
"Tokens": [
"ROWS(",
"FILTER(",
"B1",
"E1",
"<",
"2"
]
},
{
"Formula": "MAX(FILTER(D1,(E1>2)*(B1<0)))",
"Formula2": "MAX(FILTER(D2:D6,(E2:E6>2)*(B2:B6<0)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is his highest number of top 25s when eh played over 2 events and under 0 wins?",
"Tokens": [
"MAX(",
"FILTER(",
"D1",
"E1",
">",
"2",
"*",
"B1",
"<",
"0"
]
},
{
"Formula": "MIN(FILTER(B1,(D1=3)*(F1<9)))",
"Formula2": "MIN(FILTER(B2:B6,(D2:D6=3)*(F2:F6<9)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is his low win total when he has over 3 top 25s and under 9 cuts made?",
"Tokens": [
"MIN(",
"FILTER(",
"B1",
"D1",
"=",
"3",
"*",
"F1",
"<",
"9"
]
}
] | dev_2-1519060-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Tournament",
"Wins",
"Top-10",
"Top-25",
"Events",
"Cuts made"
],
[
"2",
"Masters Tournament",
"0",
"0",
"1",
"2",
"1"
],
[
"3",
"U.S. Open",
"0",
"0",
"0",
"2",
"1"
],
[
"4",
"The Open Championship",
"0",
"1",
"3",
"11",
"9"
],
[
"5",
"PGA Championship",
"0",
"0",
"0",
"2",
"0"
],
[
"6",
"Totals",
"0",
"1",
"4",
"17",
"11"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"eurocup regular season\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,G2:G15=\"eurocup regular season\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the position for european competitions of eurocup regular season",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"eurocup regular season\"",
"4"
]
}
] | test_2-13291113-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Season",
"Tier",
"League",
"Pos.",
"Postseason",
"Cup competitions",
"European competitions"
],
[
"2",
"1994β00",
"Lower divisions",
"Lower divisions",
"Lower divisions",
"Lower divisions",
"Lower divisions",
"Lower divisions"
],
[
"3",
"2000β01",
"3",
"EBBL",
"1",
"Promoted",
"β",
"β"
],
[
"4",
"2001β02",
"2",
"TB2L",
"4",
"β",
"β",
"β"
],
[
"5",
"2002β03",
"2",
"TB2L",
"4",
"β",
"β",
"β"
],
[
"6",
"2003β04",
"2",
"TB2L",
"1",
"Promoted Champion",
"β",
"β"
],
[
"7",
"2004β05",
"1",
"TBL",
"11",
"β",
"β",
"EuroCup Challenge Semifinalist 4th"
],
[
"8",
"2005β06",
"1",
"TBL",
"4",
"Semifinalist",
"β",
"Played EuroCup Challenge"
],
[
"9",
"2006β07",
"1",
"TBL",
"7",
"Quarterfinalist",
"Runner-up",
"Played FIBA EuroCup"
],
[
"10",
"2007β08",
"1",
"TBL",
"8",
"Quarterfinalist",
"Quarterfinalist",
"FIBA EuroCup Regular Season"
],
[
"11",
"2008β09",
"1",
"TBL",
"12",
"β",
"Group stage",
"EuroChallenge Second Qualifying Round"
],
[
"12",
"2009β10",
"1",
"TBL",
"3",
"Semifinalist",
"Quarterfinalist",
"EuroChallenge Top 16"
],
[
"13",
"2010β11",
"1",
"TBL",
"2",
"Semifinalist",
"Quarterfinalist",
"Eurocup Regular Season"
],
[
"14",
"2011β12",
"1",
"TBL",
"2",
"Semifinalist",
"Runner-up",
"Eurocup Top 16"
],
[
"15",
"2012β13",
"1",
"TBL",
"3",
"Runner-up",
"Semifinalist",
"Eurocup Top 16"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=7))",
"Formula2": "LET(query1,SUMMARIZE(D2:D14,SUMX(A2:A14)),FILTER(query1,CHOOSECOLS(query1,2)=7))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Name the birth date for shirt number 7",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"7"
]
},
{
"Formula": "MAXIFS(E1,C1,\"Yury Berezhko\")",
"Formula2": "MAXIFS(E2:E14,C2:C14,\"Yury Berezhko\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the maximum height for yury berezhko",
"Tokens": [
"MAXIFS(",
"E1",
"C1",
"\"Yury Berezhko\""
]
}
] | train_1-14363116-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Shirt No",
"Nationality",
"Player",
"Birth Date",
"Height",
"Position"
],
[
"2",
"1",
"United States",
"Matthew Anderson",
"April 18, 1987 (age26)",
"204",
"Outside Hitter"
],
[
"3",
"3",
"Russia",
"Nikolay Apalikov",
"August 26, 1982 (age31)",
"203",
"Middle blocker"
],
[
"4",
"4",
"Russia",
"Ivan Demakov",
"June 1, 1993 (age20)",
"209",
"Middle blocker"
],
[
"5",
"5",
"Italy",
"Valerio Vermiglio",
"March 1, 1976 (age37)",
"189",
"Setter"
],
[
"6",
"6",
"Russia",
"Eugeniy Sivozhelez",
"June 8, 1986 (age27)",
"196",
"Outside hitter"
],
[
"7",
"7",
"Russia",
"Aleksandr Volkov",
"February 14, 1985 (age28)",
"210",
"Middle blocker"
],
[
"8",
"8",
"Russia",
"Igor Kolodinsky",
"July 7, 1983 (age30)",
"197",
"Setter"
],
[
"9",
"9",
"Russia",
"Alexey Cheremisin",
"September 23, 1980 (age33)",
"204",
"Opposite hitter"
],
[
"10",
"10",
"Russia",
"Yury Berezhko",
"January 27, 1981 (age33)",
"198",
"Outside hitter"
],
[
"11",
"13",
"Russia",
"Vitaliy Matychenko",
"August 4, 1983 (age30)",
"194",
"Setter"
],
[
"12",
"14",
"Russia",
"Alexander Abrosimov",
"August 25, 1983 (age30)",
"207",
"Middle blocker"
],
[
"13",
"15",
"Russia",
"Alexey Obmochaev",
"May 22, 1989 (age24)",
"188",
"Libero"
],
[
"14",
"17",
"Russia",
"Vladislav Babichev",
"February 18, 1981 (age32)",
"185",
"Libero"
]
] |
[
{
"Formula": "SUMIFS(E1,A1,\"Jocelyn Nix (Glooscap)\")",
"Formula2": "SUMIFS(E2:E8,A2:A8,\"Jocelyn Nix (Glooscap)\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the pa when skip (club) is jocelyn nix (glooscap)?",
"Tokens": [
"SUMIFS(",
"E1",
"A1",
"\"Jocelyn Nix (Glooscap)\""
]
},
{
"Formula": "MAX(B1)",
"Formula2": "MAX(B2:B8)",
"Funcs": [
"MAX(",
"Cell"
],
"Level": "easy",
"Question": "What is the highest number for W?",
"Tokens": [
"MAX(",
"B1"
]
},
{
"Formula": "SUM(FILTER(I1, F1=32))",
"Formula2": "SUM(FILTER(I2:I8, F2:F8=32))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What was the stolen ends when ends won is 32?",
"Tokens": [
"SUM(",
"FILTER(",
"I1",
"F1",
"=",
"32"
]
},
{
"Formula": "SUM(FILTER(G1, E1=44))",
"Formula2": "SUM(FILTER(G2:G8, E2:E8=44))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is shown for ends lost when pa is 44?",
"Tokens": [
"SUM(",
"FILTER(",
"G1",
"E1",
"=",
"44"
]
},
{
"Formula": "SUMIFS(E1,A1,\"Mary-Anne Arsenault (NSCA)\")",
"Formula2": "SUMIFS(E2:E8,A2:A8,\"Mary-Anne Arsenault (NSCA)\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the PA when skip (club) is mary-anne arsenault (nsca)?",
"Tokens": [
"SUMIFS(",
"E1",
"A1",
"\"Mary-Anne Arsenault (NSCA)\""
]
}
] | test_1-25689740-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Skip (Club)",
"W",
"L",
"PF",
"PA",
"Ends Won",
"Ends Lost",
"Blank Ends",
"Stolen Ends"
],
[
"2",
"Mary-Anne Arsenault (NSCA)",
"5",
"2",
"48",
"37",
"30",
"27",
"9",
"10"
],
[
"3",
"Nancy McConnery (Dartmouth)",
"5",
"2",
"45",
"34",
"29",
"25",
"11",
"8"
],
[
"4",
"Sarah Rhyno (Halifax)",
"4",
"3",
"44",
"38",
"23",
"25",
"13",
"6"
],
[
"5",
"Jill Mouzar (Mayflower)",
"4",
"3",
"38",
"37",
"25",
"25",
"8",
"6"
],
[
"6",
"Margaret Cutcliffe (Mayflower)",
"3",
"4",
"43",
"44",
"32",
"26",
"8",
"9"
],
[
"7",
"Jocelyn Nix (Glooscap)",
"3",
"4",
"42",
"45",
"25",
"27",
"9",
"6"
],
[
"8",
"Colleen Pinkney (Turo)",
"3",
"4",
"41",
"45",
"26",
"27",
"4",
"7"
]
] |
[
{
"Formula": "SUMIFS(A1,D1,\"Osijek\")",
"Formula2": "SUMIFS(A2:A8,D2:D8,\"Osijek\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the total number of tie number for team 2 osijek",
"Tokens": [
"SUMIFS(",
"A1",
"D1",
"\"Osijek\""
]
}
] | test_1-20819379-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Tie no",
"Team 1",
"Agg.",
"Team 2",
"1st leg",
"2nd leg"
],
[
"2",
"1",
"Hajduk Split",
"0β0 (7β6 p )",
"Rad",
"0β0",
"0β0"
],
[
"3",
"2",
"Jugokeramika ZapreΕ‘iΔ",
"1β2",
"Osijek",
"1β0",
"0β2"
],
[
"4",
"3",
"Partizan",
"4β2",
"Dinamo Zagreb",
"3β2",
"1β0"
],
[
"5",
"4",
"Red Star",
"7β1",
"Vojvodina",
"6β0",
"1β1"
],
[
"6",
"5",
"Sileks Kratovo",
"1β1 (5β3 p )",
"Sarajevo",
"1β0",
"0β1"
],
[
"7",
"6",
"Sloboda Tuzla",
"2β3",
"BuduΔnost Titograd",
"2β0",
"0β3"
],
[
"8",
"7",
"Spartak Subotica",
"0β1",
"VeleΕΎ",
"0β0",
"0β1"
]
] |
[
{
"Formula": "FILTER(C1,A1=2007)",
"Formula2": "FILTER(C2:C17,A2:A17=2007)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the location in 2007?",
"Tokens": [
"FILTER(",
"C1",
"A1",
"=",
"2007"
]
},
{
"Formula": "FILTER(B1,D1=\"fate or fortune\")",
"Formula2": "FILTER(B2:B17,D2:D17=\"fate or fortune\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What date has a theme of fate or fortune?",
"Tokens": [
"FILTER(",
"B1",
"D1",
"=",
"\"fate or fortune\""
]
},
{
"Formula": "MIN(FILTER(A1,(C1=\"gelredome, arnhem\")*(E1=\"technoboy - next dimensional world\")))",
"Formula2": "MIN(FILTER(A2:A17,(C2:C17=\"gelredome, arnhem\")*(E2:E17=\"technoboy - next dimensional world\")))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the earliest year it was located in gelredome, arnhem, and a Anthem of technoboy - next dimensional world?",
"Tokens": [
"MIN(",
"FILTER(",
"A1",
"C1",
"=",
"\"gelredome, arnhem\"",
"*",
"E1",
"=",
"\"technoboy - next dimensional world\""
]
}
] | dev_2-10611804-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Date",
"Location",
"Theme",
"Anthem"
],
[
"2",
"2000",
"3 June",
"Beursgebouw, Eindhoven (Holland)",
"N/A",
"N/A"
],
[
"3",
"2001",
"2 June",
"Heineken Music Hall , Amsterdam",
"N/A",
"N/A"
],
[
"4",
"2002",
"6 April",
"Thialf Stadion , Heerenveen",
"Cosmos",
"N/A"
],
[
"5",
"2002",
"21 September",
"SilverDome, Zoetermeer",
"Infection",
"N/A"
],
[
"6",
"2003",
"12 April",
"Thialf Stadion , Heerenveen",
"Follow The Leader",
"The Prophet - Follow The Leader"
],
[
"7",
"2003",
"22 November",
"GelreDome , Arnhem",
"The Prophecy",
"Deepack - The Prophecy"
],
[
"8",
"2004",
"27 November",
"GelreDome , Arnhem",
"Destiny's Path",
"Future Tribes - Deadlock"
],
[
"9",
"2005",
"19 November",
"GelreDome , Arnhem",
"Science & Religion",
"DJ Zany - Science & Religion"
],
[
"10",
"2006",
"25 November",
"GelreDome , Arnhem",
"The Darkside",
"Alpha Twins - The Darkside"
],
[
"11",
"2007",
"17 November",
"GelreDome , Arnhem",
"The Power Of The Mind",
"Headhunterz - The Power Of The Mind"
],
[
"12",
"2008",
"22 November",
"GelreDome , Arnhem",
"Next Dimensional World",
"Technoboy - Next Dimensional World"
],
[
"13",
"2009",
"21 November",
"GelreDome , Arnhem",
"The Nature Of Our Mind",
"D-Block & S-te-Fan - The Nature Of Our Mind"
],
[
"14",
"2010",
"27 November",
"GelreDome , Arnhem",
"Alternate Reality",
"Brennan Heart - Alternate Reality"
],
[
"15",
"2011",
"26 November",
"GelreDome , Arnhem",
"No Way Back",
"Zatox - No Way Back"
],
[
"16",
"2012",
"24 November",
"GelreDome , Arnhem",
"Fate or Fortune",
"Psyko Punkz - Fate or Fortune"
],
[
"17",
"2013",
"23 November",
"GelreDome , Arnhem",
"Immortal Essence",
"Gunz For Hire ft. Ruffain - Immortal"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"retired democratic hold\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"retired democratic hold\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which party had a Retired Democratic hold?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"retired democratic hold\"",
"3"
]
},
{
"Formula": "AVERAGE(FILTER(D1, (E1=\"re-elected\")*(B1=\"charles n. felton\")))",
"Formula2": "AVERAGE(FILTER(D2:D7, (E2:E7=\"re-elected\")*(B2:B7=\"charles n. felton\")))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What's the average year Charles N. Felton was re-elected?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"E1",
"=",
"\"re-elected\"",
"*",
"B1",
"=",
"\"charles n. felton\""
]
},
{
"Formula": "SUMIFS(D1,B1,\"barclay henley\")",
"Formula2": "SUMIFS(D2:D7,B2:B7,\"barclay henley\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What year was Barclay Henley first elected?",
"Tokens": [
"SUMIFS(",
"D1",
"B1",
"\"barclay henley\""
]
}
] | train_2-1431467-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result"
],
[
"2",
"California 1",
"Barclay Henley",
"Democratic",
"1882",
"Retired Democratic hold"
],
[
"3",
"California 2",
"James A. Louttit",
"Republican",
"1884",
"Retired Democratic gain"
],
[
"4",
"California 3",
"Joseph McKenna",
"Republican",
"1884",
"Re-elected"
],
[
"5",
"California 4",
"William W. Morrow",
"Republican",
"1884",
"Re-elected"
],
[
"6",
"California 5",
"Charles N. Felton",
"Republican",
"1884",
"Re-elected"
],
[
"7",
"California 6",
"Henry Markham",
"Republican",
"1884",
"Retired Republican hold"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"tokyo\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,C2:C17=\"tokyo\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the order of the Tokyo olympic games?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"tokyo\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(B1=2012)*(A1=\"15th\")),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,(B2:B17=2012)*(A2:A17=\"15th\")),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the 15th club in 2012?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"2012",
"*",
"A1",
"=",
"\"15th\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(E1=\"fly\")*(F1=\"michael conlon\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,(E2:E17=\"fly\")*(F2:F17=\"michael conlon\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What medal did Michael Conlon, with a weight of fly, win?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"fly\"",
"*",
"F1",
"=",
"\"michael conlon\"",
"4"
]
}
] | train_2-14106439-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Order",
"Year",
"Olympic Games",
"Medal",
"Weight",
"Boxer",
"Club"
],
[
"2",
"1st",
"1952",
"Finland",
"SILVER",
"Bantam",
"John McNally",
"White City BC"
],
[
"3",
"2nd",
"1956",
"Melbourne",
"SILVER",
"Welter",
"Fred Tiedt",
"N/A"
],
[
"4",
"3rd",
"1956",
"Melbourne",
"BRONZE",
"Fly",
"John Caldwell",
"N/A"
],
[
"5",
"4th",
"1956",
"Melbourne",
"BRONZE",
"Bantam",
"Fred Gilroy",
"N/A"
],
[
"6",
"5th",
"1956",
"Melbourne",
"BRONZE",
"Light",
"Tony Byrne",
"N/A"
],
[
"7",
"6th",
"1964",
"Tokyo",
"BRONZE",
"Light",
"Jim McCourt",
"N/A"
],
[
"8",
"7th",
"1980",
"Moscow",
"BRONZE",
"Fly",
"Hugh Russell",
"N/A"
],
[
"9",
"8th",
"1992",
"Barcelona",
"GOLD",
"Welter",
"Michael Carruth",
"Drimnagh BC"
],
[
"10",
"9th",
"1992",
"Barcelona",
"SILVER",
"Bantam",
"Wayne McCullough",
"N/A"
],
[
"11",
"10th",
"2008",
"Beijing",
"SILVER",
"Light Heavy",
"Kenneth Egan",
"Neilstown BC"
],
[
"12",
"11th",
"2008",
"Beijing",
"BRONZE",
"Middle",
"Darren Sutherland",
"St Saviours BC"
],
[
"13",
"12th",
"2008",
"Beijing",
"BRONZE",
"Light Fly",
"Paddy Barnes",
"Holy Family BC"
],
[
"14",
"13th",
"2012",
"London",
"SILVER",
"Bantam",
"John Joe Nevin",
"Cavan BC"
],
[
"15",
"14th",
"2012",
"London",
"GOLD",
"Light",
"Katie Taylor",
"Bray BC"
],
[
"16",
"15th",
"2012",
"London",
"BRONZE",
"Fly",
"Michael Conlon",
"St. John Bosco BC"
],
[
"17",
"16th",
"2012",
"London",
"BRONZE",
"Light Fly",
"Paddy Barnes",
"Holy Family BC"
]
] |
[
{
"Formula": "SUMIFS(D1,A1,\"vanguard 0-6-0dh\")",
"Formula2": "SUMIFS(D2:D8,A2:A8,\"vanguard 0-6-0dh\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the fleet size of the Vanguard 0-6-0dh class?",
"Tokens": [
"SUMIFS(",
"D1",
"A1",
"\"vanguard 0-6-0dh\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"electro-diesel locomotive\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"electro-diesel locomotive\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the year of introduction for the Electro-Diesel locomotive?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"electro-diesel locomotive\"",
"3"
]
},
{
"Formula": "AVERAGE(FILTER(D1, (B1=\"shunter\")*(C1=1959)))",
"Formula2": "AVERAGE(FILTER(D2:D8, (B2:B8=\"shunter\")*(C2:C8=1959)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the average fleet size for the Shunter type introduced in 1959?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"B1",
"=",
"\"shunter\"",
"*",
"C1",
"=",
"1959"
]
},
{
"Formula": "MIN(FILTER(D1, (B1=\"shunter\")*(C1=1953)))",
"Formula2": "MIN(FILTER(D2:D8, (B2:B8=\"shunter\")*(C2:C8=1953)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the smallest fleet size with a type of shunter introduced in 1953?",
"Tokens": [
"MIN(",
"FILTER(",
"D1",
"B1",
"=",
"\"shunter\"",
"*",
"C1",
"=",
"1953"
]
}
] | train_2-12085438-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Class",
"Type",
"Introduced",
"Fleet Size",
"Numbers"
],
[
"2",
"Class 08",
"Shunter",
"1953",
"2",
"08925, 08934"
],
[
"3",
"Class 09",
"Shunter",
"1959",
"2",
"09002, 09009"
],
[
"4",
"Class 20",
"Diesel locomotive",
"1957-1968",
"9",
"20096, 107, 142, 189, 227 311, 314, 901, 905"
],
[
"5",
"Class 66",
"Diesel locomotive",
"2002",
"48",
"66701-733, 735-751"
],
[
"6",
"Class 73",
"Electro-diesel locomotive",
"1966",
"10",
"73119, 141, 204-209, 212-213"
],
[
"7",
"Class 92",
"Electric locomotive",
"1993",
"7",
"92020, 021, 032, 040, 044-046"
],
[
"8",
"Vanguard 0-6-0DH",
"Diesel locomotive",
"2011",
"2",
"DH50-1, DH50-2"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(D1),SUMX(E1)),FILTER(query1,(CHOOSECOLS(query1,2)>21)*(CHOOSECOLS(query1,3)=106168)))",
"Formula2": "LET(query1,SUMMARIZE(C2:C7,SUMX(D2:D7),SUMX(E2:E7)),FILTER(query1,(CHOOSECOLS(query1,2)>21)*(CHOOSECOLS(query1,3)=106168)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which Ages have a Capacity larger than 21, and an Ofsted of 106168?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"D1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"21",
"*",
"CHOOSECOLS(",
"query1",
"3",
"=",
"106168"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,A1=\"oakgrove school\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>106172))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E7,A2:A7=\"oakgrove school\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>106172))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Which Ages have an Ofsted larger than 106172, and a School of oakgrove school?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"oakgrove school\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"106172"
]
},
{
"Formula": "SUM(FILTER(E1, (D1<56)*(C1=\"11-16\")))",
"Formula2": "SUM(FILTER(E2:E7, (D2:D7<56)*(C2:C7=\"11-16\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which Ofsted has a Capacity smaller than 56, and Ages of 11-16?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"D1",
"<",
"56",
"*",
"C1",
"=",
"\"11-16\""
]
},
{
"Formula": "SUM(FILTER(D1, (A1=\"windlehurst school\")*(E1<131889)))",
"Formula2": "SUM(FILTER(D2:D7, (A2:A7=\"windlehurst school\")*(E2:E7<131889)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Capacity has a School of windlehurst school, and an Ofsted smaller than 131889?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"A1",
"=",
"\"windlehurst school\"",
"*",
"E1",
"<",
"131889"
]
}
] | test_2-16931017-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"School",
"Locality",
"Ages",
"Capacity",
"Ofsted"
],
[
"2",
"Castle Hill High School",
"Brinnington",
"11-16",
"132",
"106172"
],
[
"3",
"Heaton School",
"Heaton Moor",
"10-19",
"73",
"106173"
],
[
"4",
"Lisburne School",
"Offerton",
"4-11",
"56",
"106170"
],
[
"5",
"Oakgrove School",
"Heald Green",
"4-11",
"24",
"131887"
],
[
"6",
"Valley School",
"Bramhall",
"2-11",
"69",
"106168"
],
[
"7",
"Windlehurst School",
"Marple",
"11-16",
"21",
"131889"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"William F. Stevenson\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"William F. Stevenson\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What year was incumbent william f. stevenson first elected?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"William F. Stevenson\"",
"4"
]
},
{
"Formula": "UNIQUE(D1)",
"Formula2": "UNIQUE(D2:D7)",
"Funcs": [
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "What is the last year on this list someone was first elected?",
"Tokens": [
"UNIQUE(",
"D1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Samuel J. Nicholls\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"Samuel J. Nicholls\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What candidate was featured in the election for incumbent samuel j. nicholls' seat?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Samuel J. Nicholls\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Frederick H. Dominick\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"Frederick H. Dominick\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the last year incumbent frederick h. dominick was first elected?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Frederick H. Dominick\"",
"4"
]
}
] | test_1-1342451-38 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"South Carolina 1",
"Richard S. Whaley",
"Democratic",
"1913",
"Retired Democratic hold",
"W. Turner Logan (D) 92.6% ? Saspartas (I) 7.4%"
],
[
"3",
"South Carolina 2",
"James F. Byrnes",
"Democratic",
"1910",
"Re-elected",
"James F. Byrnes (D) Unopposed"
],
[
"4",
"South Carolina 3",
"Frederick H. Dominick",
"Democratic",
"1916",
"Re-elected",
"Frederick H. Dominick (D) Unopposed"
],
[
"5",
"South Carolina 4",
"Samuel J. Nicholls",
"Democratic",
"1915",
"Retired Democratic hold",
"John J. McSwain (D) Unopposed"
],
[
"6",
"South Carolina 5",
"William F. Stevenson",
"Democratic",
"1917",
"Re-elected",
"William F. Stevenson (D) Unopposed"
],
[
"7",
"South Carolina 6",
"Philip H. Stoll",
"Democratic",
"1919",
"Re-elected",
"Philip H. Stoll (D) Unopposed"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=2.11))",
"Formula2": "LET(query1,SUMMARIZE(C2:C13,SUMX(B2:B13)),FILTER(query1,CHOOSECOLS(query1,2)=2.11))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the Position of the Player with a Height of 2.11?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"2.11"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"pg/sg\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)<1.9500000000000002))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E13,C2:C13=\"pg/sg\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)<1.9500000000000002))",
"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 Current Club of the PG/SG player with a Height of less than 1.9500000000000002?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"pg/sg\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"2",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"1.9500000000000002"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"toronto raptors\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"toronto raptors\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Position of the Player from the Toronto Raptors?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"toronto raptors\"",
"3"
]
}
] | test_2-18228282-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Player",
"Height",
"Position",
"Year born (Age)",
"Current Club"
],
[
"2",
"Roko Leni UkiΔ",
"1.95",
"PG",
"December 5, 1984 (age29)",
"Toronto Raptors"
],
[
"3",
"Davor Kus",
"1.91",
"PG/SG",
"July 21, 1978 (age35)",
"Unicaja MΓ‘laga"
],
[
"4",
"Marko PopoviΔ",
"1.85",
"PG",
"June 12, 1982 (age31)",
"Zalgiris Kaunas"
],
[
"5",
"Marin RoziΔ",
"2.03",
"SF",
"February 14, 1983 (age30)",
"Cibona Zagreb"
],
[
"6",
"Nikola PrkaΔin",
"2.08",
"PF",
"November 15, 1975 (age38)",
"Cibona Zagreb"
],
[
"7",
"Marko Tomas",
"2.01",
"SG/SF",
"January 3, 1985 (age29)",
"Real Madrid"
],
[
"8",
"Zoran PlaniniΔ",
"1.99",
"PG",
"September 12, 1982 (age31)",
"CSKA Moscow"
],
[
"9",
"Sandro NiceviΔ",
"2.11",
"C",
"June 16, 1976 (age37)",
"Benetton Treviso"
],
[
"10",
"Damir Markota",
"2.09",
"SF/PF",
"December 26, 1985 (age28)",
"Zalgiris Kaunas"
],
[
"11",
"Marko BaniΔ",
"2.04",
"PF",
"August 31, 1984 (age29)",
"Iurbentia Bilbao"
],
[
"12",
"KreΕ‘imir LonΔar",
"2.10",
"C",
"February 12, 1983 (age30)",
"Lokomotiv Rostov"
],
[
"13",
"Stanko BaraΔ",
"2.17",
"C",
"August 13, 1986 (age27)",
"Pamesa Valencia"
]
] |
[
{
"Formula": "MAX(FILTER(B1, (A1<19)*(C1=\"minnesota north stars\")))",
"Formula2": "MAX(FILTER(B2:B14, (A2:A14<19)*(C2:C14=\"minnesota north stars\")))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the highest November date that has a game under 19 and opponents of the Minnesota North Stars?",
"Tokens": [
"MAX(",
"FILTER(",
"B1",
"A1",
"<",
"19",
"*",
"C1",
"=",
"\"minnesota north stars\""
]
},
{
"Formula": "SUM(FILTER(A1, (E1=\"12-4-2\")*(B1>22)))",
"Formula2": "SUM(FILTER(A2:A14, (E2:E14=\"12-4-2\")*(B2:B14>22)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the total number of games that led to a record of 12-4-2 after November 22?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"E1",
"=",
"\"12-4-2\"",
"*",
"B1",
">",
"22"
]
}
] | test_2-17323274-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Game",
"November",
"Opponent",
"Score",
"Record"
],
[
"2",
"10",
"1",
"Chicago Black Hawks",
"5 - 2",
"7-2-1"
],
[
"3",
"11",
"4",
"@ California Golden Seals",
"3 - 1",
"7-3-1"
],
[
"4",
"12",
"7",
"@ Los Angeles Kings",
"6 - 2",
"8-3-1"
],
[
"5",
"13",
"11",
"Pittsburgh Penguins",
"3 - 3",
"8-3-2"
],
[
"6",
"14",
"14",
"@ Chicago Black Hawks",
"2 - 1",
"8-4-2"
],
[
"7",
"15",
"15",
"Toronto Maple Leafs",
"4 - 2",
"9-4-2"
],
[
"8",
"16",
"18",
"@ Los Angeles Kings",
"5 - 3",
"10-4-2"
],
[
"9",
"17",
"21",
"@ Montreal Canadiens",
"5 - 4",
"11-4-2"
],
[
"10",
"18",
"22",
"Minnesota North Stars",
"2 - 0",
"12-4-2"
],
[
"11",
"19",
"25",
"@ Philadelphia Flyers",
"3 - 1",
"12-5-2"
],
[
"12",
"20",
"26",
"@ Buffalo Sabres",
"2 - 2",
"12-5-3"
],
[
"13",
"21",
"28",
"Boston Bruins",
"3 - 3",
"12-5-4"
],
[
"14",
"22",
"29",
"Pittsburgh Penguins",
"6 - 2",
"13-5-4"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"hard\")*(B1=\"amarante\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,(C2:C19=\"hard\")*(B2:B19=\"amarante\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was Silva's Partner in the Amarante Tournament played on a Hard Surface?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"hard\"",
"*",
"B1",
"=",
"\"amarante\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"6β3, 7β6 (7β3)\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,F2:F19=\"6β3, 7β6 (7β3)\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was Silva's Partner in the match with a Score of 6β3, 7β6 (7β3)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"6β3, 7β6 (7β3)\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"kira nagy\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,D2:D19=\"kira nagy\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On what Date was the match with partner Kira Nagy?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"kira nagy\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"vigo\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,B2:B19=\"vigo\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Date of the Vigo Tournament?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"vigo\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"nicole thijssen\")*(E1=\"nina bratchikova & frederica piedade\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,(D2:D19=\"nicole thijssen\")*(E2:E19=\"nina bratchikova & frederica piedade\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What Tournament did Silva Partner with Nicole Thijssen with Opponent in the final Nina Bratchikova & Frederica Piedade?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"nicole thijssen\"",
"*",
"E1",
"=",
"\"nina bratchikova & frederica piedade\"",
"2"
]
}
] | train_2-16893837-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Date",
"Tournament",
"Surface",
"Partner",
"Opponent in the final",
"Score"
],
[
"2",
"23 June 2002",
"Montemor-o-Novo",
"Hard",
"Carlota Santos",
"Alberta Brianti & Frederica Piedade",
"6β4, 6β2"
],
[
"3",
"5 August 2002",
"Pontevedra",
"Hard",
"Frederica Piedade",
"Alberta Brianti & Δ°pek ΕenoΔlu",
"6β2, 4β6, 6β2"
],
[
"4",
"29 September 2002",
"Lleida",
"Clay",
"Frederica Piedade",
"Caroline Ann Basu & AliΓ©nor Tricerri",
"6β7 (5β7) , 6β2, 6β4"
],
[
"5",
"25 May 2003",
"Almeria",
"Hard",
"Δ°pek ΕenoΔlu",
"Romy Farah & Astrid Waernes",
"7β5, 5β7, 6β3"
],
[
"6",
"3 August 2003",
"Pontevedra",
"Hard",
"Gabriela Velasco Andreu",
"Veronika Litvinskaya & Elena Poliakova",
"6β0, 6β1"
],
[
"7",
"16 May 2004",
"MonzΓ³n",
"Hard",
"Larissa Carvalho",
"Joana Cortez & Marina Tavares",
"6β2, 6β4"
],
[
"8",
"29 August 2005",
"Amarante",
"Hard",
"Joana Cortez",
"Flavia Mignola & Gabriela Velasco Andreu",
"6β2, 6β3"
],
[
"9",
"11 October 2005",
"Bolton",
"Hard",
"Daniela Kix",
"Veronika ChvojkovΓ‘ & Claire Peterzan",
"6β0, 6β2"
],
[
"10",
"11 October 2006",
"Mallorca",
"Clay",
"Nuria Sanchez Garcia",
"Anja Prislan & Laura Siegemund",
"6β3, 6β1"
],
[
"11",
"30 January 2007",
"Hull",
"Hard",
"Claire de Gubernatis",
"Danielle Brown & Elizabeth Thomas",
"6β7 (2β7) , 7β5, 6β4"
],
[
"12",
"25 February 2007",
"PortimΓ£o",
"Hard",
"Nicole Thijssen",
"Jessica Lehnhoff & Robin Stephenson",
"6β4, 6β2"
],
[
"13",
"26 March 2007",
"Athens",
"Hard",
"Nicole Thijssen",
"Anna Koumantou & Pemra Γzgen",
"6β2, 6β4"
],
[
"14",
"26 May 2007",
"Fuerteventura",
"Carpet",
"Nicole Thijssen",
"Mariana Duque Marino & Roxane Vaisemberg",
"6β1, 6β2"
],
[
"15",
"9 July 2007",
"Mont-de-Marsan",
"Clay",
"Nina Bratchikova",
"Joana Cortez & Teliana Pereira",
"6β3, 7β6 (7β3)"
],
[
"16",
"10 August 2007",
"Coimbra",
"Hard",
"Kira Nagy",
"Magdalena KiszczyΕska & Yanina Wickmayer",
"6β3, 3β6, 7β5"
],
[
"17",
"5 July 2008",
"Mont-de-Marsan",
"Clay",
"Δ°pek ΕenoΔlu",
"Melanie Klaffner & Frederica Piedade",
"6β4, 6β2"
],
[
"18",
"27 July 2008",
"La CoruΓ±a",
"Hard",
"Nicole Thijssen",
"Karen Emilia Castiblanco Duarte & Paula Zabala",
"6β2, 6β2"
],
[
"19",
"3 August 2008",
"Vigo",
"Hard",
"Nicole Thijssen",
"Nina Bratchikova & Frederica Piedade",
"6β2, 6β4"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"LA Lakers\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,C2:C16=\"LA Lakers\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What date did the Bulls play the LA Lakers?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"LA Lakers\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"December 7\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,B2:B16=\"December 7\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What team were the Bulls hosted by on December 7?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"December 7\"",
"3"
]
}
] | test_1-11960610-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
[
"2",
"14",
"December 1",
"Charlotte",
"111β95",
"Gordon (34)",
"Wallace (19)",
"Hinrich (7)",
"United Center 21,729",
"4β10"
],
[
"3",
"15",
"December 3",
"Dallas",
"98β103",
"Nocioni (30)",
"Duhon (9)",
"Hinrich , Duhon (5)",
"United Center 21,780",
"4β11"
],
[
"4",
"16",
"December 5",
"@ Charlotte",
"91β82",
"Deng (30)",
"Nocioni (11)",
"Duhon (9)",
"Charlotte Bobcats Arena 13,227",
"5β11"
],
[
"5",
"17",
"December 7",
"@ Detroit",
"98β91",
"Nocioni (22)",
"Smith (14)",
"Hinrich (6)",
"Palace of Auburn Hills 22,076",
"6β11"
],
[
"6",
"18",
"December 8",
"Boston",
"81β92",
"Nocioni (18)",
"Wallace (14)",
"Hinrich (6)",
"United Center 22,778",
"6β12"
],
[
"7",
"19",
"December 11",
"Seattle",
"123β96",
"Gordon (27)",
"Thomas (9)",
"Hinrich (8)",
"United Center 21,772",
"7β12"
],
[
"8",
"20",
"December 12",
"@ Indiana",
"102β117",
"Gordon (27)",
"Deng (7)",
"Hinrich (8)",
"Conseco Fieldhouse 10,381",
"7β13"
],
[
"9",
"21",
"December 14",
"New York",
"101β96",
"Deng (29)",
"Hinrich (12)",
"Hinrich (14)",
"United Center 21,751",
"8β13"
],
[
"10",
"22",
"December 18",
"LA Lakers",
"91β103",
"Deng (26)",
"Deng , Nocioni (7)",
"Hinrich (8)",
"United Center 22,310",
"8β14"
],
[
"11",
"23",
"December 19",
"@ Washington",
"95β84",
"Gordon (22)",
"Gray (10)",
"Gordon (6)",
"Verizon Center 14,792",
"9β14"
],
[
"12",
"24",
"December 21",
"@ Boston",
"82β107",
"Gordon (19)",
"Thomas (9)",
"Duhon (4)",
"TD Banknorth Garden 18,624",
"9β15"
],
[
"13",
"25",
"December 22",
"Houston",
"98β116",
"Hinrich (22)",
"Deng (7)",
"Deng (5)",
"United Center 22,434",
"9β16"
],
[
"14",
"26",
"December 26",
"@ San Antonio",
"79β94",
"Smith (19)",
"Smith (11)",
"Hinrich (7)",
"AT&T Center 18,797",
"9β17"
],
[
"15",
"27",
"December 28",
"Milwaukee",
"103β99",
"Gordon (31)",
"Deng , Wallace (10)",
"Hinrich (9)",
"United Center 22,189",
"10β17"
],
[
"16",
"28",
"December 30",
"@ New York",
"100β83",
"Gordon (25)",
"Wallace (10)",
"Hinrich (8)",
"Madison Square Garden 19,763",
"11β17"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"michigan stadium β’ ann arbor, mi\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,C2:C10=\"michigan stadium β’ ann arbor, mi\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What date was the Site michigan stadium β’ ann arbor, mi?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"michigan stadium β’ ann arbor, mi\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"l7-33\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,D2:D10=\"l7-33\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the site of the game with a Result of l7-33?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"l7-33\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"w48-0\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,D2:D10=\"w48-0\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the name of the Opponent when the Result was w48-0?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"w48-0\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"memorial stadium β’ minneapolis, mn\")*(B1=\"northwestern\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,(C2:C10=\"memorial stadium β’ minneapolis, mn\")*(B2:B10=\"northwestern\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Date at memorial stadium β’ minneapolis, mn, and an Opponent of northwestern?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"memorial stadium β’ minneapolis, mn\"",
"*",
"B1",
"=",
"\"northwestern\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"10/11/1930\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=\"10/11/1930\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Result of the game on 10/11/1930?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"10/11/1930\"",
"4"
]
}
] | train_2-14725662-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Opponent",
"Site",
"Result",
"Attendance"
],
[
"2",
"09/27/1930",
"South Dakota State",
"Memorial Stadium β’ Minneapolis, MN",
"W48-0",
"20,000"
],
[
"3",
"10/04/1930",
"Vanderbilt",
"Memorial Stadium β’ Minneapolis, MN",
"L7-33",
"20,000"
],
[
"4",
"10/11/1930",
"Stanford",
"Memorial Stadium β’ Minneapolis, MN",
"T0-0",
"45,000"
],
[
"5",
"10/18/1930",
"Indiana",
"Memorial Stadium β’ Minneapolis, MN",
"W6-0",
"20,000"
],
[
"6",
"11/01/1930",
"Northwestern",
"Memorial Stadium β’ Minneapolis, MN",
"L6-27",
"54,000"
],
[
"7",
"11/08/1930",
"South Dakota",
"Memorial Stadium β’ Minneapolis, MN",
"W59-0",
"20,000"
],
[
"8",
"10/15/1930",
"at Michigan",
"Michigan Stadium β’ Ann Arbor, MI",
"L0-7",
"54,944"
],
[
"9",
"11/22/1930",
"at Wisconsin",
"Camp Randall Stadium β’ Madison, WI",
"L0-14",
"32,000"
],
[
"10",
"*Non-conference game. Homecoming.",
"*Non-conference game. Homecoming.",
"*Non-conference game. Homecoming.",
"*Non-conference game. Homecoming.",
"*Non-conference game. Homecoming."
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"1-0\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,C2:C8=\"1-0\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's in third place that's going 1-0?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"1-0\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"kaizer chiefs\")*(C1=\"1-0\")),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(B2:B8=\"kaizer chiefs\")*(C2:C8=\"1-0\")),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is in third place when the kaizer chiefs won 1-0?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"kaizer chiefs\"",
"*",
"C1",
"=",
"\"1-0\"",
"6"
]
}
] | test_2-11568882-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Winners",
"Score",
"Runners Up",
"Venue",
"3rd Place"
],
[
"2",
"2006 Details",
"Kaizer Chiefs",
"0-0 4-3 on Pens",
"Manchester United",
"Loftus Versfeld , Pretoria",
"Orlando Pirates"
],
[
"3",
"2007 Details",
"Tottenham Hotspur",
"3-0",
"Orlando Pirates",
"Loftus Versfeld , Pretoria",
"Kaizer Chiefs"
],
[
"4",
"2008 Details",
"Manchester United",
"4-0",
"Kaizer Chiefs",
"Loftus Versfeld , Pretoria",
"Orlando Pirates"
],
[
"5",
"2009 Details",
"Kaizer Chiefs",
"1-0",
"Manchester City",
"Loftus Versfeld , Pretoria",
"Orlando Pirates"
],
[
"6",
"2010",
"Cancelled due to 2010 FIFA World Cup",
"Cancelled due to 2010 FIFA World Cup",
"Cancelled due to 2010 FIFA World Cup",
"Cancelled due to 2010 FIFA World Cup",
"Cancelled due to 2010 FIFA World Cup"
],
[
"7",
"2011 Details",
"Tottenham Hotspur",
"3-0",
"Orlando Pirates",
"Ellis Park , Johannesburg",
"Kaizer Chiefs"
],
[
"8",
"2012",
"Cancelled due to \"time constraints\".",
"Cancelled due to \"time constraints\".",
"Cancelled due to \"time constraints\".",
"Cancelled due to \"time constraints\".",
"Cancelled due to \"time constraints\"."
]
] |
[
{
"Formula": "SUM(FILTER(A1, (G1=\"Earl Watson (11)\")*(H1=\"KeyArena 16,841\")))",
"Formula2": "SUM(FILTER(A2:A14, (G2:G14=\"Earl Watson (11)\")*(H2:H14=\"KeyArena 16,841\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many games have high assists as earl watson (11) and location attendance as Keyarena 16,841?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"G1",
"=",
"\"Earl Watson (11)\"",
"*",
"H1",
"=",
"\"KeyArena 16,841\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,G1=\"Earl Watson (6)\"),9))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,G2:G14=\"Earl Watson (6)\"),9))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the record listed when the high assists is earl watson (6)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"G1",
"=",
"\"Earl Watson (6)\"",
"9"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"January 9\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,B2:B14=\"January 9\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Where is the location attendance when the date is January 9?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"January 9\"",
"8"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"Nick Collison (10)\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,F2:F14=\"Nick Collison (10)\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is listed in hight points when the high rebounds is listed as Nick Collison (10)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"F1",
"=",
"\"Nick Collison (10)\"",
"5"
]
},
{
"Formula": "SUMIFS(A1,H1,\"KeyArena 16,841\")",
"Formula2": "SUMIFS(A2:A14,H2:H14,\"KeyArena 16,841\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is listed in game when the location attendance is listed as Keyarena 16,841?",
"Tokens": [
"SUMIFS(",
"A1",
"H1",
"\"KeyArena 16,841\""
]
}
] | train_1-28768469-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
[
"2",
"33",
"January 2",
"@ Dallas",
"L 88β112",
"Ray Allen (27)",
"Nick Collison (7)",
"Earl Watson (6)",
"American Airlines Center 20,245",
"13β20"
],
[
"3",
"34",
"January 3",
"@ Houston",
"L 96β103",
"Ray Allen (32)",
"Nick Collison (7)",
"Luke Ridnour (8)",
"Toyota Center 11,133",
"13β21"
],
[
"4",
"35",
"January 5",
"New York",
"L 93β111",
"Chris Wilcox (13)",
"Nick Collison , Chris Wilcox (6)",
"Earl Watson (11)",
"KeyArena 16,841",
"13β22"
],
[
"5",
"36",
"January 6",
"@ Golden State",
"L 104β108",
"Ray Allen (38)",
"Nick Collison (10)",
"Earl Watson (11)",
"Oracle Arena 17,007",
"13β23"
],
[
"6",
"37",
"January 9",
"@ Phoenix",
"L 102β113",
"Nick Collison (29)",
"Nick Collison (21)",
"Ray Allen , Earl Watson (9)",
"US Airways Center 18,422",
"13β24"
],
[
"7",
"38",
"January 10",
"Miami",
"L 103β107",
"Ray Allen (29)",
"Chris Wilcox (13)",
"Earl Watson (11)",
"KeyArena 15,676",
"13β25"
],
[
"8",
"39",
"January 12",
"Utah",
"W 122β114 (OT)",
"Ray Allen (54)",
"Nick Collison (13)",
"Earl Watson (16)",
"KeyArena 15,391",
"14β25"
],
[
"9",
"40",
"January 16",
"Cleveland",
"W 101β96",
"Ray Allen (22)",
"Nick Collison , Chris Wilcox (12)",
"Ray Allen (11)",
"KeyArena 15,619",
"15β25"
],
[
"10",
"41",
"January 19",
"Milwaukee",
"W 99β72",
"Ray Allen (21)",
"Nick Collison (16)",
"Earl Watson (7)",
"KeyArena 16,249",
"16β25"
],
[
"11",
"42",
"January 23",
"Denver",
"L 112β117",
"Ray Allen (44)",
"Chris Wilcox (12)",
"Earl Watson (7)",
"KeyArena 17,072",
"16β26"
],
[
"12",
"43",
"January 26",
"Minnesota",
"W 102β100",
"Ray Allen (36)",
"Nick Collison (12)",
"Earl Watson (10)",
"KeyArena 16,610",
"17β26"
],
[
"13",
"44",
"January 28",
"L. A. Clippers",
"L 76β98",
"Ray Allen (15)",
"Johan Petro (7)",
"Earl Watson (5)",
"KeyArena 16,195",
"17β27"
],
[
"14",
"45",
"January 30",
"@ Dallas",
"L 102β122",
"Ray Allen (35)",
"Nick Collison (9)",
"Ray Allen (7)",
"American Airlines Center 20,326",
"17β28"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"hard\")*(C1=\"wellington, new zealand\")*(B1=\"6 february 2000\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,(D2:D11=\"hard\")*(C2:C11=\"wellington, new zealand\")*(B2:B11=\"6 february 2000\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Opponent In Final, when Surface is Hard, when Location is Wellington, New Zealand, and when Date is 6 February 2000?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"hard\"",
"*",
"C1",
"=",
"\"wellington, new zealand\"",
"*",
"B1",
"=",
"\"6 february 2000\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"2 may 1999\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,B2:B11=\"2 may 1999\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Surface, when Date is 2 May 1999?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"2 may 1999\"",
"4"
]
}
] | train_2-16776506-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Outcome",
"Date",
"Location",
"Surface",
"Opponent in final",
"Score"
],
[
"2",
"Winner",
"2 May 1999",
"Coatzacoalcos , Mexico",
"Hard",
"Candice Jairala",
"3β6 6β3 7β5"
],
[
"3",
"Winner",
"11 July 1999",
"Felixstowe , England",
"Grass",
"Karen Nugent",
"6β4 6β4"
],
[
"4",
"Runner-up",
"6 February 2000",
"Wellington, New Zealand",
"Hard",
"Mirielle Dittmann",
"6β7(5) 6β1 6β7(5)"
],
[
"5",
"Runner-up",
"28 May 2000",
"El Paso, Texas , USA",
"Hard",
"Erin Burdette",
"1β6 3β6"
],
[
"6",
"Runner-up",
"14 September 2003",
"Spoleto , Italy",
"Clay",
"Lenka Snajdrova",
"4β6 3β6"
],
[
"7",
"Winner",
"6 February 2005",
"Wellington, New Zealand",
"Hard",
"Mirielle Dittmann",
"2β6 6β1 6β1"
],
[
"8",
"Winner",
"28 August 2005",
"Jesi , Italy",
"Hard",
"Vanessa Pinto",
"6β2 7β6(6)"
],
[
"9",
"Winner",
"5February 2006",
"Taupo , New Zealand",
"Hard",
"Natsumi Hamamura",
"6β1 6β2"
],
[
"10",
"Winner",
"12 February 2006",
"Wellington, New Zealand",
"Hard",
"Katerina KramperovΓ‘",
"6β4 1β6 6β0"
],
[
"11",
"Winner",
"20 April 2008",
"MazatlΓ‘n , Mexico",
"Hard",
"Anna Lubinsky",
"6β2 6β1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"fc carl zeiss jena\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,A2:A6=\"fc carl zeiss jena\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "WHo was the outgoing manager for the team of fc carl zeiss jena?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"fc carl zeiss jena\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"end of tenure as caretaker\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,C2:C6=\"end of tenure as caretaker\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What team did the manager come from who departed due to an end of tenure as caretaker?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"end of tenure as caretaker\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"reiner geyer\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,E2:E6=\"reiner geyer\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the date of appointment for the replaced manager, reiner geyer?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"reiner geyer\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"ralf santelli\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"ralf santelli\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the date of vacancy after the outgoing manager, ralf santelli departed?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"ralf santelli\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"fc energie cottbus purchased rights\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,C2:C6=\"fc energie cottbus purchased rights\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the outgoing manager who departed due to fc energie cottbus purchased rights?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"fc energie cottbus purchased rights\"",
"2"
]
}
] | train_2-17593350-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Team",
"Outgoing manager",
"Manner of departure",
"Date of vacancy",
"Replaced by",
"Date of appointment",
"Position in table"
],
[
"2",
"VfL OsnabrΓΌck",
"Claus-Dieter Wollitz",
"FC Energie Cottbus purchased rights",
"30 June 2009",
"Karsten Baumann",
"1 July 2009",
"Pre-Season"
],
[
"3",
"FC Carl Zeiss Jena",
"Marc Fascher",
"End of contract",
"30 June 2009",
"RenΓ© van Eck",
"1 July 2009",
"Pre-Season"
],
[
"4",
"FC Rot-WeiΓ Erfurt",
"Henri Fuchs",
"End of tenure as caretaker",
"30 June 2009",
"Rainer HΓΆrgl",
"1 July 2009",
"Pre-Season"
],
[
"5",
"VfB Stuttgart II",
"Rainer Adrion",
"New coach of Germany U-21",
"30 June 2009",
"Reiner Geyer",
"1 July 2009",
"Pre-Season"
],
[
"6",
"SV Wacker Burghausen",
"Ralf Santelli",
"End of contract",
"30 June 2009",
"JΓΌrgen Press",
"1 July 2009",
"Pre-Season"
]
] |
[
{
"Formula": "AVERAGE(FILTER(G1, (B1=\"kairat\")*(A1=\"2002\")*(F1>29)))",
"Formula2": "AVERAGE(FILTER(G2:G17, (B2:B17=\"kairat\")*(A2:A17=\"2002\")*(F2:F17>29)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the average Goals for team Kairat, in the 2002 season with more than 29 apps?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"G1",
"B1",
"=",
"\"kairat\"",
"*",
"A1",
"=",
"\"2002\"",
"*",
"F1",
">",
"29"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"2006-07\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,A2:A17=\"2006-07\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Country for the 2006-07 season?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"2006-07\"",
"3"
]
},
{
"Formula": "AVERAGE(FILTER(F1, (B1=\"kairat\")*(E1>1)))",
"Formula2": "AVERAGE(FILTER(F2:F17, (B2:B17=\"kairat\")*(E2:E17>1)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the average Apps for the team Kairat with level larger than 1?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"F1",
"B1",
"=",
"\"kairat\"",
"*",
"E1",
">",
"1"
]
}
] | train_2-15679063-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Season",
"Team",
"Country",
"League",
"Level",
"Apps",
"Goals"
],
[
"2",
"1998",
"Kairat",
"Kazakhstan",
"Premier League",
"1",
"2",
"0"
],
[
"3",
"1999",
"Kairat",
"Kazakhstan",
"Premier League",
"1",
"21",
"1"
],
[
"4",
"2000",
"Kairat",
"Kazakhstan",
"Premier League",
"1",
"19",
"3"
],
[
"5",
"2001",
"Kairat",
"Kazakhstan",
"Premier League",
"1",
"27",
"3"
],
[
"6",
"2002",
"Kairat",
"Kazakhstan",
"Premier League",
"1",
"29",
"2"
],
[
"7",
"2003",
"Kairat",
"Kazakhstan",
"Premier League",
"1",
"30",
"5"
],
[
"8",
"2004",
"Kairat",
"Kazakhstan",
"Premier League",
"1",
"26",
"3"
],
[
"9",
"2005",
"Kairat",
"Kazakhstan",
"Premier League",
"1",
"17",
"1"
],
[
"10",
"2006",
"Kairat",
"Kazakhstan",
"Premier League",
"1",
"15",
"0"
],
[
"11",
"2006-07",
"AkΓ§aabat Sebatspor",
"Turkey",
"League A",
"2",
"16",
"5"
],
[
"12",
"2007-08",
"Kayseri Erciyesspor",
"Turkey",
"League A",
"2",
"15",
"1"
],
[
"13",
"2008-09",
"Kayseri Erciyesspor",
"Turkey",
"League A",
"2",
"28",
"1"
],
[
"14",
"2009-10",
"Kartalspor",
"Turkey",
"League A",
"2",
"20",
"0"
],
[
"15",
"2010-11",
"Diyarbakirspor",
"Turkey",
"League A",
"2",
"1",
"0"
],
[
"16",
"2012",
"Irtysh",
"Kazakhstan",
"Premier League",
"1",
"4",
"0"
],
[
"17",
"2012",
"Tobol",
"Kazakhstan",
"Premier League",
"1",
"2",
"0"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"kenneth carlsen\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,E2:E19=\"kenneth carlsen\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Date of the match with Opponent in the final Kenneth Carlsen?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"kenneth carlsen\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"6β3, 6β3, 2β6, 6β4\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,F2:F19=\"6β3, 6β3, 2β6, 6β4\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Date of the match with a Score in the final of 6β3, 6β3, 2β6, 6β4?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"6β3, 6β3, 2β6, 6β4\"",
"2"
]
}
] | train_2-1723549-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Outcome",
"Date",
"Championship",
"Surface",
"Opponent in the final",
"Score in the final"
],
[
"2",
"Winner",
"13 July 1997",
"BΓ₯stad , Sweden",
"Clay",
"Juan Antonio MarΓn",
"7β5, 6β2"
],
[
"3",
"Runner-up",
"19 October 1997",
"Ostrava , Czech Republic",
"Carpet (i)",
"Karol KuΔera",
"2β6 ret."
],
[
"4",
"Runner-up",
"27 July 1998",
"Umag , Croatia",
"Clay",
"Bohdan Ulihrach",
"3β6, 6β7(0)"
],
[
"5",
"Winner",
"9 August 1998",
"Amsterdam , Netherlands",
"Clay",
"Richard Fromberg",
"6β3, 6β3, 2β6, 6β4"
],
[
"6",
"Winner",
"25 April 1999",
"Orlando , USA",
"Clay",
"Guillermo CaΓ±as",
"6β0, 6β3"
],
[
"7",
"Winner",
"25 July 1999",
"Stuttgart , Germany",
"Clay",
"Tommy Haas",
"6β7 (6β8) , 4β6, 7β6 (9β7) , 6β0, 6β3"
],
[
"8",
"Winner",
"1 August 1999",
"Umag , Croatia",
"Clay",
"Jeff Tarango",
"6β2, 6β4"
],
[
"9",
"Winner",
"29 August 1999",
"Long Island , USA",
"Hard",
"Γlex Corretja",
"7β6 (7β4) , 4β6, 6β3"
],
[
"10",
"Winner",
"10 October 1999",
"Shanghai , China",
"Hard",
"Marcelo RΓos",
"2β6, 6β3, 7β5"
],
[
"11",
"Winner",
"16 January 2000",
"Auckland , New Zealand",
"Hard",
"Michael Chang",
"3β6, 6β3, 7β5"
],
[
"12",
"Winner",
"14 May 2000",
"Rome , Italy",
"Clay",
"Gustavo Kuerten",
"6β3, 4β6, 6β4, 6β4"
],
[
"13",
"Runner-up",
"11 June 2000",
"French Open, Paris, France",
"Clay",
"Gustavo Kuerten",
"2β6, 3β6, 6β2, 6β7 (6β8)"
],
[
"14",
"Winner",
"16 July 2000",
"BΓ₯stad, Sweden",
"Clay",
"Andreas Vinciguerra",
"6β1, 7β6 (8β6)"
],
[
"15",
"Winner",
"27 August 2000",
"Long Island, USA",
"Hard",
"Thomas Enqvist",
"6β3, 5β7, 7β5"
],
[
"16",
"Winner",
"22 October 2000",
"Shanghai, China",
"Hard",
"Sjeng Schalken",
"6β4, 4β6, 6β3"
],
[
"17",
"Runner-up",
"14 January 2001",
"Sydney , Australia",
"Hard",
"Lleyton Hewitt",
"4β6, 1β6"
],
[
"18",
"Runner-up",
"11 March 2001",
"Scottsdale , USA",
"Hard",
"Francisco Clavet",
"4β6, 2β6"
],
[
"19",
"Runner-up",
"6 October 2002",
"Tokyo , Japan",
"Hard",
"Kenneth Carlsen",
"6β7 (6β8) , 3β6"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"14β25\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"14β25\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the score for set 3 when set 1 was 14β25?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"14β25\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"31β29\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,F2:F7=\"31β29\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the time when the set 3 score is 31β29?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"31β29\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"14β25\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"14β25\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the total when the score for set 1 is 14β25?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"14β25\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"20β25\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"20β25\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the total when the score for set 2 is 20β25?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"20β25\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"25β22\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"25β22\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the total when the score for set 2 is 25β22?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"25β22\"",
"7"
]
}
] | train_2-16571273-17 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Time",
"Score",
"Set 1",
"Set 2",
"Set 3",
"Total"
],
[
"2",
"03 Sep",
"18:15",
"3β0",
"27β25",
"28β26",
"25β21",
"80β72"
],
[
"3",
"03 Sep",
"20:30",
"3β0",
"25β18",
"25β13",
"31β29",
"81β60"
],
[
"4",
"04 Sep",
"18:15",
"3β0",
"25β19",
"25β22",
"25β15",
"75β56"
],
[
"5",
"04 Sep",
"20:30",
"3β0",
"25β20",
"25β15",
"25β21",
"75β56"
],
[
"6",
"05 Sep",
"18:15",
"1β3",
"18β25",
"17β25",
"25β23",
"78β98"
],
[
"7",
"05 Sep",
"20:30",
"0β3",
"14β25",
"20β25",
"14β25",
"48β75"
]
] |
[
{
"Formula": "FILTER(A1,B1=\"0-8-0\")",
"Formula2": "FILTER(A2:A16,B2:B16=\"0-8-0\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What class is associated with a W.A. of 0-8-0?",
"Tokens": [
"FILTER(",
"A1",
"B1",
"=",
"\"0-8-0\""
]
},
{
"Formula": "FILTER(B1,(C1=10)*(E1=\"n13\"))",
"Formula2": "FILTER(B2:B16,(C2:C16=10)*(E2:E16=\"n13\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What WA has a LNER Class of n13 and 10?",
"Tokens": [
"FILTER(",
"B1",
"C1",
"=",
"10",
"*",
"E1",
"=",
"\"n13\""
]
}
] | dev_2-1169568-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Class",
"W.A.",
"Quantity",
"Date",
"LNER Class"
],
[
"2",
"A",
"0-6-0T",
"12",
"1884",
"β"
],
[
"3",
"B",
"0-6-0",
"20",
"1884",
"β"
],
[
"4",
"C",
"2-4-0",
"10",
"1885",
"β"
],
[
"5",
"K",
"0-4-0WT",
"6",
"1886β89",
"β"
],
[
"6",
"B",
"0-6-0",
"55",
"1889β1908",
"J23"
],
[
"7",
"G2",
"0-6-0T",
"3",
"1892",
"J80"
],
[
"8",
"F1",
"0-6-2T",
"5",
"1900",
"N11"
],
[
"9",
"F2",
"0-6-2T",
"9",
"1901",
"N12"
],
[
"10",
"G3",
"0-6-0T",
"16",
"1901β08",
"J75"
],
[
"11",
"A",
"0-8-0",
"15",
"1907",
"Q10"
],
[
"12",
"J",
"4-4-0",
"5",
"1910",
"D24"
],
[
"13",
"L1",
"0-6-0",
"10",
"1911β12",
"J28"
],
[
"14",
"L",
"0-6-0",
"5",
"1914",
"J28"
],
[
"15",
"LS",
"0-6-0",
"5",
"1915",
"J28"
],
[
"16",
"F3",
"0-6-2T",
"10",
"1913β14",
"N13"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"gpl v2\")*(A1=\"project64\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(E2:E13=\"gpl v2\")*(A2:A13=\"project64\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the current version of the project64 with gpl v2 license?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"gpl v2\"",
"*",
"A1",
"=",
"\"project64\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"gpl v2\")*(A1=\"mupen64plus\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(E2:E13=\"gpl v2\")*(A2:A13=\"mupen64plus\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the current version of the name mupen64plus with gpl v2 license?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"gpl v2\"",
"*",
"A1",
"=",
"\"mupen64plus\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"gpl v3\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"gpl v3\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the current version with license gpl v3?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"gpl v3\"",
"2"
]
}
] | train_2-11561548-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name",
"Current version",
"System",
"Platform",
"License"
],
[
"2",
"1964",
"1.2 r146",
"Nintendo 64",
"Windows , Xbox",
"GPL v2"
],
[
"3",
"1964js",
"0.1.21 r296",
"Nintendo 64",
"JavaScript",
"GPL v2"
],
[
"4",
"CEN64",
"git-7e3258ce50",
"Nintendo 64",
"Windows , OS X , GNU/Linux",
"BSD 3-clause"
],
[
"5",
"Corn",
"0.3",
"Nintendo 64",
"Windows",
"Proprietary"
],
[
"6",
"DaedalusX64",
"r1878",
"Nintendo 64",
"Windows , PSP",
"GPL v2"
],
[
"7",
"Mupen64",
"0.5.1",
"Nintendo 64",
"Windows , OS X , GNU/Linux , FreeBSD , QNX BeOS",
"GPL v2"
],
[
"8",
"Mupen64Plus",
"2.0",
"Nintendo 64",
"Windows , OS X , GNU/Linux , FreeBSD",
"GPL v2"
],
[
"9",
"Mupen64Plus, Android Edition (AE)",
"2.3.5",
"Nintendo 64",
"Android",
"GPL v3"
],
[
"10",
"N64js",
"git-b58d391335",
"Nintendo 64",
"JavaScript",
"Expat"
],
[
"11",
"Project64",
"2.1.0.1",
"Nintendo 64",
"Windows , Xbox",
"GPL v2"
],
[
"12",
"sixtyforce",
"0.9.7",
"Nintendo 64",
"OS X",
"Proprietary"
],
[
"13",
"UltraHLE",
"1.0.0",
"Nintendo 64",
"Windows , Xbox",
"Proprietary"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(A1, (C1=\"na\")*(E1=\"na\"))))",
"Formula2": "ROWS(UNIQUE(FILTER(A2:A17, (C2:C17=\"na\")*(E2:E17=\"na\"))))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many times was the reader's vote na and the lifetime achievement na?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"A1",
"C1",
"=",
"\"na\"",
"*",
"E1",
"=",
"\"na\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=1998),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,A2:A17=1998),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "who won the lifetime achievement in the year 1998?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"1998",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"na\")*(C1=\"na\")*(A1>2005)),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,(D2:D17=\"na\")*(C2:C17=\"na\")*(A2:A17>2005)),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num",
"Num"
],
"Level": "medium",
"Question": "who won the lifetime achievement when the best non-fiction is na, reader's vote is ne and the year is after 2005?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"na\"",
"*",
"C1",
"=",
"\"na\"",
"*",
"A1",
">",
"2005",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2011),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,A2:A17=2011),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "what is the reader's vote for 2011?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"2011",
"3"
]
}
] | train_2-16369528-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Best teenage/Young Adult",
"Reader's Vote",
"Best Non-Fiction",
"Lifetime Achievement"
],
[
"2",
"1996",
"NA",
"NA",
"NA",
"Jon Cleary"
],
[
"3",
"1997",
"NA",
"NA",
"How to Write Crime edited by Marele Day",
"Alan Yates (aka Carter Brown )"
],
[
"4",
"1998",
"NA",
"NA",
"NA",
"NA"
],
[
"5",
"1999",
"NA",
"NA",
"NA",
"Peter Corris"
],
[
"6",
"2000",
"NA",
"NA",
"NA",
"NA"
],
[
"7",
"2001",
"NA",
"Bleeding Hearts by Lindy Cameron",
"NA",
"Professor Stephen Knight"
],
[
"8",
"2002",
"Blue Murder by Ken Catran",
"Apartment 255 by Bunty Avieson",
"NA",
"Patrick Gallagher"
],
[
"9",
"2003",
"NA",
"NA",
"NA",
"Kerry Greenwood"
],
[
"10",
"2004",
"NA",
"NA",
"NA",
"Bob Bottom"
],
[
"11",
"2005",
"NA",
"NA",
"NA",
"Stuart Coupe"
],
[
"12",
"2006",
"NA",
"NA",
"NA",
"Andrew Rule and John Silvester"
],
[
"13",
"2007",
"NA",
"NA",
"NA",
"Sandra Harvey and Lindsay Simpson"
],
[
"14",
"2008",
"NA",
"NA",
"NA",
"Marele Day"
],
[
"15",
"2009",
"NA",
"NA",
"NA",
"Shane Maloney"
],
[
"16",
"2010",
"NA",
"NA",
"NA",
"Peter Doyle"
],
[
"17",
"2011",
"NA",
"NA",
"NA",
"NA"
]
] |
[
{
"Formula": "MAX(FILTER(A1,(E1<3)*(D1=\"30.71%\")))",
"Formula2": "MAX(FILTER(A2:A6,(E2:E6<3)*(D2:D6=\"30.71%\")))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "what is the highest draw when the place is less than 3 and the percentage is 30.71%?",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"E1",
"<",
"3",
"*",
"D1",
"=",
"\"30.71%\""
]
},
{
"Formula": "MIN(FILTER(A1,E1>4))",
"Formula2": "MIN(FILTER(A2:A6,E2:E6>4))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "what is the least draw when the place is higher than 4?",
"Tokens": [
"MIN(",
"FILTER(",
"A1",
"E1",
">",
"4"
]
}
] | dev_2-18593648-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Draw",
"Artist",
"Song",
"Percentage",
"Place"
],
[
"2",
"1",
"Freeway",
"\"Sama\"",
"30.71%",
"2"
],
[
"3",
"2",
"Biby Michael's Friend",
"\"Valshebni Noti\"",
"7.47%",
"3"
],
[
"4",
"3",
"Iskren Petsov",
"\"Zashto se varna\"",
"5.81%",
"4"
],
[
"5",
"4",
"Sunay Chalakov",
"\"Neshto ludo\"",
"53.11%",
"1"
],
[
"6",
"5",
"Tsetso Vlaykov",
"\"What Does It Take\"",
"2.90%",
"5"
]
] |
[
{
"Formula": "MAXIFS(E1,D1,\"group e\")",
"Formula2": "MAXIFS(E2:E6,D2:D6,\"group e\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the highest attendance among Group E games?",
"Tokens": [
"MAXIFS(",
"E1",
"D1",
"\"group e\""
]
}
] | test_2-1896973-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Time (CET)",
"Res.",
"Round",
"Attendance"
],
[
"2",
"11 June 2006",
"21:00",
"0β1",
"Group D",
"45,000"
],
[
"3",
"17 June 2006",
"17:00",
"0β2",
"Group E",
"45,000"
],
[
"4",
"20 June 2006",
"18:00",
"2β2",
"Group B",
"45,000"
],
[
"5",
"23 June 2006",
"20:00",
"0β2",
"Group G",
"45,000"
],
[
"6",
"26 June 2006",
"21:00",
"0β0 (0β3p)",
"Round of 16",
"45,000"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=1930),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,A2:A11=1930),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "List the builder from 1930.",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"1930",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(F1=1951)*(E1=42)),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,(F2:F11=1951)*(E2:E11=42)),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "List the number of builders where the withdrawn is 1951 and number is 42.",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"1951",
"*",
"E1",
"=",
"42",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=1),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,E2:E11=1),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "List the date for number 1.",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"1",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"Melbourne and Metropolitan Tramways Board\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,D2:D11=\"Melbourne and Metropolitan Tramways Board\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "List the number for the operator melbourne and metropolitan tramways board.",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"Melbourne and Metropolitan Tramways Board\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"Toronto Transit Commission\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,D2:D11=\"Toronto Transit Commission\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "List the status for the operator Toronto transit commission.",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"Toronto Transit Commission\"",
"7"
]
}
] | train_1-22481967-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Builder",
"Type",
"Operator",
"Number",
"Withdrawn",
"Status"
],
[
"2",
"1907",
"OCC",
"combination sweeper / overhead line car",
"Saskatoon Municipal Railway",
"200",
"1951",
"stored"
],
[
"3",
"1908",
"OCC",
"streetcar",
"Edmonton Radial Railway",
"1",
"1951",
"display only"
],
[
"4",
"1912",
"StL",
"streetcar",
"Edmonton Radial Railway",
"33",
"1951",
"stored"
],
[
"5",
"1912",
"StL",
"streetcar",
"Edmonton Radial Railway",
"42",
"1951",
"Fort Edmonton Park line"
],
[
"6",
"1914",
"Preston",
"streetcar",
"Toronto Suburban Railway",
"24, (later CNR 15702)",
"1960s",
"Fort Edmonton Park line"
],
[
"7",
"1921",
"U/S",
"tram",
"Nankai Electric Railway (Osaka, Japan)",
"247",
"1990",
"High Level Bridge line"
],
[
"8",
"ca. 1920s",
"CC&F",
"streetcar",
"Regina Municipal Railway",
"42",
"1950",
"closed to viewing"
],
[
"9",
"1930",
"OCC",
"streetcar",
"Edmonton Radial Railway",
"80",
"1951",
"Fort Edmonton Park line"
],
[
"10",
"1947",
"PTC",
"W6 Class tram",
"Melbourne and Metropolitan Tramways Board",
"930",
"1997",
"High Level Bridge line"
],
[
"11",
"1951",
"CC&F",
"PCC streetcar",
"Toronto Transit Commission",
"4612",
"1995",
"Fort Edmonton Park line"
]
] |
[
{
"Formula": "ROWS(FILTER(D1,(F1=22)*(B1>8)))",
"Formula2": "ROWS(FILTER(D2:D6,(F2:F6=22)*(B2:B6>8)))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many losses did the team with 22 goals for andmore than 8 games played have?",
"Tokens": [
"ROWS(",
"FILTER(",
"D1",
"F1",
"=",
"22",
"*",
"B1",
">",
"8"
]
},
{
"Formula": "AVERAGE(FILTER(E1,(C1<5)*(G1>37)*(B1<8)))",
"Formula2": "AVERAGE(FILTER(E2:E6,(C2:C6<5)*(G2:G6>37)*(B2:B6<8)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "For teams with fewer than 5 wins, goals against over 37, and fewer than 8 games played, what is the average number of ties?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"E1",
"C1",
"<",
"5",
"*",
"G1",
">",
"37",
"*",
"B1",
"<",
"8"
]
},
{
"Formula": "FILTER(G1,C1=7)",
"Formula2": "FILTER(G2:G6,C2:C6=7)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "For teams with 7 wins, what is the number of goals against?",
"Tokens": [
"FILTER(",
"G1",
"C1",
"=",
"7"
]
},
{
"Formula": "MAX(FILTER(C1,(G1=37)*(E1>0)))",
"Formula2": "MAX(FILTER(C2:C6,(G2:G6=37)*(E2:E6>0)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "For teams with more than 0 ties and goals against of 37, how many wins were tallied?",
"Tokens": [
"MAX(",
"FILTER(",
"C1",
"G1",
"=",
"37",
"*",
"E1",
">",
"0"
]
}
] | dev_2-11791040-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Team",
"Games Played",
"Wins",
"Losses",
"Ties",
"Goals For",
"Goals Against"
],
[
"2",
"Montreal Victorias",
"8",
"7",
"1",
"0",
"48",
"26"
],
[
"3",
"Ottawa",
"8",
"5",
"3",
"0",
"25",
"18"
],
[
"4",
"Montreal",
"8",
"5",
"3",
"0",
"31",
"26"
],
[
"5",
"Quebec",
"8",
"2",
"6",
"0",
"22",
"46"
],
[
"6",
"Montreal Shamrocks",
"8",
"1",
"7",
"0",
"27",
"37"
]
] |
[
{
"Formula": "SUM(FILTER(B1, (E1=\"Marlene Meyer\")*(G1=20.49)))",
"Formula2": "SUM(FILTER(B2:B14, (E2:E14=\"Marlene Meyer\")*(G2:G14=20.49)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the number in the season that Marlene Meyer wrote and 20.49 million people watched?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"E1",
"=",
"\"Marlene Meyer\"",
"*",
"G1",
"=",
"20.49"
]
},
{
"Formula": "LET(query1,SUMMARIZE(F1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=23))",
"Formula2": "LET(query1,SUMMARIZE(F2:F14,SUMX(B2:B14)),FILTER(query1,CHOOSECOLS(query1,2)=23))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "When did the no. 23 show originally air?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"F1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"23"
]
}
] | train_1-10718984-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date",
"U.S. viewers (millions)"
],
[
"2",
"145",
"4",
"\" Fannysmackin' \"",
"Richard J. Lewis",
"Dustin Lee Abraham",
"October12,2006",
"21.85"
],
[
"3",
"146",
"5",
"\"Double-Cross\"",
"Michael Slovis",
"Marlene Meyer",
"October19,2006",
"20.49"
],
[
"4",
"147",
"6",
"\" Burn Out \"",
"Alec Smight",
"Jacqueline Hoyt",
"November2,2006",
"20.77"
],
[
"5",
"149",
"8",
"\"Happenstance\"",
"Jean de Segonzac",
"Sarah Goldfinger",
"November16,2006",
"24.11"
],
[
"6",
"151",
"10",
"\"Loco Motives\"",
"Kenneth Fink",
"Evan Dunsky & Anthony E. Zuiker",
"December7,2006",
"23.25"
],
[
"7",
"153",
"12",
"\" Sweet Jane \"",
"Kenneth Fink",
"Kenneth Fink & Naren Shankar",
"January18,2007",
"21.41"
],
[
"8",
"155",
"14",
"\"Meet Market\"",
"Paris Barclay",
"Dustin Lee Abraham",
"February1,2007",
"21.49"
],
[
"9",
"157",
"16",
"\"Monster in the Box\"",
"Jeffrey Hunt",
"Naren Shankar & Douglas Petrie",
"February15,2007",
"22.71"
],
[
"10",
"158",
"17",
"\"Fallen Idols\"",
"Christopher Leitch",
"Marlene Meyer",
"February22,2007",
"21.78"
],
[
"11",
"159",
"18",
"\" Empty Eyes \"",
"Michael Slovis",
"Allen MacDonald",
"March29,2007",
"22.71"
],
[
"12",
"160",
"19",
"\" Big Shots \"",
"Jeff Woolnough",
"Dustin Lee Abraham",
"April5,2007",
"21.69"
],
[
"13",
"162",
"21",
"\" Ending Happy \"",
"Kenneth Fink",
"Evan Dunsky",
"April26,2007",
"20.20"
],
[
"14",
"164",
"23",
"\"The Good, the Bad, and the Dominatrix\"",
"Alec Smight",
"Jacqueline Hoyt",
"May10,2007",
"18.75"
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.