t5Formulas listlengths 1 209 | TableName stringlengths 4 51 | Table listlengths 4 28 |
|---|---|---|
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"jacksonville jaguars\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,D2:D18=\"jacksonville jaguars\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the TV Time for opponent jacksonville jaguars?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"jacksonville jaguars\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"december 6, 1998\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,B2:B18=\"december 6, 1998\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the tv time on december 6, 1998?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"december 6, 1998\"",
"3"
]
},
{
"Formula": "SUMIFS(A1,D1,\"san francisco 49ers\")",
"Formula2": "SUMIFS(A2:A18,D2:D18,\"san francisco 49ers\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many weeks has the opponent been san francisco 49ers?",
"Tokens": [
"SUMIFS(",
"A1",
"D1",
"\"san francisco 49ers\""
]
}
] | test_2-16946425-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"TV Time",
"Opponent",
"Result"
],
[
"2",
"1",
"September 6, 1998",
"CBS 4:00 pm ET",
"at San Diego Chargers",
"L 16–14"
],
[
"3",
"2",
"September 13, 1998",
"CBS 1:00 pm ET",
"at Miami Dolphins",
"L 13–7"
],
[
"4",
"3",
"September 20, 1998",
"FOX 1:00 pm ET",
"St. Louis Rams",
"L 34–33"
],
[
"5",
"4",
"Bye",
"Bye",
"Bye",
"Bye"
],
[
"6",
"5",
"October 4, 1998",
"FOX 1:00 pm ET",
"San Francisco 49ers",
"W 26–21"
],
[
"7",
"6",
"October 11, 1998",
"CBS 1:00 pm ET",
"at Indianapolis Colts",
"W 31–24"
],
[
"8",
"7",
"October 18, 1998",
"CBS 1:00 pm ET",
"Jacksonville Jaguars",
"W 17–16"
],
[
"9",
"8",
"October 25, 1998",
"ESPN 8:15 pm ET",
"at Carolina Panthers",
"W 30–14"
],
[
"10",
"9",
"November 1, 1998",
"CBS 1:00 pm ET",
"Miami Dolphins",
"W 30–24"
],
[
"11",
"10",
"November 8, 1998",
"CBS 4:15 pm ET",
"at New York Jets",
"L 34–12"
],
[
"12",
"11",
"November 15, 1998",
"CBS 1:00 pm ET",
"New England Patriots",
"W 13–10"
],
[
"13",
"12",
"November 22, 1998",
"CBS 1:00 pm ET",
"Indianapolis Colts",
"W 34–11"
],
[
"14",
"13",
"November 29, 1998",
"CBS 4:15 pm ET",
"at New England Patriots",
"L 25–21"
],
[
"15",
"14",
"December 6, 1998",
"CBS 1:00 pm ET",
"at Cincinnati Bengals",
"W 33–20"
],
[
"16",
"15",
"December 13, 1998",
"CBS 1:00 pm ET",
"Oakland Raiders",
"W 44–21"
],
[
"17",
"16",
"December 19, 1998",
"CBS 12:30 pm ET",
"New York Jets",
"L 17–10"
],
[
"18",
"17",
"December 27, 1998",
"CBS 1:00 pm ET",
"at New Orleans Saints",
"W 45–33"
]
] |
[
{
"Formula": "FILTER(E1,A1=\"october 11, 2006\")",
"Formula2": "FILTER(E2:E10,A2:A10=\"october 11, 2006\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which competition took place on October 11, 2006?",
"Tokens": [
"FILTER(",
"E1",
"A1",
"=",
"\"october 11, 2006\""
]
},
{
"Formula": "FILTER(C1,(B1=\"amman\")*(E1=\"friendly\")*(A1=\"february 14, 2006\"))",
"Formula2": "FILTER(C2:C10,(B2:B10=\"amman\")*(E2:E10=\"friendly\")*(A2:A10=\"february 14, 2006\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the score of the friendly match at Amman on February 14, 2006?",
"Tokens": [
"FILTER(",
"C1",
"B1",
"=",
"\"amman\"",
"*",
"E1",
"=",
"\"friendly\"",
"*",
"A1",
"=",
"\"february 14, 2006\""
]
},
{
"Formula": "FILTER(B1,A1=\"august 17, 1999\")",
"Formula2": "FILTER(B2:B10,A2:A10=\"august 17, 1999\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Where did Ra'fat Ali play on August 17, 1999?",
"Tokens": [
"FILTER(",
"B1",
"A1",
"=",
"\"august 17, 1999\""
]
}
] | dev_2-17720042-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Venue",
"Score",
"Result",
"Competition"
],
[
"2",
"September 24, 1998",
"Doha",
"2–1",
"Win",
"1998 Arab Nations Cup"
],
[
"3",
"August 17, 1999",
"Amman",
"2–0",
"Win",
"1999 Pan Arab Games"
],
[
"4",
"February 14, 2006",
"Amman",
"2–0",
"Win",
"Friendly"
],
[
"5",
"July 21, 2006",
"Amman",
"2–1",
"Win",
"Friendly"
],
[
"6",
"July 30, 2006",
"Amman",
"3–0",
"Win",
"Friendly"
],
[
"7",
"August 16, 2006",
"Amman",
"2–1",
"Loss",
"2007 AFC Asian Cup qualification"
],
[
"8",
"October 11, 2006",
"Lahore",
"3–0",
"Win",
"2007 AFC Asian Cup qualification"
],
[
"9",
"November 15, 2006",
"Amman",
"3–0",
"Win",
"2007 AFC Asian Cup qualification"
],
[
"10",
"January 28, 2008",
"Amman",
"4–1",
"Win",
"Friendly"
]
] |
[
{
"Formula": "SUMIFS(D1,C1,\"8.0E\")",
"Formula2": "SUMIFS(D2:D8,C2:C8,\"8.0E\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the diameter of the feature with longitude 8.0e?",
"Tokens": [
"SUMIFS(",
"D1",
"C1",
"\"8.0E\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"23.9S\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"23.9S\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What feature is at latitude 23.9S?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"23.9S\"",
"1"
]
},
{
"Formula": "MAX(E1)",
"Formula2": "MAX(E2:E8)",
"Funcs": [
"MAX(",
"Cell"
],
"Level": "easy",
"Question": "When was the most recently named feature named?",
"Tokens": [
"MAX(",
"E1"
]
}
] | train_1-16799784-13 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Name",
"Latitude",
"Longitude",
"Diameter (km)",
"Year named",
"Name origin"
],
[
"2",
"Aegina Farrum",
"35.5N",
"20.9E",
"60.0",
"1994",
"Greek river nymph."
],
[
"3",
"Anqet Farra",
"33.6N",
"311.5E",
"125.0",
"1994",
"Egyptian goddess of fertile waters."
],
[
"4",
"Carmenta Farra",
"12.4N",
"8.0E",
"180.0",
"1994",
"Roman goddess of springs."
],
[
"5",
"Egeria Farrum",
"43.6N",
"7.5E",
"40.0",
"1994",
"Roman water nymph."
],
[
"6",
"Flosshilde Farra",
"10.5N",
"279.4E",
"75.0",
"1994",
"German water nymph."
],
[
"7",
"Liban Farra",
"23.9S",
"353.5E",
"100.0",
"1994",
"Irish water goddess."
],
[
"8",
"Oshun Farra",
"4.2N",
"19.3E",
"80.0",
"1994",
"Yoruba (Nigeria) fresh water goddess."
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"steve & anna\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=\"steve & anna\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the result when the couple was steve & anna?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"steve & anna\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"shannon & derek\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=\"shannon & derek\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the score when the couple was shannon & derek?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"shannon & derek\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"mario & karina\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=\"mario & karina\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What music did Mario & Karina perform?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"mario & karina\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"21 (7, 7, 7)\")*(A1=\"steve & anna\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(B2:B11=\"21 (7, 7, 7)\")*(A2:A11=\"steve & anna\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the result for Steve & Anna when the score was 21 (7, 7, 7)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"21 (7, 7, 7)\"",
"*",
"A1",
"=",
"\"steve & anna\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"21 (7, 6, 8)\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"21 (7, 6, 8)\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the result when the score was 21 (7, 6, 8)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"21 (7, 6, 8)\"",
"5"
]
}
] | train_2-15116785-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Couple",
"Score",
"Style",
"Music",
"Result"
],
[
"2",
"Marlee & Fabian",
"21 (7, 7, 7)",
"Jive",
"\" You May Be Right \"— Billy Joel",
"Safe"
],
[
"3",
"Steve & Anna",
"21 (7, 7, 7)",
"Tango",
"\"Jalousie\"—Alfred Hause's Tango Orchestra",
"Eliminated"
],
[
"4",
"Cristián & Cheryl",
"25 (8, 8, 9)",
"Jive",
"\" Don't Stop Me Now \"— Queen",
"Safe"
],
[
"5",
"Mario & Karina",
"21 (7, 6, 8)",
"Tango",
"\"El Tango de Roxanne\"— Moulin Rouge! soundtrack",
"Last to be called safe"
],
[
"6",
"Shannon & Derek",
"24 (8, 8, 8)",
"Jive",
"\" Goody Two Shoes \"— Adam Ant",
"Safe"
],
[
"7",
"Adam & Julianne",
"21 (7, 7, 7)",
"Tango",
"\" I Can't Tell A Waltz From A Tango \"— Alma Cogan",
"Safe"
],
[
"8",
"Marissa & Tony",
"19 (6, 7, 6)",
"Jive",
"\" Girlfriend \"— Avril Lavigne",
"Safe"
],
[
"9",
"Priscilla & Louis",
"26 (8, 9, 9)",
"Tango",
"\" El Choclo \"— Lalo Schifrin",
"Safe"
],
[
"10",
"Jason & Edyta",
"23 (8, 7, 8)",
"Jive",
"\" I Got a Woman \"— Ray Charles",
"Safe"
],
[
"11",
"Kristi & Mark",
"27 (9, 9, 9)",
"Tango",
"\" Rio \"— Duran Duran",
"Safe"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"t7\")*(B1=\"peter oosterhuis\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(A2:A13=\"t7\")*(B2:B13=\"peter oosterhuis\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What country has the t7 place, and player Peter Oosterhuis?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"t7\"",
"*",
"B1",
"=",
"\"peter oosterhuis\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"sandy lyle\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"sandy lyle\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the score for Sandy Lyle?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"sandy lyle\"",
"4"
]
}
] | train_2-18166348-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"1",
"Bobby Clampett",
"United States",
"67-66=133",
"–11"
],
[
"3",
"2",
"Nick Price",
"Zimbabwe",
"69-69=138",
"–6"
],
[
"4",
"T2",
"Bernhard Langer",
"West Germany",
"70-69=139",
"–5"
],
[
"5",
"T2",
"Des Smyth",
"Ireland",
"70-69=139",
"–5"
],
[
"6",
"T5",
"Sandy Lyle",
"Scotland",
"74-66=140",
"–4"
],
[
"7",
"T5",
"Tom Watson",
"United States",
"69-71=140",
"–4"
],
[
"8",
"T7",
"Ken Brown",
"Scotland",
"70=71=141",
"–3"
],
[
"9",
"T7",
"Peter Oosterhuis",
"England",
"74-67=141",
"–3"
],
[
"10",
"9",
"Tom Purtzer",
"United States",
"76-66=142",
"–2"
],
[
"11",
"T10",
"José Maria Cañizares",
"Spain",
"71-72=143",
"–1"
],
[
"12",
"T10",
"David Graham",
"Australia",
"73-70=143",
"–1"
],
[
"13",
"T10",
"Bill Rogers",
"United States",
"73-70=143",
"–1"
]
] |
[
{
"Formula": "SUMIFS(B1,C1,\"Dungeons and Wagons\")",
"Formula2": "SUMIFS(B2:B19,C2:C19,\"Dungeons and Wagons\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What's the season number of the episode titled \"Dungeons and wagons\"?",
"Tokens": [
"SUMIFS(",
"B1",
"C1",
"\"Dungeons and Wagons\""
]
},
{
"Formula": "SUM(FILTER(B1, H1=6.64))",
"Formula2": "SUM(FILTER(B2:B19, H2:H19=6.64))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What's the season number of the episode originally seen by 6.64 million people in the US?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"H1",
"=",
"6.64"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=7.49),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H19,H2:H19=7.49),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What's the production code of the episode seen by 7.49 million people in the US?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"H1",
"=",
"7.49",
"7"
]
}
] | train_1-23242950-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date",
"Production code",
"U.S. viewers (millions)"
],
[
"2",
"24",
"1",
"\"Camp Refoogee\"",
"Albert Calleros",
"Josh Bycel & Jonathan Fener",
"September10,2006",
"2AJN06",
"8.93"
],
[
"3",
"25",
"2",
"\"The American Dad After School Special\"",
"Pam Cooke",
"Dan Vebber",
"September17,2006",
"2AJN05",
"7.71"
],
[
"4",
"26",
"3",
"\"Failure is Not a Factory-Installed Option\"",
"Rodney Clouden",
"Etan Cohen",
"September24,2006",
"2AJN07",
"8.36"
],
[
"5",
"27",
"4",
"\" Lincoln Lover \"",
"Brent Woods",
"Rick Wiener & Kenny Schwartz & Nahnatchka Khan",
"November5,2006",
"2AJN11",
"7.71"
],
[
"6",
"28",
"5",
"\"Dungeons and Wagons\"",
"Kurt Dumas & Anthony Lioi",
"Michael Shipley & Jim Bernstein",
"November12,2006",
"2AJN08",
"8.48"
],
[
"7",
"29",
"6",
"\"Iced, Iced Babies\"",
"Caleb Meurer",
"Steve Hely",
"November19,2006",
"2AJN09",
"8.24"
],
[
"8",
"30",
"7",
"\"Of Ice and Men\"",
"John Aoshima",
"Brian Boyle",
"November26,2006",
"2AJN10",
"8.76"
],
[
"9",
"31",
"8",
"\"Irregarding Steve\"",
"Pam Cooke",
"Chris McKenna & Matt McKenna",
"December10,2006",
"2AJN12",
"7.11"
],
[
"10",
"32",
"9",
"\"The Best Christmas Story Never Told\"",
"Albert Calleros",
"Brian Boyle",
"December17,2006",
"2AJN14",
"N/A"
],
[
"11",
"33",
"10",
"\"Bush Comes to Dinner\"",
"Mike Kim",
"Mike Barker & Matt Weitzman",
"January7,2007",
"2AJN13",
"9.12"
],
[
"12",
"34",
"11",
"\"American Dream Factory\"",
"Rodney Clouden",
"Nahnatchka Khan",
"January28,2007",
"2AJN16",
"7.49"
],
[
"13",
"35",
"12",
"\"A.T. the Abusive Terrestrial\"",
"Joe Daniello",
"Dan Vebber",
"February11,2007",
"2AJN17",
"6.60"
],
[
"14",
"36",
"13",
"\"Black Mystery Month\"",
"Brent Woods",
"Laura McCreary",
"February18,2007",
"2AJN20",
"7.06"
],
[
"15",
"37",
"14",
"\"An Apocalypse to Remember\"",
"John Aoshima",
"Erik Durbin",
"March25,2007",
"2AJN19",
"6.64"
],
[
"16",
"38",
"15",
"\"Four Little Words\"",
"Caleb Meurer",
"David Zuckerman",
"April1,2007",
"2AJN18",
"5.94"
],
[
"17",
"39",
"16",
"\"When a Stan Loves a Woman\"",
"Rodney Clouden",
"Rick Wiener & Kenny Schwartz",
"April29,2007",
"2AJN23",
"6.71"
],
[
"18",
"40",
"17",
"\"I Can't Stan You\"",
"Pam Cooke",
"Michael Shipley & Jim Bernstein",
"May6,2007",
"2AJN15",
"6.31"
],
[
"19",
"41",
"18",
"\"The Magnificent Steven\"",
"Mike Kim",
"Steve Hely",
"May13,2007",
"2AJN21",
"5.67"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)>13))",
"Formula2": "LET(query1,SUMMARIZE(C2:C7,SUMX(E2:E7)),FILTER(query1,CHOOSECOLS(query1,2)>13))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What years won when the To par is more than 13?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"13"
]
},
{
"Formula": "MAXIFS(D1,B1,\"australia\")",
"Formula2": "MAXIFS(D2:D7,B2:B7,\"australia\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the highest Total for Australia?",
"Tokens": [
"MAXIFS(",
"D1",
"B1",
"\"australia\""
]
},
{
"Formula": "AVERAGE(FILTER(D1, (B1=\"united states\")*(E1>6)*(C1=1996)))",
"Formula2": "AVERAGE(FILTER(D2:D7, (B2:B7=\"united states\")*(E2:E7>6)*(C2:C7=1996)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the average Total for the United States with a To par more than 6 and 1996 was won?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"B1",
"=",
"\"united states\"",
"*",
"E1",
">",
"6",
"*",
"C1",
"=",
"1996"
]
}
] | test_2-12333215-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Player",
"Country",
"Year(s) won",
"Total",
"To par"
],
[
"2",
"Rich Beem",
"United States",
"2002",
"146",
"+6"
],
[
"3",
"Davis Love III",
"United States",
"1997",
"146",
"+6"
],
[
"4",
"Vijay Singh",
"Fiji",
"1998 , 2004",
"146",
"+6"
],
[
"5",
"Jeff Sluman",
"United States",
"1988",
"147",
"+7"
],
[
"6",
"Steve Elkington",
"Australia",
"1995",
"153",
"+13"
],
[
"7",
"Mark Brooks",
"United States",
"1996",
"155",
"+15"
]
] |
[
{
"Formula": "AVERAGE(FILTER(E1, C1<4))",
"Formula2": "AVERAGE(FILTER(E2:E7, C2:C7<4))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the average Champions League assists for the players with League assists under 4?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"E1",
"C1",
"<",
"4"
]
},
{
"Formula": "MAX(FILTER(E1, (F1=6)*(B1=\"midfielder\")))",
"Formula2": "MAX(FILTER(E2:E7, (F2:F7=6)*(B2:B7=\"midfielder\")))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the most Champions League assists for those with a total of 6 and position of Midfielder?",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"F1",
"=",
"6",
"*",
"B1",
"=",
"\"midfielder\""
]
}
] | test_2-17505751-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Player",
"Position",
"League",
"Copa del Rey",
"Champions League",
"Total"
],
[
"2",
"Gonzalo Higuaín",
"Forward",
"8",
"0",
"0",
"8"
],
[
"3",
"Guti",
"Midfielder",
"5",
"1",
"2",
"8"
],
[
"4",
"Arjen Robben",
"Forward",
"6",
"0",
"1",
"7"
],
[
"5",
"Raúl",
"Forward",
"5",
"1",
"0",
"6"
],
[
"6",
"Fernando Gago",
"Midfielder",
"6",
"0",
"0",
"6"
],
[
"7",
"Rafael van der Vaart",
"Midfielder",
"4",
"0",
"1",
"5"
]
] |
[
{
"Formula": "MIN(FILTER(E1, F1<1))",
"Formula2": "MIN(FILTER(E2:E13, F2:F13<1))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the lowest number of bronze medals for a nation with fewer than 1 total medal?",
"Tokens": [
"MIN(",
"FILTER(",
"E1",
"F1",
"<",
"1"
]
}
] | train_2-1846235-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"United States (USA)",
"4",
"2",
"3",
"9"
],
[
"3",
"2",
"Hungary (HUN)",
"4",
"2",
"1",
"7"
],
[
"4",
"3",
"France (FRA)",
"1",
"1",
"1",
"3"
],
[
"5",
"4",
"Australia (AUS)",
"1",
"0",
"0",
"1"
],
[
"6",
"4",
"South Africa (RSA)",
"1",
"0",
"0",
"1"
],
[
"7",
"6",
"Japan (JPN)",
"0",
"3",
"0",
"3"
],
[
"8",
"6",
"Netherlands (NED)",
"0",
"3",
"0",
"3"
],
[
"9",
"8",
"Sweden (SWE)",
"0",
"0",
"2",
"2"
],
[
"10",
"9",
"Brazil (BRA)",
"0",
"0",
"1",
"1"
],
[
"11",
"9",
"Great Britain (GBR)",
"0",
"0",
"1",
"1"
],
[
"12",
"9",
"New Zealand (NZL)",
"0",
"0",
"1",
"1"
],
[
"13",
"9",
"Germany (GER)",
"0",
"0",
"1",
"1"
]
] |
[
{
"Formula": "MINIFS(A1,E1,\"Martyrs' Mausoleum, Rangoon, Burma\")",
"Formula2": "MINIFS(A2:A13,E2:E13,\"Martyrs' Mausoleum, Rangoon, Burma\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the first year where the assassination attempt was at Martyrs' Mausoleum, Rangoon, Burma?",
"Tokens": [
"MINIFS(",
"A1",
"E1",
"\"Martyrs' Mausoleum, Rangoon, Burma\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"Prime Minister of Sri Lanka\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,D2:D13=\"Prime Minister of Sri Lanka\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Where was the attempt on the Prime Minister of Sri Lanka's life made?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"D1",
"=",
"\"Prime Minister of Sri Lanka\"",
"5"
]
}
] | train_1-251272-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Year",
"Date",
"Intended Victim(s)",
"Title at the Time",
"Location",
"Would-be Assassin(s)",
"Method",
"Initial Outcome / Notes"
],
[
"2",
"1990",
"Apr 25",
"Oskar Lafontaine",
"Minister-President of Saarland",
"Cologne , West Germany",
"A deranged woman, Adelheid Streidel.",
"Knife attack",
"Serious neck wound"
],
[
"3",
"1990",
"Jan 18",
"Motoshima Hitoshi",
"Mayor of Nagasaki , Japan",
"Nagasaki, Japan",
"a member of the right-wing group, Seikijuku .",
"Gun attack .",
"Shot in the back."
],
[
"4",
"1989",
"Jul 14",
"Jani Allan",
"n South Africa columnist",
"Residence, Johannesburg , South Africa",
"Orde van die Dood member, Cornelius Lottering .",
"Bomb attack.",
"No one injured."
],
[
"5",
"1987",
"Aug 18",
"Junius Richard Jayewardene",
"President of Sri Lanka",
"Parliament Building, Colombo , Sri Lanka",
"Unknown",
"Grenade attack on Parliament .",
"Two dead, sixteen injured."
],
[
"6",
"1987",
"Aug 18",
"Ranasinghe Premadasa",
"Prime Minister of Sri Lanka",
"Parliament Building, Colombo , Sri Lanka",
"Unknown",
"Grenade attack.",
"Same event as Jayewardene's ."
],
[
"7",
"1985",
"Mar 08",
"Mohammad Hussein Fadlallah",
"Lebanese Grand Ayatollah and mentor to Hezbollah",
"Beirut , Lebanon",
"Unknown",
"Beirut car bombing .",
"80 killed; 200 injured."
],
[
"8",
"1984",
"Oct 12",
"Margaret Thatcher",
"British prime minister",
"Grand Hotel, Brighton , Great Britain",
"IRA",
"Bomb blast",
"Five killed."
],
[
"9",
"1983",
"Oct 19",
"Chun Doo-hwan",
"President of South Korea .",
"Martyrs' Mausoleum, Rangoon , Burma",
"Three North Korean agents",
"Rangoon bombing attack",
"Chun uninjured; 21 killed; 46 injured."
],
[
"10",
"1982",
"Jun 03",
"Shlomo Argov",
"i Israel ambassador to the U.K.",
"Dorchester Hotel , Park Lane , London",
"ANO agents",
"Gun assault.",
"Shot in the head; permanently hospitalized."
],
[
"11",
"1982",
"May 12",
"Pope John Paul II ‡",
"Catholic leader",
"Fátima , Portugal",
"Juan María Fernández y Krohn",
"Bayonet attack.",
"Slightly wounded."
],
[
"12",
"1981",
"May 13",
"Pope John Paul II ‡",
"Catholic leader",
"St. Peter's Square , Vatican City",
"Mehmet Ali Ağca , a Turkish Grey Wolves assassin.",
"Pistol attack.",
"Shot four times and severely wounded."
],
[
"13",
"1981",
"Mar 30",
"Ronald Reagan",
"President of the United States",
"Hilton Washington , Washington, D.C.",
"A deranged man, John Hinckley .",
"Gun attack.",
"Three seriously injured, including Reagan."
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=580),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,B2:B11=580),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which wicket had 580 runs?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"580",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"8th\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,A2:A11=\"8th\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who fielded against the 8th wicket?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"8th\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"vijay hazare and gul mohammad\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,C2:C11=\"vijay hazare and gul mohammad\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "How many runs did Vijay Hazare and Gul Mohammad score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"vijay hazare and gul mohammad\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"colombo\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,F2:F11=\"colombo\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who were the batting partners in Colombo?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"colombo\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=2006),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,G2:G11=2006),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Who was the batting team in the 2006 season?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"2006",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=577),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,B2:B11=577),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "In what season was 577 runs scored?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"577",
"7"
]
}
] | train_2-1670921-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Wicket",
"Runs",
"Batting partners",
"Batting team",
"Fielding team",
"Venue",
"Season"
],
[
"2",
"1st",
"561",
"Waheed Mirza and Mansoor Akhtar",
"Karachi Whites",
"Quetta",
"Karachi",
"1976/77"
],
[
"3",
"2nd",
"580",
"Rafatullah Mohmand and Aamer Sajjad",
"WAPDA",
"SSGC",
"Sheikhupura",
"2009/10"
],
[
"4",
"3rd",
"624",
"Mahela Jayawardene and Kumar Sangakkara",
"Sri Lanka",
"South Africa",
"Colombo",
"2006"
],
[
"5",
"4th",
"577",
"Vijay Hazare and Gul Mohammad",
"Baroda",
"Holkar",
"Baroda",
"1946/47"
],
[
"6",
"5th",
"520*",
"Cheteshwar Pujara and Ravi Jadeja",
"Saurashtra",
"Orissa",
"Rajkot",
"2008/09"
],
[
"7",
"6th",
"487*",
"George Headley and Clarence Passailaigue",
"Jamaica",
"Lord Tennyson's XI",
"Kingston",
"1931/32"
],
[
"8",
"7th",
"460",
"Bhupinder Singh and Pankaj Dharmani",
"Punjab",
"Delhi",
"Delhi",
"1994/95"
],
[
"9",
"8th",
"433",
"Arthur Sims and Victor Trumper",
"Australia",
"Canterbury",
"Christchurch",
"1913/14"
],
[
"10",
"9th",
"283",
"John Chapman and Arnold Warren",
"Derbyshire",
"Warwickshire",
"Blackwell",
"1910"
],
[
"11",
"10th",
"307",
"Alan Kippax and Hal Hooker",
"New South Wales",
"Victoria",
"MCG",
"1928/29"
]
] |
[
{
"Formula": "SUM(FILTER(J1, G1>14.1))",
"Formula2": "SUM(FILTER(J2:J6, G2:G6>14.1))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What was the July 2013 population estimate of the location which had a population density larger than 14.1?",
"Tokens": [
"SUM(",
"FILTER(",
"J1",
"G1",
">",
"14.1"
]
},
{
"Formula": "MIN(FILTER(A1, (C1>3645257)*(I1=\"11.7%\")*(J1>4581978)))",
"Formula2": "MIN(FILTER(A2:A6, (C2:C6>3645257)*(I2:I6=\"11.7%\")*(J2:J6>4581978)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What was the lowest rank of an area with a 2011 Census population larger than 3,645,257, a House of Commons seat percentage of 11.7% and a July 2013 population estimate over 4,581,978?",
"Tokens": [
"MIN(",
"FILTER(",
"A1",
"C1",
">",
"3645257",
"*",
"I1",
"=",
"\"11.7%\"",
"*",
"J1",
">",
"4581978"
]
},
{
"Formula": "MAX(FILTER(A1, (G1>5.7)*(E1=\"5.7%\")))",
"Formula2": "MAX(FILTER(A2:A6, (G2:G6>5.7)*(E2:E6=\"5.7%\")))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the highest rank of an area with a population density larger than 5.7 and a 2006–2011 percentage growth of 5.7%?",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"G1",
">",
"5.7",
"*",
"E1",
"=",
"\"5.7%\""
]
},
{
"Formula": "MIN(FILTER(C1, F1>908607.67))",
"Formula2": "MIN(FILTER(C2:C6, F2:F6>908607.67))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What was the lowest 2011 Census population of an area with a land area larger than 908,607.67 km²?",
"Tokens": [
"MIN(",
"FILTER(",
"C1",
"F1",
">",
"908607.67"
]
}
] | train_2-106104-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J"
],
[
"1",
"Rank",
"Name",
"Population ( 2011 Census )",
"Percent of national population",
"% growth (2006–11)",
"Land area (km²)",
"Population density (/km 2 )",
"House of Commons seats",
"House of Commons seats (%)",
"2013 population (July est.)"
],
[
"2",
"1",
"Ontario",
"12,851,821",
"38.4%",
"5.7%",
"908,607.67",
"14.1",
"106",
"34.4%",
"13,537,994"
],
[
"3",
"2",
"Quebec",
"7,903,001",
"23.6%",
"4.7%",
"1,356,547.02",
"5.8",
"75",
"24.4%",
"8,155,334"
],
[
"4",
"3",
"British Columbia",
"4,400,057",
"13.1%",
"7.0%",
"922,509.29",
"4.8",
"36",
"11.7%",
"4,581,978"
],
[
"5",
"4",
"Alberta",
"3,645,257",
"10.9%",
"10.8%",
"640,081.87",
"5.7",
"28",
"9.1%",
"4,025,074"
],
[
"6",
"5",
"Manitoba",
"1,208,268",
"3.6%",
"5.2%",
"552,329.52",
"2.2",
"14",
"4.5%",
"1,265,015"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,C1=\"Mithuna\"),10))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J12,C2:C12=\"Mithuna\"),10))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When mithuna is the international alphabet of sanskrit transliteration what is the ruling planet?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"J1",
"C1",
"=",
"\"Mithuna\"",
"10"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,E1=\"Sagittarius\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J12,E2:E12=\"Sagittarius\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When Sagittarius is the wester name what is the sanskrit gloss?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"J1",
"E1",
"=",
"\"Sagittarius\"",
"4"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(I1, D1=\"scorpion\")))",
"Formula2": "ROWS(UNIQUE(FILTER(I2:I12, D2:D12=\"scorpion\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "When scorpion is the sankrit gloss how many qualities are there?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"I1",
"D1",
"=",
"\"scorpion\""
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(E1, B1=\"धनुष\")))",
"Formula2": "ROWS(UNIQUE(FILTER(E2:E12, B2:B12=\"धनुष\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "When धनुष is the sankrit how many western names are there?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"E1",
"B1",
"=",
"\"धनुष\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,C1=\"Kumbha\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J12,C2:C12=\"Kumbha\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When kumbha is the international alphabet of sanskrit transliteration what is the gloss?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"J1",
"C1",
"=",
"\"Kumbha\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,D1=\"twins\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J12,D2:D12=\"twins\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When twins is the sankrit gloss what is the gloss?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"J1",
"D1",
"=",
"\"twins\"",
"7"
]
}
] | train_1-186462-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J"
],
[
"1",
"Number",
"Sanskrit",
"International Alphabet of Sanskrit Transliteration",
"Sanskrit gloss",
"Western name",
"Greek",
"Gloss",
"Tattva (Element)",
"Quality",
"Ruling Planet"
],
[
"2",
"1",
"मेष",
"Meṣa",
"ram",
"Aries",
"Κριός",
"ram",
"Tejas (Fire)",
"Cara (Movable)",
"Mars"
],
[
"3",
"2",
"वृषभ",
"Vṛṣabha",
"bull",
"Taurus",
"Ταῦρος",
"bull",
"Prithivi (Earth)",
"Sthira (Fixed)",
"Venus"
],
[
"4",
"3",
"मिथुन",
"Mithuna",
"twins",
"Gemini",
"Δίδυμοι",
"twins",
"Vayu (Air)",
"Dvisvabhava (Dual)",
"Mercury"
],
[
"5",
"4",
"कर्कट",
"Karkaṭa",
"crab",
"Cancer",
"Καρκίνος",
"crab",
"Jala (Water)",
"Cara (Movable)",
"Moon"
],
[
"6",
"5",
"सिंह",
"Siṃha",
"lion",
"Leo",
"Λέων",
"lion",
"Tejas (Fire)",
"Sthira (Fixed)",
"Sun"
],
[
"7",
"6",
"कन्या",
"Kanyā",
"girl",
"Virgo",
"Παρθένος",
"virgin",
"Prithivi (Earth)",
"Dvisvabhava (Dual)",
"Mercury"
],
[
"8",
"7",
"तुला",
"Tulā",
"balance",
"Libra",
"Ζυγός",
"balance",
"Vayu (Air)",
"Cara (Movable)",
"Venus"
],
[
"9",
"8",
"वृश्चिक",
"Vṛścika",
"scorpion",
"Scorpio",
"Σκoρπιός",
"scorpion",
"Jala (Water)",
"Sthira (Fixed)",
"Mars"
],
[
"10",
"9",
"धनुष",
"Dhanus",
"bow",
"Sagittarius",
"Τοξότης",
"archer",
"Tejas (Fire)",
"Dvisvabhava (Dual)",
"Jupiter"
],
[
"11",
"10",
"मकर",
"Makara",
"sea-monster",
"Capricorn",
"Αἰγόκερως",
"goat-horned",
"Prithivi (Earth)",
"Cara (Movable)",
"Saturn"
],
[
"12",
"11",
"कुम्भ",
"Kumbha",
"pitcher",
"Aquarius",
"Ὑδροχόος",
"water-pourer",
"Vayu (Air)",
"Sthira (Fixed)",
"Saturn"
]
] |
[
{
"Formula": "FILTER(A1,F1=\"Finnish Swedish\")",
"Formula2": "FILTER(A2:A6,F2:F6=\"Finnish Swedish\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the member countries for finnish swedish",
"Tokens": [
"FILTER(",
"A1",
"F1",
"=",
"\"Finnish Swedish\""
]
},
{
"Formula": "FILTER(C1,F1=\"German\")",
"Formula2": "FILTER(C2:C6,F2:F6=\"German\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the area for german",
"Tokens": [
"FILTER(",
"C1",
"F1",
"=",
"\"German\""
]
},
{
"Formula": "FILTER(B1,F1=\"11\")",
"Formula2": "FILTER(B2:B6,F2:F6=\"11\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the population for 11 languages",
"Tokens": [
"FILTER(",
"B1",
"F1",
"=",
"\"11\""
]
}
] | dev_1-26519486-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Member countries",
"Population",
"Area (km²)",
"GDP (billion US$)",
"GDP per capita (US$)",
"Languages"
],
[
"2",
"Austria",
"8,206,524",
"83,871",
"145.238",
"18,048",
"German"
],
[
"3",
"Finland",
"5,261,008",
"338,145",
"80.955",
"15,859",
"Finnish Swedish"
],
[
"4",
"Sweden",
"9,047,752",
"449,964",
"156.640",
"17,644",
"Swedish"
],
[
"5",
"Accession countries",
"22,029,977",
"871,980",
"382.833",
"17,378",
"2 new"
],
[
"6",
"EU15 (1995)",
"372,939,379 (+6.28%)",
"3,367,154 (+34.95%)",
"6,277.065 (+6.50%)",
"16,831 (+0.20%)",
"11"
]
] |
[
{
"Formula": "ROWS(UNIQUE(E1))",
"Formula2": "ROWS(UNIQUE(E2:E16))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "How many services are there?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"E1"
]
},
{
"Formula": "ROWS(UNIQUE(E1))",
"Formula2": "ROWS(UNIQUE(E2:E16))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "Count the number of services.",
"Tokens": [
"ROWS(",
"UNIQUE(",
"E1"
]
},
{
"Formula": "ROWS(UNIQUE(E1))",
"Formula2": "ROWS(UNIQUE(E2:E16))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "Total number of services.",
"Tokens": [
"ROWS(",
"UNIQUE(",
"E1"
]
},
{
"Formula": "ROWS(UNIQUE(E1))",
"Formula2": "ROWS(UNIQUE(E2:E16))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "The number of services.",
"Tokens": [
"ROWS(",
"UNIQUE(",
"E1"
]
}
] | e_government_services | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"service id",
"service type code",
"service name",
"service descriptio",
"services"
],
[
"2",
"1",
"Education",
"Education",
"Education",
""
],
[
"3",
"2",
"Welfare",
"Health",
"Welfare",
""
],
[
"4",
"3",
"Education",
"Education",
"Health",
""
],
[
"5",
"4",
"Welfare",
"Education",
"Education",
""
],
[
"6",
"5",
"Education",
"Education",
"Health",
""
],
[
"7",
"6",
"Welfare",
"Welfare",
"Health",
""
],
[
"8",
"7",
"Welfare",
"Welfare",
"Welfare",
""
],
[
"9",
"8",
"Education",
"Education",
"Welfare",
""
],
[
"10",
"9",
"Education",
"Health",
"Education",
""
],
[
"11",
"10",
"Education",
"Health",
"Welfare",
""
],
[
"12",
"11",
"Welfare",
"Education",
"Health",
""
],
[
"13",
"12",
"Education",
"Education",
"Health",
""
],
[
"14",
"13",
"Health",
"Welfare",
"Education",
""
],
[
"15",
"14",
"Education",
"Education",
"Health",
""
],
[
"16",
"15",
"Welfare",
"Health",
"Education",
""
]
] |
[
{
"Formula": "SUMIFS(C1,A1,\"jochen rindt\")",
"Formula2": "SUMIFS(C2:C14,A2:A14,\"jochen rindt\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many laps for jochen rindt?",
"Tokens": [
"SUMIFS(",
"C1",
"A1",
"\"jochen rindt\""
]
},
{
"Formula": "SUMIFS(E1,A1,\"jean-pierre beltoise\")",
"Formula2": "SUMIFS(E2:E14,A2:A14,\"jean-pierre beltoise\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the grid total for jean-pierre beltoise?",
"Tokens": [
"SUMIFS(",
"E1",
"A1",
"\"jean-pierre beltoise\""
]
}
] | train_2-1122405-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Driver",
"Constructor",
"Laps",
"Time/Retired",
"Grid"
],
[
"2",
"Jackie Stewart",
"Matra - Ford",
"38",
"1:56:47.4",
"1"
],
[
"3",
"Jean-Pierre Beltoise",
"Matra - Ford",
"38",
"+ 57.1",
"5"
],
[
"4",
"Jacky Ickx",
"Brabham - Ford",
"38",
"+ 57.3",
"4"
],
[
"5",
"Bruce McLaren",
"McLaren - Ford",
"37",
"+ 1 Lap",
"7"
],
[
"6",
"Vic Elford",
"McLaren - Ford",
"37",
"+ 1 Lap",
"10"
],
[
"7",
"Graham Hill",
"Lotus - Ford",
"37",
"+ 1 Lap",
"8"
],
[
"8",
"Silvio Moser",
"Brabham - Ford",
"36",
"+ 2 Laps",
"13"
],
[
"9",
"Denny Hulme",
"McLaren - Ford",
"35",
"+ 3 Laps",
"2"
],
[
"10",
"Jo Siffert",
"Lotus - Ford",
"34",
"+ 4 Laps",
"9"
],
[
"11",
"Chris Amon",
"Ferrari",
"30",
"Engine",
"6"
],
[
"12",
"Jochen Rindt",
"Lotus - Ford",
"22",
"Physical",
"3"
],
[
"13",
"Piers Courage",
"Brabham - Ford",
"21",
"Chassis",
"11"
],
[
"14",
"John Miles",
"Lotus - Ford",
"1",
"Fuel Pump",
"12"
]
] |
[
{
"Formula": "MAX(FILTER(E1, (F1=4)*(D1=1)*(C1<2)))",
"Formula2": "MAX(FILTER(E2:E15, (F2:F15=4)*(D2:D15=1)*(C2:C15<2)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What was the highest number of bronze medals when there were a total of 4 medals, 1 silver medals, and less than 2 medals?",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"F1",
"=",
"4",
"*",
"D1",
"=",
"1",
"*",
"C1",
"<",
"2"
]
}
] | train_2-18700993-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"South Korea (KOR)",
"5",
"2",
"2",
"9"
],
[
"3",
"2",
"Thailand (THA)",
"2",
"1",
"1",
"4"
],
[
"4",
"3",
"China (CHN)",
"1",
"5",
"1",
"7"
],
[
"5",
"4",
"Pakistan (PAK)",
"1",
"1",
"4",
"6"
],
[
"6",
"5",
"Philippines (PHI)",
"1",
"0",
"3",
"4"
],
[
"7",
"6",
"Indonesia (INA)",
"1",
"0",
"2",
"3"
],
[
"8",
"7",
"Syria (SYR)",
"1",
"0",
"0",
"1"
],
[
"9",
"8",
"Mongolia (MGL)",
"0",
"1",
"4",
"5"
],
[
"10",
"9",
"Iran (IRI)",
"0",
"1",
"2",
"3"
],
[
"11",
"10",
"Japan (JPN)",
"0",
"1",
"1",
"2"
],
[
"12",
"11",
"India (IND)",
"0",
"0",
"1",
"1"
],
[
"13",
"11",
"Laos (LAO)",
"0",
"0",
"1",
"1"
],
[
"14",
"11",
"Nepal (NEP)",
"0",
"0",
"1",
"1"
],
[
"15",
"Total",
"Total",
"12",
"12",
"23",
"47"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"goiás\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,C2:C16=\"goiás\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the 2nd leg of goiás team 2?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"goiás\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"emelec\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,C2:C16=\"emelec\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the 2nd leg of emelec team 2?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"emelec\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"ldu quito\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,A2:A16=\"ldu quito\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the 2nd leg with ldu quito as team 1?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"ldu quito\"",
"5"
]
}
] | train_2-17282875-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Team #1",
"Points",
"Team #2",
"1st leg",
"2nd leg"
],
[
"2",
"Atlético Mineiro",
"2–2 (5–6 p )",
"Goiás",
"1–1",
"1–1"
],
[
"3",
"La Equidad",
"1–4",
"Unión Española",
"2–2",
"0–1"
],
[
"4",
"Vitória",
"3–3 (5–3 p )",
"Coritiba",
"2–0",
"0–2"
],
[
"5",
"Universidad de Chile",
"6–0",
"Deportivo Cali",
"2–1",
"1–0"
],
[
"6",
"Fluminense",
"( a ) 2–2",
"Flamengo",
"0–0",
"1–1"
],
[
"7",
"Liverpool",
"1–4",
"Cienciano",
"0–0",
"0–2"
],
[
"8",
"River Plate",
"0–6",
"Lanús",
"1–2",
"0–1"
],
[
"9",
"Zamora",
"0–6",
"Emelec",
"0–1",
"1–2"
],
[
"10",
"Atlético Paranaense",
"1–4",
"Botafogo",
"0–0",
"2–3"
],
[
"11",
"LDU Quito",
"4–1",
"Libertad",
"1–0",
"1–1"
],
[
"12",
"Tigre",
"3–3 ( a )",
"San Lorenzo",
"2–1",
"0–1"
],
[
"13",
"Alianza Atlético",
"4–1",
"Deportivo Anzoátegui",
"0–0",
"2–1"
],
[
"14",
"Blooming",
"0–6",
"River Plate",
"0–3",
"1–2"
],
[
"15",
"Boca Juniors",
"1–4",
"Vélez Sársfield",
"1–1",
"0–1"
],
[
"16",
"Cerro Porteño",
"6–0",
"La Paz",
"2–0",
"2–1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=2005),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=2005),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Name the regular season for 2005",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"2005",
"4"
]
}
] | test_1-2139111-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Division",
"League",
"Regular Season",
"Playoffs",
"Open Cup"
],
[
"2",
"2002",
"4",
"USL PDL",
"1st, Mid Atlantic",
"Conference Semifinals",
"Did not qualify"
],
[
"3",
"2003",
"4",
"USL PDL",
"2nd, Mid Atlantic",
"Conference Semifinals",
"Did not qualify"
],
[
"4",
"2004",
"4",
"USL PDL",
"2nd, Mid Atlantic",
"Conference Semifinals",
"Did not qualify"
],
[
"5",
"2005",
"4",
"USL PDL",
"6th, Mid Atlantic",
"Did not qualify",
"Did not qualify"
],
[
"6",
"2006",
"4",
"USL PDL",
"2nd, Mid Atlantic",
"Conference Semifinals",
"Did not qualify"
],
[
"7",
"2007",
"4",
"USL PDL",
"3rd, Mid Atlantic",
"Did not qualify",
"Did not qualify"
],
[
"8",
"2008",
"4",
"USL PDL",
"4th, Mid Atlantic",
"Did not qualify",
"Did not qualify"
]
] |
[
{
"Formula": "SUM(FILTER(A1, (B1=\"29 october 1990\")*(D1>6)))",
"Formula2": "SUM(FILTER(A2:A6, (B2:B6=\"29 october 1990\")*(D2:D6>6)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which season premiered on 29 October 1990 and had more than 6 episodes?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"B1",
"=",
"\"29 october 1990\"",
"*",
"D1",
">",
"6"
]
}
] | train_2-173861-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Series",
"Premiere",
"Finale",
"Episodes",
"Specials"
],
[
"2",
"1",
"29 October 1990",
"3 December 1990",
"6",
"0"
],
[
"3",
"2",
"1 September 1991",
"3 November 1991",
"10",
"1"
],
[
"4",
"3",
"6 September 1992",
"18 October 1992",
"7",
"0"
],
[
"5",
"4",
"5 September 1993",
"17 October 1993",
"7",
"2"
],
[
"6",
"5",
"3 September 1995",
"5 November 1995",
"10",
"1"
]
] |
[
{
"Formula": "MAX(FILTER(D1, (E1<6)*(B1=\"formula renault 2.0 eurocup\")*(G1>0)))",
"Formula2": "MAX(FILTER(D2:D11, (E2:E11<6)*(B2:B11=\"formula renault 2.0 eurocup\")*(G2:G11>0)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the largest number of races when there are less than 6 podiums, the series is the formula renault 2.0 eurocup, and there are more than 0 wins?",
"Tokens": [
"MAX(",
"FILTER(",
"D1",
"E1",
"<",
"6",
"*",
"B1",
"=",
"\"formula renault 2.0 eurocup\"",
"*",
"G1",
">",
"0"
]
}
] | test_2-15852257-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Season",
"Series",
"Team Name",
"Races",
"Podiums",
"Poles",
"Wins",
"Points",
"Final Placing"
],
[
"2",
"2005",
"Formula Renault 2.0 France",
"Epsilon Sport",
"16",
"0",
"0",
"0",
"19",
"13th"
],
[
"3",
"2006",
"Formula Renault 2.0 France",
"Epsilon Sport",
"13",
"5",
"1",
"1",
"61",
"5th"
],
[
"4",
"2006",
"Formula Renault 2.0 Eurocup",
"Epsilon Euskadi",
"4",
"1",
"0",
"0",
"0",
"NC†"
],
[
"5",
"2007",
"Formula Renault 2.0 France",
"SG Formula",
"6",
"0",
"0",
"0",
"19",
"13th"
],
[
"6",
"2007",
"Formula Renault 2.0 Eurocup",
"SG Formula",
"14",
"3",
"0",
"0",
"44",
"10th"
],
[
"7",
"2008",
"Formula Three Euroseries",
"RC Motorsport",
"2",
"0",
"0",
"0",
"0",
"NC†"
],
[
"8",
"2008",
"Spanish Formula Three Championship",
"Hache International",
"17",
"6",
"0",
"0",
"84",
"2nd"
],
[
"9",
"2008",
"Formula Three Copa de España",
"Hache International",
"17",
"12",
"3",
"4",
"109",
"2nd"
],
[
"10",
"2009",
"GP2 Series",
"Durango",
"16",
"0",
"0",
"0",
"0",
"24th"
],
[
"11",
"2009",
"Superleague Formula",
"Olympique Lyonnais",
"12",
"0",
"0",
"0",
"160",
"17th"
]
] |
[
{
"Formula": "MAX(FILTER(A1, (C1=\"toro rosso str1\")*(E1<1)))",
"Formula2": "MAX(FILTER(A2:A7, (C2:C7=\"toro rosso str1\")*(E2:E7<1)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "When is the latest year that an entrant has toro rosso str1 chassis and under 1 point?",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"C1",
"=",
"\"toro rosso str1\"",
"*",
"E1",
"<",
"1"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(A1, (D1=\"mercedes fo 108w 2.4l v8\")*(E1>0))))",
"Formula2": "ROWS(UNIQUE(FILTER(A2:A7, (D2:D7=\"mercedes fo 108w 2.4l v8\")*(E2:E7>0))))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "medium",
"Question": "How many entrants have a mercedes fo 108w 2.4l v8 engine and over 0 points?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"A1",
"D1",
"=",
"\"mercedes fo 108w 2.4l v8\"",
"*",
"E1",
">",
"0"
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=3))",
"Formula2": "LET(query1,SUMMARIZE(D2:D7,SUMX(E2:E7)),FILTER(query1,CHOOSECOLS(query1,2)=3))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the engine for the car with 3 points?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"3"
]
}
] | train_2-1393912-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Entrant",
"Chassis",
"Engine",
"Points"
],
[
"2",
"2005",
"Red Bull Racing",
"Red Bull RB1",
"Cosworth TJ2005 3.0 V10",
"1"
],
[
"3",
"2006",
"Scuderia Toro Rosso",
"Toro Rosso STR1",
"Cosworth TJ2006 3.0 V10 14 Series",
"1"
],
[
"4",
"2007",
"Scuderia Toro Rosso",
"Toro Rosso STR2",
"Ferrari 056 2.4 V8",
"3"
],
[
"5",
"2009",
"Force India F1 Team",
"Force India VJM02",
"Mercedes FO 108W 2.4L V8",
"0"
],
[
"6",
"2010",
"Force India F1 Team",
"Force India VJM03",
"Mercedes FO 108X 2.4 V8",
"21"
],
[
"7",
"2011",
"Hispania Racing F1 Team",
"Hispania F111",
"Cosworth CA2011 V8",
"0"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"chrysalis records\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"chrysalis records\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On what date is the Chrysalis Records label.?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"chrysalis records\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"chrysalis, island records\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"chrysalis, island records\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the date of the Chrysalis, Island Records label?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"chrysalis, island records\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"ed remaster cd\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"ed remaster cd\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On what date was the format of ed remaster cd?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"ed remaster cd\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"ilps 9153\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"ilps 9153\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "The Catalog of ilps 9153 is from what region?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"ilps 9153\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"spain\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"spain\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What label is from the Region of Spain?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"spain\"",
"3"
]
}
] | test_2-16245045-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Region",
"Date",
"Label",
"Format",
"Catalog"
],
[
"2",
"United Kingdom",
"May1971",
"Chrysalis Records",
"stereo LP",
"ILPS 9153"
],
[
"3",
"United Kingdom",
"1971",
"Chrysalis, Island Records",
"stereo Compact Cassette",
"ZCI 9153"
],
[
"4",
"Germany",
"1971",
"Chrysalis, Island",
"LP",
"85 547 IT"
],
[
"5",
"Spain",
"1971",
"Chrysalis, Island",
"LP",
"85 547 IT"
],
[
"6",
"United Kingdom",
"1992",
"BGO Records",
"ed remaster CD",
"BGOCD53"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"vc nova\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"vc nova\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the name when 2008 club is vc nova?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"vc nova\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"patron patra\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"patron patra\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the name when 2008 club is patron patra?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"patron patra\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"vc nova\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"vc nova\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is spike when 2008 club is vc nova?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"vc nova\"",
"4"
]
}
] | train_2-18499677-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name",
"Height",
"Weight",
"Spike",
"2008 club"
],
[
"2",
"Evgeni Ivanov Category:Articles with hCards",
"m ()",
"kg (lb)",
"cm (in)",
"Jastrzębski Węgiel"
],
[
"3",
"Hristo Tsvetanov Category:Articles with hCards",
"m ()",
"kg (lb)",
"cm (in)",
"Budvanska Rivijera Budva"
],
[
"4",
"Andrey Zhekov Category:Articles with hCards",
"m ()",
"kg (lb)",
"cm (in)",
"Patron Patra"
],
[
"5",
"Boyan Yordanov Category:Articles with hCards",
"m ()",
"kg (lb)",
"cm (in)",
"Olympiacos"
],
[
"6",
"Krasimir Gaydarski Category:Articles with hCards",
"m ()",
"kg (lb)",
"cm (in)",
"Olympiacos"
],
[
"7",
"Matey Kaziyski Category:Articles with hCards",
"m ()",
"kg (lb)",
"cm (in)",
"Trentino Volley"
],
[
"8",
"Vladimir Nikolov Category:Articles with hCards",
"m ()",
"kg (lb)",
"cm (in)",
"Trentino Volley"
],
[
"9",
"Teodor Salparov Category:Articles with hCards",
"m ()",
"kg (lb)",
"cm (in)",
"CSKA Sofia"
],
[
"10",
"Kostadin Stoykov Category:Articles with hCards",
"m ()",
"kg (lb)",
"cm (in)",
"VC Nova"
],
[
"11",
"Todor Aleksiev Category:Articles with hCards",
"m ()",
"kg (lb)",
"cm (in)",
"Levski Siconco"
],
[
"12",
"Plamen Konstantinov Category:Articles with hCards",
"m ()",
"kg (lb)",
"cm (in)",
"Iraklis"
],
[
"13",
"Ivan Tassev Category:Articles with hCards",
"m ()",
"kg (lb)",
"cm (in)",
"CSKA Sofia"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(G1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=59))",
"Formula2": "LET(query1,SUMMARIZE(G2:G17,SUMX(A2:A17)),FILTER(query1,CHOOSECOLS(query1,2)=59))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Who scored the most assists in game 59?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"G1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"59"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Boston\"),9))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I17,C2:C17=\"Boston\"),9))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the record against Boston?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"Boston\"",
"9"
]
}
] | train_1-15780718-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
[
"2",
"56",
"March 2",
"Boston",
"W 104–92 (OT)",
"Antonio Davis (19)",
"Michael Bradley (13)",
"Alvin Williams (6)",
"Air Canada Centre 19,800",
"18–38"
],
[
"3",
"57",
"March 4",
"@ Washington",
"W 89–86 (OT)",
"Vince Carter (24)",
"Michael Bradley , Jerome Williams (7)",
"Antonio Davis (5)",
"MCI Center 20,173",
"19–38"
],
[
"4",
"58",
"March 5",
"Houston",
"L 95–97 (OT)",
"Vince Carter (21)",
"Jerome Williams (10)",
"Antonio Davis (6)",
"Air Canada Centre 20,171",
"19–39"
],
[
"5",
"59",
"March 8",
"@ Atlanta",
"W 107–98 (OT)",
"Vince Carter (43)",
"Jerome Williams (15)",
"Antonio Davis (8)",
"Philips Arena 19,445",
"20–39"
],
[
"6",
"60",
"March 9",
"Memphis",
"L 106–119 (OT)",
"Vince Carter (26)",
"Antonio Davis (8)",
"Alvin Williams (9)",
"Air Canada Centre 19,138",
"20–40"
],
[
"7",
"61",
"March 11",
"@ Denver",
"L 87–95 (OT)",
"Vince Carter (21)",
"Michael Bradley (12)",
"Alvin Williams (6)",
"Pepsi Center 13,409",
"20–41"
],
[
"8",
"62",
"March 12",
"@ Portland",
"L 103–125 (OT)",
"Vince Carter (21)",
"Michael Bradley (10)",
"Rafer Alston (6)",
"Rose Garden 19,991",
"20–42"
],
[
"9",
"63",
"March 14",
"@ Sacramento",
"L 84–119 (OT)",
"Vince Carter , Morris Peterson (16)",
"Mamadou N'Diaye (10)",
"Rafer Alston (7)",
"ARCO Arena 17,317",
"20–43"
],
[
"10",
"64",
"March 16",
"@ L.A. Clippers",
"L 110–111 (OT)",
"Vince Carter (28)",
"Antonio Davis , Jerome Williams (8)",
"Alvin Williams (5)",
"Staples Center 18,268",
"20–44"
],
[
"11",
"65",
"March 17",
"@ Phoenix",
"L 91–95 (OT)",
"Morris Peterson (17)",
"Antonio Davis (15)",
"Alvin Williams (7)",
"America West Arena 15,326",
"20–45"
],
[
"12",
"66",
"March 19",
"Atlanta",
"W 87–86 (OT)",
"Vince Carter (27)",
"Jerome Williams (10)",
"Alvin Williams (6)",
"Air Canada Centre 17,885",
"21–45"
],
[
"13",
"67",
"March 21",
"@ Miami",
"L 98–107 (OT)",
"Vince Carter (30)",
"Jerome Williams (9)",
"Alvin Williams (7)",
"American Airlines Arena 14,492",
"21–46"
],
[
"14",
"68",
"March 23",
"Philadelphia",
"L 95–112 (OT)",
"Vince Carter (22)",
"Antonio Davis (9)",
"Vince Carter (9)",
"Air Canada Centre 19,800",
"21–47"
],
[
"15",
"69",
"March 24",
"@ New York",
"L 90–100 (OT)",
"Antonio Davis (23)",
"Antonio Davis (12)",
"Alvin Williams (8)",
"Madison Square Garden 18,824",
"21–48"
],
[
"16",
"70",
"March 26",
"Cleveland",
"W 89–83 (OT)",
"Morris Peterson (21)",
"Jelani McCoy (8)",
"Rafer Alston (6)",
"Air Canada Centre 16,832",
"22–48"
],
[
"17",
"71",
"March 28",
"New Orleans",
"L 92–101 (OT)",
"Vince Carter (21)",
"Michael Bradley (11)",
"Alvin Williams (5)",
"Air Canada Centre 18,773",
"22–49"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"adam rachel\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,A2:A11=\"adam rachel\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What position does adam rachel play?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"adam rachel\"",
"2"
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(D1),SUMX(E1)),FILTER(query1,(CHOOSECOLS(query1,2)>1)*(CHOOSECOLS(query1,3)=32)))",
"Formula2": "LET(query1,SUMMARIZE(A2:A11,SUMX(D2:D11),SUMX(E2:E11)),FILTER(query1,(CHOOSECOLS(query1,2)>1)*(CHOOSECOLS(query1,3)=32)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What player has over 1 first apperance and over 32 first team goals?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"D1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"1",
"*",
"CHOOSECOLS(",
"query1",
"3",
"=",
"32"
]
}
] | train_2-11526405-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Player",
"Position",
"First-Team Debut",
"First-Team Appearances",
"First-Team Goals",
"Current Club"
],
[
"2",
"Aaron Lescott",
"Defender",
"2 January 1999 (vs Hull City )",
"1",
"0",
"Halesowen Town"
],
[
"3",
"Adam Rachel",
"Goalkeeper",
"26 December 1998 (vs Blackburn Rovers )",
"1",
"0",
"Retired"
],
[
"4",
"Tommy Jaszczun",
"Defender",
"28 October 1998 (vs Chelsea )",
"1",
"0",
"Brackley Town"
],
[
"5",
"Darius Vassell",
"Forward",
"23 August 1998 (vs Middlesbrough )",
"201",
"45",
"Unattached"
],
[
"6",
"Gareth Barry",
"Midfielder",
"2 May 1998 (vs Sheffield Wednesday )",
"441",
"52",
"Manchester City & England"
],
[
"7",
"Darren Byfield",
"Forward",
"28 December 1997 (vs Leeds United )",
"10",
"0",
"Tamworth F.C."
],
[
"8",
"Richard Walker",
"Forward",
"28 December 1997 (vs Leeds United )",
"10",
"2",
"Beer Albion"
],
[
"9",
"Lee Hendrie",
"Midfielder",
"23 December 1995 (vs Queens Park Rangers )",
"308",
"32",
"Retired"
],
[
"10",
"Gareth Farrelly",
"Midfielder",
"20 September 1995 (vs Peterborough United )",
"8",
"0",
"Retired"
],
[
"11",
"Riccardo Scimeca",
"Defender/Midfielder",
"19 August 1995 (vs Manchester United )",
"73",
"2",
"Retired"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,G1=\"july 10, 2007\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>241306))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G11,G2:G11=\"july 10, 2007\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>241306))",
"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 vote percentage when the number is more than 241,306 appointed on July 10, 2007?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"july 10, 2007\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"3",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"241306"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"cliff breitkreuz\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,A2:A11=\"cliff breitkreuz\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the vote % for Cliff Breitkreuz?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"cliff breitkreuz\"",
"4"
]
}
] | train_2-1202333-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Candidate",
"Party",
"Votes #",
"Votes %",
"Ballots %",
"Elected",
"Appointed"
],
[
"2",
"Bert Brown",
"Progressive Conservative",
"312,041",
"14.3%",
"43.7%",
"X",
"July 10, 2007"
],
[
"3",
"Betty Unger",
"Progressive Conservative",
"311,964",
"14.3%",
"43.6%",
"X",
"January 6, 2012"
],
[
"4",
"Cliff Breitkreuz",
"Progressive Conservative",
"241,306",
"11.1%",
"33.8%",
"X",
"Term ended March 26, 2012"
],
[
"5",
"Link Byfield",
"Independent",
"238,751",
"11.0%",
"33.4%",
"X",
"Resigned November 2010"
],
[
"6",
"Jim Silye",
"Progressive Conservative",
"217,857",
"10.0%",
"30.5%",
"30.5%",
"30.5%"
],
[
"7",
"David Usherwood",
"Progressive Conservative",
"193,056",
"8.9%",
"27.0%",
"27.0%",
"27.0%"
],
[
"8",
"Michael Roth",
"Alberta Alliance",
"176,339",
"8.1%",
"24.7%",
"24.7%",
"24.7%"
],
[
"9",
"Vance Gough",
"Alberta Alliance",
"167,770",
"7.7%",
"23.5%",
"23.5%",
"23.5%"
],
[
"10",
"Tom Sindlinger",
"Independent",
"161,082",
"7.4%",
"22.5%",
"22.5%",
"22.5%"
],
[
"11",
"Gary Horan",
"Alberta Alliance",
"156,175",
"7.2%",
"21.9%",
"21.9%",
"21.9%"
]
] |
[
{
"Formula": "SUMIFS(A1,D1,\"Steve Stonebreaker\")",
"Formula2": "SUMIFS(A2:A20,D2:D20,\"Steve Stonebreaker\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What round was Steve Stonebreaker drafted?",
"Tokens": [
"SUMIFS(",
"A1",
"D1",
"\"Steve Stonebreaker\""
]
},
{
"Formula": "SUM(B1)",
"Formula2": "SUM(B2:B20)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "Who was the top picki n the draft?",
"Tokens": [
"SUM(",
"B1"
]
},
{
"Formula": "SUMIFS(B1,D1,\"Bill Hill\")",
"Formula2": "SUMIFS(B2:B20,D2:D20,\"Bill Hill\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What round was Bill Hill drafted?",
"Tokens": [
"SUMIFS(",
"B1",
"D1",
"\"Bill Hill\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Quarterback\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,E2:E20=\"Quarterback\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the name of the quarterback drafted?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"Quarterback\"",
"4"
]
}
] | train_1-10360656-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Round",
"Choice",
"Overall",
"Player name",
"Position",
"College"
],
[
"2",
"1",
"1",
"1",
"Tommy Mason",
"Running Back",
"Tulane"
],
[
"3",
"2",
"1",
"15",
"Rip Hawkins",
"Linebacker",
"North Carolina"
],
[
"4",
"3",
"1",
"29",
"Fran Tarkenton",
"Quarterback",
"Georgia"
],
[
"5",
"4",
"1",
"43",
"Chuck Lamson",
"Safety",
"Wyoming"
],
[
"6",
"5",
"1",
"57",
"Ed Sharockman",
"Cornerback",
"Pittsburgh"
],
[
"7",
"6",
"1",
"71",
"Jerry Burch",
"End",
"Georgia Tech"
],
[
"8",
"7",
"1",
"85",
"Allan Ferrie",
"End",
"Wagner"
],
[
"9",
"8",
"1",
"99",
"Paul Lindquist",
"Defensive Tackle",
"New Hampshire"
],
[
"10",
"9",
"1",
"113",
"Dan Sheehan",
"Offensive Tackle",
"Tennessee-Chattanooga"
],
[
"11",
"10",
"1",
"127",
"Doug Mayberry",
"Fullback",
"Utah State"
],
[
"12",
"11",
"1",
"141",
"Jerry Mays",
"Defensive Tackle",
"Southern Methodist"
],
[
"13",
"12",
"1",
"155",
"Steve Stonebreaker",
"Linebacker",
"Detroit"
],
[
"14",
"13",
"1",
"169",
"Ray Hayes",
"Fullback",
"Central State"
],
[
"15",
"14",
"1",
"183",
"Ken Petersen",
"Offensive lineman",
"Utah"
],
[
"16",
"15",
"1",
"197",
"Mike Mercer",
"Kicker",
"Arizona State"
],
[
"17",
"16",
"1",
"211",
"Ted Karpowicz",
"Running Back",
"Detroit"
],
[
"18",
"17",
"1",
"225",
"Willie Jones",
"Fullback",
"Purdue"
],
[
"19",
"18",
"1",
"239",
"Bob Voigt",
"Offensive Tackle",
"Cal State-Los Angeles"
],
[
"20",
"19",
"1",
"253",
"Bill Hill",
"Fullback",
"Presbyterian"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"uefa euro 2008 qualification\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,E2:E20=\"uefa euro 2008 qualification\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What date has uefa euro 2008 qualification as the competition?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"uefa euro 2008 qualification\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"friendly\")*(B1=\"pretoria, south africa\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,(E2:E20=\"friendly\")*(B2:B20=\"pretoria, south africa\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What date has friendly as the competition, with pretoria, South Africa as the venue?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"friendly\"",
"*",
"B1",
"=",
"\"pretoria, south africa\"",
"1"
]
}
] | train_2-1868963-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Venue",
"Score",
"Result",
"Competition"
],
[
"2",
"13 October 2004",
"Parma , Italy",
"4–3",
"Win",
"FIFA World Cup 2006 Qualification"
],
[
"3",
"9 February 2005",
"Cagliari , Italy",
"2–0",
"Win",
"Friendly"
],
[
"4",
"17 August 2005",
"Dublin , Ireland",
"1–2",
"Win",
"Friendly"
],
[
"5",
"12 October 2005",
"Lecce , Italy",
"2–1",
"Win",
"FIFA World Cup 2006 Qualification"
],
[
"6",
"12 November 2005",
"Amsterdam , Netherlands",
"1–3",
"Win",
"Friendly"
],
[
"7",
"1 March 2006",
"Florence , Italy",
"4–1",
"Win",
"Friendly"
],
[
"8",
"30 April 2006",
"Geneva , Switzerland",
"1–1",
"Draw",
"Friendly"
],
[
"9",
"17 June 2006",
"Kaiserslautern , Germany",
"1–1",
"Draw",
"2006 FIFA World Cup"
],
[
"10",
"6 September 2006",
"Saint-Denis , France",
"1–3",
"Loss",
"UEFA Euro 2008 Qualification"
],
[
"11",
"20 August 2008",
"Nice , France",
"2–2",
"Draw",
"Friendly"
],
[
"12",
"10 June 2009",
"Pretoria , South Africa",
"4–3",
"Win",
"Friendly"
],
[
"13",
"10 June 2009",
"Pretoria, South Africa",
"4–3",
"Win",
"Friendly"
],
[
"14",
"10 October 2009",
"Dublin, Ireland",
"2–2",
"Draw",
"FIFA World Cup 2010 Qualification"
],
[
"15",
"14 October 2009",
"Parma, Italy",
"1–2",
"Win",
"FIFA World Cup 2010 Qualification"
],
[
"16",
"14 October 2009",
"Parma, Italy",
"2–2",
"Win",
"FIFA World Cup 2010 Qualification"
],
[
"17",
"14 October 2009",
"Parma, Italy",
"3–2",
"Win",
"FIFA World Cup 2010 Qualification"
],
[
"18",
"7 September 2010",
"Florence, Italy",
"1–0",
"Win",
"UEFA Euro 2012 Qualification"
],
[
"19",
"31 May 2013",
"Bologna, Italy",
"4–0",
"Win",
"Friendly"
],
[
"20",
"6 September 2013",
"Palermo , Italy",
"1–0",
"Win",
"FIFA World Cup 2014 Qualification"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"mong kok stadium\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"mong kok stadium\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Location has a Home Ground of Mong kok stadium?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"mong kok stadium\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"first division\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"first division\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which club is in the First division?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"first division\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"n/a\")*(A1=\"kcdrsc\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(D2:D8=\"n/a\")*(A2:A8=\"kcdrsc\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Home Ground with the Location n/a for the Club kcdrsc?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"n/a\"",
"*",
"A1",
"=",
"\"kcdrsc\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"n/a\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,D2:D8=\"n/a\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What League/Division has a Location of n/a?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"n/a\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"second division\")*(E1=\"4th, third division (promoted)\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(B2:B8=\"second division\")*(E2:E8=\"4th, third division (promoted)\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What Location is in the second division and has 4th, third division (promoted) as its Position in 2012-13?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"second division\"",
"*",
"E1",
"=",
"\"4th, third division (promoted)\"",
"4"
]
}
] | train_2-18408905-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Club",
"League/Division",
"Home Ground",
"Location",
"Position in 2012-13"
],
[
"2",
"KCDRSC",
"Third Division",
"N/A",
"N/A",
"10th, Third Division"
],
[
"3",
"Kitchee",
"First Division",
"Mong Kok Stadium",
"Mong Kok , Kowloon",
"2nd, First Division"
],
[
"4",
"Kowloon City",
"Third Division",
"Kowloon Tsai Sports Ground",
"Kowloon City , Kowloon",
"11th, Third Division"
],
[
"5",
"Kwai Tsing",
"Second Division",
"Tsing Yi Northeast Park",
"Tsing Yi , New Territories",
"4th, Third Division (promoted)"
],
[
"6",
"Kwok Keung",
"Third Division",
"N/A",
"N/A",
"12th, Third Division"
],
[
"7",
"Kwong Wah",
"Third Division",
"N/A",
"N/A",
"3rd, Fourth Division (promoted)"
],
[
"8",
"Kwun Tong",
"Second Division",
"N/A",
"N/A",
"3rd, Third Division (promoted)"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"6.18 (54)\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"6.18 (54)\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What team was playing at home when the away team scored 6.18 (54)",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"6.18 (54)\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"collingwood\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"collingwood\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the score when Collingwood was playing away?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"collingwood\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"18.12 (120)\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"18.12 (120)\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What team had a score of 18.12 (120) when they played at home?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"18.12 (120)\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"geelong\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"geelong\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On which date did Geelong play at home?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"geelong\"",
"7"
]
}
] | train_2-10823719-12 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Richmond",
"25.16 (166)",
"South Melbourne",
"16.14 (110)",
"MCG",
"21,216",
"23 June 1979"
],
[
"3",
"Hawthorn",
"19.18 (132)",
"St Kilda",
"13.15 (93)",
"Princes Park",
"13,176",
"23 June 1979"
],
[
"4",
"Footscray",
"18.12 (120)",
"Melbourne",
"11.15 (81)",
"Western Oval",
"14,308",
"23 June 1979"
],
[
"5",
"Essendon",
"15.11 (101)",
"North Melbourne",
"6.18 (54)",
"Windy Hill",
"30,795",
"23 June 1979"
],
[
"6",
"Geelong",
"15.17 (107)",
"Carlton",
"14.17 (101)",
"Kardinia Park",
"29,941",
"23 June 1979"
],
[
"7",
"Fitzroy",
"17.20 (122)",
"Collingwood",
"11.14 (80)",
"VFL Park",
"56,975",
"23 June 1979"
]
] |
[
{
"Formula": "MINIFS(A1,C1,\"san jose sabercats\")",
"Formula2": "MINIFS(A2:A17,C2:C17,\"san jose sabercats\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the earliest week that the Storm played the San Jose Sabercats?",
"Tokens": [
"MINIFS(",
"A1",
"C1",
"\"san jose sabercats\""
]
}
] | train_2-11866255-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Opponent",
"Home/Away",
"Result"
],
[
"2",
"1",
"January 29",
"Philadelphia Soul",
"Away",
"L 52–34"
],
[
"3",
"2",
"February 3",
"Grand Rapids Rampage",
"Away",
"W 51–43"
],
[
"4",
"3",
"February 10",
"Georgia Force",
"Home",
"W 61–60"
],
[
"5",
"4",
"February 19",
"Orlando Predators",
"Home",
"L 67–64 (OT)"
],
[
"6",
"5",
"February 25",
"Austin Wranglers",
"Home",
"W 58–48"
],
[
"7",
"6",
"March 5",
"Kansas City Brigade",
"Away",
"W 69–59"
],
[
"8",
"7",
"March 12",
"Dallas Desperados",
"Home",
"L 64–35"
],
[
"9",
"8",
"March 18",
"New York Dragons",
"Home",
"W 60–44"
],
[
"10",
"9",
"March 26",
"Georgia Force",
"Away",
"L 61–51"
],
[
"11",
"10",
"April 1",
"Utah Blaze",
"Home",
"W 56–41"
],
[
"12",
"11",
"April 7",
"San Jose SaberCats",
"Home",
"L 52–43"
],
[
"13",
"12",
"April 15",
"Austin Wranglers",
"Away",
"L 60–59"
],
[
"14",
"13",
"April 22",
"Orlando Predators",
"Away",
"L 52–13"
],
[
"15",
"14",
"April 29",
"Kansas City Brigade",
"Home",
"W 58–42"
],
[
"16",
"15",
"May 6",
"Columbus Destroyers",
"Away",
"L 51–48"
],
[
"17",
"16",
"May 13",
"Nashville Kats",
"Away",
"L 66–50"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"osijek\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,C2:C13=\"osijek\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the name of the manager in the city of Osijek?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"osijek\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"stadion maksimir\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"stadion maksimir\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the team at Stadion Maksimir?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"stadion maksimir\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"gradski stadion u poljudu\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"gradski stadion u poljudu\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the home city when the stadium was Gradski Stadion U Poljudu?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"gradski stadion u poljudu\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"mladen frančić\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"mladen frančić\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the home city when Mladen Frančić is the manager?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"mladen frančić\"",
"3"
]
}
] | train_2-17573976-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Team",
"Manager",
"Home city",
"Stadium",
"Capacity"
],
[
"2",
"Cibalia",
"Davor Mladina",
"Vinkovci",
"Stadion HNK Cibalia",
"9,920"
],
[
"3",
"Čakovec",
"Ilija Lončarević",
"Čakovec",
"Stadion SRC Mladost",
"8,000"
],
[
"4",
"Dinamo Zagreb",
"Marijan Vlak",
"Zagreb",
"Stadion Maksimir",
"37,168"
],
[
"5",
"Hajduk Split",
"Petar Nadoveza",
"Split",
"Gradski stadion u Poljudu",
"35,000"
],
[
"6",
"Hrvatski Dragovoljac",
"Milivoj Bračun",
"Zagreb",
"Stadion NŠC Stjepan Spajić",
"5,000"
],
[
"7",
"Marsonia",
"Stjepan Deverić",
"Slavonski Brod",
"Gradski stadion uz Savu",
"10,000"
],
[
"8",
"Osijek",
"Stanko Mršić",
"Osijek",
"Stadion Gradski vrt",
"19,500"
],
[
"9",
"Rijeka",
"Nenad Gračan",
"Rijeka",
"Stadion na Kantridi",
"10,275"
],
[
"10",
"Slaven Belupo",
"Mladen Frančić",
"Koprivnica",
"Gradski stadion u Koprivnici",
"4,000"
],
[
"11",
"Šibenik",
"Milo Nižetić",
"Šibenik",
"Stadion Šubićevac",
"8,000"
],
[
"12",
"Varteks",
"Ivan Katalinić",
"Varaždin",
"Stadion NK Varteks",
"10,800"
],
[
"13",
"NK Zagreb",
"Branko Karačić",
"Zagreb",
"Stadion u Kranjčevićevoj ulici",
"8,850"
]
] |
[
{
"Formula": "MAX(FILTER(E1, (B1=\"yardley-brm\")*(A1>1971)))",
"Formula2": "MAX(FILTER(E2:E7, (B2:B7=\"yardley-brm\")*(A2:A7>1971)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What was Yardley-BRM's points high after 1971?",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"B1",
"=",
"\"yardley-brm\"",
"*",
"A1",
">",
"1971"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"austria-marlboro brm\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>0))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E7,B2:B7=\"austria-marlboro brm\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)>0))",
"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 year did Austria-Marlboro BRM get more than 0 points?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"austria-marlboro brm\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"0"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"mclaren m7c\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"mclaren m7c\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which entrant has a Mclaren m7c Chassis?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"mclaren m7c\"",
"2"
]
}
] | test_2-1233840-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Entrant",
"Chassis",
"Engine",
"Points"
],
[
"2",
"1971",
"Ecurie Bonnier",
"McLaren M7C",
"Cosworth V8",
"0"
],
[
"3",
"1971",
"Yardley-BRM",
"BRM P153",
"BRM V12",
"0"
],
[
"4",
"1971",
"Yardley-BRM",
"BRM P160",
"BRM V12",
"0"
],
[
"5",
"1972",
"Austria-Marlboro BRM",
"BRM P153",
"BRM V12",
"0"
],
[
"6",
"1972",
"Austria-Marlboro BRM",
"BRM P153B",
"BRM V12",
"0"
],
[
"7",
"1972",
"Austria-Marlboro BRM",
"BRM P160B",
"BRM V12",
"0"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,G1=\"03-04\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J7,G2:G7=\"03-04\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is 01-02, when 03-04 is 03-04?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"J1",
"G1",
"=",
"\"03-04\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,A1=\"% learning in latvian\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J7,A2:A7=\"% learning in latvian\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is 02-03, when School Year is % Learning In Latvian?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"J1",
"A1",
"=",
"\"% learning in latvian\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,D1=67.4),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J7,D2:D7=67.4),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is 03-04, when 00-01 is 67.4?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"J1",
"D1",
"=",
"67.4",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,J1=1198),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J7,J2:J7=1198),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is 02-03, when 06-07 is 1198?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"J1",
"J1",
"=",
"1198",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,I1=205189),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J7,I2:I7=205189),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is 04-05, when 05-06 is 205,189?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"J1",
"I1",
"=",
"205189",
"8"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:J1,B1=337660),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:J7,B2:B7=337660),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is 03-04, when 95-96 is 337,660?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"J1",
"B1",
"=",
"337660",
"7"
]
}
] | train_2-16158579-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J"
],
[
"1",
"School year",
"95-96",
"99-00",
"00-01",
"01-02",
"02-03",
"03-04",
"04-05",
"05-06",
"06-07"
],
[
"2",
"School year",
"95-96",
"99-00",
"00-01",
"01-02",
"02-03",
"03-04",
"04-05",
"05-06",
"06-07"
],
[
"3",
"Latvian",
"203,607",
"239,163",
"242,475",
"242,183",
"237,425",
"230,212",
"214,855",
"205,189",
"194,230"
],
[
"4",
"Russian",
"132,540",
"120,925",
"116,009",
"108,454",
"101,486",
"95,841",
"84,559",
"77,471",
"70,683"
],
[
"5",
"Others",
"1513",
"1344",
"1344",
"1352",
"1397",
"1305",
"1253",
"1287",
"1198"
],
[
"6",
"Total",
"337,660",
"361,432",
"359,818",
"351,989",
"340,308",
"327,358",
"300,667",
"283,947",
"266,111"
],
[
"7",
"% learning in Latvian",
"60.3",
"66.2",
"67.4",
"68.8",
"69.8",
"70.3",
"71.5",
"72.3",
"73.0"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"peter williams\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"peter williams\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the average speed of rider Peter Williams?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"peter williams\"",
"4"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"triumph\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<4))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E11,C2:C11=\"triumph\"),SUMMARIZE(CHOOSECOLS(query1,5),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": "What is the time/s of team Triumph in those races in which Triumph ranked higher than 4?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"triumph\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"4"
]
}
] | train_2-10301911-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Rider",
"Team",
"Speed",
"Time"
],
[
"2",
"1",
"Malcolm Uphill",
"Triumph",
"97.71mph",
"1:55.51.4"
],
[
"3",
"2",
"Peter Williams",
"Norton",
"97.69mph",
"1:55.52.6"
],
[
"4",
"3",
"Ray Pickrell",
"Norton",
"95.86mph",
"1:58.05.2"
],
[
"5",
"4",
"Tom Dickie",
"Triumph",
"94.14mph",
"2:00.15.0"
],
[
"6",
"5",
"Bob Heath",
"BSA",
"94.09mph",
"2:00.19.0"
],
[
"7",
"6",
"Hans-Otto Butenuth",
"BMW",
"93.54mph",
"2:01.01.8"
],
[
"8",
"7",
"Steve Spencer",
"Norton",
"93.18mph",
"2:01.29.2"
],
[
"9",
"8",
"Tommy Robb",
"Honda",
"92.26mph",
"2:02.42.0"
],
[
"10",
"9",
"John Cooper",
"Honda",
"91.32mph",
"2:03.57.6"
],
[
"11",
"10",
"Pat Mahoney",
"Norton",
"89.77mph",
"2:06.06.0"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=246))",
"Formula2": "LET(query1,SUMMARIZE(E2:E10,SUMX(D2:D10)),FILTER(query1,CHOOSECOLS(query1,2)=246))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is pick 246's position?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"246"
]
},
{
"Formula": "SUM(FILTER(D1, (A1=\"chuck bryant\")*(F1=\"san diego chargers\")))",
"Formula2": "SUM(FILTER(D2:D10, (A2:A10=\"chuck bryant\")*(F2:F10=\"san diego chargers\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which Pick has a Player of chuck bryant, and an NFL Club of san diego chargers?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"A1",
"=",
"\"chuck bryant\"",
"*",
"F1",
"=",
"\"san diego chargers\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"pittsburgh steelers\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,F2:F10=\"pittsburgh steelers\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the position of the pittsburgh steelers?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"pittsburgh steelers\"",
"5"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,A1=\"sam tidmore\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=81))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F10,A2:A10=\"sam tidmore\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=81))",
"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 NFL Club has a Player of sam tidmore, and a Pick of 81?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"sam tidmore\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"6",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"81"
]
}
] | train_2-17814506-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Player",
"Draft",
"Round",
"Pick",
"Position",
"NFL Club"
],
[
"2",
"Bob Ferguson",
"NFL",
"1",
"5",
"Fullback",
"Pittsburgh Steelers"
],
[
"3",
"Bob Ferguson",
"AFL",
"1",
"8",
"Fullback",
"San Diego Chargers"
],
[
"4",
"Chuck Bryant",
"NFL",
"3",
"34",
"End",
"St. Louis Cardinals"
],
[
"5",
"Chuck Bryant",
"AFL",
"13",
"104",
"End",
"San Diego Chargers"
],
[
"6",
"Sam Tidmore",
"NFL",
"6",
"81",
"Linebacker",
"Cleveland Browns"
],
[
"7",
"Sam Tidmore",
"AFL",
"20",
"156",
"Linebacker",
"Buffalo Bills"
],
[
"8",
"John Havlicek",
"NFL",
"7",
"95",
"End",
"Cleveland Browns"
],
[
"9",
"Jack Roberts",
"NFL",
"20",
"273",
"Tackle",
"Chicago Bears"
],
[
"10",
"Mike Ingram",
"AFL",
"31",
"246",
"Guard",
"Boston Patriots"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"february 24\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I13,B2:B13=\"february 24\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who had the high rebounds on February 24?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"february 24\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"february 10\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I13,B2:B13=\"february 10\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On February 10, what was the location attendance?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"february 10\"",
"8"
]
}
] | train_2-11960407-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
[
"2",
"46",
"February 1",
"L.A. Lakers",
"L 101–121 (OT)",
"Andrea Bargnani (28)",
"Chris Bosh (15)",
"Juan Dixon (6)",
"Air Canada Centre 19,800",
"25–21"
],
[
"3",
"47",
"February 4",
"@ Miami",
"W 114–82 (OT)",
"Chris Bosh (24)",
"Jamario Moon (9)",
"José Calderón (10)",
"American Airlines Arena 19,600",
"26–21"
],
[
"4",
"48",
"February 8",
"L.A. Clippers",
"L 98–102 (OT)",
"Chris Bosh (29)",
"Chris Bosh (12)",
"José Calderón (14)",
"Air Canada Centre 19,800",
"26–22"
],
[
"5",
"49",
"February 10",
"@ Minnesota",
"W 105–82 (OT)",
"Andrea Bargnani (16)",
"Chris Bosh , Carlos Delfino (9)",
"T. J. Ford (13)",
"Target Center 13,785",
"27–22"
],
[
"6",
"50",
"February 11",
"San Antonio",
"L 88–93 (OT)",
"José Calderón (27)",
"Chris Bosh , Carlos Delfino , Jamario Moon (8)",
"José Calderón (6)",
"Air Canada Centre 19,800",
"27–23"
],
[
"7",
"51",
"February 13",
"New Jersey",
"W 109–91 (OT)",
"Chris Bosh (27)",
"Chris Bosh , Carlos Delfino (9)",
"José Calderón (12)",
"Air Canada Centre 19,800",
"28–23"
],
[
"8",
"52",
"February 20",
"Orlando",
"W 127–110 (OT)",
"Chris Bosh (40)",
"Jamario Moon (12)",
"José Calderón (13)",
"Air Canada Centre 19,800",
"29–23"
],
[
"9",
"53",
"February 22",
"@ New York",
"L 99–103 (OT)",
"Chris Bosh (23)",
"Chris Bosh , Jamario Moon (8)",
"José Calderón (6)",
"Madison Square Garden 19,763",
"29–24"
],
[
"10",
"54",
"February 24",
"New York",
"W 115–92 (OT)",
"Andrea Bargnani (25)",
"Jamario Moon , Radoslav Nesterović (8)",
"José Calderón (7)",
"Air Canada Centre 19,800",
"30–24"
],
[
"11",
"55",
"February 25",
"@ Indiana",
"W 102–98 (OT)",
"Chris Bosh (24)",
"Anthony Parker (11)",
"T. J. Ford (7)",
"Conseco Fieldhouse 10,468",
"31–24"
],
[
"12",
"56",
"February 27",
"Minnesota",
"W 107–85 (OT)",
"Chris Bosh (28)",
"Chris Bosh , Jamario Moon (7)",
"José Calderón (7)",
"Air Canada Centre 18,325",
"32–24"
],
[
"13",
"57",
"February 29",
"Indiana",
"L 111–122 (OT)",
"Andrea Bargnani (27)",
"Andrea Bargnani (9)",
"José Calderón (11)",
"Air Canada Centre 19,800",
"32–25"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"jack nicklaus\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,B2:B11=\"jack nicklaus\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the to par when the player is jack nicklaus?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"jack nicklaus\"",
"5"
]
},
{
"Formula": "MIN(FILTER(F1, (A1=\"t2\")*(B1=\"johnny miller\")))",
"Formula2": "MIN(FILTER(F2:F11, (A2:A11=\"t2\")*(B2:B11=\"johnny miller\")))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "what is the lowest money ($) when the place is t2 for player johnny miller?",
"Tokens": [
"MIN(",
"FILTER(",
"F1",
"A1",
"=",
"\"t2\"",
"*",
"B1",
"=",
"\"johnny miller\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"69-70-72-72=283\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,D2:D11=\"69-70-72-72=283\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the to par when the score is 69-70-72-72=283?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"69-70-72-72=283\"",
"5"
]
}
] | test_2-16458528-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par",
"Money ( $ )"
],
[
"2",
"1",
"Tom Watson",
"United States",
"71-68-70-71=280",
"–8",
"60,000"
],
[
"3",
"T2",
"Johnny Miller",
"United States",
"69-72-73-68=282",
"–6",
"30,500"
],
[
"4",
"T2",
"Jack Nicklaus",
"United States",
"70-65-75-72=282",
"–6",
"30,500"
],
[
"5",
"4",
"Greg Norman",
"Australia",
"69-70-72-72=283",
"–5",
"16,000"
],
[
"6",
"T5",
"Tom Kite",
"United States",
"74-72-70-68=284",
"–4",
"12,667"
],
[
"7",
"T5",
"Jerry Pate",
"United States",
"71-72-71-70=284",
"–4",
"12,667"
],
[
"8",
"7",
"David Graham",
"Australia",
"70-70-74-71=285",
"–3",
"11,167"
],
[
"9",
"T8",
"Ben Crenshaw",
"United States",
"71-72-70-73=286",
"–2",
"9,667"
],
[
"10",
"T8",
"Raymond Floyd",
"United States",
"75-71-71-69=286",
"–2",
"9,667"
],
[
"11",
"T8",
"John Mahaffey",
"United States",
"72-71-69-74=286",
"–2",
"9,667"
]
] |
[
{
"Formula": "SUM(FILTER(B1, H1=352))",
"Formula2": "SUM(FILTER(B2:B7, H2:H7=352))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Name the total number of games for goals against being 352",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"H1",
"=",
"352"
]
},
{
"Formula": "SUM(FILTER(B1, D1=41))",
"Formula2": "SUM(FILTER(B2:B7, D2:D7=41))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Name the total number of games for lost being 41",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"D1",
"=",
"41"
]
},
{
"Formula": "MAX(FILTER(G1, F1=56))",
"Formula2": "MAX(FILTER(G2:G7, F2:F7=56))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Name the most goals for 56 points",
"Tokens": [
"MAX(",
"FILTER(",
"G1",
"F1",
"=",
"56"
]
},
{
"Formula": "SUM(FILTER(C1, G1=274))",
"Formula2": "SUM(FILTER(C2:C7, G2:G7=274))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Name the number of won for goals for being 274",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"G1",
"=",
"274"
]
}
] | train_1-2509505-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Season",
"Games",
"Won",
"Lost",
"Tied",
"Points",
"Goals for",
"Goals against",
"Standing"
],
[
"2",
"1973–74",
"74",
"28",
"41",
"5",
"61",
"274",
"352",
"6th, NAHL"
],
[
"3",
"1974–75",
"74",
"39",
"32",
"3",
"81",
"293",
"286",
"3rd, NAHL"
],
[
"4",
"1975–76",
"74",
"27",
"45",
"2",
"56",
"258",
"337",
"5th, West"
],
[
"5",
"1976–77",
"74",
"41",
"31",
"2",
"84",
"363",
"324",
"3rd, NAHL"
],
[
"6",
"1977–78",
"81",
"27",
"46",
"8",
"62",
"287",
"377",
"4th, North"
],
[
"7",
"1978–79",
"79",
"32",
"42",
"5",
"69",
"300",
"320",
"3rd, South"
]
] |
[
{
"Formula": "CHOOSE({1,2,3},D1,E1,F1)",
"Formula2": "CHOOSE({1,2,3},D2:D16,E2:E16,F2:F16)",
"Funcs": [
"CHOOSE(",
"Num",
"Num",
"Num",
"Cell",
"Cell",
"Cell"
],
"Level": "easy",
"Question": "List the first name middle name and last name of all staff.",
"Tokens": [
"CHOOSE(",
"1",
"2",
"3",
"D1",
"E1",
"F1"
]
},
{
"Formula": "FILTER(G1,(D1=\"Janessa\")*(F1=\"Sawayn\"))",
"Formula2": "FILTER(G2:G16,(D2:D16=\"Janessa\")*(F2:F16=\"Sawayn\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the birthday of the staff member with first name as Janessa and last name as Sawayn?",
"Tokens": [
"FILTER(",
"G1",
"D1",
"=",
"\"Janessa\"",
"*",
"F1",
"=",
"\"Sawayn\""
]
},
{
"Formula": "FILTER(G1,(D1=\"Janessa\")*(F1=\"Sawayn\"))",
"Formula2": "FILTER(G2:G16,(D2:D16=\"Janessa\")*(F2:F16=\"Sawayn\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the date of birth for the staff member named Janessa Sawayn?",
"Tokens": [
"FILTER(",
"G1",
"D1",
"=",
"\"Janessa\"",
"*",
"F1",
"=",
"\"Sawayn\""
]
},
{
"Formula": "SUMIFS(A1,D1,\"ludie\")",
"Formula2": "SUMIFS(A2:A16,D2:D16,\"ludie\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many staff have the first name Ludie?",
"Tokens": [
"SUMIFS(",
"A1",
"D1",
"\"ludie\""
]
},
{
"Formula": "ROWS(FILTER(A1:I1, D1=\"ludie\"))",
"Formula2": "ROWS(FILTER(A2:I16, D2:D16=\"ludie\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many employees have a first name of Ludie?",
"Tokens": [
"ROWS(",
"FILTER(",
"A1",
":",
"I1",
"D1",
"=",
"\"ludie\""
]
},
{
"Formula": "FILTER(C1,(D1=\"Janessa\")*(F1=\"Sawayn\"))",
"Formula2": "FILTER(C2:C16,(D2:D16=\"Janessa\")*(F2:F16=\"Sawayn\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the nickname of staff with first name as Janessa and last name as Sawayn?",
"Tokens": [
"FILTER(",
"C1",
"D1",
"=",
"\"Janessa\"",
"*",
"F1",
"=",
"\"Sawayn\""
]
},
{
"Formula": "FILTER(C1,(D1=\"Janessa\")*(F1=\"Sawayn\"))",
"Formula2": "FILTER(C2:C16,(D2:D16=\"Janessa\")*(F2:F16=\"Sawayn\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the nickname of the employee named Janessa Sawayn?",
"Tokens": [
"FILTER(",
"C1",
"D1",
"=",
"\"Janessa\"",
"*",
"F1",
"=",
"\"Sawayn\""
]
},
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A16)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "How many staff in total?",
"Tokens": [
"SUM(",
"A1"
]
},
{
"Formula": "UNIQUE(HSTACK(D1,E1,F1,A1))",
"Formula2": "UNIQUE(HSTACK(D2:D16,E2:E16,F2:F16,A2:A16))",
"Funcs": [
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell",
"Cell",
"Cell"
],
"Level": "easy",
"Question": "Full names and staff ids.",
"Tokens": [
"UNIQUE(",
"HSTACK(",
"D1",
"E1",
"F1",
"A1"
]
},
{
"Formula": "LET(query1,FILTER(A1:I1,(D1=\"janessa\")*(F1=\"sawayn\")),UNIQUE(CHOOSECOLS(query1,7,1)))",
"Formula2": "LET(query1,FILTER(A2:I16,(D2:D16=\"janessa\")*(F2:F16=\"sawayn\")),UNIQUE(CHOOSECOLS(query1,7,1)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num"
],
"Level": "hard",
"Question": "the birthday and staff id of janessa sawayn.",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"I1",
"D1",
"=",
"\"janessa\"",
"*",
"F1",
"=",
"\"sawayn\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"7",
"1"
]
},
{
"Formula": "LET(query1,FILTER(A1:I1,(D1=\"janessa\")*(F1=\"sawayn\")),UNIQUE(CHOOSECOLS(query1,7,1)))",
"Formula2": "LET(query1,FILTER(A2:I16,(D2:D16=\"janessa\")*(F2:F16=\"sawayn\")),UNIQUE(CHOOSECOLS(query1,7,1)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num"
],
"Level": "hard",
"Question": "janessa sawayn's birthday and staff ID ",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"I1",
"D1",
"=",
"\"janessa\"",
"*",
"F1",
"=",
"\"sawayn\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"7",
"1"
]
},
{
"Formula": "SUMIFS(A1,D1,\"ludie\")",
"Formula2": "SUMIFS(A2:A16,D2:D16,\"ludie\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many staff are called ludie?",
"Tokens": [
"SUMIFS(",
"A1",
"D1",
"\"ludie\""
]
},
{
"Formula": "ROWS(FILTER(A1:I1, D1=\"ludie\"))",
"Formula2": "ROWS(FILTER(A2:I16, D2:D16=\"ludie\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many employees called ludie?",
"Tokens": [
"ROWS(",
"FILTER(",
"A1",
":",
"I1",
"D1",
"=",
"\"ludie\""
]
},
{
"Formula": "LET(query1,FILTER(A1:I1,(D1=\"janessa\")*(F1=\"sawayn\")),UNIQUE(CHOOSECOLS(query1,3,1)))",
"Formula2": "LET(query1,FILTER(A2:I16,(D2:D16=\"janessa\")*(F2:F16=\"sawayn\")),UNIQUE(CHOOSECOLS(query1,3,1)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num"
],
"Level": "hard",
"Question": "What is Janessa Sawayn's nickname and staff ID? ",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"I1",
"D1",
"=",
"\"janessa\"",
"*",
"F1",
"=",
"\"sawayn\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"3",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(D1=\"janessa\")*(F1=\"sawayn\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,(D2:D16=\"janessa\")*(F2:F16=\"sawayn\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Janessa sawayn's nickname",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"D1",
"=",
"\"janessa\"",
"*",
"F1",
"=",
"\"sawayn\"",
"3"
]
},
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A16)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "total number of staff.",
"Tokens": [
"SUM(",
"A1"
]
},
{
"Formula": "LET(query1,FILTER(A1:I1,(D1=\"janessa\")*(F1=\"sawayn\")),UNIQUE(CHOOSECOLS(query1,7,1)))",
"Formula2": "LET(query1,FILTER(A2:I16,(D2:D16=\"janessa\")*(F2:F16=\"sawayn\")),UNIQUE(CHOOSECOLS(query1,7,1)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num"
],
"Level": "hard",
"Question": "Birthday and staff id of janessa sawayn.",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"I1",
"D1",
"=",
"\"janessa\"",
"*",
"F1",
"=",
"\"sawayn\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"7",
"1"
]
},
{
"Formula": "SUMIFS(A1,D1,\"ludie\")",
"Formula2": "SUMIFS(A2:A16,D2:D16,\"ludie\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many staff called ludie?",
"Tokens": [
"SUMIFS(",
"A1",
"D1",
"\"ludie\""
]
},
{
"Formula": "ROWS(FILTER(A1:I1, D1=\"ludie\"))",
"Formula2": "ROWS(FILTER(A2:I16, D2:D16=\"ludie\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many employees named ludie?",
"Tokens": [
"ROWS(",
"FILTER(",
"A1",
":",
"I1",
"D1",
"=",
"\"ludie\""
]
},
{
"Formula": "LET(query1,FILTER(A1:I1,(D1=\"janessa\")*(F1=\"sawayn\")),UNIQUE(CHOOSECOLS(query1,3,1)))",
"Formula2": "LET(query1,FILTER(A2:I16,(D2:D16=\"janessa\")*(F2:F16=\"sawayn\")),UNIQUE(CHOOSECOLS(query1,3,1)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num"
],
"Level": "hard",
"Question": "What is the nickname and staff id of janessa sawayn?",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"I1",
"D1",
"=",
"\"janessa\"",
"*",
"F1",
"=",
"\"sawayn\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"3",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(D1=\"janessa\")*(F1=\"sawayn\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,(D2:D16=\"janessa\")*(F2:F16=\"sawayn\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "the nickname of janessa sawayn.",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"D1",
"=",
"\"janessa\"",
"*",
"F1",
"=",
"\"sawayn\"",
"3"
]
},
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A16)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "the number of staff",
"Tokens": [
"SUM(",
"A1"
]
}
] | driving_school_staff | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"staff id",
"staff address id",
"nickname",
"first name",
"middle name",
"last name",
"date of birth",
"date joined staff",
"date left staff"
],
[
"2",
"1",
"14",
"thompson.constantin",
"Janessa",
"Amara",
"Sawayn",
"12/8/2010 16:55",
"4/27/2017 3:21",
"3/23/2018 22:53"
],
[
"3",
"2",
"3",
"santos45",
"Camylle",
"Icie",
"Weissnat",
"8/1/2015 13:22",
"6/6/2016 8:54",
"3/10/2018 15:25"
],
[
"4",
"3",
"5",
"ynader",
"Kaitlin",
"Stephania",
"Mertz",
"5/17/1994 5:32",
"1/2/2018 12:24",
"3/24/2018 10:11"
],
[
"5",
"4",
"1",
"lsenger",
"Rebekah",
"Sherwood",
"Hermann",
"1/16/2003 6:29",
"10/21/2017 17:20",
"3/4/2018 17:13"
],
[
"6",
"5",
"14",
"ledner.jamie",
"Jedidiah",
"Dejon",
"Herzog",
"8/10/2015 11:37",
"5/16/2016 20:56",
"3/8/2018 4:23"
],
[
"7",
"6",
"12",
"bogisich.geovany",
"Eulalia",
"Tre",
"Maggio",
"4/27/1998 12:55",
"8/27/2017 19:19",
"2/28/2018 8:26"
],
[
"8",
"7",
"13",
"weldon.kling",
"Queenie",
"Madelyn",
"Macejkovic",
"6/11/2007 20:03",
"6/4/2017 14:30",
"3/8/2018 5:16"
],
[
"9",
"8",
"1",
"gabe21",
"Titus",
"Duane",
"Durgan",
"5/2/2005 6:23",
"5/26/2016 0:55",
"3/5/2018 18:30"
],
[
"10",
"9",
"4",
"ymiller",
"Margie",
"Caesar",
"Doyle",
"6/3/1995 8:09",
"12/22/2017 3:06",
"3/8/2018 12:31"
],
[
"11",
"10",
"2",
"sbrown",
"Jaleel",
"Maiya",
"Rogahn",
"9/24/1996 9:51",
"6/5/2016 22:22",
"3/14/2018 7:14"
],
[
"12",
"11",
"1",
"nicholaus92",
"Winnifred",
"Liam",
"Jast",
"6/13/2000 18:09",
"5/1/2016 2:22",
"3/9/2018 5:08"
],
[
"13",
"12",
"7",
"edwin.hudson",
"Lincoln",
"Benny",
"Carroll",
"3/9/1996 8:19",
"11/5/2016 1:43",
"3/6/2018 23:17"
],
[
"14",
"13",
"1",
"norma73",
"Ernestina",
"Clarabelle",
"Mraz",
"5/19/2004 14:11",
"11/13/2016 20:44",
"2/26/2018 17:56"
],
[
"15",
"14",
"6",
"bkunze",
"Ludie",
"Ulices",
"Kuphal",
"11/16/2000 6:55",
"8/30/2017 15:08",
"3/2/2018 1:48"
],
[
"16",
"15",
"3",
"weissnat.vincenzo",
"Simeon",
"Mayra",
"Turner",
"3/29/1997 10:55",
"2/20/2017 18:45",
"3/1/2018 17:10"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=7))",
"Formula2": "LET(query1,SUMMARIZE(E2:E9,SUMX(B2:B9)),FILTER(query1,CHOOSECOLS(query1,2)=7))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What time does lane 7 have?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"7"
]
}
] | train_2-18569131-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Lane",
"Athlete",
"Country",
"Time"
],
[
"2",
"1",
"2",
"Nabil Madi",
"Algeria",
"1:45.63"
],
[
"3",
"2",
"4",
"Gary Reed",
"Canada",
"1:45.85"
],
[
"4",
"3",
"5",
"Boaz Kiplagat Lalang",
"Kenya",
"1:45.87"
],
[
"5",
"4",
"9",
"Manuel Olmedo",
"Spain",
"1:45.91"
],
[
"6",
"5",
"3",
"Belal Mansoor Ali",
"Bahrain",
"1:46.37"
],
[
"7",
"6",
"8",
"Michael Rimmer",
"Great Britain",
"1:48.07"
],
[
"8",
"7",
"7",
"Abraham Chepkirwok",
"Uganda",
"1:49.16"
],
[
"9",
"8",
"6",
"Abubaker Kaki",
"Sudan",
"1:49.19"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"anke huber chanda rubin\")*(D1=\"meredith mcgrath larisa savchenko\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(E2:E13=\"anke huber chanda rubin\")*(D2:D13=\"meredith mcgrath larisa savchenko\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Week when anke huber chanda rubin shows for Semi finalists, and the Runner-up is meredith mcgrath larisa savchenko?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"anke huber chanda rubin\"",
"*",
"D1",
"=",
"\"meredith mcgrath larisa savchenko\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"katrina adams zina garrison-jackson\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"katrina adams zina garrison-jackson\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Semi finalists when the Runner-up was katrina adams zina garrison-jackson?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"katrina adams zina garrison-jackson\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"anke huber chanda rubin\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"anke huber chanda rubin\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Winner when anke huber chanda rubin was semi finalist?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"anke huber chanda rubin\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"chanda rubin caroline vis\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"chanda rubin caroline vis\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Tier when the runner-up is chanda rubin caroline vis?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"chanda rubin caroline vis\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"mary joe fernández 6–4, 7–5\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,C2:C13=\"mary joe fernández 6–4, 7–5\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Week when the winner was mary joe fernández 6–4, 7–5?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"mary joe fernández 6–4, 7–5\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"tier ii\")*(C1=\"gigi fernández natalia zvereva 5–7, 6–1, 6–4\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(B2:B13=\"tier ii\")*(C2:C13=\"gigi fernández natalia zvereva 5–7, 6–1, 6–4\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Runner-up with the tier was tier ii, and a Winner of gigi fernández natalia zvereva 5–7, 6–1, 6–4?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"tier ii\"",
"*",
"C1",
"=",
"\"gigi fernández natalia zvereva 5–7, 6–1, 6–4\"",
"4"
]
}
] | train_2-15866312-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week of",
"Tier",
"Winner",
"Runner-up",
"Semi finalists"
],
[
"2",
"2 October",
"Tier IV",
"Shi-Ting Wang 6–1, 6–1",
"Jing-Qian Yi",
"Tina Križan Annabel Ellwood"
],
[
"3",
"2 October",
"Tier IV",
"Petra Kamstra Tina Križan 2–6, 6–4, 6–1",
"Nana Miyagi Stephanie Reece",
"Tina Križan Annabel Ellwood"
],
[
"4",
"2 October",
"Tier I",
"Iva Majoli 6–4, 6–4",
"Mary Pierce",
"Chanda Rubin Mariaan de Swardt"
],
[
"5",
"2 October",
"Tier I",
"Nicole Arendt Manon Bollegraf 6–4, 6–7, 6–4",
"Chanda Rubin Caroline Vis",
"Chanda Rubin Mariaan de Swardt"
],
[
"6",
"9 October",
"Tier II",
"Iva Majoli 6–4, 7–6",
"Gabriela Sabatini",
"Anke Huber Chanda Rubin"
],
[
"7",
"9 October",
"Tier II",
"Gigi Fernández Natalia Zvereva 5–7, 6–1, 6–4",
"Meredith McGrath Larisa Savchenko",
"Anke Huber Chanda Rubin"
],
[
"8",
"17 October",
"Tier II",
"Mary Joe Fernández 6–4, 7–5",
"Amanda Coetzer",
"Kristie Boogert Magdalena Maleeva"
],
[
"9",
"17 October",
"Tier II",
"Meredith McGrath Larisa Savchenko 7–5, 6–1",
"Lori McNeil Helena Suková",
"Kristie Boogert Magdalena Maleeva"
],
[
"10",
"30 October",
"Tier III",
"Brenda Schultz-McCarthy 7–6, 6–2",
"Dominique Monami",
"Lindsay Lee Rennae Stubbs"
],
[
"11",
"30 October",
"Tier III",
"Nicole Arendt Manon Bollegraf 7–6, 4–6, 6–2",
"Lisa Raymond Rennae Stubbs",
"Lindsay Lee Rennae Stubbs"
],
[
"12",
"30 October",
"Tier II",
"Magdalena Maleeva 6–3, 6–4",
"Ai Sugiyama",
"Lindsay Davenport Mary Joe Fernández"
],
[
"13",
"30 October",
"Tier II",
"Lori McNeil Helena Suková 3–6, 6–4, 6–3",
"Katrina Adams Zina Garrison-Jackson",
"Lindsay Davenport Mary Joe Fernández"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"junction oval\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"junction oval\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the score of the home team at junction oval?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"junction oval\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"glenferrie oval\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"glenferrie oval\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which away team is based at glenferrie oval?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"glenferrie oval\"",
"3"
]
}
] | test_2-10806194-14 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Richmond",
"16.23 (119)",
"South Melbourne",
"13.11 (89)",
"Punt Road Oval",
"18,000",
"24 July 1937"
],
[
"3",
"Collingwood",
"24.20 (164)",
"North Melbourne",
"7.9 (51)",
"Victoria Park",
"9,000",
"24 July 1937"
],
[
"4",
"Carlton",
"16.24 (120)",
"Melbourne",
"16.8 (104)",
"Princes Park",
"16,000",
"24 July 1937"
],
[
"5",
"St Kilda",
"17.10 (112)",
"Footscray",
"13.15 (93)",
"Junction Oval",
"12,000",
"24 July 1937"
],
[
"6",
"Hawthorn",
"10.11 (71)",
"Fitzroy",
"6.13 (49)",
"Glenferrie Oval",
"7,500",
"24 July 1937"
],
[
"7",
"Geelong",
"13.22 (100)",
"Essendon",
"9.12 (66)",
"Corio Oval",
"8,000",
"24 July 1937"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"Tiffin University\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H18,A2:A18=\"Tiffin University\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What city is Tiffin University located in?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"A1",
"=",
"\"Tiffin University\"",
"2"
]
},
{
"Formula": "SUMIFS(G1,F1,\"Private\")",
"Formula2": "SUMIFS(G2:G18,F2:F18,\"Private\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the enrollment at the private university?",
"Tokens": [
"SUMIFS(",
"G1",
"F1",
"\"Private\""
]
}
] | test_1-29483673-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Institution",
"Location - City",
"Location - State",
"Nickname",
"Founded",
"Affiliation",
"Enrollment",
"Primary Conference"
],
[
"2",
"Ball State University",
"Muncie",
"Indiana",
"Cardinals",
"1918",
"Public",
"21401",
"MAC"
],
[
"3",
"Central Michigan University",
"Mount Pleasant",
"Michigan",
"Chippewas",
"1892",
"Public",
"28398",
"MAC"
],
[
"4",
"University of Cincinnati",
"Cincinnati",
"Ohio",
"Bearcats",
"1819",
"Public",
"41250",
"Big East"
],
[
"5",
"DePaul University",
"Chicago",
"Illinois",
"Blue Demons",
"1898",
"Private",
"24000",
"Big East"
],
[
"6",
"Eastern Michigan University",
"Ypsilanti",
"Michigan",
"Eagles",
"1849",
"Public",
"22974",
"MAC"
],
[
"7",
"Grand Valley State University",
"Allendale",
"Michigan",
"Lakers",
"1960",
"Public",
"24541",
"GLIAC"
],
[
"8",
"Miami University",
"Oxford",
"Ohio",
"RedHawks",
"1809",
"Public",
"20126",
"MAC"
],
[
"9",
"University of Michigan",
"Ann Arbor",
"Michigan",
"Wolverines",
"1817",
"Public",
"41674",
"Big Ten"
],
[
"10",
"Michigan State University",
"East Lansing",
"Michigan",
"Spartans",
"1855",
"Public",
"47278",
"Big Ten"
],
[
"11",
"Michigan Technological University",
"Houghton",
"Michigan",
"Huskies",
"1885",
"Public",
"6720",
"GLIAC"
],
[
"12",
"Northern Illinois University",
"DeKalb",
"Illinois",
"Huskies",
"1895",
"Public",
"25313",
"MAC"
],
[
"13",
"Ohio State University",
"Columbus",
"Ohio",
"Buckeyes",
"1870",
"Public",
"55014",
"Big Ten"
],
[
"14",
"Purdue University",
"West Lafayette",
"Indiana",
"Boilermakers",
"1869",
"Public",
"39697",
"Big Ten"
],
[
"15",
"Schoolcraft College",
"Livonia",
"Michigan",
"Oscelots",
"1961",
"Public",
"9000",
"MCCAA"
],
[
"16",
"Shawnee State University",
"Portsmouth",
"Ohio",
"Bears",
"1986",
"Public",
"4600",
"MSC"
],
[
"17",
"Tiffin University",
"Tiffin",
"Ohio",
"Dragons",
"1888",
"Public",
"4942",
"GLIAC"
],
[
"18",
"Wayne State University",
"Detroit",
"Michigan",
"Warriors",
"1868",
"Public",
"31786",
"GLIAC"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,D1=\"radek štěpánek\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<3))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H12,D2:D12=\"radek štěpánek\"),SUMMARIZE(CHOOSECOLS(query1,6),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": "What is the event year radek štěpánek was the round and there were less than 3 aces?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"D1",
"=",
"\"radek štěpánek\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"6",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"3"
]
},
{
"Formula": "SUM(FILTER(B1, (F1>2011)*(A1<9)))",
"Formula2": "SUM(FILTER(B2:B12, (F2:F12>2011)*(A2:A12<9)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many players were in the event after 2011 with less than 9 aces?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"F1",
">",
"2011",
"*",
"A1",
"<",
"9"
]
},
{
"Formula": "LET(query1,FILTER(A1:H1,(B1<113)*(F1=2011)),UNIQUE(CHOOSECOLS(query1,2,3)))",
"Formula2": "LET(query1,FILTER(A2:H12,(B2:B12<113)*(F2:F12=2011)),UNIQUE(CHOOSECOLS(query1,2,3)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num"
],
"Level": "hard",
"Question": "Who was the opponent in the 2011 event with less than 113 players?",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"B1",
"<",
"113",
"*",
"F1",
"=",
"2011",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"2",
"3"
]
},
{
"Formula": "MAX(FILTER(B1, (E1=\"1r\")*(H1=\"clay\")*(A1>4)))",
"Formula2": "MAX(FILTER(B2:B12, (E2:E12=\"1r\")*(H2:H12=\"clay\")*(A2:A12>4)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the highest number of players during 1r year with a clay set and more than 4 aces?",
"Tokens": [
"MAX(",
"FILTER(",
"B1",
"E1",
"=",
"\"1r\"",
"*",
"H1",
"=",
"\"clay\"",
"*",
"A1",
">",
"4"
]
}
] | train_2-12824609-200 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"!Aces",
"Player",
"Opponent",
"Round",
"Year",
"Event",
"Surface",
"Sets"
],
[
"2",
"1.",
"113",
"W",
"Nicolas Mahut",
"1R",
"2010",
"Wimbledon",
"Grass"
],
[
"3",
"2.",
"103",
"L",
"John Isner",
"1R",
"2010",
"Wimbledon",
"Grass"
],
[
"4",
"3.",
"78",
"L",
"Radek Štěpánek",
"SF",
"2009",
"Davis Cup",
"Clay"
],
[
"5",
"4.",
"55",
"L",
"Lleyton Hewitt",
"1R",
"2009",
"Roland Garros",
"Clay"
],
[
"6",
"5.",
"51",
"L",
"Andre Agassi",
"4R",
"2005",
"Australian Open",
"Hard"
],
[
"7",
"5.",
"51",
"L",
"Daniele Bracciali",
"1R",
"2005",
"Wimbledon",
"Grass"
],
[
"8",
"7.",
"50",
"W",
"Andy Roddick",
"F",
"2009",
"Wimbledon",
"Grass"
],
[
"9",
"8.",
"49",
"L",
"Yevgeny Kafelnikov",
"QF",
"1999",
"US Open",
"Hard"
],
[
"10",
"9.",
"48",
"L",
"Arnaud Clément",
"QF",
"2001",
"Davis Cup",
"Carpet"
],
[
"11",
"9.",
"48",
"L",
"Ivan Dodig",
"1R",
"2011",
"Australian Open",
"Hard"
],
[
"12",
"9.",
"48",
"W",
"Olivier Rochus",
"1R",
"2012",
"Wimbledon",
"Grass"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"seongnam ilhwa chunma\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,A2:A15=\"seongnam ilhwa chunma\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which stadium has Seongnam Ilhwa Chunma?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"seongnam ilhwa chunma\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"gwang-yang stadium\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,D2:D15=\"gwang-yang stadium\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What city is Gwang-Yang stadium in?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"gwang-yang stadium\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"fc seoul\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,A2:A15=\"fc seoul\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which stadium has FC Seoul?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"fc seoul\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"seoul\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,C2:C15=\"seoul\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What stadium is in Seoul?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"seoul\"",
"4"
]
}
] | train_2-16203889-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Club",
"Head Coach",
"City",
"Stadium",
"2007 season"
],
[
"2",
"Busan I'Park",
"Hwang Sun-Hong",
"Busan",
"Busan Asiad Stadium",
"13th in League"
],
[
"3",
"Chunnam Dragons",
"Park Hang-Seo",
"Gwangyang",
"Gwang-Yang Stadium",
"10th in League"
],
[
"4",
"Daegu FC",
"Byun Byung-Joo",
"Daegu",
"Daegu World Cup Stadium",
"12th in League"
],
[
"5",
"Daejeon Citizen",
"Kim Ho",
"Daejeon",
"Daejeon World Cup Stadium",
"6th in League, 6th in Playoff"
],
[
"6",
"FC Seoul",
"Şenol Güneş",
"Seoul",
"Seoul World Cup Stadium",
"7th in League"
],
[
"7",
"Gwangju Sangmu",
"Lee Kang-Jo",
"Gwangju",
"Gwangju World Cup Stadium",
"14th in League"
],
[
"8",
"Gyeongnam FC",
"Cho Kwang-Rae",
"Changwon",
"Changwon Civil Stadium",
"4th in League, T5th in Playoff"
],
[
"9",
"Incheon United",
"Chang Woe-Ryong",
"Incheon",
"Incheon Munhak Stadium",
"9th in League"
],
[
"10",
"Jeju United",
"Arthur Bernardes",
"Seogwipo",
"Jeju World Cup Stadium",
"11th in League"
],
[
"11",
"Jeonbuk Hyundai Motors",
"Choi Kang-Hee",
"Jeonju",
"Jeonju World Cup Stadium",
"8th in League"
],
[
"12",
"Pohang Steelers",
"Sérgio Farias",
"Pohang",
"Steelyard Stadium",
"5th in League, T1st in Playoff"
],
[
"13",
"Seongnam Ilhwa Chunma",
"Kim Hak-Beom",
"Seongnam",
"Seongnam 2 Stadium",
"1st in League, T2nd in Playoff"
],
[
"14",
"Suwon Samsung Bluewings",
"Cha Bum-Kun",
"Suwon",
"Suwon World Cup Stadium",
"2nd in League, T3rd in Playoff"
],
[
"15",
"Ulsan Hyundai",
"Kim Jung-Nam",
"Ulsan",
"Munsu Cup Stadium",
"3rd in League, T4th in Playoff"
]
] |
[
{
"Formula": "MINIFS(E1,B1,\"maryland\")",
"Formula2": "MINIFS(E2:E12,B2:B12,\"maryland\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the lowest Attendance when the Opponent was Maryland?",
"Tokens": [
"MINIFS(",
"E1",
"B1",
"\"maryland\""
]
}
] | train_2-15531181-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Opponent",
"Location",
"Result",
"Attendance"
],
[
"2",
"09/05/1981",
"South Carolina",
"Groves Stadium • Winston-Salem, NC",
"L 6-23",
"29,300"
],
[
"3",
"09/12/1981",
"North Carolina State",
"Groves Stadium • Winston-Salem, NC",
"L 23-28",
"29,000"
],
[
"4",
"09/19/1981*",
"at Auburn",
"Jordan-Hare Stadium • Auburn, AL",
"W 24-21",
"63,000"
],
[
"5",
"09/26/1981",
"at Virginia Tech",
"Lane Stadium • Blacksburg, VA",
"L 14-30",
"42,200"
],
[
"6",
"10/03/1981*",
"Appalachian State",
"Groves Stadium • Winston-Salem, NC",
"W 15-14",
"24,500"
],
[
"7",
"10/10/1981*",
"at #5 North Carolina",
"Kenan Memorial Stadium • Chapel Hill, NC",
"L 10-48",
"51,692"
],
[
"8",
"10/17/1981*",
"Maryland",
"Groves Stadium • Winston-Salem, NC",
"L 33-45",
"24,500"
],
[
"9",
"10/24/1981*",
"at Virginia",
"Scott Stadium • Charlottesville, VA",
"W 24-21",
"24,222"
],
[
"10",
"10/31/1981*",
"at #3 Clemson",
"Memorial Stadium • Clemson, SC",
"L 24-82",
"60,383"
],
[
"11",
"11/07/1981",
"Duke",
"Wallace Wade Stadium • Durham, NC",
"L 10-31",
"22,000"
],
[
"12",
"11/14/1981",
"at Richmond",
"UR Stadium • Richmond, VA",
"W 34-22",
"15,285"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Henry E. Barbour (R) 52.1% Henry Hawson (D) 47.9%\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,F2:F7=\"Henry E. Barbour (R) 52.1% Henry Hawson (D) 47.9%\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which party was the incumbent from when the cadidates were henry e. barbour (r) 52.1% henry hawson (d) 47.9%? Answer: Democratic",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"Henry E. Barbour (R) 52.1% Henry Hawson (D) 47.9%\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"John I. Nolan (R) 87% Thomas F. Feeley (S) 13%\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,F2:F7=\"John I. Nolan (R) 87% Thomas F. Feeley (S) 13%\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which district was the race between john i. nolan (r) 87% thomas f. feeley (s) 13%?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"John I. Nolan (R) 87% Thomas F. Feeley (S) 13%\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"John A. Elston (R) 88.4% Luella Twining (S) 11.6%\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,F2:F7=\"John A. Elston (R) 88.4% Luella Twining (S) 11.6%\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the net seat gain in the race john a. elston (r) 88.4% luella twining (s) 11.6%?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"John A. Elston (R) 88.4% Luella Twining (S) 11.6%\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Julius Kahn\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"Julius Kahn\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which District was the incumbent Julius Kahn from? Answer: California 4th district",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Julius Kahn\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Clarence F. Lea\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"Clarence F. Lea\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the result of the election when Clarence F. Lea was the incumbent?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Clarence F. Lea\"",
"5"
]
}
] | train_1-1346118-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"California 1",
"Clarence F. Lea",
"Democratic",
"1916",
"Re-elected",
"Clarence F. Lea (D) (unopposed)"
],
[
"3",
"California 2",
"John E. Raker",
"Democratic",
"1910",
"Re-elected",
"John E. Raker (D) (unopposed)"
],
[
"4",
"California 4",
"Julius Kahn",
"Republican",
"1898",
"Re-elected",
"Julius Kahn (R) 86.6% William Short (S) 13.4%"
],
[
"5",
"California 5",
"John I. Nolan",
"Republican",
"1912",
"Re-elected",
"John I. Nolan (R) 87% Thomas F. Feeley (S) 13%"
],
[
"6",
"California 6",
"John A. Elston",
"Progressive",
"1912",
"Re-elected as Republican Republican gain",
"John A. Elston (R) 88.4% Luella Twining (S) 11.6%"
],
[
"7",
"California 7",
"Denver S. Church",
"Democratic",
"1912",
"Retired Republican gain",
"Henry E. Barbour (R) 52.1% Henry Hawson (D) 47.9%"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"9.11 (65)\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"9.11 (65)\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which team has an away team score of 9.11 (65)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"9.11 (65)\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"princes park\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"princes park\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When was the game at Princes Park?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"princes park\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"9.11 (65)\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"9.11 (65)\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which team has an away team score of 9.11 (65)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"9.11 (65)\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"collingwood\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"collingwood\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was Collingwood's away team score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"collingwood\"",
"4"
]
}
] | test_2-10807673-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Footscray",
"12.13 (85)",
"Richmond",
"14.11 (95)",
"Western Oval",
"14,000",
"5 July 1941"
],
[
"3",
"Collingwood",
"10.12 (72)",
"South Melbourne",
"11.13 (79)",
"Victoria Park",
"7,500",
"5 July 1941"
],
[
"4",
"Carlton",
"12.25 (97)",
"Geelong",
"13.11 (89)",
"Princes Park",
"7,000",
"5 July 1941"
],
[
"5",
"North Melbourne",
"13.20 (98)",
"Hawthorn",
"6.14 (50)",
"Arden Street Oval",
"3,000",
"5 July 1941"
],
[
"6",
"St Kilda",
"12.4 (76)",
"Fitzroy",
"12.6 (78)",
"Junction Oval",
"7,000",
"5 July 1941"
],
[
"7",
"Melbourne",
"16.17 (113)",
"Essendon",
"9.11 (65)",
"MCG",
"17,000",
"5 July 1941"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Orville H. Browning (R)\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,D2:D15=\"Orville H. Browning (R)\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When did Orville H. Browning (r) succeed?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"Orville H. Browning (R)\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Missouri (3)\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,A2:A15=\"Missouri (3)\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "List all dates of succession in the state class Missouri (3).",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"Missouri (3)\"",
"5"
]
}
] | train_1-2417330-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"State (class)",
"Vacator",
"Reason for change",
"Successor",
"Date of successors formal installation"
],
[
"2",
"Missouri (3)",
"Vacant",
"Did not take seat until after Congress commenced",
"Waldo P. Johnson (D)",
"March 17, 1861"
],
[
"3",
"Kansas (2)",
"Vacant",
"Election not recognized by US Senate",
"James H. Lane (R)",
"April 4, 1861"
],
[
"4",
"Kansas (3)",
"Vacant",
"Election not recognized by US Senate",
"Samuel C. Pomeroy (R)",
"April 4, 1861"
],
[
"5",
"North Carolina (2)",
"Thomas Bragg (D)",
"Withdrew March 6, 1861; expelled later in 1861.",
"Vacant thereafter",
"Vacant thereafter"
],
[
"6",
"Texas (1)",
"Louis T. Wigfall (D)",
"Withdrew March 23, 1861",
"Vacant",
"Vacant for remainder of term"
],
[
"7",
"North Carolina (3)",
"Thomas L. Clingman (D)",
"Withdrew March 28, 1861; expelled later in 1861.",
"Vacant thereafter",
"Vacant thereafter"
],
[
"8",
"Illinois (2)",
"Stephen A. Douglas (D)",
"Died June 3, 1861. Successor was appointed.",
"Orville H. Browning (R)",
"June 26, 1861"
],
[
"9",
"Texas (2)",
"John Hemphill (D)",
"Expelled July ????, 1861",
"Vacant",
"Vacant for remainder of term"
],
[
"10",
"Arkansas (2)",
"William K. Sebastian (D)",
"Expelled July 11, 1861",
"Expelled July 11, 1861",
"Vacant thereafter"
],
[
"11",
"Arkansas (3)",
"Charles B. Mitchel (D)",
"Expelled July 11, 1861",
"Expelled July 11, 1861",
"Vacant thereafter"
],
[
"12",
"Michigan (2)",
"Kinsley S. Bingham (R)",
"Died October 5, 1861. Successor was elected.",
"Jacob M. Howard (R)",
"January 17, 1862"
],
[
"13",
"Tennessee (1)",
"Andrew Johnson (D)",
"Resigned March 4, 1862",
"Vacant thereafter",
"Vacant thereafter"
],
[
"14",
"Rhode Island (1)",
"James F. Simmons (R)",
"Resigned August 15, 1862. Successor was elected.",
"Samuel G. Arnold (R)",
"December 1, 1862"
],
[
"15",
"New Jersey (1)",
"John R. Thomson (D)",
"Died September 12, 1862. Successor was appointed.",
"Richard S. Field (R)",
"November 21, 1862"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"1544\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,D2:D10=\"1544\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the original air date of an episode set in 1544?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"D1",
"=",
"\"1544\"",
"8"
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=29))",
"Formula2": "LET(query1,SUMMARIZE(D2:D10,SUMX(A2:A10)),FILTER(query1,CHOOSECOLS(query1,2)=29))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "How many settings where there for episode 29 of the season?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"29"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"Winter 1541/February 13, 1542\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,D2:D10=\"Winter 1541/February 13, 1542\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who wrote the episode that was set in winter 1541/february 13, 1542?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"D1",
"=",
"\"Winter 1541/February 13, 1542\"",
"6"
]
}
] | train_1-10413597-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"No. in series",
"No. in season",
"Title",
"Setting",
"Directed by",
"Written by",
"U.S. viewers (million)",
"Original air date"
],
[
"2",
"29",
"1",
"\"Moment of Nostalgia\"",
"Summer 1540",
"Dearbhla Walsh",
"Michael Hirst",
"0.88",
"April11,2010"
],
[
"3",
"30",
"2",
"\"Sister\"",
"Winter 1540",
"Dearbhla Walsh",
"Michael Hirst",
"N/A",
"April18,2010"
],
[
"4",
"31",
"3",
"\"Something for You\"",
"Spring 1541",
"Dearbhla Walsh",
"Michael Hirst",
"N/A",
"April25,2010"
],
[
"5",
"32",
"4",
"\"Natural Ally\"",
"Summer/ Autumn 1541",
"Ciarán Donnelly",
"Michael Hirst",
"0.90",
"May2,2010"
],
[
"6",
"33",
"5",
"\"Bottom of the Pot\"",
"Winter 1541/February 13, 1542",
"Ciarán Donnelly",
"Michael Hirst",
"0.93",
"May9,2010"
],
[
"7",
"34",
"6",
"\"You Have My Permission\"",
"1542",
"Ciarán Donnelly",
"Michael Hirst",
"N/A",
"May16,2010"
],
[
"8",
"35",
"7",
"\"Sixth and the Final Wife\"",
"1543",
"Jeremy Podeswa",
"Michael Hirst",
"0.95",
"May23,2010"
],
[
"9",
"36",
"8",
"\"As It Should Be\"",
"1544",
"Jeremy Podeswa",
"Michael Hirst",
"0.99",
"June6,2010"
],
[
"10",
"37",
"9",
"\"Secrets of the Heart\"",
"1544 – 1546",
"Ciarán Donnelly",
"Michael Hirst",
"0.72",
"June13,2010"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(C1, A1=\"French\")))",
"Formula2": "ROWS(UNIQUE(FILTER(C2:C6, A2:A6=\"French\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many percentages (2006) are there for the population whose mother tongue is French?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"C1",
"A1",
"=",
"\"French\""
]
},
{
"Formula": "MIN(D1)",
"Formula2": "MIN(D2:D6)",
"Funcs": [
"MIN(",
"Cell"
],
"Level": "easy",
"Question": "What was the minimum population in 2011?",
"Tokens": [
"MIN(",
"D1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Polish\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"Polish\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the percentage in 2006 whose natives is Polish?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"Polish\"",
"3"
]
}
] | train_1-2328113-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Mother Tongue",
"Population (2006)",
"Percentage (2006)",
"Population (2011)",
"Percentage (2011)"
],
[
"2",
"English",
"525",
"55%",
"445",
"48.37%"
],
[
"3",
"French",
"345",
"36%",
"320",
"34.78%"
],
[
"4",
"German",
"30",
"3.2%",
"20",
"2.17%"
],
[
"5",
"Arabic",
"15",
"1.6%",
"10",
"1.08%"
],
[
"6",
"Polish",
"10",
"1.1%",
"10",
"1.08%"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"windy hill\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"windy hill\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the away team score at Windy Hill?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"windy hill\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"lake oval\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"lake oval\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the home team at Lake Oval?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"lake oval\"",
"1"
]
},
{
"Formula": "SUMIFS(F1,D1,\"10.18 (78)\")",
"Formula2": "SUMIFS(F2:F7,D2:D7,\"10.18 (78)\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the number of the crowd when the away team score was 10.18 (78)?",
"Tokens": [
"SUMIFS(",
"F1",
"D1",
"\"10.18 (78)\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,A1=\"south melbourne\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>19298))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G7,A2:A7=\"south melbourne\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>19298))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "On what date was the crowd over 19,298 when South Melbourne was the home team?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"south melbourne\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"7",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"19298"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"10.14 (74)\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"10.14 (74)\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On what date was the home team score 10.14 (74)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"10.14 (74)\"",
"7"
]
}
] | train_2-1164217-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Carlton",
"10.14 (74)",
"Hawthorn",
"15.16 (106)",
"Princes Park",
"19,298",
"30 May 1970"
],
[
"3",
"Richmond",
"10.17 (77)",
"North Melbourne",
"15.7 (97)",
"MCG",
"22,284",
"30 May 1970"
],
[
"4",
"St Kilda",
"14.12 (96)",
"Melbourne",
"7.11 (53)",
"Moorabbin Oval",
"19,393",
"30 May 1970"
],
[
"5",
"South Melbourne",
"19.14 (128)",
"Geelong",
"10.18 (78)",
"Lake Oval",
"19,794",
"30 May 1970"
],
[
"6",
"Essendon",
"13.15 (93)",
"Collingwood",
"11.21 (87)",
"Windy Hill",
"24,936",
"30 May 1970"
],
[
"7",
"Footscray",
"11.13 (79)",
"Fitzroy",
"12.9 (81)",
"VFL Park",
"10,292",
"30 May 1970"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"glenn seton\")*(B1=\"sandown international raceway\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,(E2:E11=\"glenn seton\")*(B2:B11=\"sandown international raceway\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What race did Glenn Seton win on the Sandown International Raceway circuit?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"glenn seton\"",
"*",
"B1",
"=",
"\"sandown international raceway\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"oran park\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,A2:A11=\"oran park\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What date was the race at Oran Park ran?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"oran park\"",
"4"
]
}
] | train_2-15374407-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Race Title",
"Circuit",
"City / State",
"Date",
"Winner",
"Team"
],
[
"2",
"Calder",
"Calder Park Raceway",
"Melbourne , Victoria",
"13 - 15 Mar",
"Wayne Gardner",
"Wayne Gardner Racing"
],
[
"3",
"Phillip Island",
"Phillip Island Grand Prix Circuit",
"Phillip Island , Victoria",
"11 - 13 Apr",
"Russell Ingall",
"Castrol Perkins Motorsport"
],
[
"4",
"Sandown",
"Sandown International Raceway",
"Melbourne , Victoria",
"25 - 27 Apr",
"Glenn Seton",
"Glenn Seton Racing"
],
[
"5",
"Symmons Plains",
"Symmons Plains Raceway",
"Launceston , Tasmania",
"2–4 May",
"Greg Murphy",
"Holden Racing Team"
],
[
"6",
"Winton",
"Winton Motor Raceway",
"Benalla , Victoria",
"16–18 May",
"Russell Ingall",
"Castrol Perkins Motorsport"
],
[
"7",
"Eastern Creek",
"Eastern Creek Raceway",
"Sydney , New South Wales",
"23–25 May",
"Glenn Seton",
"Glenn Seton Racing"
],
[
"8",
"Lakeside",
"Lakeside International Raceway",
"Brisbane , Queensland",
"13 - 15 Jun",
"John Bowe",
"Dick Johnson Racing"
],
[
"9",
"Wanneroo",
"Barbagallo Raceway",
"Perth , Western Australia",
"4 - 6 Jul",
"Peter Brock",
"Holden Racing Team"
],
[
"10",
"Mallala",
"Mallala Motor Sport Park",
"Adelaide , South Australia",
"11 - 13 Jul",
"Greg Murphy",
"Holden Racing Team"
],
[
"11",
"Oran Park",
"Oran Park Raceway",
"Sydney , New South Wales",
"1 - 3 Aug",
"Greg Murphy",
"Holden Racing Team"
]
] |
[
{
"Formula": "SUM(FILTER(A1, F1=22.8))",
"Formula2": "SUM(FILTER(A2:A11, F2:F11=22.8))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the rank by average for the team who averaged 22.8?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"F1",
"=",
"22.8"
]
},
{
"Formula": "SUM(FILTER(E1, F1=20.6))",
"Formula2": "SUM(FILTER(E2:E11, F2:F11=20.6))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the number of dances for the team that averages 20.6?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"F1",
"=",
"20.6"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=15.5))",
"Formula2": "LET(query1,SUMMARIZE(C2:C11,SUMX(F2:F11)),FILTER(query1,CHOOSECOLS(query1,2)=15.5))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What couple averaged 15.5?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"15.5"
]
},
{
"Formula": "MIN(FILTER(A1, F1=22.8))",
"Formula2": "MIN(FILTER(A2:A11, F2:F11=22.8))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the smallest rank by average for a team averaging 22.8?",
"Tokens": [
"MIN(",
"FILTER(",
"A1",
"F1",
"=",
"22.8"
]
}
] | train_1-25391981-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank by average",
"Place",
"Couple",
"Total points",
"Number of dances",
"Average"
],
[
"2",
"1",
"1",
"Nicole & Derek",
"468",
"17",
"27.5"
],
[
"3",
"2",
"2",
"Evan & Anna",
"447",
"17",
"26.3"
],
[
"4",
"3",
"3",
"Erin & Maks",
"394",
"16",
"24.6"
],
[
"5",
"4",
"6",
"Pamela & Damian",
"205",
"9",
"22.8"
],
[
"6",
"5",
"4",
"Chad & Cheryl",
"289",
"13",
"22.2"
],
[
"7",
"6",
"5",
"Niecy & Louis",
"227",
"11",
"20.6"
],
[
"8",
"7",
"7",
"Jake & Chelsie",
"143",
"7",
"20.4"
],
[
"9",
"8",
"11",
"Shannen & Mark",
"38",
"2",
"19.0"
],
[
"10",
"9",
"9",
"Aiden & Edyta",
"87",
"5",
"17.4"
],
[
"11",
"10",
"8",
"Kate & Tony",
"93",
"6",
"15.5"
]
] |
[
{
"Formula": "SUM(FILTER(E1, A1=8))",
"Formula2": "SUM(FILTER(E2:E9, A2:A9=8))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many times did episode number 8 air?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"A1",
"=",
"8"
]
},
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=6))",
"Formula2": "LET(query1,SUMMARIZE(B2:B9,SUMX(A2:A9)),FILTER(query1,CHOOSECOLS(query1,2)=6))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "When did episode number 6 air?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"6"
]
}
] | train_1-24399615-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Episode no.",
"Airdate",
"Viewers",
"BBC Three weekly ranking",
"Cable rank"
],
[
"2",
"1",
"21 October 2010",
"956000",
"3",
"10"
],
[
"3",
"2",
"28 October 2010",
"959000",
"4",
"14"
],
[
"4",
"3",
"4 November 2010",
"1277000",
"2",
"6"
],
[
"5",
"4",
"11 November 2010",
"817000",
"6",
"18"
],
[
"6",
"5",
"18 November 2010",
"1019000",
"3",
"11"
],
[
"7",
"6",
"25 November 2010",
"869000",
"3",
"23"
],
[
"8",
"7",
"2 December 2010",
"982000",
"2",
"19"
],
[
"9",
"8",
"9 December 2010",
"953000",
"3",
"12"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"b10\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"b10\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the A330 for A310 B10?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"b10\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"wide\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"wide\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the A330 and the A310 wide?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"wide\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"1983\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"1983\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What model is the A310 of 1983?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"1983\"",
"1"
]
}
] | train_2-164939-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Model",
"A300",
"A310",
"A320",
"A330",
"A340"
],
[
"2",
"Prior code(s)",
"–",
"B10",
"SA2",
"B9 (TA9)",
"B11 (TA11)"
],
[
"3",
"Debut",
"1972",
"1983",
"1988",
"1994",
"1993"
],
[
"4",
"Body",
"Wide",
"Wide",
"Narrow",
"Wide",
"Wide"
],
[
"5",
"Engines",
"2",
"2",
"2",
"2",
"4"
],
[
"6",
"Range",
"Short/ medium",
"Medium/ long",
"Short/ medium",
"Medium/ long",
"Long"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"Tamunosiki Atorudibo\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,D2:D13=\"Tamunosiki Atorudibo\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Where is Tamunosiki Atorudibo from",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"Tamunosiki Atorudibo\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"Dwain Chambers\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,D2:D13=\"Dwain Chambers\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Where is Dwain Chambers from",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"Dwain Chambers\"",
"7"
]
},
{
"Formula": "SUMIFS(C1,E1,\"Trinidad and Tobago\")",
"Formula2": "SUMIFS(C2:C13,E2:E13,\"Trinidad and Tobago\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the stats of Trinidad and Tobago",
"Tokens": [
"SUMIFS(",
"C1",
"E1",
"\"Trinidad and Tobago\""
]
}
] | test_1-1231316-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Rank",
"Fastest time (s)",
"Wind (m/s)",
"Athlete",
"Country",
"Date",
"Location"
],
[
"2",
"1",
"10.01",
"+0.0",
"Darrel Brown",
"Trinidad and Tobago",
"24 August 2003",
"Paris"
],
[
"3",
"1",
"10.01",
"+1.6",
"Jeff Demps",
"United States",
"28 June 2008",
"Eugene"
],
[
"4",
"1",
"10.01",
"+0.9",
"Yoshihide Kiryu",
"Japan",
"29 April 2013",
"Hiroshima"
],
[
"5",
"4",
"10.03",
"+0.7",
"Marcus Rowland",
"United States",
"31 July 2009",
"Port of Spain"
],
[
"6",
"5",
"10.04",
"+1.7",
"D'Angelo Cherry",
"United States",
"10 June 2009",
"Fayetteville"
],
[
"7",
"5",
"10.04",
"+0.2",
"Christophe Lemaitre",
"France",
"24 July 2009",
"Novi Sad"
],
[
"8",
"7",
"10.05",
"+0.1",
"Adam Gemili",
"Great Britain",
"11 July 2012",
"Barcelona"
],
[
"9",
"8",
"10.06",
"+2.0",
"Dwain Chambers",
"Great Britain",
"25 July 1997",
"Ljubljana"
],
[
"10",
"8",
"10.06",
"+1.5",
"Walter Dix",
"United States",
"27 May 2005",
"New York City"
],
[
"11",
"10",
"10.07",
"+2.0",
"Stanley Floyd",
"United States",
"24 May 1980",
"Austin"
],
[
"12",
"10",
"10.07",
"+1.1",
"DaBryan Blanton",
"United States",
"30 May 2003",
"Lincoln"
],
[
"13",
"10",
"10.07",
"+0.2",
"Tamunosiki Atorudibo",
"Nigeria",
"8 July 2004",
"Abuja"
]
] |
[
{
"Formula": "SUM(FILTER(D1, (C1=\"finding forever\")*(A1<6)))",
"Formula2": "SUM(FILTER(D2:D11, (C2:C11=\"finding forever\")*(A2:A11<6)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the 1st week sales for the album finding forever before the number 6?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"C1",
"=",
"\"finding forever\"",
"*",
"A1",
"<",
"6"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"#1\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=6))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E11,E2:E11=\"#1\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=6))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the album for the number 6 with the 1st week position of #1?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"#1\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"6"
]
}
] | train_2-11169458-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Number",
"Artist",
"Album",
"1st week sales",
"1st week position"
],
[
"2",
"1",
"Kanye West",
"Graduation",
"957,000",
"#1"
],
[
"3",
"2",
"50 Cent",
"Curtis",
"697,000",
"#2"
],
[
"4",
"3",
"T.I.",
"T.I. vs. T.I.P.",
"468,000",
"#1"
],
[
"5",
"4",
"Jay-Z",
"American Gangster",
"426,000",
"#1"
],
[
"6",
"5",
"Fabolous",
"From Nothin' to Somethin'",
"159,000",
"#2"
],
[
"7",
"6",
"Common",
"Finding Forever",
"158,000",
"#1"
],
[
"8",
"7",
"Lupe Fiasco",
"The Cool",
"143,000",
"#14"
],
[
"9",
"8",
"Young Buck",
"Buck the World",
"141,000",
"#3"
],
[
"10",
"9",
"Timbaland",
"Shock Value",
"138,000",
"#1"
],
[
"11",
"10",
"Bone Thugs-N-Harmony",
"Strength & Loyalty",
"119,000",
"#2"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"12.16 (88)\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"12.16 (88)\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "How many points did the home score at a game that had their opponents scoring 12.16 (88)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"12.16 (88)\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"13.14 (92)\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"13.14 (92)\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the home team that had a score of 13.14 (92)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"13.14 (92)\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"carlton\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"carlton\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the opponent of carlton at their home game?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"carlton\"",
"3"
]
}
] | train_2-10790099-5 | [
[
"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.14 (92)",
"St Kilda",
"8.10 (58)",
"Western Oval",
"14,000",
"28 May 1932"
],
[
"3",
"Fitzroy",
"12.6 (78)",
"Geelong",
"20.10 (130)",
"Brunswick Street Oval",
"13,000",
"28 May 1932"
],
[
"4",
"Carlton",
"13.15 (93)",
"Collingwood",
"11.7 (73)",
"Princes Park",
"32,000",
"28 May 1932"
],
[
"5",
"North Melbourne",
"18.10 (118)",
"Melbourne",
"12.16 (88)",
"Arden Street Oval",
"12,000",
"28 May 1932"
],
[
"6",
"Richmond",
"13.18 (96)",
"Hawthorn",
"6.9 (45)",
"Punt Road Oval",
"10,000",
"28 May 1932"
],
[
"7",
"South Melbourne",
"14.15 (99)",
"Essendon",
"9.11 (65)",
"Lake Oval",
"28,000",
"28 May 1932"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"dinamo, brest\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,C2:C17=\"dinamo, brest\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What team plays in Dinamo, Brest?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"dinamo, brest\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"spartak, mogilev\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,C2:C17=\"spartak, mogilev\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What team plays at Spartak, Mogilev?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"spartak, mogilev\"",
"1"
]
}
] | train_2-14745861-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Team",
"Location",
"Venue",
"Capacity",
"Position in 1996"
],
[
"2",
"MPKC",
"Mozyr",
"Yunost, Mozyr",
"5,500",
"1"
],
[
"3",
"Dinamo Minsk",
"Minsk",
"Dinamo, Minsk",
"41,040",
"2"
],
[
"4",
"Belshina",
"Bobruisk",
"Spartak, Bobruisk",
"3,550",
"3"
],
[
"5",
"Dinamo-93",
"Minsk",
"Dinamo, Minsk",
"41,040",
"4"
],
[
"6",
"Lokomotiv-96",
"Vitebsk",
"Central, Vitebsk",
"8,300",
"5"
],
[
"7",
"Ataka",
"Minsk",
"Traktor",
"17,600",
"6"
],
[
"8",
"Naftan-Devon",
"Novopolotsk",
"Atlant",
"6,500",
"7"
],
[
"9",
"Molodechno",
"Molodechno",
"City Stadium",
"5,500",
"8"
],
[
"10",
"Dnepr",
"Mogilev",
"Spartak, Mogilev",
"11,200",
"9"
],
[
"11",
"Dinamo Brest",
"Brest",
"Dinamo, Brest",
"10,080",
"10"
],
[
"12",
"Shakhtyor",
"Soligorsk",
"Stroitel",
"5,000",
"11"
],
[
"13",
"Torpedo",
"Minsk",
"Torpedo, Minsk",
"5,200",
"12"
],
[
"14",
"Neman",
"Grodno",
"Neman",
"6,300",
"13"
],
[
"15",
"Torpedo-Kadino",
"Mogilev",
"Torpedo, Mogilev",
"3,500",
"14"
],
[
"16",
"Transmash",
"Mogilev",
"Transmash",
"7,000",
"First league , 1"
],
[
"17",
"Kommunalnik",
"Slonim",
"Yunost, Slonim",
"3,000",
"First league , 2"
]
] |
[
{
"Formula": "FILTER(B1,D1=\"Los Angeles\")",
"Formula2": "FILTER(B2:B6,D2:D6=\"Los Angeles\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Report the name of all campuses in Los Angeles county.",
"Tokens": [
"FILTER(",
"B1",
"D1",
"=",
"\"Los Angeles\""
]
},
{
"Formula": "FILTER(B1,D1=\"Los Angeles\")",
"Formula2": "FILTER(B2:B6,D2:D6=\"Los Angeles\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What campuses are located in the county of Los Angeles?",
"Tokens": [
"FILTER(",
"B1",
"D1",
"=",
"\"Los Angeles\""
]
},
{
"Formula": "FILTER(B1,C1=\"Chico\")",
"Formula2": "FILTER(B2:B6,C2:C6=\"Chico\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What are the names of all campuses located at Chico?",
"Tokens": [
"FILTER(",
"B1",
"C1",
"=",
"\"Chico\""
]
},
{
"Formula": "FILTER(B1,C1=\"Chico\")",
"Formula2": "FILTER(B2:B6,C2:C6=\"Chico\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What campuses are located in Chico?",
"Tokens": [
"FILTER(",
"B1",
"C1",
"=",
"\"Chico\""
]
},
{
"Formula": "FILTER(B1,E1<1800)",
"Formula2": "FILTER(B2:B6,E2:E6<1800)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Find the name of the campuses opened before 1800.",
"Tokens": [
"FILTER(",
"B1",
"E1",
"<",
"1800"
]
},
{
"Formula": "FILTER(B1,E1<1800)",
"Formula2": "FILTER(B2:B6,E2:E6<1800)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What campuses opened before 1800?",
"Tokens": [
"FILTER(",
"B1",
"E1",
"<",
"1800"
]
},
{
"Formula": "FILTER(B1,(E1>=1935)*(E1<=1939))",
"Formula2": "FILTER(B2:B6,(E2:E6>=1935)*(E2:E6<=1939))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
">=",
"Num",
"*",
"Cell",
"<=",
"Num"
],
"Level": "easy",
"Question": "Which campus was opened between 1935 and 1939?",
"Tokens": [
"FILTER(",
"B1",
"E1",
">=",
"1935",
"*",
"E1",
"<=",
"1939"
]
},
{
"Formula": "FILTER(B1,(E1>=1935)*(E1<=1939))",
"Formula2": "FILTER(B2:B6,(E2:E6>=1935)*(E2:E6<=1939))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
">=",
"Num",
"*",
"Cell",
"<=",
"Num"
],
"Level": "easy",
"Question": "What campuses opened between 1935 and 1939?",
"Tokens": [
"FILTER(",
"B1",
"E1",
">=",
"1935",
"*",
"E1",
"<=",
"1939"
]
},
{
"Formula": "FILTER(B1,(D1=\"Los Angeles\")*(E1>1950))",
"Formula2": "FILTER(B2:B6,(D2:D6=\"Los Angeles\")*(E2:E6>1950))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What campuses are located in Los Angeles county and opened after 1950?",
"Tokens": [
"FILTER(",
"B1",
"D1",
"=",
"\"Los Angeles\"",
"*",
"E1",
">",
"1950"
]
},
{
"Formula": "SUMIFS(A1,D1,\"los angeles\")",
"Formula2": "SUMIFS(A2:A6,D2:D6,\"los angeles\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many campuses are there in Los Angeles county?",
"Tokens": [
"SUMIFS(",
"A1",
"D1",
"\"los angeles\""
]
},
{
"Formula": "FILTER(B1,D1=\"Los Angeles\")",
"Formula2": "FILTER(B2:B6,D2:D6=\"Los Angeles\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "List the campuses in Los Angeles county.",
"Tokens": [
"FILTER(",
"B1",
"D1",
"=",
"\"Los Angeles\""
]
},
{
"Formula": "FILTER(B1,D1=\"Los Angeles\")",
"Formula2": "FILTER(B2:B6,D2:D6=\"Los Angeles\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What campuses are in Los Angeles county?",
"Tokens": [
"FILTER(",
"B1",
"D1",
"=",
"\"Los Angeles\""
]
},
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A6)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "How many CSU campuses are there?",
"Tokens": [
"SUM(",
"A1"
]
},
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A6)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "What is the total number of campuses?",
"Tokens": [
"SUM(",
"A1"
]
},
{
"Formula": "LET(query1,FILTER(A1:E1,D1=\"los angeles\"),UNIQUE(CHOOSECOLS(query1,2,1)))",
"Formula2": "LET(query1,FILTER(A2:E6,D2:D6=\"los angeles\"),UNIQUE(CHOOSECOLS(query1,2,1)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num"
],
"Level": "hard",
"Question": "What are the names and ids of campuses in Los Angeles?",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"los angeles\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"2",
"1"
]
},
{
"Formula": "LET(query1,FILTER(A1:E1,D1=\"los angeles\"),UNIQUE(CHOOSECOLS(query1,1,3)))",
"Formula2": "LET(query1,FILTER(A2:E6,D2:D6=\"los angeles\"),UNIQUE(CHOOSECOLS(query1,1,3)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num"
],
"Level": "hard",
"Question": "LA Campus locations and IDs",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"los angeles\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"1",
"3"
]
},
{
"Formula": "LET(query1,FILTER(A1:E1,C1=\"chico\"),UNIQUE(CHOOSECOLS(query1,2,1)))",
"Formula2": "LET(query1,FILTER(A2:E6,C2:C6=\"chico\"),UNIQUE(CHOOSECOLS(query1,2,1)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num"
],
"Level": "hard",
"Question": "Names and IDs of campuses in Chico",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"chico\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"2",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"chico\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"chico\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Chico campus IDs",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"chico\"",
"1"
]
},
{
"Formula": "LET(query1,FILTER(A1:E1,Year(E1)<1800),UNIQUE(CHOOSECOLS(query1,2,1)))",
"Formula2": "LET(query1,FILTER(A2:E6,Year(E1)<1800),UNIQUE(CHOOSECOLS(query1,2,1)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Year(",
"Cell",
"<",
"Num",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num"
],
"Level": "hard",
"Question": "What are the ids and names of campuses opened before 1800?",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"Year(",
"E1",
"<",
"1800",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"2",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,Year(E1)<1800),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,Year(E1)<1800),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Year(",
"Cell",
"<",
"Num",
"Num"
],
"Level": "medium",
"Question": "The ids of campuses opened before 1800.",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"Year(",
"E1",
"<",
"1800",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(Year(E1)<1940)*(Year(E1)>=1935)),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(Year(E1)<1940)*(Year(E1)>=1935)),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Year(",
"Cell",
"<",
"Num",
"*",
"Year(",
"Cell",
">=",
"Num",
"Num"
],
"Level": "medium",
"Question": "The ids of campuses opened between 1935 and 1939.",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"Year(",
"E1",
"<",
"1940",
"*",
"Year(",
"E1",
">=",
"1935",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(Year(E1)<1940)*(Year(E1)>=1935)),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(Year(E1)<1940)*(Year(E1)>=1935)),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Year(",
"Cell",
"<",
"Num",
"*",
"Year(",
"Cell",
">=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What are the ids of campuses opened between 1935 and 1939?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"Year(",
"E1",
"<",
"1940",
"*",
"Year(",
"E1",
">=",
"1935",
"1"
]
},
{
"Formula": "LET(query1,FILTER(A1:E1,(D1=\"los angeles\")*(Year(E1)>1950)),UNIQUE(CHOOSECOLS(query1,1,3)))",
"Formula2": "LET(query1,FILTER(A2:E6,(D2:D6=\"los angeles\")*(Year(E1)>1950)),UNIQUE(CHOOSECOLS(query1,1,3)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Year(",
"Cell",
">",
"Num",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num"
],
"Level": "hard",
"Question": "The ids and locations of campuses in LA opened after 1950.",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"los angeles\"",
"*",
"Year(",
"E1",
">",
"1950",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"1",
"3"
]
},
{
"Formula": "SUMIFS(A1,D1,\"los angeles\")",
"Formula2": "SUMIFS(A2:A6,D2:D6,\"los angeles\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "The number of campuses in LA",
"Tokens": [
"SUMIFS(",
"A1",
"D1",
"\"los angeles\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"los angeles\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"los angeles\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Show LA campus IDs",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"los angeles\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"los angeles\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"los angeles\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "The ids of campuses in Los Angeles",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"los angeles\"",
"1"
]
},
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A6)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "Total number of campuses",
"Tokens": [
"SUM(",
"A1"
]
},
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A6)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "How many campuses?",
"Tokens": [
"SUM(",
"A1"
]
},
{
"Formula": "LET(query1,FILTER(A1:E1,D1=\"los angeles\"),UNIQUE(CHOOSECOLS(query1,1,3)))",
"Formula2": "LET(query1,FILTER(A2:E6,D2:D6=\"los angeles\"),UNIQUE(CHOOSECOLS(query1,1,3)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num"
],
"Level": "hard",
"Question": "The ids and locations of campuses in Los Angeles.",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"los angeles\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"1",
"3"
]
},
{
"Formula": "LET(query1,FILTER(A1:E1,C1=\"chico\"),UNIQUE(CHOOSECOLS(query1,2,1)))",
"Formula2": "LET(query1,FILTER(A2:E6,C2:C6=\"chico\"),UNIQUE(CHOOSECOLS(query1,2,1)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num"
],
"Level": "hard",
"Question": "The ids and names of campuses located at Chico.",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"chico\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"2",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"chico\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"chico\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "The ids of campuses located in Chico. ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"chico\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"los angeles\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"los angeles\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What are the ids of campuses in Los Angeles?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"los angeles\"",
"1"
]
},
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A6)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "The number of campuses",
"Tokens": [
"SUM(",
"A1"
]
}
] | csu_1_campuses | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"campus id",
"campus name",
"location",
"county",
"year"
],
[
"2",
"1",
"",
"Chico",
"Los Angeles",
"1958"
],
[
"3",
"2",
"",
"",
"Los Angeles",
"1958"
],
[
"4",
"3",
"",
"",
"Los Angeles",
"1759"
],
[
"5",
"4",
"",
"",
"",
"1937"
],
[
"6",
"5",
"",
"",
"",
""
]
] |
[
{
"Formula": "MAX(FILTER(C1, (J1>4)*(F1<12)*(H1=63)))",
"Formula2": "MAX(FILTER(C2:C19, (J2:J19>4)*(F2:F19<12)*(H2:H19=63)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the highest amount of points with a goal average larger than 4, less than 12 draws, and a goal of 63?",
"Tokens": [
"MAX(",
"FILTER(",
"C1",
"J1",
">",
"4",
"*",
"F1",
"<",
"12",
"*",
"H1",
"=",
"63"
]
},
{
"Formula": "MIN(FILTER(H1, (I1=37)*(E1<15)))",
"Formula2": "MIN(FILTER(H2:H19, (I2:I19=37)*(E2:E19<15)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the lowest goal for a goal against 37 and less than 15 victories?",
"Tokens": [
"MIN(",
"FILTER(",
"H1",
"I1",
"=",
"37",
"*",
"E1",
"<",
"15"
]
},
{
"Formula": "AVERAGE(FILTER(H1, A1=3))",
"Formula2": "AVERAGE(FILTER(H2:H19, A2:A19=3))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many goals on average are there for rank 3?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"H1",
"A1",
"=",
"3"
]
}
] | train_2-16731956-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J"
],
[
"1",
"Rank",
"Club",
"Points",
"Played",
"Victories",
"Draws",
"Defeats",
"Goals for",
"Goals against",
"Goal average"
],
[
"2",
"1",
"FC Martigues",
"47",
"34",
"19",
"9",
"6",
"53",
"24",
"+29"
],
[
"3",
"2",
"AS Cannes",
"46",
"34",
"19",
"8",
"7",
"63",
"33",
"+30"
],
[
"4",
"3",
"OGC Nice",
"41",
"34",
"14",
"13",
"7",
"49",
"32",
"+17"
],
[
"5",
"4",
"AS Nancy",
"39",
"34",
"15",
"9",
"10",
"48",
"37",
"+11"
],
[
"6",
"5",
"ASOA Valence",
"39",
"34",
"15",
"9",
"10",
"42",
"40",
"+2"
],
[
"7",
"6",
"CS Sedan",
"38",
"34",
"13",
"12",
"9",
"46",
"31",
"+15"
],
[
"8",
"7",
"SC Bastia",
"37",
"34",
"11",
"15",
"8",
"52",
"39",
"+13"
],
[
"9",
"8",
"FC Istres",
"37",
"34",
"14",
"9",
"11",
"42",
"44",
"-2"
],
[
"10",
"9",
"Olympique Charleville",
"37",
"34",
"14",
"9",
"11",
"36",
"38",
"-2"
],
[
"11",
"10",
"Olympique Alès",
"36",
"34",
"14",
"8",
"12",
"42",
"44",
"-2"
],
[
"12",
"11",
"FC Mulhouse",
"34",
"34",
"12",
"10",
"12",
"49",
"45",
"+4"
],
[
"13",
"12",
"CS Cuiseaux-Louhans",
"29",
"34",
"10",
"9",
"15",
"35",
"42",
"-7"
],
[
"14",
"13",
"Gazélec Ajaccio",
"28",
"34",
"11",
"6",
"17",
"43",
"55",
"-12"
],
[
"15",
"14",
"Rodez AF",
"27",
"34",
"9",
"9",
"16",
"30",
"57",
"-27"
],
[
"16",
"15",
"FC Perpignan",
"26",
"34",
"7",
"12",
"15",
"31",
"44",
"-13"
],
[
"17",
"16",
"SAS Épinal",
"24",
"34",
"8",
"8",
"18",
"35",
"55",
"-20"
],
[
"18",
"17",
"FC Annecy",
"24",
"34",
"8",
"8",
"18",
"28",
"55",
"-27"
],
[
"19",
"18",
"US Créteil",
"23",
"34",
"7",
"9",
"17",
"42",
"51",
"-9"
]
] |
[
{
"Formula": "SUMIFS(A1,F1,\"boston cannons\")",
"Formula2": "SUMIFS(A2:A7,F2:F7,\"boston cannons\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many players were drafted from the Boston Cannons in the round?",
"Tokens": [
"SUMIFS(",
"A1",
"F1",
"\"boston cannons\""
]
},
{
"Formula": "SUMIFS(A1,F1,\"long island lizards\")",
"Formula2": "SUMIFS(A2:A7,F2:F7,\"long island lizards\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Which round was a player from the Long Island Lizards drafted in first?",
"Tokens": [
"SUMIFS(",
"A1",
"F1",
"\"long island lizards\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"dave curry\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"dave curry\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Dave Curry has what Nationality?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"dave curry\"",
"5"
]
}
] | train_2-12173193-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Round",
"Pick",
"Player",
"Position",
"Nationality",
"Team"
],
[
"2",
"1",
"1",
"Sal LoCascio",
"Goalie",
"United States",
"Bridgeport Barrage"
],
[
"3",
"1",
"2",
"Tucker Radebaugh",
"Attack/Midfield",
"United States",
"Boston Cannons"
],
[
"4",
"1",
"3",
"Gary Gait",
"Attack/Midfield",
"Canada",
"Long Island Lizards"
],
[
"5",
"1",
"4",
"Tom Marechek",
"Forward",
"Canada",
"Baltimore Bayhawks"
],
[
"6",
"1",
"5",
"Dave Curry",
"Midfield",
"United States",
"New Jersey Pride"
],
[
"7",
"1",
"6",
"Jake Bergey",
"Forward",
"United States",
"Rochester Rattlers"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,E1=\"a\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,E2:E7=\"a\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which tournament has a value of a for 2009?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"E1",
"=",
"\"a\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(E1=\"a\")*(I1=\"4r\")),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I7,(E2:E7=\"a\")*(I2:I7=\"4r\")),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the value for 2011 when `a` is the value for 2009, and 4r is the value for 2013?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"E1",
"=",
"\"a\"",
"*",
"I1",
"=",
"\"4r\"",
"7"
]
}
] | test_2-12472317-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Tournament",
"2006",
"2007",
"2008",
"2009",
"2010",
"2011",
"2012",
"2013"
],
[
"2",
"Grand Slam tournaments",
"Grand Slam tournaments",
"Grand Slam tournaments",
"Grand Slam tournaments",
"Grand Slam tournaments",
"Grand Slam tournaments",
"Grand Slam tournaments",
"Grand Slam tournaments",
"Grand Slam tournaments"
],
[
"3",
"Australian Open",
"A",
"A",
"2R",
"1R",
"3R",
"1R",
"3R",
"4R"
],
[
"4",
"French Open",
"A",
"1R",
"1R",
"A",
"2R",
"1R",
"QF",
"4R"
],
[
"5",
"Wimbledon",
"A",
"1R",
"1R",
"A",
"3R",
"1R",
"SF",
"2R"
],
[
"6",
"US Open",
"A",
"1R",
"A",
"2R",
"1R",
"SF",
"4R",
"4R"
],
[
"7",
"Win–Loss",
"0–0",
"0–3",
"1–3",
"1–2",
"5–4",
"5–4",
"14–4",
"10–4"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"hammond bishop noll\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,A2:A10=\"hammond bishop noll\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the team name from Hammond Bishop Noll?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"A1",
"=",
"\"hammond bishop noll\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(H1=\"lake\")*(E1=\"3a\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,(H2:H10=\"lake\")*(E2:E10=\"3a\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What city has a team in IHSAA class 3a, and previous conference of lake?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"H1",
"=",
"\"lake\"",
"*",
"E1",
"=",
"\"3a\"",
"2"
]
},
{
"Formula": "AVERAGE(FILTER(D1, (H1=\"lake\")*(E1=\"3a\")))",
"Formula2": "AVERAGE(FILTER(D2:D10, (H2:H10=\"lake\")*(E2:E10=\"3a\")))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the average enrollment 08=09, for the team that had a previous conference of lake and IHSAA class of 3A?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"H1",
"=",
"\"lake\"",
"*",
"E1",
"=",
"\"3a\""
]
}
] | train_2-18789059-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"School",
"City",
"Team Name",
"Enrollment 08-09",
"IHSAA Class",
"County",
"Year Joined",
"Previous Counference"
],
[
"2",
"Hammond Bishop Noll",
"Hammond",
"Warriors",
"453",
"2A",
"45 Lake",
"2007",
"Lake"
],
[
"3",
"Calumet",
"Calumet Township",
"Warriors",
"640",
"3A",
"45 Lake",
"2007",
"Lake"
],
[
"4",
"Lake Station Edison",
"Lake Station",
"Fighting Eagles",
"425",
"2A",
"45 Lake",
"2007",
"Lake"
],
[
"5",
"Marquette Catholic",
"Michigan City",
"Blazers",
"161",
"A",
"46 LaPorte",
"2007",
"Independents"
],
[
"6",
"North Newton",
"Morocco",
"Spartans",
"480",
"2A",
"56 Newton",
"2007",
"Independents"
],
[
"7",
"River Forest",
"Lake Station",
"Ingots",
"426",
"2A",
"45 Lake",
"2007",
"Independents"
],
[
"8",
"South Central (football only)",
"Union Mills",
"Satellites",
"297",
"A",
"46 La Porte",
"2007 (fb)",
"N/A"
],
[
"9",
"Wheeler",
"Union Township",
"Bearcats",
"564",
"2A",
"64 Porter",
"2007",
"Lake"
],
[
"10",
"Whiting",
"Whiting",
"Oilers",
"310",
"2A",
"45 Lake",
"2007",
"Lake"
]
] |
[
{
"Formula": "SUM(FILTER(A1, (B1<1)*(C1<1)))",
"Formula2": "SUM(FILTER(A2:A9, (B2:B9<1)*(C2:C9<1)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Games have a Drawn smaller than 1, and a Lost smaller than 1?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"B1",
"<",
"1",
"*",
"C1",
"<",
"1"
]
},
{
"Formula": "SUM(FILTER(B1, (C1=5)*(E1>4)))",
"Formula2": "SUM(FILTER(B2:B9, (C2:C9=5)*(E2:E9>4)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which Drawn is the lowest one that has a Lost of 5, and Points larger than 4?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"C1",
"=",
"5",
"*",
"E1",
">",
"4"
]
}
] | train_2-14190283-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Games",
"Drawn",
"Lost",
"Points difference",
"Points"
],
[
"2",
"7",
"0",
"0",
"83 - 10",
"14"
],
[
"3",
"7",
"0",
"1",
"64 - 17",
"12"
],
[
"4",
"7",
"0",
"2",
"59 - 27",
"10"
],
[
"5",
"7",
"0",
"3",
"35 - 28",
"8"
],
[
"6",
"7",
"0",
"5",
"23 - 68",
"4"
],
[
"7",
"7",
"0",
"5",
"25 - 48",
"4"
],
[
"8",
"7",
"1",
"5",
"16 - 67",
"3"
],
[
"9",
"7",
"1",
"6",
"13 - 53",
"1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"cube\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"cube\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who provided lyrics or music to the artist Cube?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"cube\"",
"4"
]
}
] | test_2-15589467-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Order",
"Artist",
"Song",
"Lyrics (l) / Music (m)",
"Results"
],
[
"2",
"1",
"Zuma",
"\"Always, Always\"",
"Alexander Stenerud (m & l)",
"Siste Sjansen"
],
[
"3",
"2",
"Cube",
"\"Would You Spend the Night With Me?\"",
"Åge Sten \"Glam\" Nilsen (m & l)",
"Out"
],
[
"4",
"3",
"Anne Hvidsten",
"\"A Little More\"",
"Anne Hvidsten (m & l)",
"Siste Sjansen"
],
[
"5",
"4",
"Crash!",
"\"Get Up\"",
"Trond \"Teeny\" Holter (m & l)",
"Final"
],
[
"6",
"5",
"Sven Garås",
"\"I'm in Love\"",
"Robin Nordahl (m), Ingrid Nørsett (l)",
"Out"
],
[
"7",
"6",
"Maria Haukaas Storeng",
"\"Hold On Be Strong\"",
"Mira Craig (m & l)",
"Final"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"Nathalie Dechy Andy Ram\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,F2:F11=\"Nathalie Dechy Andy Ram\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which championship had the final opponents of nathalie dechy andy ram?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"Nathalie Dechy Andy Ram\"",
"3"
]
}
] | train_1-1729366-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Outcome",
"Year",
"Championship",
"Surface",
"Partner",
"Opponents in the final",
"Score in the final"
],
[
"2",
"Winner",
"1999",
"French Open",
"Clay",
"Piet Norval",
"Larisa Neiland Rick Leach",
"6–3, 3–6, 6–3"
],
[
"3",
"Runner-up",
"2002",
"US Open",
"Hard",
"Bob Bryan",
"Lisa Raymond Mike Bryan",
"6–7, 6–7"
],
[
"4",
"Winner",
"2003",
"US Open",
"Hard",
"Bob Bryan",
"Lina Krasnoroutskaya Daniel Nestor",
"5–7, 7–5, 7–6 (7–5)"
],
[
"5",
"Runner-up",
"2005",
"US Open",
"Hard",
"Nenad Zimonjić",
"Daniela Hantuchová Mahesh Bhupathi",
"4–6, 2–6"
],
[
"6",
"Winner",
"2006",
"French Open (2)",
"Clay",
"Nenad Zimonjić",
"Elena Likhovtseva Daniel Nestor",
"6–3, 6–4"
],
[
"7",
"Runner-up",
"2007",
"French Open",
"Clay",
"Nenad Zimonjić",
"Nathalie Dechy Andy Ram",
"5–7, 3–6"
],
[
"8",
"Runner-up",
"2008",
"French Open",
"Clay",
"Nenad Zimonjić",
"Victoria Azarenka Bob Bryan",
"2–6, 6–7 (4–7)"
],
[
"9",
"Runner-up",
"2008",
"Wimbledon",
"Grass",
"Mike Bryan",
"Samantha Stosur Bob Bryan",
"5–7, 4–6"
],
[
"10",
"Winner",
"2010",
"French Open (3)",
"Clay",
"Nenad Zimonjić",
"Yaroslava Shvedova Julian Knowle",
"4–6, 7–6 (7–5) , [11–9]"
],
[
"11",
"Winner",
"2011",
"Australian Open",
"Hard",
"Daniel Nestor",
"Yung-Jan Chan Paul Hanley",
"6–3, 3–6, [10–7]"
]
] |
[
{
"Formula": "AVERAGEIFS(D1,A1,\"dickinson college\")",
"Formula2": "AVERAGEIFS(D2:D9,A2:A9,\"dickinson college\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the average Enrollment of Dickinson College?",
"Tokens": [
"AVERAGEIFS(",
"D1",
"A1",
"\"dickinson college\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"blue hens\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"blue hens\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which institution has a nickname of Blue Hens?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"blue hens\"",
"1"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=1773))",
"Formula2": "LET(query1,SUMMARIZE(C2:C9,SUMX(E2:E9)),FILTER(query1,CHOOSECOLS(query1,2)=1773))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the nickname of the college established in 1773?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"1773"
]
}
] | train_2-16432543-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Institution",
"Location",
"Nickname",
"Enrollment",
"Established"
],
[
"2",
"University of Delaware",
"Newark, DE",
"Blue Hens",
"19,391",
"1743"
],
[
"3",
"Dickinson College",
"Carlisle, PA",
"Red Devils",
"2,300",
"1773"
],
[
"4",
"Mount Saint Mary's University",
"Emmitsburg, MD",
"Mountaineers",
"2,100",
"1808"
],
[
"5",
"Penn State Harrisburg",
"Lower Swatara Township, PA",
"Nittany Lions",
"4,700",
"1966"
],
[
"6",
"Rowan University",
"Glassboro, NJ",
"Profs",
"10,483",
"1923"
],
[
"7",
"Rutgers University-Camden",
"Camden, NJ",
"Raptors",
"4,497",
"1766"
],
[
"8",
"Shippensburg University",
"Shippensburg, PA",
"Raiders",
"6,579",
"1871"
],
[
"9",
"Widener University",
"Philadelphia, PA",
"Pride",
"3,204",
"1862"
]
] |
[
{
"Formula": "HSTACK(ROWS(UNIQUE(F1)), SUM(A1))",
"Formula2": "HSTACK(ROWS(UNIQUE(F2:F5)), SUM(A2:A5))",
"Funcs": [
"HSTACK(",
"ROWS(",
"UNIQUE(",
"Cell",
"SUM(",
"Cell"
],
"Level": "hard",
"Question": "How many bank and branches are there?",
"Tokens": [
"HSTACK(",
"ROWS(",
"UNIQUE(",
"F1",
"SUM(",
"A1"
]
},
{
"Formula": "SUMMARIZE(A1,DCOUNTX(F1))",
"Formula2": "SUMMARIZE(A2:A5,DCOUNTX(F2:F5))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"DCOUNTX(",
"Cell"
],
"Level": "easy",
"Question": "Count the number of bank branches.",
"Tokens": [
"SUMMARIZE(",
"A1",
"DCOUNTX(",
"F1"
]
},
{
"Formula": "SUM(C1)",
"Formula2": "SUM(C2:C5)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "What is the total number of customers across banks?",
"Tokens": [
"SUM(",
"C1"
]
},
{
"Formula": "SUM(FILTER(C1,D1=\"New York City\"))",
"Formula2": "SUM(FILTER(C2:C5,D2:D5=\"New York City\"))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Find the number of customers in the banks at New York City.",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"D1",
"=",
"\"New York City\""
]
},
{
"Formula": "SUM(FILTER(C1,D1=\"New York City\"))",
"Formula2": "SUM(FILTER(C2:C5,D2:D5=\"New York City\"))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the total number of customers who use banks in New York City?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"D1",
"=",
"\"New York City\""
]
},
{
"Formula": "AVERAGE(FILTER(C1,E1=\"Utah\"))",
"Formula2": "AVERAGE(FILTER(C2:C5,E2:E5=\"Utah\"))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Find the average number of customers in all banks of Utah state.",
"Tokens": [
"AVERAGE(",
"FILTER(",
"C1",
"E1",
"=",
"\"Utah\""
]
},
{
"Formula": "AVERAGE(FILTER(C1,E1=\"Utah\"))",
"Formula2": "AVERAGE(FILTER(C2:C5,E2:E5=\"Utah\"))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the average number of customers across banks in the state of Utah?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"C1",
"E1",
"=",
"\"Utah\""
]
},
{
"Formula": "AVERAGE(C1)",
"Formula2": "AVERAGE(C2:C5)",
"Funcs": [
"AVERAGE(",
"Cell"
],
"Level": "easy",
"Question": "Find the average number of customers cross all banks.",
"Tokens": [
"AVERAGE(",
"C1"
]
},
{
"Formula": "CHOOSE({1,2},FILTER(D1,B1=\"morningside\"),FILTER(E1,B1=\"morningside\"))",
"Formula2": "CHOOSE({1,2},FILTER(D2:D5,B2:B5=\"morningside\"),FILTER(E2:E5,B2:B5=\"morningside\"))",
"Funcs": [
"CHOOSE(",
"Num",
"Num",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "Find the city and state of the bank branch named morningside.",
"Tokens": [
"CHOOSE(",
"1",
"2",
"FILTER(",
"D1",
"B1",
"=",
"\"morningside\"",
"FILTER(",
"E1",
"B1",
"=",
"\"morningside\""
]
},
{
"Formula": "CHOOSE({1,2},FILTER(D1,B1=\"morningside\"),FILTER(E1,B1=\"morningside\"))",
"Formula2": "CHOOSE({1,2},FILTER(D2:D5,B2:B5=\"morningside\"),FILTER(E2:E5,B2:B5=\"morningside\"))",
"Funcs": [
"CHOOSE(",
"Num",
"Num",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "What city and state is the bank with the name morningside in?",
"Tokens": [
"CHOOSE(",
"1",
"2",
"FILTER(",
"D1",
"B1",
"=",
"\"morningside\"",
"FILTER(",
"E1",
"B1",
"=",
"\"morningside\""
]
},
{
"Formula": "FILTER(B1,E1=\"New York\")",
"Formula2": "FILTER(B2:B5,E2:E5=\"New York\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Find the branch names of banks in the New York state.",
"Tokens": [
"FILTER(",
"B1",
"E1",
"=",
"\"New York\""
]
},
{
"Formula": "FILTER(B1,E1=\"New York\")",
"Formula2": "FILTER(B2:B5,E2:E5=\"New York\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What are the names of banks in the state of New York?",
"Tokens": [
"FILTER(",
"B1",
"E1",
"=",
"\"New York\""
]
},
{
"Formula": "ROWS(UNIQUE(D1))",
"Formula2": "ROWS(UNIQUE(D2:D5))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "Find the number of different cities which banks are located at.",
"Tokens": [
"ROWS(",
"UNIQUE(",
"D1"
]
},
{
"Formula": "ROWS(UNIQUE(D1))",
"Formula2": "ROWS(UNIQUE(D2:D5))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "In how many different cities are banks located?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"D1"
]
},
{
"Formula": "ROWS(UNIQUE(E1))",
"Formula2": "ROWS(UNIQUE(E2:E5))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "Find the number of different states which banks are located at.",
"Tokens": [
"ROWS(",
"UNIQUE(",
"E1"
]
},
{
"Formula": "ROWS(UNIQUE(E1))",
"Formula2": "ROWS(UNIQUE(E2:E5))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "In how many different states are banks located?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"E1"
]
},
{
"Formula": "LET(a,HSTACK(A1,F1),b,F1,c,CHOOSECOLS(TAKE(SORT(SUMMARIZE(F1,SUMX(C1)), 2, -1), 1),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Formula2": "LET(a,HSTACK(A2:A5,F2:F5),b,F2:F5,c,CHOOSECOLS(TAKE(SORT(SUMMARIZE(F2:F5,SUMX(C2:C5)), 2, -1), 1),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Funcs": [
"LET(",
"a",
"HSTACK(",
"Cell",
"Cell",
"b",
"Cell",
"c",
"CHOOSECOLS(",
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num",
"Num",
"UNIQUE(",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
],
"Level": "hard",
"Question": "find the branch of the bank that has the most number of customer",
"Tokens": [
"LET(",
"a",
"HSTACK(",
"A1",
"F1",
"b",
"F1",
"c",
"CHOOSECOLS(",
"TAKE(",
"SORT(",
"SUMMARIZE(",
"F1",
"SUMX(",
"C1",
"2",
"-",
"1",
"1",
"1",
"UNIQUE(",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
]
},
{
"Formula": "LET(a,HSTACK(B1,A1),b,A1,c,CHOOSECOLS(TAKE(SORT(SUMMARIZE(A1,SUMX(C1)), 2, -1), 1),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Formula2": "LET(a,HSTACK(B2:B5,A2:A5),b,A2:A5,c,CHOOSECOLS(TAKE(SORT(SUMMARIZE(A2:A5,SUMX(C2:C5)), 2, -1), 1),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Funcs": [
"LET(",
"a",
"HSTACK(",
"Cell",
"Cell",
"b",
"Cell",
"c",
"CHOOSECOLS(",
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num",
"Num",
"UNIQUE(",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
],
"Level": "hard",
"Question": "What is the name of the branch with the greatest number of customers",
"Tokens": [
"LET(",
"a",
"HSTACK(",
"B1",
"A1",
"b",
"A1",
"c",
"CHOOSECOLS(",
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"SUMX(",
"C1",
"2",
"-",
"1",
"1",
"1",
"UNIQUE(",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(E1,SUMX(C1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(E2:E5,SUMX(C2:C5)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Find the state which has the most number of customers.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"E1",
"SUMX(",
"C1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(E1,SUMX(C1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(E2:E5,SUMX(C2:C5)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Which state has the most number of customers?",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"E1",
"SUMX(",
"C1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "SUMMARIZE(F1,SUMX(C1))",
"Formula2": "SUMMARIZE(F2:F5,SUMX(C2:C5))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell"
],
"Level": "easy",
"Question": "How many customers does each bank have?",
"Tokens": [
"SUMMARIZE(",
"F1",
"SUMX(",
"C1"
]
},
{
"Formula": "LET(query1,FILTER(A1:F1,E1=\"utah\"),SUMMARIZE(CHOOSECOLS(query1,6),AVERAGEX(CHOOSECOLS(query1,3))))",
"Formula2": "LET(query1,FILTER(A2:F5,E2:E5=\"utah\"),SUMMARIZE(CHOOSECOLS(query1,6),AVERAGEX(CHOOSECOLS(query1,3))))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"AVERAGEX(",
"CHOOSECOLS(",
"query1",
"Num"
],
"Level": "hard",
"Question": "What's the mean number of customers in utah banks?",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"utah\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"6",
"AVERAGEX(",
"CHOOSECOLS(",
"query1",
"3"
]
},
{
"Formula": "HSTACK(ROWS(UNIQUE(D1)), ROWS(UNIQUE(F1)))",
"Formula2": "HSTACK(ROWS(UNIQUE(D2:D5)), ROWS(UNIQUE(F2:F5)))",
"Funcs": [
"HSTACK(",
"ROWS(",
"UNIQUE(",
"Cell",
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "hard",
"Question": "How many cities and banks?",
"Tokens": [
"HSTACK(",
"ROWS(",
"UNIQUE(",
"D1",
"ROWS(",
"UNIQUE(",
"F1"
]
},
{
"Formula": "HSTACK(ROWS(UNIQUE(E1)), ROWS(UNIQUE(F1)))",
"Formula2": "HSTACK(ROWS(UNIQUE(E2:E5)), ROWS(UNIQUE(F2:F5)))",
"Funcs": [
"HSTACK(",
"ROWS(",
"UNIQUE(",
"Cell",
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "hard",
"Question": "How many states and banks?",
"Tokens": [
"HSTACK(",
"ROWS(",
"UNIQUE(",
"E1",
"ROWS(",
"UNIQUE(",
"F1"
]
},
{
"Formula": "LET(query1,FILTER(A1:F1,E1=\"utah\"),SUMMARIZE(CHOOSECOLS(query1,6),AVERAGEX(CHOOSECOLS(query1,3))))",
"Formula2": "LET(query1,FILTER(A2:F5,E2:E5=\"utah\"),SUMMARIZE(CHOOSECOLS(query1,6),AVERAGEX(CHOOSECOLS(query1,3))))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"AVERAGEX(",
"CHOOSECOLS(",
"query1",
"Num"
],
"Level": "hard",
"Question": "The average customer number for banks in utah.",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"utah\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"6",
"AVERAGEX(",
"CHOOSECOLS(",
"query1",
"3"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(E1,SUMX(C1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(E2:E5,SUMX(C2:C5)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Which state have a greatest number of customers?",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"E1",
"SUMX(",
"C1",
"2",
"-",
"1",
"1"
]
}
] | loan_1_bank | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"branch id",
"bname",
"no of customers",
"city",
"state",
"bank"
],
[
"2",
"1",
"morningside",
"203",
"New York City",
"New York",
""
],
[
"3",
"2",
"downtown",
"123",
"Salt Lake City",
"Utah",
""
],
[
"4",
"3",
"broadway",
"453",
"New York City",
"New York",
""
],
[
"5",
"4",
"high",
"367",
"Austin",
"Texas",
""
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)>17))",
"Formula2": "LET(query1,SUMMARIZE(B2:B17,SUMX(A2:A17)),FILTER(query1,CHOOSECOLS(query1,2)>17))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What date was there a game larger than 17?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"17"
]
}
] | test_2-17058178-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
[
"2",
"3",
"November 1",
"@ Phoenix",
"L 96–107 (OT)",
"Brandon Roy , Rudy Fernández (20)",
"Joel Przybilla (9)",
"Brandon Roy , Travis Outlaw , Sergio Rodríguez (4)",
"US Airways Center 18,422",
"1–2"
],
[
"3",
"4",
"November 5",
"@ Utah",
"L 96–103 (OT)",
"Brandon Roy , LaMarcus Aldridge (18)",
"Joel Przybilla (16)",
"Brandon Roy (6)",
"EnergySolutions Arena 19,911",
"1–3"
],
[
"4",
"5",
"November 6",
"Houston",
"W 101–99 (OT)",
"LaMarcus Aldridge (27)",
"Travis Outlaw (13)",
"Steve Blake (8)",
"Rose Garden 20,611",
"2–3"
],
[
"5",
"6",
"November 8",
"Minnesota",
"W 97–93 (OT)",
"LaMarcus Aldridge , Brandon Roy (24)",
"LaMarcus Aldridge (13)",
"Brandon Roy (9)",
"Rose Garden 20,599",
"3–3"
],
[
"6",
"7",
"November 10",
"@ Orlando",
"W 106–99 (OT)",
"Brandon Roy (27)",
"LaMarcus Aldridge (11)",
"Steve Blake , Brandon Roy , Sergio Rodríguez (4)",
"Amway Arena 14,210",
"4–3"
],
[
"7",
"8",
"November 12",
"@ Miami",
"W 104–96 (OT)",
"Rudy Fernández (25)",
"Joel Przybilla (10)",
"Sergio Rodríguez (5)",
"American Airlines Arena 15,021",
"5–3"
],
[
"8",
"9",
"November 14",
"@ New Orleans",
"L 82–87 (OT)",
"Brandon Roy (21)",
"Greg Oden (11)",
"Sergio Rodríguez (7)",
"New Orleans Arena 16,071",
"5–4"
],
[
"9",
"10",
"November 15",
"@ Minnesota",
"W 88–83 (OT)",
"Brandon Roy (24)",
"Greg Oden , Joel Przybilla (8)",
"Brandon Roy (6)",
"Target Center 12,213",
"6–4"
],
[
"10",
"11",
"November 18",
"@ Golden State",
"L 106–111 (OT)",
"Brandon Roy , Greg Oden (22)",
"Greg Oden (10)",
"Brandon Roy (9)",
"Oracle Arena 18,284",
"6–5"
],
[
"11",
"12",
"November 19",
"Chicago",
"W 116–74 (OT)",
"Brandon Roy (20)",
"Greg Oden (10)",
"Sergio Rodríguez (9)",
"Rose Garden 20,599",
"7–5"
],
[
"12",
"13",
"November 21",
"@ Sacramento",
"W 117–96 (OT)",
"Steve Blake (20)",
"Joel Przybilla (10)",
"Steve Blake (5)",
"ARCO Arena 12,056",
"8–5"
],
[
"13",
"14",
"November 22",
"@ Phoenix",
"L 92–102 (OT)",
"Brandon Roy (26)",
"Channing Frye , Joel Przybilla (8)",
"Steve Blake (5)",
"US Airways Center 18,422",
"8–6"
],
[
"14",
"15",
"November 24",
"Sacramento",
"W 91–90 (OT)",
"Brandon Roy (28)",
"Joel Przybilla (12)",
"Steve Blake (5)",
"Rose Garden 20,467",
"9–6"
],
[
"15",
"16",
"November 26",
"Miami",
"W 106–68 (OT)",
"Channing Frye (17)",
"Greg Oden (10)",
"Sergio Rodríguez (11)",
"Rose Garden 20,528",
"10–6"
],
[
"16",
"17",
"November 28",
"New Orleans",
"W 101–86 (OT)",
"Brandon Roy (25)",
"Greg Oden (8)",
"Brandon Roy (10)",
"Rose Garden 20,638",
"11–6"
],
[
"17",
"18",
"November 30",
"@ Detroit",
"W 96–85 (OT)",
"LaMarcus Aldridge (27)",
"Greg Oden (13)",
"Steve Blake (7)",
"The Palace of Auburn Hills 22,076",
"12–6"
]
] |
[
{
"Formula": "TAKE(SORT(A1:H1, 6, -1), 3)",
"Formula2": "TAKE(SORT(A2:H10, 6, -1), 3)",
"Funcs": [
"TAKE(",
"SORT(",
"Cell",
":",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "easy",
"Question": "Top 3 weights",
"Tokens": [
"TAKE(",
"SORT(",
"A1",
":",
"H1",
"6",
"-",
"1",
"3"
]
},
{
"Formula": "SUMMARIZE(A1,SUMX(H1))",
"Formula2": "SUMMARIZE(A2:A10,SUMX(H2:H10))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell"
],
"Level": "easy",
"Question": "price by brand",
"Tokens": [
"SUMMARIZE(",
"A1",
"SUMX(",
"H1"
]
},
{
"Formula": "HSTACK(SUM(F1), AVERAGE(H1))",
"Formula2": "HSTACK(SUM(F2:F10), AVERAGE(H2:H10))",
"Funcs": [
"HSTACK(",
"SUM(",
"Cell",
"AVERAGE(",
"Cell"
],
"Level": "medium",
"Question": "sum weight and average price",
"Tokens": [
"HSTACK(",
"SUM(",
"F1",
"AVERAGE(",
"H1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(C1,SUMX(H1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(C2:C10,SUMX(H2:H10)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "system with highest price",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"C1",
"SUMX(",
"H1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(C1,SUMX(H1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(C2:C10,SUMX(H2:H10)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Which system is the most expensive?",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"C1",
"SUMX(",
"H1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "SUMMARIZE(A1,SUMX(H1))",
"Formula2": "SUMMARIZE(A2:A10,SUMX(H2:H10))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell"
],
"Level": "easy",
"Question": "What is the total cost of each brand?",
"Tokens": [
"SUMMARIZE(",
"A1",
"SUMX(",
"H1"
]
},
{
"Formula": "TAKE(SORT(A1:H1, 6, -1), 3)",
"Formula2": "TAKE(SORT(A2:H10, 6, -1), 3)",
"Funcs": [
"TAKE(",
"SORT(",
"Cell",
":",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "easy",
"Question": "3 highest weights",
"Tokens": [
"TAKE(",
"SORT(",
"A1",
":",
"H1",
"6",
"-",
"1",
"3"
]
},
{
"Formula": "HSTACK(SUM(F1), AVERAGE(H1))",
"Formula2": "HSTACK(SUM(F2:F10), AVERAGE(H2:H10))",
"Funcs": [
"HSTACK(",
"SUM(",
"Cell",
"AVERAGE(",
"Cell"
],
"Level": "medium",
"Question": "Total weight and average price",
"Tokens": [
"HSTACK(",
"SUM(",
"F1",
"AVERAGE(",
"H1"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,MINX(D1)),FILTER(query1,(CHOOSECOLS(query1,2)<=256)*(CHOOSECOLS(query1,2)>32)))",
"Formula2": "LET(query1,SUMMARIZE(C2:C10,MINX(D2:D10)),FILTER(query1,(CHOOSECOLS(query1,2)<=256)*(CHOOSECOLS(query1,2)>32)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"MINX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<=",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "The systems whose min capacity is <= 256 and > 32.",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"MINX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<=",
"256",
"*",
"CHOOSECOLS(",
"query1",
"2",
">",
"32"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,MAXX(G1),MAXX(H1)),FILTER(query1,(CHOOSECOLS(query1,3)>2898)*(CHOOSECOLS(query1,2)<3450)))",
"Formula2": "LET(query1,SUMMARIZE(C2:C10,MAXX(G2:G10),MAXX(H2:H10)),FILTER(query1,(CHOOSECOLS(query1,3)>2898)*(CHOOSECOLS(query1,2)<3450)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"MAXX(",
"Cell",
"MAXX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "The max of price > 2898 and max of battery < 3450 for different systems.",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"MAXX(",
"G1",
"MAXX(",
"H1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"3",
">",
"2898",
"*",
"CHOOSECOLS(",
"query1",
"2",
"<",
"3450"
]
},
{
"Formula": "FILTER(A1:H1, (G1<=3200)*(D1>=32))",
"Formula2": "FILTER(A2:H10, (G2:G10<=3200)*(D2:D10>=32))",
"Funcs": [
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<=",
"Num",
"*",
"Cell",
">=",
"Num"
],
"Level": "easy",
"Question": "The table where batteries are <= 3200 and capacities are >= 32.",
"Tokens": [
"FILTER(",
"A1",
":",
"H1",
"G1",
"<=",
"3200",
"*",
"D1",
">=",
"32"
]
},
{
"Formula": "FILTER(A1:H1, (G1<3400)*(H1=3200))",
"Formula2": "FILTER(A2:H10, (G2:G10<3400)*(H2:H10=3200))",
"Funcs": [
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "The table where batteries are < 3400 and prices are 3200.",
"Tokens": [
"FILTER(",
"A1",
":",
"H1",
"G1",
"<",
"3400",
"*",
"H1",
"=",
"3200"
]
},
{
"Formula": "FILTER(A1:H1, (D1>32)*(F1=178))",
"Formula2": "FILTER(A2:H10, (D2:D10>32)*(F2:F10=178))",
"Funcs": [
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Show table where capacity is > 32 and weight is 178.",
"Tokens": [
"FILTER(",
"A1",
":",
"H1",
"D1",
">",
"32",
"*",
"F1",
"=",
"178"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(G1>3450)+(G1<=1821)),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,(G2:G10>3450)+(G2:G10<=1821)),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">",
"Num",
"+",
"Cell",
"<=",
"Num",
"Num"
],
"Level": "medium",
"Question": "The table where the battery is > 3450 or <= 1821.",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"G1",
">",
"3450",
"+",
"G1",
"<=",
"1821",
"7"
]
},
{
"Formula": "FILTER(A1:H1, (H1<4288)*(F1>148))",
"Formula2": "FILTER(A2:H10, (H2:H10<4288)*(F2:F10>148))",
"Funcs": [
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Table where price is < 4288 and weight is > 148.",
"Tokens": [
"FILTER(",
"A1",
":",
"H1",
"H1",
"<",
"4288",
"*",
"F1",
">",
"148"
]
},
{
"Formula": "FILTER(A1:H1, H1>3200)",
"Formula2": "FILTER(A2:H10, H2:H10>3200)",
"Funcs": [
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Table showing prices > 3200.",
"Tokens": [
"FILTER(",
"A1",
":",
"H1",
"H1",
">",
"3200"
]
},
{
"Formula": "FILTER(A1:H1, (G1>2900)*(H1=4199))",
"Formula2": "FILTER(A2:H10, (G2:G10>2900)*(H2:H10=4199))",
"Funcs": [
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Table when battery is > 2900 and price is 4199.",
"Tokens": [
"FILTER(",
"A1",
":",
"H1",
"G1",
">",
"2900",
"*",
"H1",
"=",
"4199"
]
},
{
"Formula": "FILTER(A1:H1, (G1>=2716)*(A1=\"oppo\"))",
"Formula2": "FILTER(A2:H10, (G2:G10>=2716)*(A2:A10=\"oppo\"))",
"Funcs": [
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "The table where batteries are >= 2716 and the brand is oppo.",
"Tokens": [
"FILTER(",
"A1",
":",
"H1",
"G1",
">=",
"2716",
"*",
"A1",
"=",
"\"oppo\""
]
},
{
"Formula": "FILTER(A1:H1, (G1<3200)*(D1<=128))",
"Formula2": "FILTER(A2:H10, (G2:G10<3200)*(D2:D10<=128))",
"Funcs": [
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<=",
"Num"
],
"Level": "easy",
"Question": "Table where battery is < 3200 and capacity is <= 128.",
"Tokens": [
"FILTER(",
"A1",
":",
"H1",
"G1",
"<",
"3200",
"*",
"D1",
"<=",
"128"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(G1<3200)*((ISBLANK(B1))+(B1=\"\"))),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,(G2:G10<3200)*((ISBLANK(B2:B10))+(B2:B10=\"\"))),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"*",
"ISBLANK(",
"Cell",
"+",
"Cell",
"=",
"Str",
"Num"
],
"Level": "hard",
"Question": "The table when batteries are < 3200 without cellphone model.",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"G1",
"<",
"3200",
"*",
"ISBLANK(",
"B1",
"+",
"B1",
"=",
"\"\"",
"2"
]
},
{
"Formula": "FILTER(A1:H1, F1<175)",
"Formula2": "FILTER(A2:H10, F2:F10<175)",
"Funcs": [
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "The table when weights are < 175.",
"Tokens": [
"FILTER(",
"A1",
":",
"H1",
"F1",
"<",
"175"
]
},
{
"Formula": "FILTER(A1:H1, (G1<=4000)*(H1>2799))",
"Formula2": "FILTER(A2:H10, (G2:G10<=4000)*(H2:H10>2799))",
"Funcs": [
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Table where battery is <= 4000 and price is > 2799.",
"Tokens": [
"FILTER(",
"A1",
":",
"H1",
"G1",
"<=",
"4000",
"*",
"H1",
">",
"2799"
]
},
{
"Formula": "FILTER(A1:H1, (G1>1821)*(F1=175))",
"Formula2": "FILTER(A2:H10, (G2:G10>1821)*(F2:F10=175))",
"Funcs": [
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Table where battery is > 1821 and weight is 175.",
"Tokens": [
"FILTER(",
"A1",
":",
"H1",
"G1",
">",
"1821",
"*",
"F1",
"=",
"175"
]
},
{
"Formula": "FILTER(A1:H1, (G1>=1821)*(D1<=256))",
"Formula2": "FILTER(A2:H10, (G2:G10>=1821)*(D2:D10<=256))",
"Funcs": [
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">=",
"Num",
"*",
"Cell",
"<=",
"Num"
],
"Level": "easy",
"Question": "Table where battery is >= 1821 and capacity is <= 256.",
"Tokens": [
"FILTER(",
"A1",
":",
"H1",
"G1",
">=",
"1821",
"*",
"D1",
"<=",
"256"
]
},
{
"Formula": "FILTER(A1:H1, (H1>=3200)*(F1<=186))",
"Formula2": "FILTER(A2:H10, (H2:H10>=3200)*(F2:F10<=186))",
"Funcs": [
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">=",
"Num",
"*",
"Cell",
"<=",
"Num"
],
"Level": "easy",
"Question": "Table where price is >= 3200 and weight is <= 186.",
"Tokens": [
"FILTER(",
"A1",
":",
"H1",
"H1",
">=",
"3200",
"*",
"F1",
"<=",
"186"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,LEFT(A1,LEN(\"Huawe\"))=\"Huawe\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,LEFT(A2:A10,LEN(\"Huawe\"))=\"Huawe\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"LEFT(",
"Cell",
"LEN(",
"Str",
"=",
"Str",
"Num"
],
"Level": "hard",
"Question": "Cellphones with brands beginning with \"Huawe\"",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"LEFT(",
"A1",
"LEN(",
"\"Huawe\"",
"=",
"\"Huawe\"",
"1"
]
},
{
"Formula": "FILTER(A1:H1, (E1<32)*(D1>=128))",
"Formula2": "FILTER(A2:H10, (E2:E10<32)*(D2:D10>=128))",
"Funcs": [
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">=",
"Num"
],
"Level": "easy",
"Question": "Table where capacity is greater than or equal to 128 and size is lower than 32.",
"Tokens": [
"FILTER(",
"A1",
":",
"H1",
"E1",
"<",
"32",
"*",
"D1",
">=",
"128"
]
},
{
"Formula": "TAKE(SORT(A1:H1, 6, -1), 3)",
"Formula2": "TAKE(SORT(A2:H10, 6, -1), 3)",
"Funcs": [
"TAKE(",
"SORT(",
"Cell",
":",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "easy",
"Question": "The weights on top 3.",
"Tokens": [
"TAKE(",
"SORT(",
"A1",
":",
"H1",
"6",
"-",
"1",
"3"
]
},
{
"Formula": "HSTACK(SUM(F1), AVERAGE(H1))",
"Formula2": "HSTACK(SUM(F2:F10), AVERAGE(H2:H10))",
"Funcs": [
"HSTACK(",
"SUM(",
"Cell",
"AVERAGE(",
"Cell"
],
"Level": "medium",
"Question": "What's the total weight and average price?",
"Tokens": [
"HSTACK(",
"SUM(",
"F1",
"AVERAGE(",
"H1"
]
},
{
"Formula": "FILTER(A1:H1, (D1>32)*(F1=178))",
"Formula2": "FILTER(A2:H10, (D2:D10>32)*(F2:F10=178))",
"Funcs": [
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Show table where capacity is > 32 when weight is 178.",
"Tokens": [
"FILTER(",
"A1",
":",
"H1",
"D1",
">",
"32",
"*",
"F1",
"=",
"178"
]
},
{
"Formula": "FILTER(A1:H1, H1>3200)",
"Formula2": "FILTER(A2:H10, H2:H10>3200)",
"Funcs": [
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "The table when prices are > 3200.",
"Tokens": [
"FILTER(",
"A1",
":",
"H1",
"H1",
">",
"3200"
]
},
{
"Formula": "SORT(HSTACK(SUM(G1), SUM(H1)), 1, -1)",
"Formula2": "SORT(HSTACK(SUM(G2:G10), SUM(H2:H10)), 1, -1)",
"Funcs": [
"SORT(",
"HSTACK(",
"SUM(",
"Cell",
"SUM(",
"Cell",
"Num",
"-",
"Num"
],
"Level": "hard",
"Question": "Descending order of batteries and prices sorted by batteries ",
"Tokens": [
"SORT(",
"HSTACK(",
"SUM(",
"G1",
"SUM(",
"H1",
"1",
"-",
"1"
]
},
{
"Formula": "SORT(HSTACK(SUM(G1), SUM(H1)), 1, -1)",
"Formula2": "SORT(HSTACK(SUM(G2:G10), SUM(H2:H10)), 1, -1)",
"Funcs": [
"SORT(",
"HSTACK(",
"SUM(",
"Cell",
"SUM(",
"Cell",
"Num",
"-",
"Num"
],
"Level": "hard",
"Question": "list batteries and prices sorted by batteries in descending order.",
"Tokens": [
"SORT(",
"HSTACK(",
"SUM(",
"G1",
"SUM(",
"H1",
"1",
"-",
"1"
]
},
{
"Formula": "SORT(HSTACK(SUM(G1), SUM(F1)), 2, -1)",
"Formula2": "SORT(HSTACK(SUM(G2:G10), SUM(F2:F10)), 2, -1)",
"Funcs": [
"SORT(",
"HSTACK(",
"SUM(",
"Cell",
"SUM(",
"Cell",
"Num",
"-",
"Num"
],
"Level": "hard",
"Question": "list the batteries with corresponding weights from highest to lowest ",
"Tokens": [
"SORT(",
"HSTACK(",
"SUM(",
"G1",
"SUM(",
"F1",
"2",
"-",
"1"
]
},
{
"Formula": "SORT(HSTACK(SUM(G1), SUM(F1)), 1, -1)",
"Formula2": "SORT(HSTACK(SUM(G2:G10), SUM(F2:F10)), 1, -1)",
"Funcs": [
"SORT(",
"HSTACK(",
"SUM(",
"Cell",
"SUM(",
"Cell",
"Num",
"-",
"Num"
],
"Level": "hard",
"Question": "list the batteries from the highest to the lowest with corresponding weights.",
"Tokens": [
"SORT(",
"HSTACK(",
"SUM(",
"G1",
"SUM(",
"F1",
"1",
"-",
"1"
]
},
{
"Formula": "SORT(HSTACK(SUM(H1), SUM(G1)), 2, 1)",
"Formula2": "SORT(HSTACK(SUM(H2:H10), SUM(G2:G10)), 2, 1)",
"Funcs": [
"SORT(",
"HSTACK(",
"SUM(",
"Cell",
"SUM(",
"Cell",
"Num",
"Num"
],
"Level": "hard",
"Question": "Cell phone prices with corresponding batteries from bottom to top ",
"Tokens": [
"SORT(",
"HSTACK(",
"SUM(",
"H1",
"SUM(",
"G1",
"2",
"1"
]
},
{
"Formula": "SORT(HSTACK(SUM(G1), SUM(H1)), 2, 1)",
"Formula2": "SORT(HSTACK(SUM(G2:G10), SUM(H2:H10)), 2, 1)",
"Funcs": [
"SORT(",
"HSTACK(",
"SUM(",
"Cell",
"SUM(",
"Cell",
"Num",
"Num"
],
"Level": "hard",
"Question": "Cell phone prices from the bottom to the top with corresponding batteries.",
"Tokens": [
"SORT(",
"HSTACK(",
"SUM(",
"G1",
"SUM(",
"H1",
"2",
"1"
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,MINX(F1),MINX(H1)),FILTER(query1,(CHOOSECOLS(query1,2)<=188)*(CHOOSECOLS(query1,3)<=5540)))",
"Formula2": "LET(query1,SUMMARIZE(A2:A10,MINX(F2:F10),MINX(H2:H10)),FILTER(query1,(CHOOSECOLS(query1,2)<=188)*(CHOOSECOLS(query1,3)<=5540)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"MINX(",
"Cell",
"MINX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<=",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"<=",
"Num"
],
"Level": "hard",
"Question": "Which brand has the min weight at most 188 and the min price at most 5540?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"MINX(",
"F1",
"MINX(",
"H1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<=",
"188",
"*",
"CHOOSECOLS(",
"query1",
"3",
"<=",
"5540"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(H1)), 2, 1), 2)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A10,SUMX(H2:H10)), 2, 1), 2)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "2 cheapest brands.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"SUMX(",
"H1",
"2",
"1",
"2"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(C1,MEDIANX(F1)), 2, 1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(C2:C10,MEDIANX(F2:F10)), 2, 1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"MEDIANX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "System having the lightest median weight.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"C1",
"MEDIANX(",
"F1",
"2",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(C1,MAXX(D1)), 2, -1), 2)",
"Formula2": "TAKE(SORT(SUMMARIZE(C2:C10,MAXX(D2:D10)), 2, -1), 2)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"MAXX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Top 2 systems by max capacities",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"C1",
"MAXX(",
"D1",
"2",
"-",
"1",
"2"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(C1,SUMX(D1)), 2, -1), 2)",
"Formula2": "TAKE(SORT(SUMMARIZE(C2:C10,SUMX(D2:D10)), 2, -1), 2)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "2 systems with biggest capacities.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"C1",
"SUMX(",
"D1",
"2",
"-",
"1",
"2"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(D1)), 2, 1), 3)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A10,SUMX(D2:D10)), 2, 1), 3)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "three lowest capacity of brands",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"SUMX(",
"D1",
"2",
"1",
"3"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(D1)), 2, 1), 3)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A10,SUMX(D2:D10)), 2, 1), 3)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "Three brands with the lowest capacities.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"SUMX(",
"D1",
"2",
"1",
"3"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(D1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A10,SUMX(D2:D10)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "biggest capacity of brand",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"SUMX(",
"D1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(D1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A10,SUMX(D2:D10)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "brand with the biggest capacity.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"SUMX(",
"D1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(D1)), 2, 1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(B2:B10,SUMX(D2:D10)), 2, 1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "smallest capacity model",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"B1",
"SUMX(",
"D1",
"2",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(D1)), 2, 1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(B2:B10,SUMX(D2:D10)), 2, 1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "model with the smallest capacity.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"B1",
"SUMX(",
"D1",
"2",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(C1,SUMX(H1)), 2, 1), 3)",
"Formula2": "TAKE(SORT(SUMMARIZE(C2:C10,SUMX(H2:H10)), 2, 1), 3)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "Three cheapest systems",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"C1",
"SUMX(",
"H1",
"2",
"1",
"3"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(C1,SUMX(G1)), 2, -1), 2)",
"Formula2": "TAKE(SORT(SUMMARIZE(C2:C10,SUMX(G2:G10)), 2, -1), 2)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "2 biggest battery of systems",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"C1",
"SUMX(",
"G1",
"2",
"-",
"1",
"2"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(C1,SUMX(G1)), 2, -1), 2)",
"Formula2": "TAKE(SORT(SUMMARIZE(C2:C10,SUMX(G2:G10)), 2, -1), 2)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "which systems have the 2 biggest batteries?",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"C1",
"SUMX(",
"G1",
"2",
"-",
"1",
"2"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(C1,SUMX(H1)), 2, -1), 2)",
"Formula2": "TAKE(SORT(SUMMARIZE(C2:C10,SUMX(H2:H10)), 2, -1), 2)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "2 highest price of systems",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"C1",
"SUMX(",
"H1",
"2",
"-",
"1",
"2"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(C1,SUMX(H1)), 2, -1), 2)",
"Formula2": "TAKE(SORT(SUMMARIZE(C2:C10,SUMX(H2:H10)), 2, -1), 2)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "show systems with 2 highest prices.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"C1",
"SUMX(",
"H1",
"2",
"-",
"1",
"2"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(F1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(B2:B10,SUMX(F2:F10)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "heaviest cellphone model",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"B1",
"SUMX(",
"F1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(F1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(B2:B10,SUMX(F2:F10)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Model of the heaviest cellphone.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"B1",
"SUMX(",
"F1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(F1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A10,SUMX(F2:F10)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "largest weight of cellphone brand",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"SUMX(",
"F1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(F1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A10,SUMX(F2:F10)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Brand of cellphone with largest weight.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"SUMX(",
"F1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(F1)), 2, -1), 3)",
"Formula2": "TAKE(SORT(SUMMARIZE(B2:B10,SUMX(F2:F10)), 2, -1), 3)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "3 heaviest models",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"B1",
"SUMX(",
"F1",
"2",
"-",
"1",
"3"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(B1,MAXX(F1)), 2, -1), 3)",
"Formula2": "TAKE(SORT(SUMMARIZE(B2:B10,MAXX(F2:F10)), 2, -1), 3)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"MAXX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "3 models whose max weights are heaviest.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"B1",
"MAXX(",
"F1",
"2",
"-",
"1",
"3"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(F1)), 2, 1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(B2:B10,SUMX(F2:F10)), 2, 1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "the lightest model.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"B1",
"SUMX(",
"F1",
"2",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(H1)), 2, 1), 3)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A10,SUMX(H2:H10)), 2, 1), 3)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "3 lowest price of brands",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"SUMX(",
"H1",
"2",
"1",
"3"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(H1)), 2, 1), 3)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A10,SUMX(H2:H10)), 2, 1), 3)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "3 brands having lowest prices.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"SUMX(",
"H1",
"2",
"1",
"3"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(G1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(B2:B10,SUMX(G2:G10)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Largest-battery cellphone model",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"B1",
"SUMX(",
"G1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(G1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(B2:B10,SUMX(G2:G10)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Model for the cellphone with largest battery.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"B1",
"SUMX(",
"G1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,MINX(F1)), 2, 1), 3)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A10,MINX(F2:F10)), 2, 1), 3)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"MINX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "3 cellphone brands having lightest min weights",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"MINX(",
"F1",
"2",
"1",
"3"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(D1,COUNTX(D1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(D2:D10,COUNTX(D2:D10)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"COUNTX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Most common capacity.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"D1",
"COUNTX(",
"D1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(F1)), 2, -1), 2)",
"Formula2": "TAKE(SORT(SUMMARIZE(B2:B10,SUMX(F2:F10)), 2, -1), 2)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "two heaviest cellphone models",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"B1",
"SUMX(",
"F1",
"2",
"-",
"1",
"2"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(F1)), 2, -1), 2)",
"Formula2": "TAKE(SORT(SUMMARIZE(B2:B10,SUMX(F2:F10)), 2, -1), 2)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Models of the two heaviest cellphones.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"B1",
"SUMX(",
"F1",
"2",
"-",
"1",
"2"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(G1)), 2, -1), 2)",
"Formula2": "TAKE(SORT(SUMMARIZE(B2:B10,SUMX(G2:G10)), 2, -1), 2)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "2 models having largest batteries.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"B1",
"SUMX(",
"G1",
"2",
"-",
"1",
"2"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(C1,MEDIANX(H1)), 2, 1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(C2:C10,MEDIANX(H2:H10)), 2, 1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"MEDIANX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "system having lowest median price.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"C1",
"MEDIANX(",
"H1",
"2",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(A1,SUMX(D1)), 2, -1), 3)",
"Formula2": "TAKE(SORT(SUMMARIZE(A2:A10,SUMX(D2:D10)), 2, -1), 3)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Brands of the three phones with the largest capacities.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"SUMX(",
"D1",
"2",
"-",
"1",
"3"
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,MINX(F1)),FILTER(query1,CHOOSECOLS(query1,2)<174))",
"Formula2": "LET(query1,SUMMARIZE(A2:A10,MINX(F2:F10)),FILTER(query1,CHOOSECOLS(query1,2)<174))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"MINX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "Brands whose lightest cellphones weighs under 174.",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"MINX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"174"
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,MINX(F1)),FILTER(query1,CHOOSECOLS(query1,2)<174))",
"Formula2": "LET(query1,SUMMARIZE(A2:A10,MINX(F2:F10)),FILTER(query1,CHOOSECOLS(query1,2)<174))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"MINX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "Brands with lightest cellphones weighting less than 174.",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"MINX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"174"
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,MINX(F1),MEDIANX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=174))",
"Formula2": "LET(query1,SUMMARIZE(A2:A10,MINX(F2:F10),MEDIANX(F2:F10)),FILTER(query1,CHOOSECOLS(query1,2)=174))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"MINX(",
"Cell",
"MEDIANX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Median cellphone weights of brands having lightest phones weighing 174. ",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"MINX(",
"F1",
"MEDIANX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"174"
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,MINX(F1),MEDIANX(F1)),FILTER(query1,CHOOSECOLS(query1,2)<=186))",
"Formula2": "LET(query1,SUMMARIZE(A2:A10,MINX(F2:F10),MEDIANX(F2:F10)),FILTER(query1,CHOOSECOLS(query1,2)<=186))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"MINX(",
"Cell",
"MEDIANX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<=",
"Num"
],
"Level": "hard",
"Question": "Brands having lightest cellphones weighing <=186 and median weights.",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"MINX(",
"F1",
"MEDIANX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<=",
"186"
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,MINX(F1),MEDIANX(F1)),FILTER(query1,CHOOSECOLS(query1,2)<=186))",
"Formula2": "LET(query1,SUMMARIZE(A2:A10,MINX(F2:F10),MEDIANX(F2:F10)),FILTER(query1,CHOOSECOLS(query1,2)<=186))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"MINX(",
"Cell",
"MEDIANX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<=",
"Num"
],
"Level": "hard",
"Question": "Brands having lightest cellphones weighing 186 or under and median weights.",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"MINX(",
"F1",
"MEDIANX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<=",
"186"
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,MEDIANX(F1),MINX(F1)),FILTER(query1,CHOOSECOLS(query1,3)<186))",
"Formula2": "LET(query1,SUMMARIZE(A2:A10,MEDIANX(F2:F10),MINX(F2:F10)),FILTER(query1,CHOOSECOLS(query1,3)<186))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"MEDIANX(",
"Cell",
"MINX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "Median cellphone weights of the brands where the lightest cellphone weighs less than 186. ",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"MEDIANX(",
"F1",
"MINX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"3",
"<",
"186"
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,MINX(F1),MEDIANX(F1)),FILTER(query1,CHOOSECOLS(query1,2)<=186))",
"Formula2": "LET(query1,SUMMARIZE(A2:A10,MINX(F2:F10),MEDIANX(F2:F10)),FILTER(query1,CHOOSECOLS(query1,2)<=186))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"MINX(",
"Cell",
"MEDIANX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<=",
"Num"
],
"Level": "hard",
"Question": "Median cellphone weights in brands with lightest cellphone weights 186 or lighter. ",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"MINX(",
"F1",
"MEDIANX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<=",
"186"
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,MAXX(F1)),FILTER(query1,CHOOSECOLS(query1,2)<175))",
"Formula2": "LET(query1,SUMMARIZE(A2:A10,MAXX(F2:F10)),FILTER(query1,CHOOSECOLS(query1,2)<175))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"MAXX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "Which brands' heaviest cellphones weigh less than 175?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"MAXX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"175"
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,MAXX(F1)),FILTER(query1,CHOOSECOLS(query1,2)<175))",
"Formula2": "LET(query1,SUMMARIZE(A2:A10,MAXX(F2:F10)),FILTER(query1,CHOOSECOLS(query1,2)<175))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"MAXX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "Brands having heaviest cellphone's weights lighter than 175.",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"MAXX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"175"
]
},
{
"Formula": "HSTACK(MIN(H1), MAX(H1))",
"Formula2": "HSTACK(MIN(H2:H10), MAX(H2:H10))",
"Funcs": [
"HSTACK(",
"MIN(",
"Cell",
"MAX(",
"Cell"
],
"Level": "medium",
"Question": "Cheapest and most expensive phone prices",
"Tokens": [
"HSTACK(",
"MIN(",
"H1",
"MAX(",
"H1"
]
},
{
"Formula": "HSTACK(MIN(H1), MAX(H1))",
"Formula2": "HSTACK(MIN(H2:H10), MAX(H2:H10))",
"Funcs": [
"HSTACK(",
"MIN(",
"Cell",
"MAX(",
"Cell"
],
"Level": "medium",
"Question": "Highest and lowest prices among all cellphones.",
"Tokens": [
"HSTACK(",
"MIN(",
"H1",
"MAX(",
"H1"
]
},
{
"Formula": "SORT(LET(query1,FILTER(A1:H1,(A1=\"google\")+(A1=\"huawei\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))), 2, 1)",
"Formula2": "SORT(LET(query1,FILTER(A2:H10,(A2:A10=\"google\")+(A2:A10=\"huawei\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))), 2, 1)",
"Funcs": [
"SORT(",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"+",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "List the ascending weights of models from Google to Huawei.",
"Tokens": [
"SORT(",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"A1",
"=",
"\"google\"",
"+",
"A1",
"=",
"\"huawei\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"2",
"1"
]
},
{
"Formula": "SORT(LET(query1,FILTER(A1:H1,(A1=\"google\")+(A1=\"huawei\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))), 2, 1)",
"Formula2": "SORT(LET(query1,FILTER(A2:H10,(A2:A10=\"google\")+(A2:A10=\"huawei\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))), 2, 1)",
"Funcs": [
"SORT(",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"+",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "Ascending weights of models from Google to Huawei.",
"Tokens": [
"SORT(",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"A1",
"=",
"\"google\"",
"+",
"A1",
"=",
"\"huawei\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"2",
"1"
]
}
] | cellphone(version2) | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Brand",
"Model",
"System",
"Capacity",
"Size",
"Weight",
"Battery",
"Price"
],
[
"2",
"Huawei",
"P20",
"Android",
"64",
"5.8",
"165",
"3400",
"4288"
],
[
"3",
"iPhone",
"7p",
"iOS",
"32",
"5.5",
"188",
"2900",
"5540"
],
[
"4",
"iPhone",
"8",
"iOS",
"256",
"4.7",
"148",
"1821",
"7126"
],
[
"5",
"Huawei",
"Mate 10",
"Android",
"128",
"5.9",
"186",
"4000",
"4199"
],
[
"6",
"iPhone",
"X",
"iOS",
"256",
"5.8",
"174",
"2716",
"9605"
],
[
"7",
"oppo",
"R15",
"Android",
"128",
"6.28",
"175",
"3450",
"3499"
],
[
"8",
"vivo",
"X21",
"Android",
"64",
"6.28",
"156",
"3200",
"2898"
],
[
"9",
"Google",
"Nexus 6p",
"Android",
"64",
"5.7",
"178",
"3450",
"3200"
],
[
"10",
"MEIZU",
"15",
"Android",
"128",
"5.46",
"152",
"3000",
"2799"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(F1),SUMX(D1)),FILTER(query1,(CHOOSECOLS(query1,2)>1013)*(CHOOSECOLS(query1,3)>2)))",
"Formula2": "LET(query1,SUMMARIZE(A2:A13,SUMX(F2:F13),SUMX(D2:D13)),FILTER(query1,(CHOOSECOLS(query1,2)>1013)*(CHOOSECOLS(query1,3)>2)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What is the Tallangatta DFL losses greater than 2 and an against greater than 1013",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"F1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"1013",
"*",
"CHOOSECOLS(",
"query1",
"3",
">",
"2"
]
},
{
"Formula": "AVERAGE(FILTER(C1, (F1>1479)*(B1>5)*(E1<0)))",
"Formula2": "AVERAGE(FILTER(C2:C13, (F2:F13>1479)*(B2:B13>5)*(E2:E13<0)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What are the average byes that are greater than 1479, wins greater than 5 and 0 draws?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"C1",
"F1",
">",
"1479",
"*",
"B1",
">",
"5",
"*",
"E1",
"<",
"0"
]
}
] | train_2-11338646-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Tallangatta DFL",
"Wins",
"Byes",
"Losses",
"Draws",
"Against"
],
[
"2",
"Kiewa Sandy Creek",
"16",
"0",
"2",
"0",
"1013"
],
[
"3",
"Tallangatta Valley",
"16",
"0",
"2",
"0",
"1165"
],
[
"4",
"Beechworth",
"15",
"0",
"3",
"0",
"1085"
],
[
"5",
"Yackandandah",
"13",
"0",
"5",
"0",
"1277"
],
[
"6",
"Thurgoona",
"11",
"0",
"7",
"0",
"1267"
],
[
"7",
"Mitta United",
"11",
"0",
"7",
"0",
"1689"
],
[
"8",
"Barnawartha",
"8",
"0",
"10",
"0",
"1686"
],
[
"9",
"Rutherglen",
"7",
"0",
"11",
"0",
"1479"
],
[
"10",
"Wahgunyah",
"5",
"0",
"13",
"0",
"1731"
],
[
"11",
"Dederang Mt Beauty",
"4",
"0",
"14",
"0",
"2027"
],
[
"12",
"Wodonga Saints",
"1",
"0",
"17",
"0",
"2250"
],
[
"13",
"Chiltern",
"1",
"0",
"17",
"0",
"2535"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(H1=\"none (new school)\")*(G1>1960)*(B1=\"versailles\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H8,(H2:H8=\"none (new school)\")*(G2:G8>1960)*(B2:B8=\"versailles\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which School has a Previous Conference of none (new school), and a Year Joined larger than 1960, and a Location of versailles?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"H1",
"=",
"\"none (new school)\"",
"*",
"G1",
">",
"1960",
"*",
"B1",
"=",
"\"versailles\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(H1=\"independents\")*(C1=\"hilltoppers\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H8,(H2:H8=\"independents\")*(C2:C8=\"hilltoppers\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Location has a Previous Conference of independents, and a Mascot of hilltoppers?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"H1",
"=",
"\"independents\"",
"*",
"C1",
"=",
"\"hilltoppers\"",
"2"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,(H1=\"none (new school)\")*(C1=\"rebels\")),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>93))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H8,(H2:H8=\"none (new school)\")*(C2:C8=\"rebels\")),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>93))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Which Year Joined has a Size larger than 93, and a Previous Conference of none (new school), and a Mascot of rebels?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"H1",
"=",
"\"none (new school)\"",
"*",
"C1",
"=",
"\"rebels\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"7",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"93"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(G1, (D1<417)*(E1=\"a\")*(A1=\"jac-cen-del\"))))",
"Formula2": "ROWS(UNIQUE(FILTER(G2:G8, (D2:D8<417)*(E2:E8=\"a\")*(A2:A8=\"jac-cen-del\"))))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many years Joined have a Size smaller than 417, and an IHSAA Class of A, and a School of jac-cen-del?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"G1",
"D1",
"<",
"417",
"*",
"E1",
"=",
"\"a\"",
"*",
"A1",
"=",
"\"jac-cen-del\""
]
}
] | train_2-18717975-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"School",
"Location",
"Mascot",
"Size",
"IHSAA Class",
"County",
"Year Joined",
"Previous Conference"
],
[
"2",
"Jac-Cen-Del",
"Osgood",
"Eagles",
"296",
"A",
"69 Ripley",
"1960",
"none (new school)"
],
[
"3",
"Milan",
"Milan",
"Indians",
"417",
"AA",
"69 Ripley",
"1952",
"Independents"
],
[
"4",
"Rising Sun",
"Rising Sun",
"Shiners",
"312",
"A",
"58 Ohio",
"1952",
"Southeastern Indiana"
],
[
"5",
"Shawe Memorial",
"Madison",
"Hilltoppers",
"93",
"A",
"39 Jefferson",
"1984",
"Independents"
],
[
"6",
"South Ripley",
"Versailles",
"Raiders",
"414",
"AA",
"69 Ripley",
"1966",
"none (new school)"
],
[
"7",
"Southwestern (Hanover) *",
"Hanover",
"Rebels",
"462",
"AA",
"39 Jefferson",
"1960",
"none (new school)"
],
[
"8",
"Switzerland County",
"Vevay",
"Pacers",
"410",
"AA",
"78 Switzerland",
"1968",
"none (new school)"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"Adams-Clay Federalist\")*(B1=\"Stephen Van Rensselaer\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,(C2:C17=\"Adams-Clay Federalist\")*(B2:B17=\"Stephen Van Rensselaer\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the result of the election where stephen van rensselaer was the incumbent and the party represented was the adams-clay federalist party?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"Adams-Clay Federalist\"",
"*",
"B1",
"=",
"\"Stephen Van Rensselaer\"",
"5"
]
}
] | train_1-2668264-17 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"New York 1",
"Silas Wood",
"Adams-Clay Republican",
"1818",
"Re-elected",
"Silas Wood (A) 60.5% James Lent (J) 39.5%"
],
[
"3",
"New York 2",
"Jacob Tyson",
"Crawford Republican",
"1822",
"Retired Adams gain",
"Joshua Sands (A) 53.1% John T. Bergen (J) 46.9%"
],
[
"4",
"New York 5",
"William W. Van Wyck",
"Adams-Clay Republican",
"1821",
"Retired Adams hold",
"Bartow White (A) 52.8% Peter Livingston (DR) 47.2%"
],
[
"5",
"New York 8",
"James Strong",
"Adams-Clay Federalist",
"1818 1822",
"Re-elected",
"James Strong 60.0% Robert Livingston (F) 40.0%"
],
[
"6",
"New York 9",
"James L. Hogeboom",
"Crawford Republican",
"1822",
"Retired Adams gain",
"William McManus (A) 56.6% George R. Davis 43.4%"
],
[
"7",
"New York 10",
"Stephen Van Rensselaer",
"Adams-Clay Federalist",
"1822 (special)",
"Re-elected",
"Stephen Van Rensselaer (A) 100%"
],
[
"8",
"New York 13",
"Isaac Williams, Jr.",
"Adams-Clay Republican",
"1812 1822",
"Retired Adams hold",
"William G. Angel (A) 52.2% William Campbell 47.8%"
],
[
"9",
"New York 14",
"Henry R. Storrs",
"Adams-Clay Federalist",
"1816 1822",
"Re-elected",
"Henry R. Storrs (A) 57.3% James Lynch 42.7%"
],
[
"10",
"New York 16",
"John W. Cady",
"Adams-Clay Republican",
"1822",
"Retired Adams hold",
"Henry Markell (A) 54.9% William Dodge 45.1%"
],
[
"11",
"New York 17",
"John W. Taylor",
"Adams-Clay Republican",
"1812",
"Re-elected",
"John W. Taylor (A) 100%"
],
[
"12",
"New York 18",
"Henry C. Martindale",
"Adams-Clay Federalist",
"1822",
"Re-elected",
"Henry C. Martindale (A) 64.6% John Gale 35.4%"
],
[
"13",
"New York 19",
"John Richards",
"Crawford Republican",
"1822",
"Retired Adams gain",
"Henry Ross (A) 52.3% William Hogan 47.7%"
],
[
"14",
"New York 21",
"Lot Clark",
"Crawford Republican",
"1822",
"Lost re-election Adams gain",
"Elias Whitmore (A) 50.4% Lot Clark (DR-C) 49.6%"
],
[
"15",
"New York 22",
"Justin Dwinell",
"Crawford Republican",
"1822",
"Retired Adams gain",
"John Miller (A) 54.3% John Lynde 45.7%"
],
[
"16",
"New York 24",
"Rowland Day",
"Crawford Republican",
"1822",
"Lost re-election Jacksonian gain",
"Charles Kellogg (J) 53.1% Rowland Day (DR-C) 46.9%"
],
[
"17",
"New York 25",
"Samuel Lawrence",
"Adams-Clay Republican",
"1822",
"Retired Adams hold",
"Charles Humphrey (A) 51.2% David Woodcock 48.8%"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"michigan state\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"michigan state\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Michigan State's position?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"michigan state\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"2007-2009\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"2007-2009\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the nationality of the play for New Jersey from 2007-2009?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"2007-2009\"",
"2"
]
}
] | test_2-16834924-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Player",
"Nationality",
"Position",
"Years in New Jersey",
"School/Club Team"
],
[
"2",
"Hassan Adams Category:Articles with hCards",
"United States",
"Guard",
"2006-2007",
"Arizona"
],
[
"3",
"Rafael Addison Category:Articles with hCards",
"United States",
"Forward/Guard",
"1991-1993",
"Syracuse"
],
[
"4",
"Maurice Ager Category:Articles with hCards",
"United States",
"Guard",
"2007-2009",
"Michigan State"
],
[
"5",
"Rafer Alston Category:Articles with hCards",
"United States",
"Guard",
"2010",
"Fresno State"
],
[
"6",
"Cadillac Anderson Category:Articles with hCards",
"United States",
"Forward/Center",
"1991",
"Houston"
],
[
"7",
"Kenny Anderson Category:Articles with hCards",
"United States",
"Guard",
"1991-1996",
"Georgia Tech"
],
[
"8",
"Ron Anderson Category:Articles with hCards",
"United States",
"Forward-Guard",
"1993",
"Fresno State"
],
[
"9",
"Nate Archibald Category:Articles with hCards",
"United States",
"Guard",
"1976-1977",
"UTEP"
],
[
"10",
"Brandon Armstrong Category:Articles with hCards",
"United States",
"Guard",
"2001-2004",
"Pepperdine"
],
[
"11",
"Darrell Armstrong Category:Articles with hCards",
"United States",
"Guard",
"2008",
"Fayetteville State"
],
[
"12",
"Vincent Askew Category:Articles with hCards",
"United States",
"Guard-Forward",
"1996",
"Memphis"
],
[
"13",
"Bird Averitt Category:Articles with hCards",
"United States",
"Guard",
"1977",
"Pepperdine"
]
] |
[
{
"Formula": "MAX(FILTER(E1, F1<0))",
"Formula2": "MAX(FILTER(E2:E12, F2:F12<0))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the highest number of wins associated with under 0 poles?",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"F1",
"<",
"0"
]
},
{
"Formula": "SUM(FILTER(F1, (A1=2006)*(E1<2)))",
"Formula2": "SUM(FILTER(F2:F12, (A2:A12=2006)*(E2:E12<2)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many poles did he have in 2006 with under 2 wins?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"A1",
"=",
"2006",
"*",
"E1",
"<",
"2"
]
},
{
"Formula": "MIN(FILTER(E1, (F1=3)*(A1=2010)))",
"Formula2": "MIN(FILTER(E2:E12, (F2:F12=3)*(A2:A12=2010)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the fewest number of wins when he has 3 poles in 2010?",
"Tokens": [
"MIN(",
"FILTER(",
"E1",
"F1",
"=",
"3",
"*",
"A1",
"=",
"2010"
]
}
] | train_2-13808686-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Season",
"Series",
"Team",
"Races",
"Wins",
"Poles",
"Points",
"Position"
],
[
"2",
"2005",
"Formula Campus France",
"La Filière",
"14",
"4",
"3",
"205",
"1st"
],
[
"3",
"2006",
"French Formula Renault 2.0",
"SG Formula",
"13",
"2",
"3",
"108",
"2nd"
],
[
"4",
"2006",
"Eurocup Formula Renault 2.0",
"SG Formula",
"2",
"0",
"0",
"0",
"NC†"
],
[
"5",
"2006-07",
"A1 Grand Prix",
"A1 Team France",
"4",
"0",
"0",
"3",
"4th‡"
],
[
"6",
"2007",
"Formula 3 Euro Series",
"Signature-Plus",
"20",
"0",
"0",
"23",
"10th"
],
[
"7",
"2008",
"Formula 3 Euro Series",
"Signature-Plus",
"20",
"0",
"0",
"35",
"8th"
],
[
"8",
"2009",
"Formula 3 Euro Series",
"Signature",
"20",
"2",
"0",
"47",
"5th"
],
[
"9",
"2009",
"Macau Grand Prix",
"Signature",
"1",
"0",
"0",
"N/A",
"2nd"
],
[
"10",
"2010",
"Indy Lights",
"Sam Schmidt Motorsports",
"13",
"5",
"3",
"494",
"1st"
],
[
"11",
"2011",
"Formula Renault 3.5 Series",
"Pons Racing",
"2",
"0",
"0",
"0",
"NC"
],
[
"12",
"2012",
"Porsche Carrera Cup France",
"Sébastien Loeb Racing",
"14",
"6",
"4",
"253",
"1st"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(E1),SUMX(A1)),FILTER(query1,(CHOOSECOLS(query1,2)>53731)*(CHOOSECOLS(query1,3)=5)))",
"Formula2": "LET(query1,SUMMARIZE(D2:D17,SUMX(E2:E17),SUMX(A2:A17)),FILTER(query1,(CHOOSECOLS(query1,2)>53731)*(CHOOSECOLS(query1,3)=5)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What was the result of the game with an attendance over 53,731 after week 5?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"E1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"53731",
"*",
"CHOOSECOLS(",
"query1",
"3",
"=",
"5"
]
},
{
"Formula": "AVERAGEIFS(A1,B1,\"november 12, 1989\")",
"Formula2": "AVERAGEIFS(A2:A17,B2:B17,\"november 12, 1989\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the average week of a game on November 12, 1989?",
"Tokens": [
"AVERAGEIFS(",
"A1",
"B1",
"\"november 12, 1989\""
]
}
] | train_2-15916193-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Attendance"
],
[
"2",
"1",
"September 10, 1989",
"Phoenix Cardinals",
"L 16-13",
"36,735"
],
[
"3",
"2",
"September 17, 1989",
"at New York Giants",
"L 24-14",
"76,021"
],
[
"4",
"3",
"September 24, 1989",
"Chicago Bears",
"L 47-27",
"71,418"
],
[
"5",
"4",
"October 1, 1989",
"Pittsburgh Steelers",
"L 23-3",
"43,804"
],
[
"6",
"5",
"October 8, 1989",
"at Minnesota Vikings",
"L 24-17",
"55,380"
],
[
"7",
"6",
"October 15, 1989",
"at Tampa Bay Buccaneers",
"W 17-16",
"46,225"
],
[
"8",
"7",
"October 22, 1989",
"Minnesota Vikings",
"L 20-7",
"51,579"
],
[
"9",
"8",
"October 29, 1989",
"at Green Bay Packers",
"L 23-20 OT",
"53,731"
],
[
"10",
"9",
"November 5, 1989",
"at Houston Oilers",
"L 35-31",
"48,056"
],
[
"11",
"10",
"November 12, 1989",
"Green Bay Packers",
"W 31-22",
"44,324"
],
[
"12",
"11",
"November 19, 1989",
"at Cincinnati Bengals",
"L 42-7",
"55,720"
],
[
"13",
"12",
"November 23, 1989",
"Cleveland Browns",
"W 13-10",
"65,624"
],
[
"14",
"13",
"December 3, 1989",
"New Orleans Saints",
"W 21-14",
"38,550"
],
[
"15",
"14",
"December 10, 1989",
"at Chicago Bears",
"W 27-17",
"52,650"
],
[
"16",
"15",
"December 17, 1989",
"Tampa Bay Buccaneers",
"W 33-7",
"40,362"
],
[
"17",
"16",
"December 24, 1989",
"at Atlanta Falcons",
"W 31-24",
"7,792"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=2006)*(B1=\"asian games\")*(E1=\"400 m\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,(A2:A10=2006)*(B2:B10=\"asian games\")*(E2:E10=\"400 m\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the venue when the year is 2006, the competition is asian games and the event is 400 m?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"2006",
"*",
"B1",
"=",
"\"asian games\"",
"*",
"E1",
"=",
"\"400 m\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"4x400 m relay\")*(B1=\"asian championships\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,(E2:E10=\"4x400 m relay\")*(B2:B10=\"asian championships\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the venue when the event is 4x400 m relay and the competition is asian championships?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"4x400 m relay\"",
"*",
"B1",
"=",
"\"asian championships\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"asian games\")*(E1=\"4x400 m relay\")*(A1=2002)),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,(B2:B10=\"asian games\")*(E2:E10=\"4x400 m relay\")*(A2:A10=2002)),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "what is the venue when the competition is asian games, the event is 4x400 m relay and the year is 2002?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"asian games\"",
"*",
"E1",
"=",
"\"4x400 m relay\"",
"*",
"A1",
"=",
"2002",
"3"
]
}
] | train_2-18755745-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Competition",
"Venue",
"Position",
"Event"
],
[
"2",
"2001",
"World Youth Championships",
"Debrecen , Hungary",
"4th",
"400 m"
],
[
"3",
"2002",
"Asian Games",
"Busan , South Korea",
"2nd",
"4x400 m relay"
],
[
"4",
"2005",
"Asian Championships",
"Incheon , South Korea",
"2nd",
"4x400 m relay"
],
[
"5",
"2005",
"Universiade",
"Izmir , Turkey",
"6th",
"4x400 m relay"
],
[
"6",
"2006",
"Asian Games",
"Doha , Qatar",
"2nd",
"4x400 m relay"
],
[
"7",
"2006",
"Asian Games",
"Doha , Qatar",
"1st",
"400 m"
],
[
"8",
"2006",
"World Cup",
"Athens , Greece",
"7th",
"400 m"
],
[
"9",
"2007",
"Universiade",
"Bangkok , Thailand",
"1st",
"400 m"
],
[
"10",
"2011",
"Universiade",
"Shenzhen , China",
"–",
"400 m"
]
] |
[
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A7)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "How many video games exist?",
"Tokens": [
"SUM(",
"A1"
]
},
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A7)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "How many video games do you have?",
"Tokens": [
"SUM(",
"A1"
]
},
{
"Formula": "ROWS(UNIQUE(C1))",
"Formula2": "ROWS(UNIQUE(C2:C7))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "How many video game types exist?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"C1"
]
},
{
"Formula": "ROWS(UNIQUE(C1))",
"Formula2": "ROWS(UNIQUE(C2:C7))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "What is the count of different game types?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"C1"
]
},
{
"Formula": "UNIQUE(C1)",
"Formula2": "UNIQUE(C2:C7)",
"Funcs": [
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "Show all video game types.",
"Tokens": [
"UNIQUE(",
"C1"
]
},
{
"Formula": "UNIQUE(HSTACK(C1,A1))",
"Formula2": "UNIQUE(HSTACK(C2:C7,A2:A7))",
"Funcs": [
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell"
],
"Level": "easy",
"Question": "What are the different types of video games?",
"Tokens": [
"UNIQUE(",
"HSTACK(",
"C1",
"A1"
]
},
{
"Formula": "SORT(UNIQUE(HSTACK(A1,C1,B1)), 3, 1)",
"Formula2": "SORT(UNIQUE(HSTACK(A2:A7,C2:C7,B2:B7)), 3, 1)",
"Funcs": [
"SORT(",
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell",
"Cell",
"Num",
"Num"
],
"Level": "medium",
"Question": "Show all video games and their types in the order of their names.",
"Tokens": [
"SORT(",
"UNIQUE(",
"HSTACK(",
"A1",
"C1",
"B1",
"3",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:C1,C1=\"collectible card game\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:C7,C2:C7=\"collectible card game\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Show all video games with type Collectible card game.",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"C1",
"C1",
"=",
"\"collectible card game\"",
"1"
]
},
{
"Formula": "LET(query1,FILTER(A1:C1,B1=\"call of destiny\"),UNIQUE(CHOOSECOLS(query1,1,3)))",
"Formula2": "LET(query1,FILTER(A2:C7,B2:B7=\"call of destiny\"),UNIQUE(CHOOSECOLS(query1,1,3)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num"
],
"Level": "hard",
"Question": "What is the type of video game Call of Destiny.",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"C1",
"B1",
"=",
"\"call of destiny\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"1",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:C1,B1=\"call of destiny\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:C7,B2:B7=\"call of destiny\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What type of game is Call of Destiny?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"C1",
"B1",
"=",
"\"call of destiny\"",
"3"
]
},
{
"Formula": "SUMIFS(A1,C1,\"massively multiplayer online game\")",
"Formula2": "SUMIFS(A2:A7,C2:C7,\"massively multiplayer online game\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many video games have type Massively multiplayer online game?",
"Tokens": [
"SUMIFS(",
"A1",
"C1",
"\"massively multiplayer online game\""
]
},
{
"Formula": "SUMIFS(A1,C1,\"massively multiplayer online game\")",
"Formula2": "SUMIFS(A2:A7,C2:C7,\"massively multiplayer online game\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Count the number of video games with Massively multiplayer online game type .",
"Tokens": [
"SUMIFS(",
"A1",
"C1",
"\"massively multiplayer online game\""
]
},
{
"Formula": "SUMMARIZE(C1,SUMX(A1))",
"Formula2": "SUMMARIZE(C2:C7,SUMX(A2:A7))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell"
],
"Level": "easy",
"Question": "Show all video game types and the number of video games in each type.",
"Tokens": [
"SUMMARIZE(",
"C1",
"SUMX(",
"A1"
]
},
{
"Formula": "SUMMARIZE(C1,SUMX(A1))",
"Formula2": "SUMMARIZE(C2:C7,SUMX(A2:A7))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell"
],
"Level": "easy",
"Question": "What are the types of video games and how many are in each type?",
"Tokens": [
"SUMMARIZE(",
"C1",
"SUMX(",
"A1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(C1,SUMX(A1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(C2:C7,SUMX(A2:A7)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Which game type has most number of games?",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(C1,SUMX(A1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(C2:C7,SUMX(A2:A7)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "What type has the most games?",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(C1,SUMX(A1)), 2, 1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(C2:C7,SUMX(A2:A7)), 2, 1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "Which game type has least number of games?",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"2",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(C1,SUMX(A1)), 2, 1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(C2:C7,SUMX(A2:A7)), 2, 1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "What is the type with the fewest games?",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"2",
"1",
"1"
]
},
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A7)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "How many games?",
"Tokens": [
"SUM(",
"A1"
]
},
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A7)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "Number of games",
"Tokens": [
"SUM(",
"A1"
]
},
{
"Formula": "ROWS(UNIQUE(C1))",
"Formula2": "ROWS(UNIQUE(C2:C7))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "How many types of game?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"C1"
]
},
{
"Formula": "ROWS(FILTER(A1:C1, C1=\"massively multiplayer online game\"))",
"Formula2": "ROWS(FILTER(A2:C7, C2:C7=\"massively multiplayer online game\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Number of massively multiplayer online games",
"Tokens": [
"ROWS(",
"FILTER(",
"A1",
":",
"C1",
"C1",
"=",
"\"massively multiplayer online game\""
]
},
{
"Formula": "UNIQUE(C1)",
"Formula2": "UNIQUE(C2:C7)",
"Funcs": [
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "All types of games",
"Tokens": [
"UNIQUE(",
"C1"
]
},
{
"Formula": "UNIQUE(HSTACK(C1,A1))",
"Formula2": "UNIQUE(HSTACK(C2:C7,A2:A7))",
"Funcs": [
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell"
],
"Level": "easy",
"Question": "The types and ids of games.",
"Tokens": [
"UNIQUE(",
"HSTACK(",
"C1",
"A1"
]
},
{
"Formula": "SORT(UNIQUE(HSTACK(A1,C1,B1)), 3, 1)",
"Formula2": "SORT(UNIQUE(HSTACK(A2:A7,C2:C7,B2:B7)), 3, 1)",
"Funcs": [
"SORT(",
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell",
"Cell",
"Num",
"Num"
],
"Level": "medium",
"Question": "IDs, types and names of games in alphabetical order of names",
"Tokens": [
"SORT(",
"UNIQUE(",
"HSTACK(",
"A1",
"C1",
"B1",
"3",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:C1,C1=\"collectible card game\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:C7,C2:C7=\"collectible card game\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Collectible card game IDs",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"C1",
"C1",
"=",
"\"collectible card game\"",
"1"
]
},
{
"Formula": "LET(query1,FILTER(A1:C1,B1=\"call of destiny\"),UNIQUE(CHOOSECOLS(query1,3,1)))",
"Formula2": "LET(query1,FILTER(A2:C7,B2:B7=\"call of destiny\"),UNIQUE(CHOOSECOLS(query1,3,1)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num"
],
"Level": "hard",
"Question": "Call of destiny ID and type",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"C1",
"B1",
"=",
"\"call of destiny\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"3",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:C1,B1=\"call of destiny\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:C7,B2:B7=\"call of destiny\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "The type of call of destiny.",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"C1",
"B1",
"=",
"\"call of destiny\"",
"3"
]
},
{
"Formula": "ROWS(FILTER(A1:C1, C1=\"massively multiplayer online game\"))",
"Formula2": "ROWS(FILTER(A2:C7, C2:C7=\"massively multiplayer online game\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Number of MMO games ",
"Tokens": [
"ROWS(",
"FILTER(",
"A1",
":",
"C1",
"C1",
"=",
"\"massively multiplayer online game\""
]
},
{
"Formula": "SUMMARIZE(C1,SUMX(A1))",
"Formula2": "SUMMARIZE(C2:C7,SUMX(A2:A7))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell"
],
"Level": "easy",
"Question": "How many games of each type are there?",
"Tokens": [
"SUMMARIZE(",
"C1",
"SUMX(",
"A1"
]
},
{
"Formula": "SUMMARIZE(C1,SUMX(A1))",
"Formula2": "SUMMARIZE(C2:C7,SUMX(A2:A7))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell"
],
"Level": "easy",
"Question": "Number of games by type ",
"Tokens": [
"SUMMARIZE(",
"C1",
"SUMX(",
"A1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(C1,COUNTX(C1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(C2:C7,COUNTX(C2:C7)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"COUNTX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Which game type is most common",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"C1",
"COUNTX(",
"C1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(C1,COUNTX(C1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(C2:C7,COUNTX(C2:C7)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"COUNTX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "Which game type is most common?",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"C1",
"COUNTX(",
"C1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(C1,COUNTX(C1)), 2, 1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(C2:C7,COUNTX(C2:C7)), 2, 1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"COUNTX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "Least common game type",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"C1",
"COUNTX(",
"C1",
"2",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(C1,COUNTX(C1)), 2, 1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(C2:C7,COUNTX(C2:C7)), 2, 1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"COUNTX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "Game type with the least common type",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"C1",
"COUNTX(",
"C1",
"2",
"1",
"1"
]
},
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A7)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "The number of games",
"Tokens": [
"SUM(",
"A1"
]
},
{
"Formula": "ROWS(UNIQUE(C1))",
"Formula2": "ROWS(UNIQUE(C2:C7))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "How many types in games?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"C1"
]
},
{
"Formula": "SORT(UNIQUE(HSTACK(A1,C1,B1)), 3, 1)",
"Formula2": "SORT(UNIQUE(HSTACK(A2:A7,C2:C7,B2:B7)), 3, 1)",
"Funcs": [
"SORT(",
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell",
"Cell",
"Num",
"Num"
],
"Level": "medium",
"Question": "The ids, types and names of games in alphabetical order of names. ",
"Tokens": [
"SORT(",
"UNIQUE(",
"HSTACK(",
"A1",
"C1",
"B1",
"3",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:C1,C1=\"collectible card game\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:C7,C2:C7=\"collectible card game\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "The id of collectible card game.",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"C1",
"C1",
"=",
"\"collectible card game\"",
"1"
]
},
{
"Formula": "LET(query1,FILTER(A1:C1,B1=\"call of destiny\"),UNIQUE(CHOOSECOLS(query1,3,1)))",
"Formula2": "LET(query1,FILTER(A2:C7,B2:B7=\"call of destiny\"),UNIQUE(CHOOSECOLS(query1,3,1)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num"
],
"Level": "hard",
"Question": "The id and type of call of destiny.",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"C1",
"B1",
"=",
"\"call of destiny\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"3",
"1"
]
},
{
"Formula": "UNIQUE(C1)",
"Formula2": "UNIQUE(C2:C7)",
"Funcs": [
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "Games types",
"Tokens": [
"UNIQUE(",
"C1"
]
},
{
"Formula": "SUMIFS(A1,C1,\"massively multiplayer online game\")",
"Formula2": "SUMIFS(A2:A7,C2:C7,\"massively multiplayer online game\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "The count of games whose type is massively multiplayer online game.",
"Tokens": [
"SUMIFS(",
"A1",
"C1",
"\"massively multiplayer online game\""
]
},
{
"Formula": "SUMIFS(A1,C1,\"massively multiplayer online game\")",
"Formula2": "SUMIFS(A2:A7,C2:C7,\"massively multiplayer online game\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "The count of games whose type is massively multiplayer online game.",
"Tokens": [
"SUMIFS(",
"A1",
"C1",
"\"massively multiplayer online game\""
]
},
{
"Formula": "SUMMARIZE(C1,SUMX(A1))",
"Formula2": "SUMMARIZE(C2:C7,SUMX(A2:A7))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell"
],
"Level": "easy",
"Question": "How many games for each type?",
"Tokens": [
"SUMMARIZE(",
"C1",
"SUMX(",
"A1"
]
},
{
"Formula": "SUMMARIZE(C1,SUMX(A1))",
"Formula2": "SUMMARIZE(C2:C7,SUMX(A2:A7))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell"
],
"Level": "easy",
"Question": "The count of games for each type.",
"Tokens": [
"SUMMARIZE(",
"C1",
"SUMX(",
"A1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(C1,SUMX(A1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(C2:C7,SUMX(A2:A7)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "The game type with the greatest number of games",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(C1,SUMX(A1)), 2, -1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(C2:C7,SUMX(A2:A7)), 2, -1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"-",
"Num",
"Num"
],
"Level": "hard",
"Question": "The type having the most games.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"2",
"-",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(C1,SUMX(A1)), 2, 1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(C2:C7,SUMX(A2:A7)), 2, 1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "The type having the least games.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"2",
"1",
"1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(C1,SUMX(A1)), 2, 1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(C2:C7,SUMX(A2:A7)), 2, 1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "The type having the fewest games.",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"2",
"1",
"1"
]
},
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A7)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "The count of games",
"Tokens": [
"SUM(",
"A1"
]
}
] | game_1_video_games | [
[
"0",
"A",
"B",
"C"
],
[
"1",
"game id",
"game name",
"game type"
],
[
"2",
"1",
"RNG Stone",
"Collectible card game"
],
[
"3",
"2",
"The Vanishing of Eric Calder",
"Walking Simulator"
],
[
"4",
"3",
"Grand Term Assignment",
"Role-playing game"
],
[
"5",
"4",
"Europe is the Universe",
"Grand strategy"
],
[
"6",
"5",
"Call of Destiny",
"Frist-person shooter"
],
[
"7",
"6",
"Works of Widenius",
"Massively multiplayer online game"
]
] |
[
{
"Formula": "SUM(FILTER(D1, (A1=\"tsurugamine\")*(E1<10)))",
"Formula2": "SUM(FILTER(D2:D15, (A2:A15=\"tsurugamine\")*(E2:E15<10)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Fighting Spirit has a Name of tsurugamine, and a Technique smaller than 10?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"A1",
"=",
"\"tsurugamine\"",
"*",
"E1",
"<",
"10"
]
},
{
"Formula": "SUM(FILTER(E1, (G1=\"yokozuna\")*(B1>11)))",
"Formula2": "SUM(FILTER(E2:E15, (G2:G15=\"yokozuna\")*(B2:B15>11)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How much Technique has the Highest rank of yokozuna, and a Total larger than 11?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"G1",
"=",
"\"yokozuna\"",
"*",
"B1",
">",
"11"
]
},
{
"Formula": "SUM(FILTER(D1, (B1=13)*(E1<1)))",
"Formula2": "SUM(FILTER(D2:D15, (B2:B15=13)*(E2:E15<1)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How much Fighting Spirit has a Total of 13, and a Technique smaller than 1?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"B1",
"=",
"13",
"*",
"E1",
"<",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"asashio\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,A2:A15=\"asashio\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What are asashio's years?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"asashio\"",
"6"
]
}
] | train_2-17634218-22 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Name",
"Total",
"Outstanding Performance",
"Fighting Spirit",
"Technique",
"Years",
"Highest rank"
],
[
"2",
"Akinoshima",
"19",
"7",
"8",
"4",
"1988-99",
"Sekiwake"
],
[
"3",
"Kotonishiki",
"18",
"7",
"3",
"8",
"1990-98",
"Sekiwake"
],
[
"4",
"Kaiō",
"15",
"10",
"5",
"0",
"1994-2000",
"Ōzeki"
],
[
"5",
"Tsurugamine",
"14",
"2",
"2",
"10",
"1956-66",
"Sekiwake"
],
[
"6",
"Asashio",
"14",
"10",
"3",
"1",
"1979-83",
"Ōzeki"
],
[
"7",
"Takatōriki",
"14",
"3",
"10",
"1",
"1990-2000",
"Sekiwake"
],
[
"8",
"Musōyama",
"13",
"5",
"4",
"4",
"1994-2000",
"Ōzeki"
],
[
"9",
"Tosanoumi",
"13",
"7",
"5",
"1",
"1995-2003",
"Sekiwake"
],
[
"10",
"Kotomitsuki",
"13",
"2",
"4",
"7",
"2000-07",
"Ōzeki"
],
[
"11",
"Tochiazuma II",
"12",
"3",
"2",
"7",
"1996-2001",
"Ōzeki"
],
[
"12",
"Takamiyama",
"11",
"6",
"5",
"0",
"1968-81",
"Sekiwake"
],
[
"13",
"Daiju",
"11",
"4",
"1",
"6",
"1970-73",
"Ōzeki"
],
[
"14",
"Kirinji",
"11",
"4",
"4",
"3",
"1975-88",
"Sekiwake"
],
[
"15",
"Hoshi",
"11",
"3",
"3",
"5",
"1983-86",
"Yokozuna"
]
] |
[
{
"Formula": "SUM(FILTER(D1, (B1<6)*(E1<0)))",
"Formula2": "SUM(FILTER(D2:D10, (B2:B10<6)*(E2:E10<0)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the total number of losses with less than 6 wins and less than 0 draws?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"B1",
"<",
"6",
"*",
"E1",
"<",
"0"
]
},
{
"Formula": "AVERAGE(FILTER(F1, (D1<10)*(E1>0)*(B1>7)))",
"Formula2": "AVERAGE(FILTER(F2:F10, (D2:D10<10)*(E2:E10>0)*(B2:B10>7)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the average number of against with less than 10 losses, more than 0 draws, and more than 7 wins?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"F1",
"D1",
"<",
"10",
"*",
"E1",
">",
"0",
"*",
"B1",
">",
"7"
]
},
{
"Formula": "SUM(FILTER(C1, (D1>0)*(F1=1526)))",
"Formula2": "SUM(FILTER(C2:C10, (D2:D10>0)*(F2:F10=1526)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the total number of byes with more than 0 losses and 1526 against?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"D1",
">",
"0",
"*",
"F1",
"=",
"1526"
]
},
{
"Formula": "MIN(FILTER(E1, C1>2))",
"Formula2": "MIN(FILTER(E2:E10, C2:C10>2))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the lowest number of draws with more than 2 byes?",
"Tokens": [
"MIN(",
"FILTER(",
"E1",
"C1",
">",
"2"
]
},
{
"Formula": "MIN(FILTER(F1, (B1<16)*(A1=\"warrack eagles\")))",
"Formula2": "MIN(FILTER(F2:F10, (B2:B10<16)*(A2:A10=\"warrack eagles\")))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the lowest against of the wimmera fl warrack eagles, which have less than 16 wins?",
"Tokens": [
"MIN(",
"FILTER(",
"F1",
"B1",
"<",
"16",
"*",
"A1",
"=",
"\"warrack eagles\""
]
}
] | train_2-18976447-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Wimmera FL",
"Wins",
"Byes",
"Losses",
"Draws",
"Against"
],
[
"2",
"Horsham",
"16",
"2",
"0",
"0",
"973"
],
[
"3",
"Warrack Eagles",
"14",
"2",
"2",
"0",
"1234"
],
[
"4",
"Dimboola",
"9",
"2",
"6",
"1",
"1276"
],
[
"5",
"Stawell",
"7",
"2",
"8",
"1",
"1526"
],
[
"6",
"Horsham Saints",
"7",
"2",
"9",
"0",
"1470"
],
[
"7",
"Minyip Murtoa",
"6",
"2",
"10",
"0",
"1394"
],
[
"8",
"Ararat",
"6",
"2",
"10",
"0",
"1565"
],
[
"9",
"Nhill",
"5",
"2",
"11",
"0",
"1885"
],
[
"10",
"Horsham Diggers",
"1",
"2",
"15",
"0",
"2178"
]
] |
[
{
"Formula": "FILTER(C1,A1=\"al-ismaily\")",
"Formula2": "FILTER(C2:C9,A2:A9=\"al-ismaily\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What team played against Al-Ismaily (team 1)?",
"Tokens": [
"FILTER(",
"C1",
"A1",
"=",
"\"al-ismaily\""
]
},
{
"Formula": "FILTER(E1,D1=\"2-0\")",
"Formula2": "FILTER(E2:E9,D2:D9=\"2-0\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the 2nd leg result in the match that scored a 2-0 in the 1st leg?",
"Tokens": [
"FILTER(",
"E1",
"D1",
"=",
"\"2-0\""
]
},
{
"Formula": "FILTER(D1,A1=\"kabwe warriors\")",
"Formula2": "FILTER(D2:D9,A2:A9=\"kabwe warriors\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "When Kabwe Warriors (team 1) played, what was the result of the 1st leg?",
"Tokens": [
"FILTER(",
"D1",
"A1",
"=",
"\"kabwe warriors\""
]
},
{
"Formula": "FILTER(A1,C1=\"hafia fc\")",
"Formula2": "FILTER(A2:A9,C2:C9=\"hafia fc\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What team played against Hafia FC (team 2)?",
"Tokens": [
"FILTER(",
"A1",
"C1",
"=",
"\"hafia fc\""
]
}
] | dev_2-12424326-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Team 1",
"Agg.",
"Team 2",
"1st leg",
"2nd leg"
],
[
"2",
"Dynamic Togolais",
"4-5",
"Aigle Nkongsamba",
"1-1",
"3-4"
],
[
"3",
"Al-Ismaily",
"2-3 (3-4 pen)",
"Al-Ahly (Tripoli)",
"0-1",
"2-1"
],
[
"4",
"Simba FC",
"5-1",
"Saint-George SA",
"4-0",
"1-1"
],
[
"5",
"Africa Sports",
"3-7",
"TP Mazembe",
"1-2",
"2-5"
],
[
"6",
"Kabwe Warriors",
"5-1",
"AS Saint Michael",
"2-1",
"3-0"
],
[
"7",
"Canon Yaoundé",
"4-6",
"Hafia FC",
"3-2",
"1-4"
],
[
"8",
"AS Forces Armées (Dakar)",
"2-2",
"Djoliba AC",
"2-0",
"0-2 1"
],
[
"9",
"WNDC Ibadan",
"1-3",
"Hearts of Oak",
"1-0",
"0-3"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"7.8 (50)\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"7.8 (50)\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Away team has a Home team score of 7.8 (50)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"7.8 (50)\"",
"3"
]
},
{
"Formula": "MINIFS(F1,D1,\"15.11 (101)\")",
"Formula2": "MINIFS(F2:F7,D2:D7,\"15.11 (101)\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the smallest crowd number for a team that has an Away team score of 15.11 (101)?",
"Tokens": [
"MINIFS(",
"F1",
"D1",
"\"15.11 (101)\""
]
}
] | test_2-10789881-16 | [
[
"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",
"7.8 (50)",
"St Kilda",
"11.15 (81)",
"Arden Street Oval",
"4,000",
"29 August 1931"
],
[
"3",
"Footscray",
"10.12 (72)",
"Melbourne",
"5.8 (38)",
"Western Oval",
"12,000",
"29 August 1931"
],
[
"4",
"Fitzroy",
"9.8 (62)",
"Geelong",
"9.22 (76)",
"Brunswick Street Oval",
"8,000",
"29 August 1931"
],
[
"5",
"South Melbourne",
"12.18 (90)",
"Hawthorn",
"9.5 (59)",
"Lake Oval",
"4,500",
"29 August 1931"
],
[
"6",
"Richmond",
"23.14 (152)",
"Essendon",
"15.11 (101)",
"Punt Road Oval",
"16,000",
"29 August 1931"
],
[
"7",
"Collingwood",
"20.15 (135)",
"Carlton",
"10.14 (74)",
"Victoria Park",
"20,000",
"29 August 1931"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"11 july 1643\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,D2:D7=\"11 july 1643\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When was the duchess, who was married on 11 july 1643, born?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"D1",
"=",
"\"11 july 1643\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"anne of lorraine\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,A2:A7=\"anne of lorraine\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When was anne of lorraine born?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"A1",
"=",
"\"anne of lorraine\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=\"philippe\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,H2:H7=\"philippe\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When did the duchess, who was married to philippe, die?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"H1",
"=",
"\"philippe\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"22 may 1657\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,D2:D7=\"22 may 1657\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When did the woman, who was married 22 may 1657, cease to be the duchess?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"D1",
"=",
"\"22 may 1657\"",
"6"
]
}
] | train_2-1825009-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Name",
"Father",
"Birth",
"Marriage",
"Became Duchess",
"Ceased to be Duchess",
"Death",
"Spouse"
],
[
"2",
"Charlotte d'Orléans",
"Louis, Duke of Longueville (Orléans)",
"1 November 1512",
"8 September 1549",
"8 September 1549",
"25 November 1533",
"8 September 1549",
"Philippe"
],
[
"3",
"Anna d'Este",
"Ercole II, Duke of Ferrara ( Este )",
"16 November 1531",
"29 April 1566",
"29 April 1566",
"15 June 1585",
"15 May 1607",
"Jacques"
],
[
"4",
"Anne of Lorraine",
"Charles, Duke of Aumale ( Lorraine )",
"1600",
"18 April 1618",
"18 April 1618",
"10 July 1632",
"10 February 1638",
"Henri I"
],
[
"5",
"Élisabeth de Bourbon",
"César, Duke of Vendôme ( Bourbon )",
"August 1614",
"11 July 1643",
"11 July 1643",
"30 July 1652",
"19 May 1664",
"Charles Amadeus"
],
[
"6",
"Marie d'Orléans",
"Henri II, Duke of Longueville (Orléans)",
"5 March 1625",
"22 May 1657",
"22 May 1657",
"14 January 1659",
"16 June 1707",
"Henri II"
],
[
"7",
"Name",
"Father",
"Birth",
"Marriage",
"Became Duchess",
"Ceased to be Duchess",
"Death",
"Spouse"
]
] |
[
{
"Formula": "SUM(FILTER(E1, D1>3))",
"Formula2": "SUM(FILTER(E2:E17, D2:D17>3))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the sum of bronze when silver is greater than 3?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"D1",
">",
"3"
]
},
{
"Formula": "AVERAGE(FILTER(F1, (C1=0)*(E1=0)*(D1<1)))",
"Formula2": "AVERAGE(FILTER(F2:F17, (C2:C17=0)*(E2:E17=0)*(D2:D17<1)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the average total when gold is 0, bronze is 0, and silver is smaller than 1?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"F1",
"C1",
"=",
"0",
"*",
"E1",
"=",
"0",
"*",
"D1",
"<",
"1"
]
}
] | train_2-10642547-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"Algeria",
"8",
"3",
"0",
"11"
],
[
"3",
"2",
"Tunisia",
"4",
"3",
"5",
"12"
],
[
"4",
"3",
"Egypt",
"3",
"3",
"3",
"9"
],
[
"5",
"4",
"Cameroon",
"1",
"1",
"5",
"7"
],
[
"6",
"5",
"Morocco",
"0",
"1",
"5",
"5"
],
[
"7",
"6",
"South Africa",
"0",
"1",
"1",
"2"
],
[
"8",
"7",
"Angola",
"0",
"1",
"0",
"1"
],
[
"9",
"7",
"Burkina Faso",
"0",
"1",
"0",
"1"
],
[
"10",
"7",
"Gabon",
"0",
"1",
"0",
"1"
],
[
"11",
"7",
"Madagascar",
"0",
"1",
"0",
"1"
],
[
"12",
"11",
"Nigeria",
"0",
"0",
"3",
"3"
],
[
"13",
"12",
"Senegal",
"0",
"0",
"2",
"2"
],
[
"14",
"13",
"Congo Republic",
"0",
"0",
"1",
"1"
],
[
"15",
"13",
"Ivory Coast",
"0",
"0",
"1",
"1"
],
[
"16",
"13",
"Guinea",
"0",
"0",
"1",
"1"
],
[
"17",
"13",
"Niger",
"0",
"0",
"1",
"1"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,G1=\"yes\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=101))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G13,G2:G13=\"yes\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=101))",
"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 Adapted by when there is a yes for exists is yes, for episode 101?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"yes\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"101"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"“some lapse of time”\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,B2:B13=\"“some lapse of time”\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Director for the episode titled “some lapse of time”?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"“some lapse of time”\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"stanley miller\")*(B1=\"“thirteen to centaurus”\")),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,(D2:D13=\"stanley miller\")*(B2:B13=\"“thirteen to centaurus”\")),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Airdate for the episode titled “thirteen to centaurus” Adapted by stanley miller?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"stanley miller\"",
"*",
"B1",
"=",
"\"“thirteen to centaurus”\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"ray jenkins\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,E2:E13=\"ray jenkins\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Exists when Ray Jenkins is the director?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"ray jenkins\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"20 december 1965\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,F2:F13=\"20 december 1965\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What shows for Exists when the airdate was 20 december 1965?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"20 december 1965\"",
"7"
]
}
] | test_2-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"
],
[
"13",
"112",
"“The Midas Plague”",
"Frederik Pohl",
"Troy Kennedy Martin",
"Peter Sasdy",
"20 December 1965",
"Yes"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Explaining Music\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,D2:D19=\"Explaining Music\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the pinyin for explaining music?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"Explaining Music\"",
"3"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(E1, C1=\"Shixun\")))",
"Formula2": "ROWS(UNIQUE(FILTER(E2:E19, C2:C19=\"Shixun\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many subjects have the pinyin shixun?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"E1",
"C1",
"=",
"\"Shixun\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Explaining Beasts\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E19,D2:D19=\"Explaining Beasts\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the pinyin for explaining beasts?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"Explaining Beasts\"",
"3"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(C1, B1=\"釋蟲\")))",
"Formula2": "ROWS(UNIQUE(FILTER(C2:C19, B2:B19=\"釋蟲\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many pinyin transaltions are available for the chinese phrase 釋蟲?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"C1",
"B1",
"=",
"\"釋蟲\""
]
},
{
"Formula": "SUMIFS(A1,C1,\"Shiqiu\")",
"Formula2": "SUMIFS(A2:A19,C2:C19,\"Shiqiu\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What chapter number is Shiqiu?",
"Tokens": [
"SUMIFS(",
"A1",
"C1",
"\"Shiqiu\""
]
}
] | train_1-1216675-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Chapter",
"Chinese",
"Pinyin",
"Translation",
"Subject"
],
[
"2",
"1",
"釋詁",
"Shigu",
"Explaining the Old [Words]",
"verbs, adjectives, adverbs, grammatical particles"
],
[
"3",
"2",
"釋言",
"Shiyan",
"Explaining Words",
"verbs, adjectives, adverbs"
],
[
"4",
"3",
"釋訓",
"Shixun",
"Explaining Instructions",
"adjectives, adverbs, mostly with reduplication"
],
[
"5",
"4",
"釋親",
"Shiqin",
"Explaining Relatives",
"kinship, marriage"
],
[
"6",
"5",
"釋宮",
"Shigong",
"Explaining Dwellings",
"architecture, engineering"
],
[
"7",
"6",
"釋器",
"Shiqi",
"Explaining Utensils",
"tools, weapons, clothing, and their uses"
],
[
"8",
"7",
"釋樂",
"Shiyue",
"Explaining Music",
"music, musical instruments, dancing"
],
[
"9",
"8",
"釋天",
"Shitian",
"Explaining Heaven",
"astronomy, astrology, meteorology, calendar"
],
[
"10",
"9",
"釋地",
"Shidi",
"Explaining Earth",
"geography, geology, some regional lore"
],
[
"11",
"10",
"釋丘",
"Shiqiu",
"Explaining Hills",
"topography, Fengshui terms"
],
[
"12",
"11",
"釋山",
"Shishan",
"Explaining Mountains",
"mountains, famous mountains"
],
[
"13",
"12",
"釋水",
"Shishui",
"Explaining Rivers",
"rivers, navigation, irrigation, boating"
],
[
"14",
"13",
"釋草",
"Shicao",
"Explaining Plants",
"grasses, herbs, grains, vegetables"
],
[
"15",
"14",
"釋木",
"Shimu",
"Explaining Trees",
"trees, shrubs, some botanical terms"
],
[
"16",
"15",
"釋蟲",
"Shichong",
"Explaining Insects",
"insects, spiders, reptiles, etc."
],
[
"17",
"16",
"釋魚",
"Shiyu",
"Explaining Fishes",
"fish, amphibians, crustaceans, reptiles, etc."
],
[
"18",
"17",
"釋鳥",
"Shiniao",
"Explaining Birds",
"wildfowl, ornithology"
],
[
"19",
"18",
"釋獸",
"Shishou",
"Explaining Beasts",
"wild animals, legendary animals"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"5.9 (39)\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"5.9 (39)\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the home team when the away team scored 5.9 (39)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"5.9 (39)\"",
"2"
]
}
] | train_2-10750694-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Geelong",
"7.13 (55)",
"South Melbourne",
"4.11 (35)",
"Kardinia Park",
"21,513",
"21 June 1952"
],
[
"3",
"Essendon",
"11.8 (74)",
"Melbourne",
"10.15 (75)",
"Windy Hill",
"16,000",
"21 June 1952"
],
[
"4",
"Collingwood",
"6.8 (44)",
"North Melbourne",
"8.12 (60)",
"Victoria Park",
"15,500",
"21 June 1952"
],
[
"5",
"St Kilda",
"5.11 (41)",
"Hawthorn",
"7.6 (48)",
"Junction Oval",
"7,500",
"21 June 1952"
],
[
"6",
"Footscray",
"6.9 (45)",
"Fitzroy",
"7.8 (50)",
"Western Oval",
"14,085",
"21 June 1952"
],
[
"7",
"Richmond",
"5.3 (33)",
"Carlton",
"5.9 (39)",
"Punt Road Oval",
"21,000",
"21 June 1952"
]
] |
[
{
"Formula": "ROWS(FILTER(D1,C1=\"Florida Panthers\"))",
"Formula2": "ROWS(FILTER(D2:D10,C2:C10=\"Florida Panthers\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the score for the opponent florida panthers?",
"Tokens": [
"ROWS(",
"FILTER(",
"D1",
"C1",
"=",
"\"Florida Panthers\""
]
}
] | dev_1-27501030-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Game",
"October",
"Opponent",
"Score",
"Location (Attendance)",
"Record",
"Points",
"Decision"
],
[
"2",
"1",
"7",
"Montreal Canadiens",
"3–2",
"Air Canada Centre (19,646)",
"1–0–0",
"2",
"Giguère"
],
[
"3",
"2",
"9",
"Ottawa Senators",
"5–1",
"Air Canada Centre (19,157)",
"2–0–0",
"4",
"Giguère"
],
[
"4",
"3",
"13",
"@ Pittsburgh Penguins",
"4–3",
"Consol Energy Center (18,112)",
"3–0–0",
"6",
"Gustavsson"
],
[
"5",
"4",
"15",
"@ New York Rangers",
"4–3 (OT)",
"Madison Square Garden (18,200)",
"4–0–0",
"8",
"Giguère"
],
[
"6",
"5",
"18",
"New York Islanders",
"1–2 (OT)",
"Air Canada Centre (19,086)",
"4–0–1",
"9",
"Giguère"
],
[
"7",
"6",
"21",
"New York Rangers",
"1–2",
"Air Canada Centre (19,310)",
"4–1–1",
"9",
"Gustavsson"
],
[
"8",
"7",
"23",
"@ Philadelphia Flyers",
"2–5",
"Wells Fargo Center (19,382)",
"4–2–1",
"9",
"Giguère"
],
[
"9",
"8",
"26",
"Florida Panthers",
"3–1",
"Air Canada Centre (19,239)",
"5–2–1",
"11",
"Giguère"
],
[
"10",
"9",
"28",
"@ Boston Bruins",
"0–2",
"TD Garden (17,565)",
"5–3–1",
"11",
"Gustavsson"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"south africa\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"south africa\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the broadcast date of the episode that visited South Africa?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"south africa\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"natalia makarova\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"natalia makarova\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which country did Natalia Makarova visit?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"natalia makarova\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"from hong kong to ulaanbaatar\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"from hong kong to ulaanbaatar\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the broadcast date for the episode titled, \"From Hong Kong to Ulaanbaatar\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"from hong kong to ulaanbaatar\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"st. petersburg to tashkent\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"st. petersburg to tashkent\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the broadcast date for the episode titled, \"St. Petersburg to Tashkent\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"st. petersburg to tashkent\"",
"3"
]
}
] | test_2-15211468-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Episode No.",
"Episode Title",
"UK Broadcast Date",
"Presenter",
"Countries Visited"
],
[
"2",
"#2.1",
"\"From Hong Kong to Ulaanbaatar\"",
"1994-01-13",
"Clive Anderson",
"Hong Kong , China, Mongolia"
],
[
"3",
"#2.2",
"\"Cape Town to the Lost City\"",
"1994-01-20",
"Rian Malan",
"South Africa"
],
[
"4",
"#2.3",
"\"St. Petersburg to Tashkent\"",
"1994-01-27",
"Natalia Makarova",
"Russia , Uzbekistan"
],
[
"5",
"#2.4",
"\"Derry to Kerry\"",
"1994-02-03",
"Michael Palin",
"Northern Ireland , Republic of Ireland"
],
[
"6",
"#2.5",
"\"Santos to Santa Cruz\"",
"1994-02-10",
"Lisa St Aubin de Terán",
"Brazil , Bolivia"
],
[
"7",
"#2.6",
"\"Karachi to The Khyber Pass\"",
"1994-02-17",
"Mark Tully",
"Pakistan"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Peter DeLuise\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,E2:E20=\"Peter DeLuise\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the original air date of Stargate SG-1 written by Peter Deluise?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"Peter DeLuise\"",
"6"
]
},
{
"Formula": "SUMIFS(A1,D1,\"Peter DeLuise\")",
"Formula2": "SUMIFS(A2:A20,D2:D20,\"Peter DeLuise\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many seasons did Peter Deluise direct Stargate SG-1?",
"Tokens": [
"SUMIFS(",
"A1",
"D1",
"\"Peter DeLuise\""
]
},
{
"Formula": "SUMIFS(A1,C1,\"Sight Unseen\")",
"Formula2": "SUMIFS(A2:A20,C2:C20,\"Sight Unseen\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Which number episode of season 6 was the title \"Sight Unseen\"?",
"Tokens": [
"SUMIFS(",
"A1",
"C1",
"\"Sight Unseen\""
]
}
] | train_1-15431959-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"No. in season",
"No. disc",
"Title",
"Directed by",
"Written by",
"Original air date"
],
[
"2",
"1",
"1",
"\" Redemption \"",
"Martin Wood",
"Robert C. Cooper",
"June7,2002 ( Sci Fi Channel )"
],
[
"3",
"2",
"1",
"\" Redemption (Part 2) \"",
"Martin Wood",
"Robert C. Cooper",
"June14,2002 (Sci Fi Channel)"
],
[
"4",
"3",
"1",
"\"Descent\"",
"Peter DeLuise",
"Joseph Mallozzi & Paul Mullie",
"June21,2002 (Sci Fi Channel)"
],
[
"5",
"4",
"1",
"\"Frozen\"",
"Martin Wood",
"Robert C. Cooper",
"June28,2002 (Sci Fi Channel)"
],
[
"6",
"5",
"2",
"\"Nightwalkers\"",
"Peter DeLuise",
"Joseph Mallozzi & Paul Mullie",
"July12,2002 (Sci Fi Channel)"
],
[
"7",
"6",
"2",
"\"Abyss\"",
"Martin Wood",
"Brad Wright",
"July19,2002 (Sci Fi Channel)"
],
[
"8",
"7",
"2",
"\"Shadow Play\"",
"Peter DeLuise",
"Joseph Mallozzi & Paul Mullie",
"July26,2002 (Sci Fi Channel)"
],
[
"9",
"8",
"2",
"\"The Other Guys\"",
"Martin Wood",
"Damian Kindler",
"August2,2002 (Sci Fi Channel)"
],
[
"10",
"9",
"3",
"\"Allegiance\"",
"Peter DeLuise",
"Peter DeLuise",
"August9,2002 (Sci Fi Channel)"
],
[
"11",
"10",
"3",
"\"Cure\"",
"Andy Mikita",
"Damian Kindler",
"August16,2002 (Sci Fi Channel)"
],
[
"12",
"11",
"3",
"\"Prometheus (1)\"",
"Peter F. Woeste",
"Joseph Mallozzi & Paul Mullie",
"August23,2002 (Sci Fi Channel)"
],
[
"13",
"13",
"4",
"\"Sight Unseen\"",
"Peter F. Woeste",
"Ron Wilkerson",
"December11,2002 (Sky One)"
],
[
"14",
"14",
"4",
"\"Smoke & Mirrors\"",
"Peter DeLuise",
"Katharyn Powers",
"December18,2002 (Sky One)"
],
[
"15",
"15",
"4",
"\"Paradise Lost\"",
"William Gereghty",
"Robert C. Cooper",
"January8,2003 (Sky One)"
],
[
"16",
"16",
"4",
"\"Metamorphosis\"",
"Peter DeLuise",
"Jacqueline Samuda & James Tichenor",
"January15,2003 (Sky One)"
],
[
"17",
"17",
"4",
"\"Disclosure\"",
"William Gereghty",
"Joseph Mallozzi & Paul Mullie",
"January22,2003 (Sky One)"
],
[
"18",
"18",
"5",
"\"Forsaken\"",
"Andy Mikita",
"Damian Kindler",
"January29,2003 (Sky One)"
],
[
"19",
"20",
"5",
"\"Memento\"",
"Peter DeLuise",
"Damian Kindler",
"February12,2003 (Sky One)"
],
[
"20",
"21",
"5",
"\"Prophecy\"",
"Will Waring",
"Joseph Mallozzi & Paul Mullie",
"February19,2003 (Sky One)"
]
] |
[
{
"Formula": "SUM(FILTER(E1, D1=29))",
"Formula2": "SUM(FILTER(E2:E8, D2:D8=29))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many seasons featured 29 conversions?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"D1",
"=",
"29"
]
},
{
"Formula": "MIN(F1)",
"Formula2": "MIN(F2:F8)",
"Funcs": [
"MIN(",
"Cell"
],
"Level": "easy",
"Question": "Lowest number of drop goals?",
"Tokens": [
"MIN(",
"F1"
]
},
{
"Formula": "SUM(FILTER(G1, F1=2))",
"Formula2": "SUM(FILTER(G2:G8, F2:F8=2))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the point total for the season with 2 drop goals?",
"Tokens": [
"SUM(",
"FILTER(",
"G1",
"F1",
"=",
"2"
]
}
] | train_1-20505342-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Season",
"Games",
"Tries",
"Conversions",
"Penalties",
"Drop Goals",
"Total Points"
],
[
"2",
"2003-04",
"30",
"8",
"72",
"51",
"0",
"337"
],
[
"3",
"2004-05",
"33",
"5",
"90",
"33",
"0",
"304"
],
[
"4",
"2005-06",
"30",
"0",
"30",
"66",
"2",
"264"
],
[
"5",
"2006-07",
"20",
"1",
"22",
"31",
"0",
"142"
],
[
"6",
"2007-08",
"28",
"2",
"29",
"39",
"4",
"197"
],
[
"7",
"2008-09",
"25",
"2",
"33",
"45",
"2",
"217"
],
[
"8",
"2009-10",
"21",
"0",
"21",
"16",
"0",
"90"
]
] |
[
{
"Formula": "SUM(FILTER(F1, (D1>0)*(B1=\"italy\")*(C1<29)))",
"Formula2": "SUM(FILTER(F2:F7, (D2:D7>0)*(B2:B7=\"italy\")*(C2:C7<29)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Tell me the total for silver more than 0 for italy with gold less than 29",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"D1",
">",
"0",
"*",
"B1",
"=",
"\"italy\"",
"*",
"C1",
"<",
"29"
]
},
{
"Formula": "AVERAGE(FILTER(E1, (F1<4)*(D1>0)))",
"Formula2": "AVERAGE(FILTER(E2:E7, (F2:F7<4)*(D2:D7>0)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Tell me the average bronze for total less than 4 and silver more than 0",
"Tokens": [
"AVERAGE(",
"FILTER(",
"E1",
"F1",
"<",
"4",
"*",
"D1",
">",
"0"
]
},
{
"Formula": "SUM(FILTER(F1, (D1>0)*(E1>21)*(C1>29)))",
"Formula2": "SUM(FILTER(F2:F7, (D2:D7>0)*(E2:E7>21)*(C2:C7>29)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "I want to know the total for silver more than 0 with bronze more than 21 and gold more than 29",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"D1",
">",
"0",
"*",
"E1",
">",
"21",
"*",
"C1",
">",
"29"
]
}
] | train_2-10910853-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"Italy",
"29",
"28",
"28",
"85"
],
[
"3",
"2",
"Austria",
"19",
"21",
"21",
"61"
],
[
"4",
"3",
"Russia (Since 1994)",
"7",
"7",
"2",
"16"
],
[
"5",
"4",
"Poland",
"0",
"0",
"4",
"4"
],
[
"6",
"5",
"Commonwealth of Independent States (1992 only)",
"1",
"0",
"0",
"1"
],
[
"7",
"6",
"Soviet Union (1979-90)",
"0",
"0",
"1",
"1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"f\")*(C1=\"123 games\")),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,(D2:D11=\"f\")*(C2:C11=\"123 games\")),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the Date and an Opponent which has a f Position and Career Games of 123 games?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"f\"",
"*",
"C1",
"=",
"\"123 games\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(E1=\"2004–2008\")*(G1=\"2/17/07 vs. purdue\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,(E2:E11=\"2004–2008\")*(G2:G11=\"2/17/07 vs. purdue\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Name has a Years Played of 2004–2008, and a Date and Opponent of 2/17/07 vs. purdue?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"2004–2008\"",
"*",
"G1",
"=",
"\"2/17/07 vs. purdue\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"sr./92nd game\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,F2:F11=\"sr./92nd game\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Career Games has a Scored 1,500 Points of sr./92nd game?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"sr./92nd game\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"12/15/92 vs. uw–milwaukee\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,G2:G11=\"12/15/92 vs. uw–milwaukee\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Career Games has a Date and Opponent of 12/15/92 vs. uw–milwaukee?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"12/15/92 vs. uw–milwaukee\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(E1=\"2004–2008\")*(B1=\"jolene anderson\")),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G11,(E2:E11=\"2004–2008\")*(B2:B11=\"jolene anderson\")),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "WHich Scored 1,500 Points has a Years Played of 2004–2008 and a Name of jolene anderson?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"2004–2008\"",
"*",
"B1",
"=",
"\"jolene anderson\"",
"6"
]
}
] | train_2-16796096-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Total Points",
"Name",
"Career Games",
"Position",
"Years Played",
"Scored 1,500 Points",
"Date and Opponent"
],
[
"2",
"2,312",
"Jolene Anderson",
"123 games",
"G",
"2004–2008",
"Jr./85th game",
"2/17/07 vs. Purdue"
],
[
"3",
"1,994",
"Barb Franke",
"114 games",
"F/C",
"1991–1996",
"Sr./90th game",
"12/7/95 vs. Western Illinois"
],
[
"4",
"1,915",
"Jessie Stomski",
"123 games",
"F",
"1998–2002",
"Sr./100th game",
"12/11/01 vs. UW–Milwaukee"
],
[
"5",
"1,901",
"Robin Threatt",
"114 games",
"G",
"1988–1993",
"Sr./92nd game",
"12/15/92 vs. UW–Milwaukee"
],
[
"6",
"1,879",
"Theresa Huff",
"118 games",
"F/C",
"1979–1983",
"Sr./97th game",
"12/22/82 vs. Loyola-Chicago"
],
[
"7",
"1,857",
"LaTonya Sims",
"124 games",
"F/G",
"1997–2001",
"Sr./99th game",
"11/22/00 vs. Notre Dame"
],
[
"8",
"1,662",
"Tamara Moore",
"124 games",
"G",
"1998–2002",
"Sr./114th game",
"1/30/02 vs. Iowa"
],
[
"9",
"1,576",
"Katie Voigt",
"116 games",
"G",
"1993–1998",
"Sr./112th game",
"2/20/98 vs. Illinois"
],
[
"10",
"1,543",
"Ann Klapperich",
"113 games",
"F",
"1994–1998",
"Sr./110th game",
"2/22/98 vs. Penn State"
],
[
"11",
"1,512",
"Janese Banks",
"118 games",
"G",
"2004–2008",
"Sr./116th game",
"3/2/08 vs. Iowa"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"alfred dunhill links championship\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"alfred dunhill links championship\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the winning score in the Alfred Dunhill links championship?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"alfred dunhill links championship\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"ian poulter\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,E2:E11=\"ian poulter\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What date did Ian poulter become runner up?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"ian poulter\"",
"1"
]
}
] | test_2-12821159-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Tournament",
"Winning score",
"Margin of victory",
"Runner(s)-up"
],
[
"2",
"20 Jan 2008",
"Abu Dhabi Golf Championship",
"–15 (66-65-68-74=273)",
"4 strokes",
"Henrik Stenson , Lee Westwood"
],
[
"3",
"22 Jun 2008",
"BMW International Open",
"–15 (68-63-67-75=273)",
"Playoff",
"Anders Hansen"
],
[
"4",
"5 Jul 2009",
"Open de France ALSTOM",
"–13 (62-72-69-68=271)",
"Playoff",
"Lee Westwood"
],
[
"5",
"12 Jul 2009",
"Barclays Scottish Open",
"–15 (69-65-66-69=269)",
"2 strokes",
"Gonzalo Fernández-Castaño , Raphaël Jacquelin"
],
[
"6",
"24 Jan 2010",
"Abu Dhabi Golf Championship",
"–21 (67-67-67-66=267)",
"1 stroke",
"Ian Poulter"
],
[
"7",
"15 Aug 2010",
"PGA Championship",
"–11 (72-68-67-70=277)",
"Playoff",
"Bubba Watson"
],
[
"8",
"12 Sep 2010",
"KLM Open",
"–14 (67-67-66-66=266)",
"4 strokes",
"Christian Nilsson , Fabrizio Zanotti"
],
[
"9",
"10 Oct 2010",
"Alfred Dunhill Links Championship",
"–17 (68-69-68-66=271)",
"3 strokes",
"Danny Willett"
],
[
"10",
"23 Jan 2011",
"Abu Dhabi HSBC Golf Championship",
"–24 (67-65-66-66=264)",
"8 strokes",
"Rory McIlroy"
],
[
"11",
"6 Nov 2011",
"WGC-HSBC Champions",
"–20 (69-68-68-63=268)",
"3 strokes",
"Fredrik Jacobson"
]
] |
[
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A8)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "How many teachers are there?",
"Tokens": [
"SUM(",
"A1"
]
},
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A8)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "What is the total count of teachers?",
"Tokens": [
"SUM(",
"A1"
]
},
{
"Formula": "SORTBY(B1,C1,1)",
"Formula2": "SORTBY(B2:B8,C2:C8,1)",
"Funcs": [
"SORTBY(",
"Cell",
"Cell",
"Num"
],
"Level": "easy",
"Question": "List the names of teachers in ascending order of age.",
"Tokens": [
"SORTBY(",
"B1",
"C1",
"1"
]
},
{
"Formula": "SORTBY(B1,C1,1)",
"Formula2": "SORTBY(B2:B8,C2:C8,1)",
"Funcs": [
"SORTBY(",
"Cell",
"Cell",
"Num"
],
"Level": "easy",
"Question": "What are the names of the teachers ordered by ascending age?",
"Tokens": [
"SORTBY(",
"B1",
"C1",
"1"
]
},
{
"Formula": "CHOOSE({1,2},C1,D1)",
"Formula2": "CHOOSE({1,2},C2:C8,D2:D8)",
"Funcs": [
"CHOOSE(",
"Num",
"Num",
"Cell",
"Cell"
],
"Level": "easy",
"Question": "What are the age and hometown of teachers?",
"Tokens": [
"CHOOSE(",
"1",
"2",
"C1",
"D1"
]
},
{
"Formula": "CHOOSE({1,2},C1,D1)",
"Formula2": "CHOOSE({1,2},C2:C8,D2:D8)",
"Funcs": [
"CHOOSE(",
"Num",
"Num",
"Cell",
"Cell"
],
"Level": "easy",
"Question": "What is the age and hometown of every teacher?",
"Tokens": [
"CHOOSE(",
"1",
"2",
"C1",
"D1"
]
},
{
"Formula": "LET(a,HSTACK(B1,A1),b,A1,c,CHOOSECOLS(UNIQUE(CHOOSECOLS(FILTER(A1:D1,D1<>\"little lever urban district\"),1)),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Formula2": "LET(a,HSTACK(B2:B8,A2:A8),b,A2:A8,c,CHOOSECOLS(UNIQUE(CHOOSECOLS(FILTER(A2:A8:D1,D2:D8<>\"little lever urban district\"),1)),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Funcs": [
"LET(",
"a",
"HSTACK(",
"Cell",
"Cell",
"b",
"Cell",
"c",
"CHOOSECOLS(",
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<>",
"Str",
"Num",
"Num",
"UNIQUE(",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
],
"Level": "hard",
"Question": "List the name of teachers whose hometown is not \"Little Lever Urban District\".",
"Tokens": [
"LET(",
"a",
"HSTACK(",
"B1",
"A1",
"b",
"A1",
"c",
"CHOOSECOLS(",
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"D1",
"D1",
"<>",
"\"little lever urban district\"",
"1",
"1",
"UNIQUE(",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
]
},
{
"Formula": "LET(a,HSTACK(B1,A1),b,A1,c,CHOOSECOLS(UNIQUE(CHOOSECOLS(FILTER(A1:D1,D1<>\"little lever urban district\"),1)),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Formula2": "LET(a,HSTACK(B2:B8,A2:A8),b,A2:A8,c,CHOOSECOLS(UNIQUE(CHOOSECOLS(FILTER(A2:A8:D1,D2:D8<>\"little lever urban district\"),1)),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Funcs": [
"LET(",
"a",
"HSTACK(",
"Cell",
"Cell",
"b",
"Cell",
"c",
"CHOOSECOLS(",
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<>",
"Str",
"Num",
"Num",
"UNIQUE(",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
],
"Level": "hard",
"Question": "What are the names of the teachers whose hometown is not \"Little Lever Urban District\"?",
"Tokens": [
"LET(",
"a",
"HSTACK(",
"B1",
"A1",
"b",
"A1",
"c",
"CHOOSECOLS(",
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"D1",
"D1",
"<>",
"\"little lever urban district\"",
"1",
"1",
"UNIQUE(",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
]
},
{
"Formula": "LET(a,SORTBY(D1,C1,1),FILTER(a,SEQUENCE(ROWS(a))<=1))",
"Formula2": "LET(a,SORTBY(D2:D8,C2:C8,1),FILTER(a,SEQUENCE(ROWS(a))<=1))",
"Funcs": [
"LET(",
"a",
"SORTBY(",
"Cell",
"Cell",
"Num",
"FILTER(",
"a",
"SEQUENCE(",
"ROWS(",
"a",
"<=",
"Num"
],
"Level": "hard",
"Question": "What is the hometown of the youngest teacher?",
"Tokens": [
"LET(",
"a",
"SORTBY(",
"D1",
"C1",
"1",
"FILTER(",
"a",
"SEQUENCE(",
"ROWS(",
"a",
"<=",
"1"
]
},
{
"Formula": "SUMMARIZE(D1,SUMX(A1))",
"Formula2": "SUMMARIZE(D2:D8,SUMX(A2:A8))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell"
],
"Level": "easy",
"Question": "For each hometown, how many teachers are there?",
"Tokens": [
"SUMMARIZE(",
"D1",
"SUMX(",
"A1"
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,3)>=2))",
"Formula2": "LET(query1,SUMMARIZE(D2:D8,SUMX(A2:A8)),FILTER(query1,CHOOSECOLS(query1,3)>=2))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">=",
"Num"
],
"Level": "hard",
"Question": "Show the hometowns shared by at least two teachers.",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"3",
">=",
"2"
]
},
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A8)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "the number of teachers",
"Tokens": [
"SUM(",
"A1"
]
},
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A8)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "Number of teachers.",
"Tokens": [
"SUM(",
"A1"
]
},
{
"Formula": "LET(query1,FILTER(A1:D1,D1<>\"little lever urban district\"),UNIQUE(CHOOSECOLS(query1,2,1)))",
"Formula2": "LET(query1,FILTER(A2:D8,D2:D8<>\"little lever urban district\"),UNIQUE(CHOOSECOLS(query1,2,1)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<>",
"Str",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num"
],
"Level": "hard",
"Question": "the names and ids of teachers whose hometown is not Little Lever Urban District",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"D1",
"D1",
"<>",
"\"little lever urban district\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"2",
"1"
]
},
{
"Formula": "LET(query1,FILTER(A1:D1,D1<>\"little lever urban district\"),UNIQUE(CHOOSECOLS(query1,2,1)))",
"Formula2": "LET(query1,FILTER(A2:D8,D2:D8<>\"little lever urban district\"),UNIQUE(CHOOSECOLS(query1,2,1)))",
"Funcs": [
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<>",
"Str",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"Num",
"Num"
],
"Level": "hard",
"Question": "The names and ids of teachers who are not from Little Lever Urban District.",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"D1",
"D1",
"<>",
"\"little lever urban district\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"2",
"1"
]
},
{
"Formula": "LET(a,HSTACK(D1,A1),b,A1,c,CHOOSECOLS(TAKE(SORT(SUMMARIZE(A1,SUMX(C1)), 2, 1), 1),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Formula2": "LET(a,HSTACK(D2:D8,A2:A8),b,A2:A8,c,CHOOSECOLS(TAKE(SORT(SUMMARIZE(A2:A8,SUMX(C2:C8)), 2, 1), 1),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Funcs": [
"LET(",
"a",
"HSTACK(",
"Cell",
"Cell",
"b",
"Cell",
"c",
"CHOOSECOLS(",
"TAKE(",
"SORT(",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"Num",
"Num",
"Num",
"Num",
"UNIQUE(",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
],
"Level": "hard",
"Question": "Where does the youngest among the teachers come from?",
"Tokens": [
"LET(",
"a",
"HSTACK(",
"D1",
"A1",
"b",
"A1",
"c",
"CHOOSECOLS(",
"TAKE(",
"SORT(",
"SUMMARIZE(",
"A1",
"SUMX(",
"C1",
"2",
"1",
"1",
"1",
"UNIQUE(",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
]
},
{
"Formula": "HSTACK(SUM(A1), ROWS(UNIQUE(D1)))",
"Formula2": "HSTACK(SUM(A2:A8), ROWS(UNIQUE(D2:D8)))",
"Funcs": [
"HSTACK(",
"SUM(",
"Cell",
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "hard",
"Question": "Number of teachers and their respective hometowns.",
"Tokens": [
"HSTACK(",
"SUM(",
"A1",
"ROWS(",
"UNIQUE(",
"D1"
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,3)>=2))",
"Formula2": "LET(query1,SUMMARIZE(D2:D8,SUMX(A2:A8)),FILTER(query1,CHOOSECOLS(query1,3)>=2))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">=",
"Num"
],
"Level": "hard",
"Question": "The hometown where >= 2 teachers come from.",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"3",
">=",
"2"
]
},
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A8)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "the count of teachers",
"Tokens": [
"SUM(",
"A1"
]
},
{
"Formula": "TAKE(SORT(SUMMARIZE(HSTACK(D1,A1),SUMX(C1)), 3, 1), 1)",
"Formula2": "TAKE(SORT(SUMMARIZE(HSTACK(D2:D8,A2:A8),SUMX(C2:C8)), 3, 1), 1)",
"Funcs": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"HSTACK(",
"Cell",
"Cell",
"SUMX(",
"Cell",
"Num",
"Num",
"Num"
],
"Level": "hard",
"Question": "Where does the youngest teacher come from?",
"Tokens": [
"TAKE(",
"SORT(",
"SUMMARIZE(",
"HSTACK(",
"D1",
"A1",
"SUMX(",
"C1",
"3",
"1",
"1"
]
},
{
"Formula": "HSTACK(SUM(A1), ROWS(UNIQUE(D1)))",
"Formula2": "HSTACK(SUM(A2:A8), ROWS(UNIQUE(D2:D8)))",
"Funcs": [
"HSTACK(",
"SUM(",
"Cell",
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "hard",
"Question": "the number of teachers and their hometowns",
"Tokens": [
"HSTACK(",
"SUM(",
"A1",
"ROWS(",
"UNIQUE(",
"D1"
]
}
] | course_teach_teacher | [
[
"0",
"A",
"B",
"C",
"D"
],
[
"1",
"teacher id",
"name",
"age",
"hometown"
],
[
"2",
"1",
"Joseph Huts",
"32",
"Blackrod Urban District"
],
[
"3",
"2",
"Gustaaf Deloor",
"29",
"Bolton County Borough"
],
[
"4",
"3",
"Vicente Carretero",
"26",
"Farnworth Municipal Borough"
],
[
"5",
"4",
"John Deloor",
"33",
"Horwich Urban District"
],
[
"6",
"5",
"Kearsley Brown",
"45",
"Kearsley Urban District"
],
[
"7",
"6",
"Anne Walker",
"41",
"Little Lever Urban District"
],
[
"8",
"7",
"Lucy Wong",
"39",
"Turton Urban District"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"$481.39\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,G2:G7=\"$481.39\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the fare to Kalamazoo during the time frame when Saginaw's was $481.39?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"$481.39\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"$433.59\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"$433.59\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When Lansing's fare is $433.59, what is the Detroit fare?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"$433.59\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"$470.47\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,G2:G7=\"$470.47\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "At a Saginaw fare of $470.47, what is the fare to Lansing?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"$470.47\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"$433.59\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"$433.59\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "During the year when Lansing's fare is $433.59, what is the fare to Kalamazoo?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"$433.59\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"$470.47\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,G2:G7=\"$470.47\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When Saginaw's fare is $470.47, what was the fare to Grand Rapids?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"$470.47\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"$377.29\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"$377.29\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When Grand Rapids's fare was $377.29, what is the fare to Detroit?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"$377.29\"",
"3"
]
}
] | train_1-1637981-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Year",
"Lansing (LAN)",
"Detroit (DTW)",
"Grand Rapids (GRR)",
"Flint (FNT)",
"Kalamazoo (AZO)",
"Saginaw (MBS)"
],
[
"2",
"2006",
"$370.61",
"$322.83",
"$413.74",
"$298.89",
"$472.93",
"$441.26"
],
[
"3",
"2007",
"$364.39",
"$307.29",
"$420.68",
"$281.37",
"$471.01",
"$441.08"
],
[
"4",
"2008",
"$397.75",
"$334.18",
"$463.96",
"$314.89",
"$517.32",
"$481.39"
],
[
"5",
"2009",
"$434.59",
"$313.67",
"$409.85",
"$275.23",
"$500.55",
"$434.69"
],
[
"6",
"2010",
"$482.76",
"$353.75",
"$377.29",
"$298.40",
"$563.92",
"$470.47"
],
[
"7",
"2011",
"$433.59",
"$378.55",
"$400.11",
"$334.90",
"$579.23",
"$474.77"
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.