t5Formulas listlengths 1 209 | TableName stringlengths 4 51 | Table listlengths 4 28 |
|---|---|---|
[
{
"Formula": "ROWS(UNIQUE(FILTER(C1, F1=\"Alton Lennon (D) 89.0% C. Dana Malpass (R) 11.0%\")))",
"Formula2": "ROWS(UNIQUE(FILTER(C2:C6, F2:F6=\"Alton Lennon (D) 89.0% C. Dana Malpass (R) 11.0%\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": " how many party with candidates being alton lennon (d) 89.0% c. dana malpass (r) 11.0%",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"C1",
"F1",
"=",
"\"Alton Lennon (D) 89.0% C. Dana Malpass (R) 11.0%\""
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(D1, A1=\"North Carolina 2\")))",
"Formula2": "ROWS(UNIQUE(FILTER(D2:D6, A2:A6=\"North Carolina 2\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": " how many first elected with district being north carolina 2",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"D1",
"A1",
"=",
"\"North Carolina 2\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"North Carolina 6\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"North Carolina 6\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what's the incumbent with district being north carolina 6",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"North Carolina 6\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Herbert Covington Bonner\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"Herbert Covington Bonner\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what's the party with incumbent being herbert covington bonner",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Herbert Covington Bonner\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Lawrence H. Fountain\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"Lawrence H. Fountain\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what's the district with incumbent being lawrence h. fountain",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Lawrence H. Fountain\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"Democratic\")*(A1=\"North Carolina 1\")),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(C2:C6=\"Democratic\")*(A2:A6=\"North Carolina 1\")),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what's the candidates with party being democratic and dbeingtrict being north carolina 1",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"Democratic\"",
"*",
"A1",
"=",
"\"North Carolina 1\"",
"6"
]
}
] | test_1-1341930-33 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"North Carolina 1",
"Herbert Covington Bonner",
"Democratic",
"1940",
"Re-elected",
"Herbert Covington Bonner (D) Unopposed"
],
[
"3",
"North Carolina 2",
"Lawrence H. Fountain",
"Democratic",
"1952",
"Re-elected",
"Lawrence H. Fountain (D) Unopposed"
],
[
"4",
"North Carolina 6",
"Carl T. Durham",
"Democratic",
"1938",
"Re-elected",
"Carl T. Durham (D) Unopposed"
],
[
"5",
"North Carolina 7",
"Alton Lennon",
"Democratic",
"1956",
"Re-elected",
"Alton Lennon (D) 89.0% C. Dana Malpass (R) 11.0%"
],
[
"6",
"North Carolina 10",
"Charles R. Jonas",
"Republican",
"1952",
"Re-elected",
"Charles R. Jonas (R) 51.9% David Clark (D) 48.1%"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"1-6, 3-6\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,F2:F19=\"1-6, 3-6\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What Opponent has a Score that is 1-6, 3-6?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"1-6, 3-6\"",
"5"
]
}
] | train_2-15642543-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Outcome",
"Date",
"Tournament",
"Surface",
"Opponent",
"Score"
],
[
"2",
"Runner-up",
"07-Mar-2006",
"Minsk",
"Carpet",
"Galyna Kosyk",
"1-6, 6-7"
],
[
"3",
"Runner-up",
"26-Jun-2006",
"Kharkiv",
"Clay",
"Veronika Kapshay",
"6-4, 2-6, 1-6"
],
[
"4",
"Winner",
"15 July 2006",
"Zhukovsky",
"Clay",
"Yulia Solonitskaya",
"1–6 7–5 7–5"
],
[
"5",
"Winner",
"30 September 2006",
"Tbilisi",
"Clay",
"Amina Rakhim",
"7–6(0) 6–2"
],
[
"6",
"Winner",
"18 August 2007",
"Moscow",
"Clay",
"Ksenia Palkina",
"6–4 6–3"
],
[
"7",
"Winner",
"25 August 2007",
"Penza",
"Clay",
"Kristina Antoniychuk",
"6–4 6–2"
],
[
"8",
"Runner-up",
"27 August 2007",
"Moscow",
"Clay",
"Anastasia Pivovarova",
"3-6, 4-6"
],
[
"9",
"Winner",
"8 September 2007",
"Moscow",
"Clay",
"Galyna Kosyk",
"6–3 6–1"
],
[
"10",
"Runner-up",
"22-Oct-2007",
"Podolsk",
"Carpet",
"Evgeniya Rodina",
"1-6, 3-6"
],
[
"11",
"Runner-up",
"19-Nov-2007",
"Poitiers",
"Carpet",
"Marta Domachowska",
"5-7, 0-6"
],
[
"12",
"Runner-up",
"17-Mar-2008",
"St. Petersburg",
"Carpet",
"Magdalena Rybarikova",
"4-6, 2-6"
],
[
"13",
"Winner",
"10 August 2008",
"Moscow",
"Clay",
"Anikó Kapros",
"5–1 ret."
],
[
"14",
"Runner-up",
"30-Mar-2009",
"Khanty-Mansiysk",
"Carpet",
"Evgeniya Rodina",
"3-6, 2-6"
],
[
"15",
"Winner",
"15 November 2009",
"Minsk",
"Carpet",
"Lyudmyla Kichenok",
"5–7 7–6(3) 6–2"
],
[
"16",
"Winner",
"7 March 2010",
"Minsk",
"Carpet",
"Lesia Tsurenko",
"6–1 3–6 7–6(2)"
],
[
"17",
"Winner",
"28 March 2010",
"Moscow",
"Carpet",
"Elena Kulikova",
"6–4 6–2"
],
[
"18",
"Winner",
"4 April 2010",
"Khanty-Mansiysk",
"Carpet",
"Lyudmyla Kichenok",
"6–2 6–2"
],
[
"19",
"Winner",
"15 August 2010",
"Kazan",
"Hard",
"Vitalia Diatchenko",
"6–1 2–6 7–6(4)"
]
] |
[
{
"Formula": "MINIFS(E1,C1,\"kazushi sakuraba\")",
"Formula2": "MINIFS(E2:E17,C2:C17,\"kazushi sakuraba\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the lowest round that has kazushi sakuraba as the opponent?",
"Tokens": [
"MINIFS(",
"E1",
"C1",
"\"kazushi sakuraba\""
]
}
] | train_2-18588226-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Res.",
"Record",
"Opponent",
"Method",
"Round",
"Time",
"Location"
],
[
"2",
"Loss",
"4–11–1",
"Ryuta Sakurai",
"TKO (punches)",
"2",
"3:04",
"Tokyo , Japan"
],
[
"3",
"Loss",
"4–10–1",
"Satoshi Ishii",
"Submission (kimura)",
"1",
"3:30",
"Tokyo , Japan"
],
[
"4",
"Loss",
"4–9–1",
"Yoshiyuki Nakanishi",
"TKO (punches)",
"1",
"4:06",
"Tokyo , Japan"
],
[
"5",
"Loss",
"4–8–1",
"Young Choi",
"Decision (unanimous)",
"3",
"5:00",
"Osaka , Japan"
],
[
"6",
"Loss",
"4–7–1",
"Hiroshi Izumi",
"Decision (unanimous)",
"3",
"5:00",
"Saitama, Saitama , Japan"
],
[
"7",
"Win",
"4–6–1",
"Tokimitsu Ishizawa",
"TKO (punches)",
"1",
"4:52",
"Osaka , Japan"
],
[
"8",
"Win",
"3–6–1",
"Ikuhisa Minowa",
"Decision (unanimous)",
"2",
"5:00",
"Nagoya , Japan"
],
[
"9",
"Loss",
"2–6–1",
"Hayato Sakurai",
"TKO (punches)",
"1",
"7:01",
"Saitama , Japan"
],
[
"10",
"Draw",
"2–5–1",
"Yasuhito Namekawa",
"Draw",
"3",
"5:00",
"Tokyo, Japan"
],
[
"11",
"Loss",
"2–5",
"Yoshihiro Akiyama",
"Submission (ezekiel choke)",
"1",
"6:34",
"Osaka , Japan"
],
[
"12",
"Loss",
"2–4",
"Jason Miller",
"TKO (punches)",
"1",
"6:57",
"Saitama , Japan"
],
[
"13",
"Loss",
"2–3",
"Heo Min Seok",
"TKO (punches)",
"2",
"1:31",
"Seoul , South Korea"
],
[
"14",
"Loss",
"2–2",
"Kazushi Sakuraba",
"Submission (armbar)",
"1",
"6:20",
"Yokohama , Japan"
],
[
"15",
"Loss",
"2–1",
"Ralek Gracie",
"Submission (armbar)",
"1",
"3:05",
"Yokohama , Japan"
],
[
"16",
"Win",
"2–0",
"Yoshihisa Yamamoto",
"TKO (punches)",
"1",
"0:09",
"Nagoya , Japan"
],
[
"17",
"Win",
"1–0",
"Webster Dauphiney",
"Submission (arm-triangle choke)",
"1",
"0:52",
"Manaus , Brazil"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=1634),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,E2:E10=1634),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the Result when the Attendance is 1,634?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"1634",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"stuart potts\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,G2:G10=\"stuart potts\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On what date was Stuart Potts the Man of the Match?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"stuart potts\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"terry miles\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,G2:G10=\"terry miles\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the Opponent when Terry Miles was the Man of the Match?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"terry miles\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"21st\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,A2:A10=\"21st\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the Result of the game dated 21st?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"21st\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"21st\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,A2:A10=\"21st\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Venue is listed under the Date of 21st?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"21st\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"25th\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,A2:A10=\"25th\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the Result on the Date of 25th?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"25th\"",
"4"
]
}
] | train_2-17120964-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Opponent",
"Venue",
"Result",
"Attendance",
"Competition",
"Man of the Match"
],
[
"2",
"1st",
"Milton Keynes Lightning",
"Home",
"Won 5-4",
"1,336",
"League",
"Terry Miles"
],
[
"3",
"8th",
"Bracknell Bees",
"Away",
"Won 4-3 (OT)",
"N/A",
"League",
"Ollie Bronnimann"
],
[
"4",
"14th",
"Peterborough Phantoms",
"Away",
"Won 4-2",
"493",
"League",
"N/A"
],
[
"5",
"15th",
"Slough Jets",
"Home",
"Lost 3-2",
"1,634",
"League",
"Joe Watkins"
],
[
"6",
"19th",
"Slough Jets",
"Home",
"Drawn 1-1",
"2,057",
"Cup Semi-Final (1st Leg)",
"David Savage"
],
[
"7",
"21st",
"Peterborough Phantoms",
"Home",
"Won 5-3",
"1,551",
"League",
"Ben Austin"
],
[
"8",
"22nd",
"Sheffield Scimitars",
"Away",
"Lost 5-4",
"627",
"League",
"N/A"
],
[
"9",
"25th",
"Slough Jets",
"Away",
"Won 4-2",
"702",
"Cup Semi-Final (2nd Leg)",
"N/A"
],
[
"10",
"28th",
"Wightlink Raiders",
"Away",
"Lost 3-2 (SO)",
"582",
"League",
"Stuart Potts"
]
] |
[
{
"Formula": "FILTER(E1,C1=\"seattle supersonics\")",
"Formula2": "FILTER(E2:E12,C2:C12=\"seattle supersonics\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the location when the opponent was Seattle Supersonics?",
"Tokens": [
"FILTER(",
"E1",
"C1",
"=",
"\"seattle supersonics\""
]
},
{
"Formula": "FILTER(F1,(A1<78)*(D1=\"114–109 (ot)\"))",
"Formula2": "FILTER(F2:F12,(A2:A12<78)*(D2:D12=\"114–109 (ot)\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the record for less than 78 games and a score of 114–109 (ot)?",
"Tokens": [
"FILTER(",
"F1",
"A1",
"<",
"78",
"*",
"D1",
"=",
"\"114–109 (ot)\""
]
},
{
"Formula": "FILTER(C1,A1=75)",
"Formula2": "FILTER(C2:C12,A2:A12=75)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Who was the opponent for game 75?",
"Tokens": [
"FILTER(",
"C1",
"A1",
"=",
"75"
]
}
] | dev_2-18289217-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Game",
"Date",
"Opponent",
"Score",
"Location/Attendance",
"Record",
"Streak"
],
[
"2",
"72",
"Apr 2",
"@ Toronto Raptors",
"120–113 (2OT)",
"Air Canada Centre",
"35–37",
"Won 3"
],
[
"3",
"73",
"Apr 4",
"@ Detroit Pistons",
"93–101",
"The Palace of Auburn Hills",
"35–38",
"Lost 1"
],
[
"4",
"74",
"Apr 5",
"Golden State Warriors",
"114–109 (OT)",
"Ford Center",
"36–38",
"Won 1"
],
[
"5",
"75",
"Apr 7",
"Toronto Raptors",
"95–89",
"Ford Center",
"37–38",
"Won 2"
],
[
"6",
"76",
"Apr 8",
"@ Dallas Mavericks",
"77–101",
"American Airlines Center",
"37–39",
"Lost 1"
],
[
"7",
"77",
"Apr 10",
"Cleveland Cavaliers",
"101–103",
"Ford Center",
"37–40",
"Lost 2"
],
[
"8",
"78",
"Apr 12",
"Seattle SuperSonics",
"104–99",
"Ford Center",
"38–40",
"Won 1"
],
[
"9",
"79",
"Apr 14",
"Utah Jazz",
"104–105",
"Ford Center",
"38–41",
"Lost 1"
],
[
"10",
"80",
"Apr 16",
"@ Sacramento Kings",
"79–96",
"ARCO Arena",
"38–42",
"Lost 2"
],
[
"11",
"81",
"Apr 17",
"@ Phoenix Suns",
"78–115",
"US Airways Center",
"38–43",
"Lost 3"
],
[
"12",
"82",
"Apr 19",
"@ Los Angeles",
"95–115",
"Staples Center",
"38–44",
"Lost 4"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=9))",
"Formula2": "LET(query1,SUMMARIZE(D2:D10,SUMX(A2:A10)),FILTER(query1,CHOOSECOLS(query1,2)=9))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Round of 9 involved what name?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"9"
]
},
{
"Formula": "SUM(FILTER(C1, (D1=\"calvin o'neal\")*(A1<6)))",
"Formula2": "SUM(FILTER(C2:C10, (D2:D10=\"calvin o'neal\")*(A2:A10<6)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Name of calvin o'neal, and a Round smaller than 6 had what number total overall?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"D1",
"=",
"\"calvin o'neal\"",
"*",
"A1",
"<",
"6"
]
}
] | train_2-13312898-25 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Round",
"Pick #",
"Overall",
"Name",
"Position",
"College"
],
[
"2",
"1",
"26",
"26",
"Randy Burke",
"Wide Receiver",
"Kentucky"
],
[
"3",
"2",
"25",
"53",
"Mike Ozdowski",
"Defensive End",
"Virginia"
],
[
"4",
"6",
"24",
"163",
"Calvin O'Neal",
"Linebacker",
"Michigan"
],
[
"5",
"7",
"26",
"193",
"Blanchard Carter",
"Offensive Tackle",
"UNLV"
],
[
"6",
"8",
"25",
"220",
"Ken Helms",
"Offensive Tackle",
"Georgia"
],
[
"7",
"9",
"24",
"247",
"Glenn Capriola",
"Running Back",
"Boston College"
],
[
"8",
"10",
"26",
"277",
"Ron Baker",
"Guard",
"Oklahoma State"
],
[
"9",
"11",
"25",
"304",
"Brian Ruff",
"Linebacker",
"The Citadel"
],
[
"10",
"12",
"24",
"331",
"Bill Deutsch",
"Running Back",
"North Dakota"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"top 6\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,A2:A12=\"top 6\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Artist is listed as having Top 6 in Week",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"top 6\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"luther vandross\")*(A1=\"top 20\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(D2:D12=\"luther vandross\")*(A2:A12=\"top 20\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which song was sung by Artist Luther Vandross in the Week Top 20?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"luther vandross\"",
"*",
"A1",
"=",
"\"top 20\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"top 12\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,A2:A12=\"top 12\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Artist has a Week of Top 12?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"top 12\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"freddie jackson\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,D2:D12=\"freddie jackson\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What Status does Freddie Jackson have?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"freddie jackson\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"eliminated\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,E2:E12=\"eliminated\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Song Sung has a Status of Eliminated?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"eliminated\"",
"3"
]
}
] | train_2-1792668-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Theme",
"Song Sung",
"Artist",
"Status"
],
[
"2",
"Top 24",
"Semifinals Top 12 (Men)",
"\"You Are My Lady\"",
"Freddie Jackson",
"Advanced"
],
[
"3",
"Top 20",
"Semifinals Top 10 (Men)",
"\" Never Too Much \"",
"Luther Vandross",
"Advanced"
],
[
"4",
"Top 16",
"Semifinals Top 8 (Men)",
"\" I Can't Help Myself (Sugar Pie Honey Bunch) \"",
"Four Tops",
"Advanced"
],
[
"5",
"Top 12",
"Songs of the 1960s",
"\" Ain't Too Proud to Beg \"",
"The Temptations",
"Safe"
],
[
"6",
"Top 11",
"Billboard #1",
"\" Against All Odds (Take a Look at Me Now) \"",
"Phil Collins",
"Safe"
],
[
"7",
"Top 10",
"Songs of the 1990s",
"\" One Last Cry \"",
"Brian McKnight",
"Safe"
],
[
"8",
"Top 9",
"Songs of Broadway",
"\" The Impossible Dream (The Quest) \"",
"Man of La Mancha",
"Bottom 2"
],
[
"9",
"Top 8",
"Year They Were Born",
"\" She's Gone \"",
"Hall & Oates",
"Bottom 3"
],
[
"10",
"Top 7",
"1970s Dance Music",
"\" Everlasting Love \"",
"Robert Knight",
"Bottom 3"
],
[
"11",
"Top 6",
"Songs of the 21st Century",
"\" Dance with My Father \"",
"Luther Vandross",
"Safe"
],
[
"12",
"Top 5",
"Leiber and Stoller Billboard Top 40",
"\" On Broadway \" \" Everytime You Go Away \"",
"George Benson Brian McKnight",
"Eliminated"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Guard\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,B2:B9=\"Guard\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the school/club for guard",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Guard\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"judy-ann ramirez\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,A2:A9=\"judy-ann ramirez\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the position for judy-ann ramirez",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"judy-ann ramirez\"",
"2"
]
}
] | train_1-15463188-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Name",
"Position",
"Number",
"School/Club Team",
"Season",
"Acquisition via"
],
[
"2",
"jhofel morales",
"Guard",
"21",
"Far Eastern",
"2012",
"Trade"
],
[
"3",
"julieta makidato",
"Forward",
"8",
"Cebu",
"2012",
"Free Agency"
],
[
"4",
"hermies ploma",
"Forward",
"17",
"San Sebastian",
"2012",
"Free Agency"
],
[
"5",
"judy-ann ramirez",
"Forward",
"25",
"Santo Tomas",
"2012",
"Rookie Draft"
],
[
"6",
"rosalyn limos",
"Center",
"1",
"Ateneo de Manila",
"2012",
"Trade"
],
[
"7",
"regine galabo",
"Forward",
"10",
"Chaminade",
"2012",
"Rookie Draft"
],
[
"8",
"joyce guio",
"Forward",
"11",
"McGill",
"2012",
"Trade"
],
[
"9",
"elaine francisco",
"Forward",
"31",
"North Florida",
"2012",
"Trade"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,(B1=\"maserati\")*(D1=\"oil leak\")),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3)),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,(CHOOSECOLS(query1,2)<18)*(CHOOSECOLS(query1,3)<14)))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E17,(B2:B17=\"maserati\")*(D2:D17=\"oil leak\")),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3)),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,(CHOOSECOLS(query1,2)<18)*(CHOOSECOLS(query1,3)<14)))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "Who drove the maserati under 18 laps with an oil leak that had a grid of under 14?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"maserati\"",
"*",
"D1",
"=",
"\"oil leak\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"18",
"*",
"CHOOSECOLS(",
"query1",
"3",
"<",
"14"
]
}
] | test_2-1122159-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Driver",
"Constructor",
"Laps",
"Time/Retired",
"Grid"
],
[
"2",
"Stirling Moss",
"Vanwall",
"18",
"2:59:22.7",
"2"
],
[
"3",
"Juan Manuel Fangio",
"Maserati",
"18",
"+3:13.9",
"1"
],
[
"4",
"Harry Schell",
"Maserati",
"18",
"+6:46.8",
"5"
],
[
"5",
"Masten Gregory",
"Maserati",
"18",
"+8:16.5",
"7"
],
[
"6",
"Stuart Lewis-Evans",
"Vanwall",
"17",
"+1 lap",
"8"
],
[
"7",
"Giorgio Scarlatti",
"Maserati",
"17",
"+1 lap",
"10"
],
[
"8",
"Jack Brabham",
"Cooper - Climax",
"15",
"+3 laps",
"16"
],
[
"9",
"Luigi Musso",
"Ferrari",
"9",
"Oil leak",
"3"
],
[
"10",
"Paco Godia",
"Maserati",
"9",
"Engine",
"12"
],
[
"11",
"Bruce Halford",
"Maserati",
"9",
"Transmission",
"14"
],
[
"12",
"Jo Bonnier",
"Maserati",
"7",
"Overheating",
"9"
],
[
"13",
"Jean Behra",
"Maserati",
"3",
"Oil leak",
"4"
],
[
"14",
"Roy Salvadori",
"Cooper - Climax",
"3",
"Accident",
"15"
],
[
"15",
"Tony Brooks",
"Vanwall",
"1",
"Engine",
"6"
],
[
"16",
"Horace Gould",
"Maserati",
"0",
"Accident",
"11"
],
[
"17",
"Luigi Piotti",
"Maserati",
"0",
"Engine",
"13"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,A1=\"argentine grand prix\"),9))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,A2:A8=\"argentine grand prix\"),9))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the report for the race of Argentine Grand Prix?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"A1",
"=",
"\"argentine grand prix\"",
"9"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"jerry hoyt\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,D2:D8=\"jerry hoyt\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Tyre when Jerry Hoyt was the pole position?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"D1",
"=",
"\"jerry hoyt\"",
"8"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(H1=\"c\")*(D1=\"eugenio castellotti\")),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,(H2:H8=\"c\")*(D2:D8=\"eugenio castellotti\")),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the constructor when Eugenio Castellotti was the pole position and the race had a C tyre?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"H1",
"=",
"\"c\"",
"*",
"D1",
"=",
"\"eugenio castellotti\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(G1=\"mercedes\")*(A1=\"british grand prix\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,(G2:G8=\"mercedes\")*(A2:A8=\"british grand prix\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the fastest lap time at the British Grand Prix with Mercedes as the constructor?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"G1",
"=",
"\"mercedes\"",
"*",
"A1",
"=",
"\"british grand prix\"",
"5"
]
}
] | train_2-1140113-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Race",
"Circuit",
"Date",
"Pole position",
"Fastest lap",
"Winning driver",
"Constructor",
"Tyre",
"Report"
],
[
"2",
"Argentine Grand Prix",
"Oscar Gálvez",
"16 January",
"José Froilán González",
"Juan Manuel Fangio",
"Juan Manuel Fangio",
"Mercedes",
"C",
"Report"
],
[
"3",
"Monaco Grand Prix",
"Monaco",
"22 May",
"Juan Manuel Fangio",
"Juan Manuel Fangio",
"Maurice Trintignant",
"Ferrari",
"E",
"Report"
],
[
"4",
"Indianapolis 500",
"Indianapolis",
"30 May",
"Jerry Hoyt",
"Bill Vukovich",
"Bob Sweikert",
"Kurtis Kraft - Offenhauser",
"F",
"Report"
],
[
"5",
"Belgian Grand Prix",
"Spa-Francorchamps",
"5 June",
"Eugenio Castellotti",
"Juan Manuel Fangio",
"Juan Manuel Fangio",
"Mercedes",
"C",
"Report"
],
[
"6",
"Dutch Grand Prix",
"Zandvoort",
"19 June",
"Juan Manuel Fangio",
"Roberto Mieres",
"Juan Manuel Fangio",
"Mercedes",
"C",
"Report"
],
[
"7",
"British Grand Prix",
"Aintree",
"16 July",
"Stirling Moss",
"Stirling Moss",
"Stirling Moss",
"Mercedes",
"C",
"Report"
],
[
"8",
"Italian Grand Prix",
"Monza",
"11 September",
"Juan Manuel Fangio",
"Stirling Moss",
"Juan Manuel Fangio",
"Mercedes",
"C",
"Report"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=17),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,F2:F6=17),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which year has a Round of 17?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"17",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(C1=\"essendon\")*(B1=\"13.4.82\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,(C2:C6=\"essendon\")*(B2:B6=\"13.4.82\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which opponent has a Club of essendon, and a Score of 13.4.82?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"essendon\"",
"*",
"B1",
"=",
"\"13.4.82\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"15.4.94\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"15.4.94\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which opponent has a Score of 15.4.94?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"15.4.94\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=12),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,F2:F6=12),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which opponent has a Round of 12?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"12",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=17),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,F2:F6=17),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which Quarter has a Round of 17?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"17",
"1"
]
}
] | train_2-12161422-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Quarter",
"Score",
"Club",
"Opponent",
"Year",
"Round",
"Venue"
],
[
"2",
"1st",
"15.4.94",
"Essendon",
"Gold Coast",
"2011",
"6",
"Docklands Stadium"
],
[
"3",
"2nd",
"14.2.86",
"Adelaide",
"Fitzroy",
"1996",
"17",
"Football Park"
],
[
"4",
"3rd",
"13.4.82",
"Essendon",
"Footscray",
"1982",
"22",
"Western Oval"
],
[
"5",
"4th",
"17.4.106",
"South Melbourne",
"St Kilda",
"1919",
"12",
"Lake Oval"
],
[
"6",
"Source: . Last updated: 20 August 2013.",
"Source: . Last updated: 20 August 2013.",
"Source: . Last updated: 20 August 2013.",
"Source: . Last updated: 20 August 2013.",
"Source: . Last updated: 20 August 2013.",
"Source: . Last updated: 20 August 2013.",
"Source: . Last updated: 20 August 2013."
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Detroit\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,C2:C15=\"Detroit\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who had the high assists against detroit?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"Detroit\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"March 27\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,B2:B15=\"March 27\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the other team on march 27?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"March 27\"",
"3"
]
},
{
"Formula": "SUMIFS(A1,I1,\"46–24\")",
"Formula2": "SUMIFS(A2:A15,I2:I15,\"46–24\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "what was the game number where the record was 46–24?",
"Tokens": [
"SUMIFS(",
"A1",
"I1",
"\"46–24\""
]
},
{
"Formula": "SUMIFS(A1,B1,\"March 27\")",
"Formula2": "SUMIFS(A2:A15,B2:B15,\"March 27\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the game number on march 27?",
"Tokens": [
"SUMIFS(",
"A1",
"B1",
"\"March 27\""
]
},
{
"Formula": "MAX(A1)",
"Formula2": "MAX(A2:A15)",
"Funcs": [
"MAX(",
"Cell"
],
"Level": "easy",
"Question": "What is the largest game number?",
"Tokens": [
"MAX(",
"A1"
]
}
] | train_1-27712702-11 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
[
"2",
"59",
"March 2",
"Indiana",
"W 113–89 (OT)",
"Kevin Durant , Russell Westbrook (21)",
"Serge Ibaka (12)",
"Russell Westbrook (9)",
"Oklahoma City Arena 18,203",
"37–22"
],
[
"3",
"60",
"March 4",
"@ Atlanta",
"W 111–104 (OT)",
"Kevin Durant (29)",
"Kevin Durant (8)",
"Russell Westbrook (9)",
"Philips Arena 17,916",
"38–22"
],
[
"4",
"61",
"March 6",
"Phoenix",
"W 122–118 (OT)",
"Russell Westbrook (32)",
"Nick Collison , Thabo Sefolosha (9)",
"Russell Westbrook (11)",
"Oklahoma City Arena 18,203",
"39–22"
],
[
"5",
"62",
"March 7",
"@ Memphis",
"L 101–107 (OT)",
"Russell Westbrook (27)",
"Kevin Durant , James Harden , Serge Ibaka (6)",
"Russell Westbrook (7)",
"FedExForum 13,903",
"39–23"
],
[
"6",
"63",
"March 9",
"@ Philadelphia",
"W 110–105 (OT)",
"Kevin Durant (34)",
"Kevin Durant (16)",
"Russell Westbrook (12)",
"Wells Fargo Center 19,283",
"40–23"
],
[
"7",
"64",
"March 11",
"Detroit",
"W 104–94 (OT)",
"Kevin Durant (24)",
"Kevin Durant (9)",
"Russell Westbrook (11)",
"Oklahoma City Arena 18,203",
"41–23"
],
[
"8",
"65",
"March 13",
"@ Cleveland",
"W 95–75 (OT)",
"Russell Westbrook (20)",
"Serge Ibaka (14)",
"Eric Maynor (8)",
"Quicken Loans Arena 19,811",
"42–23"
],
[
"9",
"66",
"March 14",
"@ Washington",
"W 116–89 (OT)",
"Kevin Durant (32)",
"Kendrick Perkins (9)",
"Russell Westbrook (12)",
"Verizon Center 17,921",
"43–23"
],
[
"10",
"67",
"March 16",
"@ Miami",
"W 96–85 (OT)",
"Kevin Durant (29)",
"Serge Ibaka (12)",
"Kevin Durant (6)",
"American Airlines Arena 20,083",
"44–23"
],
[
"11",
"68",
"March 18",
"Charlotte",
"W 99–82 (OT)",
"Kevin Durant (25)",
"Serge Ibaka (13)",
"Russell Westbrook (7)",
"Oklahoma City Arena 18,203",
"45–23"
],
[
"12",
"70",
"March 23",
"Utah",
"W 106–94 (OT)",
"Russell Westbrook (31)",
"Serge Ibaka (13)",
"Russell Westbrook (5)",
"Oklahoma City Arena 18,203",
"46–24"
],
[
"13",
"71",
"March 25",
"Minnesota",
"W 111–103 (OT)",
"Kevin Durant (23)",
"Serge Ibaka (10)",
"Russell Westbrook (8)",
"Oklahoma City Arena 18,203",
"47–24"
],
[
"14",
"72",
"March 27",
"Portland",
"W 99–90 (OT)",
"Russell Westbrook (28)",
"Kendrick Perkins (10)",
"Russell Westbrook (7)",
"Oklahoma City Arena 18,203",
"48–24"
],
[
"15",
"73",
"March 29",
"Golden State",
"W 115–114 (OT)",
"Kevin Durant (39)",
"Kendrick Perkins (13)",
"Russell Westbrook (9)",
"Oklahoma City Arena 18,203",
"49–24"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(B1, I1=\"83/95\")))",
"Formula2": "ROWS(UNIQUE(FILTER(B2:B10, I2:I10=\"83/95\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": " how many air date with overall being 83/95",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"B1",
"I1",
"=",
"\"83/95\""
]
},
{
"Formula": "SUMIFS(F1,I1,\"91/101\")",
"Formula2": "SUMIFS(F2:F10,I2:I10,\"91/101\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": " how many viewers (m) with overall being 91/101",
"Tokens": [
"SUMIFS(",
"F1",
"I1",
"\"91/101\""
]
},
{
"Formula": "SUM(FILTER(C1, F1=2.89))",
"Formula2": "SUM(FILTER(C2:C10, F2:F10=2.89))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "what are all the rating with viewers (m) being 2.89",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"F1",
"=",
"2.89"
]
},
{
"Formula": "LET(query1,SUMMARIZE(I1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=1.4))",
"Formula2": "LET(query1,SUMMARIZE(I2:I10,SUMX(C2:C10)),FILTER(query1,CHOOSECOLS(query1,2)=1.4))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "what are all the overall with rating being 1.4",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"I1",
"SUMX(",
"C1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"1.4"
]
},
{
"Formula": "LET(query1,SUMMARIZE(I1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=2.61))",
"Formula2": "LET(query1,SUMMARIZE(I2:I10,SUMX(F2:F10)),FILTER(query1,CHOOSECOLS(query1,2)=2.61))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "what are all the overall with viewers (m) being 2.61",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"I1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"2.61"
]
},
{
"Formula": "SUM(FILTER(C1, F1=2.61))",
"Formula2": "SUM(FILTER(C2:C10, F2:F10=2.61))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "what are all the rating with viewers (m) being 2.61",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"F1",
"=",
"2.61"
]
}
] | train_1-13110459-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"No.",
"Air Date",
"Rating",
"Share",
"18-49 (Rating/Share)",
"Viewers (m)",
"Night",
"Timeslot",
"Overall"
],
[
"2",
"1",
"October 19, 2007",
"2.1",
"4",
"1.5/5",
"3.57",
"9",
"5",
"83/97"
],
[
"3",
"2",
"October 26, 2007",
"1.8",
"3",
"1.2/4",
"2.89",
"10",
"5",
"87/97"
],
[
"4",
"3",
"November 2, 2007",
"1.4",
"3",
"1.0/3",
"2.31",
"11",
"5",
"92/100"
],
[
"5",
"4",
"November 9, 2007",
"1.8",
"3",
"1.0/4",
"2.69",
"12",
"5",
"91/101"
],
[
"6",
"5",
"November 16, 2007",
"1.7",
"3",
"1.1/4",
"2.57",
"12",
"5",
"94/101"
],
[
"7",
"6",
"November 23, 2007",
"1.6",
"3",
"1.1/3",
"2.61",
"10",
"5",
"83/95"
],
[
"8",
"7",
"November 30, 2007",
"1.5",
"3",
"0.9/3",
"2.16",
"10",
"5",
"92/98"
],
[
"9",
"8",
"December 7, 2007",
"1.9",
"3",
"1.2/4",
"3.04",
"12",
"5",
"87/102"
],
[
"10",
"9",
"December 14, 2007",
"1.8",
"3",
"1.1/3",
"3.14",
"9",
"4",
"84/98"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=\"04h17m35.8s\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)<11.4))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F19,C2:C19=\"04h17m35.8s\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)<11.4))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "Which Name has Apparent Magnitude smaller than 11.4, and R.A. (J2000) of 04h17m35.8s?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"04h17m35.8s\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"11.4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"ngc 1543\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,A2:A19=\"ngc 1543\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which R.A. (J2000) has a Name of ngc 1543?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"ngc 1543\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"1331 ± 3\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,E2:E19=\"1331 ± 3\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Dec. (J2000) has a Redshift (km/ s) of 1331 ± 3?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"1331 ± 3\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"ngc 1515\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,A2:A19=\"ngc 1515\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which R.A. (J2000) has a Name of ngc 1515?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"ngc 1515\"",
"3"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"°07′06″\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=11.7))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F19,D2:D19=\"°07′06″\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=11.7))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which R.A. (J2000) has Apparent Magnitude of 11.7, and Dec. (J2000) of °07′06″?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"°07′06″\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"11.7"
]
}
] | train_2-18156552-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Name",
"Type",
"R.A. ( J2000 )",
"Dec. ( J2000 )",
"Redshift (km/ s )",
"Apparent Magnitude"
],
[
"2",
"NGC 2082",
"SAB(rs+)c",
"05h41m51.1s",
"°18′04″",
"1184 ± 6",
"12.6"
],
[
"3",
"NGC 1947",
"S0 - pec",
"05h26m47.6s",
"°45′36″",
"1100 ± 24",
"11.7"
],
[
"4",
"NGC 1796",
"(R)SB(r)dm:",
"05h02m42.5s",
"°08′24″",
"1014 ± 9",
"12.9"
],
[
"5",
"NGC 1688",
"SB(rs)dm",
"04h48m23.8s",
"°48′01″",
"1228 ± 6",
"12.6"
],
[
"6",
"NGC 1672",
"(R'_1:)SB(r)bc Sy2",
"04h45m42.5s",
"°14′50″",
"1331 ± 3",
"10.3"
],
[
"7",
"IC 2056",
"SAB(r)b",
"04h16m24.5s",
"°12′25″",
"1133 ± 10",
"12.5"
],
[
"8",
"NGC 1559",
"SB(s)cd",
"04h17m35.8s",
"°47′01″",
"1304 ± 4",
"11.0"
],
[
"9",
"NGC 1543",
"(R)SB(l)0 0",
"04h12m43.2s",
"°44′17″",
"1176 ± 7",
"11.5"
],
[
"10",
"NGC 1574",
"SA0 -",
"04h21m58.8s",
"°58′29″",
"1050 ± 25",
"11.4"
],
[
"11",
"NGC 1533",
"(L)SB(rs)0 0",
"04h09m51.8s",
"°07′06″",
"790 ± 5",
"11.7"
],
[
"12",
"NGC 1546",
"SA0 +?",
"04h14m36.5s",
"°03′39″",
"1284 ± 14",
"11.8"
],
[
"13",
"NGC 1553",
"SA(rl)0 0",
"04h16m10.5s",
"°46′49″",
"1080 ± 11",
"10.3"
],
[
"14",
"NGC 1549",
"E0 −1",
"04h15m45.1s",
"°35′32″",
"1220 ± 15",
"10.7"
],
[
"15",
"NGC 1566",
"(R'_1)SAB(rs)bcSy1",
"04h20m00.4s",
"°56′16″",
"1504 ± 2",
"10.3"
],
[
"16",
"NGC 1617",
"(R')SAB(rs)a",
"04h31m39.5s",
"°36′08″",
"1063 ± 21",
"11.4"
],
[
"17",
"NGC 1515",
"SAB(s)bc",
"04h04m02.7s",
"°06′00″",
"1175 ± 7",
"12.1"
],
[
"18",
"NGC 1705",
"SA0 - pec",
"04h54m13.5s",
"°21′40″",
"633 ± 6",
"12.8"
],
[
"19",
"NGC 1596",
"SA0: sp",
"04h27m38.1s",
"°01′40″",
"1510 ± 8",
"12.1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"manzoor elahi\")*(E1=\"taufeeq umar\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,(F2:F16=\"manzoor elahi\")*(E2:E16=\"taufeeq umar\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Team has Manzoor Elahi as Coach and Taufeeq Umar as Captain?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"manzoor elahi\"",
"*",
"E1",
"=",
"\"taufeeq umar\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"bahawalpur stags\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,A2:A16=\"bahawalpur stags\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which City has the Bahawalpur Stags Team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"bahawalpur stags\"",
"2"
]
}
] | train_2-16159444-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Team",
"City",
"Inaugural season",
"Final season",
"Captain",
"Coach"
],
[
"2",
"Abbottabad Falcons",
"Abbottabad , KP",
"2005–06",
"2012–13",
"Younus Khan",
"Sajjad Akbar"
],
[
"3",
"Lahore Eagles",
"Lahore , PJ",
"2004–05",
"2012–13",
"Taufeeq Umar",
"Manzoor Elahi"
],
[
"4",
"Faisalabad Wolves",
"Faisalabad , PJ",
"2004–05",
"2012–13",
"Misbah-ul-Haq",
"Naveed Anjum"
],
[
"5",
"Bahawalpur Stags",
"Bahawalpur , PJ",
"2012–13",
"2012–13",
"Bilal Khilji",
"Shahid Anwar"
],
[
"6",
"Hyderabad Hawks",
"Hyderabad , SN",
"2004–05",
"2012–13",
"Rizwan Ahmed",
"Shaukat Mirza"
],
[
"7",
"Islamabad Leopards",
"Islamabad , CT",
"2005–06",
"2012–13",
"Umar Gul",
"Taimoor Azam"
],
[
"8",
"Afghan Cheetahs",
"Kabul , Afghanistan",
"2011–12",
"2011–12",
"Mohammad Nabi",
"Raees Ahmadzai"
],
[
"9",
"Karachi Dolphins",
"Karachi , SN",
"2004–05",
"2012–13",
"Shahid Afridi",
"Tauseef Ahmed"
],
[
"10",
"Lahore Lions",
"Lahore , PJ",
"2004–05",
"2012–13",
"Mohammad Hafeez",
"Mohsin Kamal"
],
[
"11",
"Multan Tigers",
"Multan , PJ",
"2004–05",
"2012–13",
"Abdur Rauf",
"Manzoor Elahi"
],
[
"12",
"Peshawar Panthers",
"Peshawar , KP",
"2004–05",
"2012–13",
"Akbar Badshah",
"Abdur Rehman"
],
[
"13",
"Quetta Bears",
"Quetta , BL",
"2004–05",
"2012–13",
"Gohar Faiz",
"Arshad Khan"
],
[
"14",
"Rawalpindi Rams",
"Rawalpindi , PJ",
"2004–05",
"2012–13",
"Sohail Tanvir",
"Sabih Azhar"
],
[
"15",
"Sialkot Stallions",
"Sialkot , PJ",
"2004–05",
"2012–13",
"Shoaib Malik",
"Ijaz Ahmed jnr"
],
[
"16",
"Karachi Zebras",
"Karachi , SN",
"2004–05",
"2012–13",
"Rameez Raja",
"Azam Khan"
]
] |
[
{
"Formula": "SUM(FILTER(C1, (A1=6)*(E1>0)))",
"Formula2": "SUM(FILTER(C2:C11, (A2:A11=6)*(E2:E11>0)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Gold that has a Rank of 6, and a Bronze larger than 0 had what total number of gold?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"A1",
"=",
"6",
"*",
"E1",
">",
"0"
]
},
{
"Formula": "SUM(FILTER(E1, F1=5))",
"Formula2": "SUM(FILTER(E2:E11, F2:F11=5))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Total of 5 had what bronze?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"F1",
"=",
"5"
]
}
] | train_2-14841421-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"Iran",
"9",
"4",
"2",
"15"
],
[
"3",
"2",
"South Korea",
"2",
"1",
"0",
"3"
],
[
"4",
"3",
"Kazakhstan",
"1",
"3",
"2",
"6"
],
[
"5",
"4",
"Qatar",
"1",
"2",
"2",
"5"
],
[
"6",
"5",
"China",
"1",
"1",
"4",
"6"
],
[
"7",
"6",
"Saudi Arabia",
"0",
"2",
"0",
"2"
],
[
"8",
"7",
"Japan",
"0",
"1",
"2",
"3"
],
[
"9",
"8",
"Chinese Taipei",
"0",
"0",
"1",
"1"
],
[
"10",
"8",
"Indonesia",
"0",
"0",
"1",
"1"
],
[
"11",
"Total",
"Total",
"14",
"14",
"14",
"42"
]
] |
[
{
"Formula": "MINIFS(G1,B1,\"roger dutton/tony wright\")",
"Formula2": "MINIFS(G2:G11,B2:B11,\"roger dutton/tony wright\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What are the fewest points that Roger Dutton/Tony Wright have received?",
"Tokens": [
"MINIFS(",
"G1",
"B1",
"\"roger dutton/tony wright\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,D1=\"bmw\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,7)))),FILTER(query1,CHOOSECOLS(query1,2)=6))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G11,D2:D11=\"bmw\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,7)))),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": "How fast does the BMW with 6 points go?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"bmw\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"7",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"6"
]
}
] | train_2-15753390-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Place",
"Rider",
"Country",
"Machine",
"Speed",
"Time",
"Points"
],
[
"2",
"1",
"Siegfried Schauzu /Wolfgang Kalauch",
"West Germany",
"BMW",
"91.85mph",
"1:13.57.2",
"15"
],
[
"3",
"2",
"Heinz Luthringshauser/J.Cusnik",
"West Germany",
"BMW",
"91.70mph",
"1:14.04.6",
"12"
],
[
"4",
"3",
"Gerry Boret/Nick Boret",
"United Kingdom",
"Konig",
"84.43mph",
"1:20.27.4",
"10"
],
[
"5",
"4",
"W.Klenk/N.Scheerer",
"West Germany",
"BMW",
"83.62mph",
"1:21.31.8",
"8"
],
[
"6",
"5",
"Barry Dungworth/R.W.Turrington",
"United Kingdom",
"BMW",
"82.32mph",
"1:22.30.6",
"6"
],
[
"7",
"6",
"Roy Hanks/J.P.Mann",
"United Kingdom",
"BSA",
"80.07mph",
"1:24.49.6",
"5"
],
[
"8",
"7",
"R.Woodhouse/D.Woodhouse",
"United Kingdom",
"BSA",
"79.83mph",
"1.25.05.40",
"4"
],
[
"9",
"8",
"Roger Dutton/Tony Wright",
"United Kingdom",
"BMW",
"79.63mph",
"1.25.18.0",
"3"
],
[
"10",
"9",
"George O'Dell /Bill Boldison",
"United Kingdom",
"BSA",
"79.60mph",
"1.25.20.2",
"2"
],
[
"11",
"10",
"J.Barker/A.Macfadzean",
"United Kingdom",
"BSA",
"79.52mph",
"1.25.28.2",
"1"
]
] |
[
{
"Formula": "SUM(FILTER(H1, (E1<17197)*(B1=\"wild\")))",
"Formula2": "SUM(FILTER(H2:H15, (E2:E15<17197)*(B2:B15=\"wild\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many points when under 17,197 attended against the wild?",
"Tokens": [
"SUM(",
"FILTER(",
"H1",
"E1",
"<",
"17197",
"*",
"B1",
"=",
"\"wild\""
]
}
] | train_2-11801795-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Date",
"Opponent",
"Score",
"Loss",
"Attendance",
"Record",
"Arena",
"Points"
],
[
"2",
"December 2",
"Oilers",
"4–0",
"Giguere (9–8–2)",
"17,174",
"12–12–4",
"Honda Center",
"28"
],
[
"3",
"December 5",
"Sabres",
"4–1",
"Miller (10–11–1)",
"17,174",
"13–12–4",
"Honda Center",
"30"
],
[
"4",
"December 7",
"@ Blackhawks",
"5–3",
"Khabibulin (10–8–2)",
"17,734",
"14–12–4",
"United Center",
"32"
],
[
"5",
"December 8",
"@ Predators",
"4–2",
"Hiller (1–2–1)",
"13,469",
"14–13–4",
"Sommet Center",
"32"
],
[
"6",
"December 10",
"@ Blue Jackets",
"4–3",
"Leclaire (10–6–3)",
"11,984",
"15–13–4",
"Nationwide Arena",
"34"
],
[
"7",
"December 12",
"Canucks",
"3–2",
"Giguere (12–9–2)",
"17,174",
"15–14–4",
"Honda Center",
"34"
],
[
"8",
"December 14",
"Wild",
"5–2",
"Giguere (12–10–2)",
"17,174",
"15–15–4",
"Honda Center",
"34"
],
[
"9",
"December 16",
"Sharks",
"2–1",
"Giguere (12–10–3)",
"17,174",
"15–15–5",
"Honda Center",
"35"
],
[
"10",
"December 18",
"@ Sharks",
"2–0",
"Nabokov (18–11–4)",
"17,197",
"16–15–5",
"HP Pavilion at San Jose",
"37"
],
[
"11",
"December 19",
"Avalanche",
"2–1",
"Budaj (12–6–1)",
"17,174",
"17–15–5",
"Honda Center",
"39"
],
[
"12",
"December 22",
"@ Sharks",
"5–2",
"Nabokov (18–12–5)",
"17,496",
"18–15–5",
"HP Pavilion at San Jose",
"41"
],
[
"13",
"December 27",
"@ Oilers",
"2–1",
"Garon (9–8–1)",
"16,839",
"19–15–5",
"Rexall Place",
"43"
],
[
"14",
"December 29",
"@ Flames",
"5–3",
"Giguere (15–11–3)",
"19,289",
"19–16–5",
"Pengrowth Saddledome",
"43"
],
[
"15",
"December 30",
"Canucks",
"2–1",
"Hiller (2–3–1)",
"18,630",
"19–17–5",
"General Motors Place",
"43"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"William J. Driver\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"William J. Driver\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what's the district with incumbent being william j. driver",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"William J. Driver\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"John E. Miller\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"John E. Miller\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what's the district with incumbent being john e. miller",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"John E. Miller\"",
"1"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(B1, D1=1932)))",
"Formula2": "ROWS(UNIQUE(FILTER(B2:B7, D2:D7=1932)))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "medium",
"Question": " how many incumbent with first elected being 1932",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"B1",
"D1",
"=",
"1932"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Arkansas 1\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,A2:A7=\"Arkansas 1\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "who is the the incumbent with dbeingtrict being arkansas 1",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Arkansas 1\"",
"2"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(A1, B1=\"David Delano Glover\")))",
"Formula2": "ROWS(UNIQUE(FILTER(A2:A7, B2:B7=\"David Delano Glover\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": " how many district with incumbent being david delano glover",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"A1",
"B1",
"=",
"\"David Delano Glover\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Ben Cravens (D) Unopposed\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,F2:F7=\"Ben Cravens (D) Unopposed\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "who is the the incumbent with candidates being ben cravens (d) unopposed",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"Ben Cravens (D) Unopposed\"",
"2"
]
}
] | train_1-1342331-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"Arkansas 1",
"William J. Driver",
"Democratic",
"1920",
"Re-elected",
"William J. Driver (D) Unopposed"
],
[
"3",
"Arkansas 2",
"John E. Miller",
"Democratic",
"1930",
"Re-elected",
"John E. Miller (D) Unopposed"
],
[
"4",
"Arkansas 3",
"Claude Fuller",
"Democratic",
"1928",
"Re-elected",
"Claude Fuller (D) 63.1% Pat Murphy (R) 36.9%"
],
[
"5",
"Arkansas 4",
"Ben Cravens",
"Democratic",
"1932",
"Re-elected",
"Ben Cravens (D) Unopposed"
],
[
"6",
"Arkansas 5",
"David D. Terry",
"Democratic",
"1933",
"Re-elected",
"David D. Terry (D) Unopposed"
],
[
"7",
"Arkansas 6",
"David Delano Glover",
"Democratic",
"1928",
"Lost renomination Democratic hold",
"John Little McClellan (D) Unopposed"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"gs\")*(E1=\"0–3\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,(B2:B9=\"gs\")*(E2:E9=\"0–3\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Venue has a Round of gs, and a Result of 0–3?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"gs\"",
"*",
"E1",
"=",
"\"0–3\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"27 august 2003\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,A2:A9=\"27 august 2003\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the result on 27 august 2003?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"27 august 2003\"",
"5"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,(D1=\"a\")*(A1=\"4 november 2003\")),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>48588))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F9,(D2:D9=\"a\")*(A2:A9=\"4 november 2003\")),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>48588))",
"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 Result has an Attendance larger than 48,588, and a Venue of A, and a Date of 4 november 2003?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"a\"",
"*",
"A1",
"=",
"\"4 november 2003\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"48588"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"a\")*(C1=\"manchester united\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,(D2:D9=\"a\")*(C2:C9=\"manchester united\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Result has a Venue of A, and an Opponent of manchester united?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"a\"",
"*",
"C1",
"=",
"\"manchester united\"",
"5"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,(C1=\"manchester united\")*(A1=\"4 november 2003\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>13718))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F9,(C2:C9=\"manchester united\")*(A2:A9=\"4 november 2003\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>13718))",
"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 Round has an Attendance larger than 13,718, and an Opponent of manchester united, and a Date of 4 november 2003?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"manchester united\"",
"*",
"A1",
"=",
"\"4 november 2003\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"13718"
]
}
] | test_2-1630554-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Date",
"Round",
"Opponent",
"Venue",
"Result",
"Attendance"
],
[
"2",
"13 August 2003",
"QR3",
"FC Copenhagen",
"H",
"1–1",
"47,401"
],
[
"3",
"27 August 2003",
"QR3",
"FC Copenhagen",
"A",
"2–1",
"35,519"
],
[
"4",
"16 September 2003",
"GS",
"VfB Stuttgart",
"H",
"2–1",
"47,957"
],
[
"5",
"1 October 2003",
"GS",
"Panathinaikos",
"A",
"1–1",
"13,718"
],
[
"6",
"22 October 2003",
"GS",
"Manchester United",
"H",
"0–1",
"48,730"
],
[
"7",
"4 November 2003",
"GS",
"Manchester United",
"A",
"0–3",
"66,707"
],
[
"8",
"26 November 2003",
"GS",
"VfB Stuttgart",
"A",
"0–1",
"50,348"
],
[
"9",
"9 December 2003",
"GS",
"Panathinaikos",
"H",
"1–3",
"48,588"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"Night on the Sun\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,B2:B12=\"Night on the Sun\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the total viewers on fx+ for night on the sun ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"Night on the Sun\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=102000),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,E2:E12=102000),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Name the episode number for total viewers on fx+ being 102,000",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"102000",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=483000),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,D2:D12=483000),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Name the title for total viewers on fx+ being 483,000",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"483000",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=583000),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,F2:F12=583000),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Name the total viewers on fx+ for 583,000 total viewers",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"583000",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"January 21, 2011\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,C2:C12=\"January 21, 2011\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the rank on channel for january 21, 2011",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"January 21, 2011\"",
"7"
]
}
] | train_1-26493520-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Episode number (Production number)",
"Title",
"Original air date",
"Total viewers on FX",
"Total viewers on FX+",
"Total viewers",
"Rank on channel"
],
[
"2",
"25 (3.01)",
"Bad Blood",
"January 14, 2011",
"524000",
"94000",
"618000",
"#1 (FX) #1 (FX+)"
],
[
"3",
"26 (3.02)",
"Beautifully Broken",
"January 21, 2011",
"518000",
"77000",
"595000",
"#1 (FX) #1 (FX+)"
],
[
"4",
"27 (3.03)",
"It Hurts Me Too",
"January 28, 2011",
"440000",
"80000",
"520000",
"#1 (FX) #2 (FX+)"
],
[
"5",
"28 (3.04)",
"9 Crimes",
"February 4, 2011",
"473000",
"102000",
"575000",
"#1 (FX) #1 (FX+)"
],
[
"6",
"29 (3.05)",
"Trouble",
"February 11, 2011",
"483,000",
"107,000",
"590,000",
"#1 (FX) #1 (FX+)"
],
[
"7",
"30 (3.06)",
"I Got a Right to Sing the Blues",
"February 18, 2011",
"496,000",
"87,000",
"583,000",
"#1 (FX) #2 (FX+)"
],
[
"8",
"31 (3.07)",
"Hitting the Ground",
"February 25, 2011",
"494,000",
"80,000",
"574,000",
"#1 (FX) #2 (FX+)"
],
[
"9",
"32 (3.08)",
"Night on the Sun",
"March 4, 2011",
"TBA",
"TBA",
"TBA",
"TBA"
],
[
"10",
"33 (3.09)",
"Everything is Broken",
"March 11, 2011",
"TBA",
"TBA",
"TBA",
"TBA"
],
[
"11",
"34 (3.10)",
"I Smell a Rat",
"March 16, 2011",
"544,000",
"100,000",
"644,000",
"#1 (FX) #1 (FX+)"
],
[
"12",
"35 (3.11)",
"Fresh Blood",
"March 23, 2011",
"398,000",
"106,000",
"504,000",
"#2 (FX) #2 (FX+)"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"zhu lin\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,C2:C18=\"zhu lin\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who played in the Mixed Doubles when Zhu Lin played in the Women's Singles?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"zhu lin\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=2002),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,A2:A18=2002),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Who was on the Men's Doubles Team in 2002?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"2002",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"aya ohori\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,C2:C18=\"aya ohori\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which year did Aya Ohori play in the Women's Singles?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"aya ohori\"",
"1"
]
}
] | train_2-12513240-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Men's singles",
"Women's singles",
"Men's doubles",
"Women's doubles",
"Mixed doubles"
],
[
"2",
"1997",
"Chen Hong",
"Yang Wei",
"Chan Chong Ming Jeremy Gan",
"Yang Wei Gao Ling",
"Cheng Rui Gao Ling"
],
[
"3",
"1998",
"Chien Yu-Hsu",
"Hu Ting",
"Chan Chong Ming Teo Kok Seng",
"Gong Ruina Huang Sui",
"Jiang Shan Huang Sui"
],
[
"4",
"1999",
"Xiao Li",
"Hu Ting",
"Sang Yang Chen Yu",
"Xie Xingfang Zhang Jiewen",
"Hendry Kurniawan Saputra Eny Erlangga"
],
[
"5",
"2000",
"Lin Dan",
"Yu Jin",
"Sang Yang Zheng Bo",
"Zhang Yawen Wei Yili",
"Zheng Bo Wei Yili"
],
[
"6",
"2001",
"Ardiansyah",
"Jun Jae-youn",
"Lee Jae-jin Hwang Ji-man",
"Hwang Yu-mi Cho A Ra",
"Hwang Ji-man Bae Sung-hee"
],
[
"7",
"2002",
"Park Sung-hwan",
"Zhu Lin",
"Koo Kien Keat Ong Soon Hock",
"Rong Lu Du Jing",
"Markis Kido Lilyana Natsir"
],
[
"8",
"2003",
"No competition",
"No competition",
"No competition",
"No competition",
"No competition"
],
[
"9",
"2004",
"Chen Jin",
"Jiang Yanjiao",
"Jung Jung-young Lee Yong-dae",
"Ding Jiao Zhao Yunlei",
"Shen Ye Feng Chen"
],
[
"10",
"2005",
"Lu Qicheng",
"Wang Lin",
"Lee Yong-dae Cho Gun-woo",
"Cheng Shu Liao Jingmei",
"Lee Yong-dae Ha Jung-eun"
],
[
"11",
"2006",
"Kenichi Tago",
"Wang Yihan",
"Lee Yong-dae Cho Gun-woo",
"Ma Jin Wang Xiaoli",
"Lee Yong-dae Yoo Hyun-young"
],
[
"12",
"2007",
"Chen Long",
"Liu Xin",
"Chai Biao Li Tian",
"Richi Puspita Dili Debby Susanto",
"Tan Wee Kiong Woon Khe Wei"
],
[
"13",
"2008",
"Wang Zhengming",
"Li Xuerui",
"Mak Hee Chun Teo Kok Siang",
"Xie Jing Zhong Qianxin",
"Zhang Nan Lu Lu"
],
[
"14",
"2009",
"Tian Houwei",
"Chen Xiaojia",
"Angga Pratama Yohanes Rendy Sugiarto",
"Tang Jinhua Xia Huan",
"Lu Kai Bao Yixin"
],
[
"15",
"2010",
"Huang Yuxiang",
"Suo Di",
"Kang Ji-wook Choi Seung-il",
"Tang Jinhua Xia Huan",
"Liu Cheng Bao Yixin"
],
[
"16",
"2011",
"Zulfadli Zulkiffli",
"Sun Yu",
"Lin Chia-yu Huang Po-jui",
"Suci Rizki Andini Tiara Rosalia Nuraidah",
"Lukhi Apri Nugroho Ririn Amelia"
],
[
"17",
"2012",
"Kento Momota",
"Pusarla Venkata Sindhu",
"Edi Subaktiar Arya Maulana Aldiartama",
"Shin Seung-chan Lee So-hee",
"Choi Sol-kyu Chae Yoo-jung"
],
[
"18",
"2013",
"Soo Teck Zhi",
"Aya Ohori",
"Li Junhui Liu Yuchen",
"Huang Dongping Jia Yifan",
"Choi Sol-kyu Chae Yoo-jung"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"tiger stadium\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,E2:E15=\"tiger stadium\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the record at Tiger Stadium?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"tiger stadium\"",
"6"
]
}
] | train_2-17869717-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Game site",
"Record",
"Attendance"
],
[
"2",
"1",
"September 15",
"Los Angeles Rams",
"L 10–17",
"Mile High Stadium",
"0–1",
"51,121"
],
[
"3",
"2",
"September 22",
"Pittsburgh Steelers",
"T 35–35 (OT)",
"Mile High Stadium",
"0–1–1",
"51,068"
],
[
"4",
"3",
"September 30",
"at Washington Redskins",
"L 30–3",
"RFK Stadium",
"0–2–1",
"54,395"
],
[
"5",
"4",
"October 6",
"at Kansas City Chiefs",
"W 17–14",
"Arrowhead Stadium",
"1–2–1",
"67,298"
],
[
"6",
"5",
"October 13",
"New Orleans Saints",
"W 33–17",
"Mile High Stadium",
"2–2–1",
"50,881"
],
[
"7",
"6",
"October 20",
"San Diego Chargers",
"W 27–7",
"Mile High Stadium",
"3–2–1",
"50,928"
],
[
"8",
"7",
"October 27",
"at Cleveland Browns",
"L 21–23",
"Cleveland Stadium",
"3–3–1",
"60,478"
],
[
"9",
"8",
"November 3",
"Oakland Raiders",
"L 17–28",
"Mile High Stadium",
"3–4–1",
"45,946"
],
[
"10",
"9",
"November 10",
"at Baltimore Colts",
"W 17–6",
"Memorial Stadium",
"4–4–1",
"33,244"
],
[
"11",
"10",
"November 18",
"Kansas City Chiefs",
"L 34–42",
"Mile High Stadium",
"4–5–1",
"50,236"
],
[
"12",
"11",
"November 24",
"at Oakland Raiders",
"W 20–17",
"Oakland-Alameda County Coliseum",
"5–5–1",
"51,224"
],
[
"13",
"12",
"November 28",
"at Detroit Lions",
"W 31–27",
"Tiger Stadium",
"6–5–1",
"51,157"
],
[
"14",
"13",
"December 8",
"Houston Oilers",
"W 37–14",
"Mile High Stadium",
"7–5–1",
"46,942"
],
[
"15",
"14",
"December 15",
"at San Diego Chargers",
"L 0–17",
"San Diego Stadium",
"7–6–1",
"36,571"
]
] |
[
{
"Formula": "FILTER(C1,B1=1981)",
"Formula2": "FILTER(C2:C7,B2:B7=1981)",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What championship was played in 1981?",
"Tokens": [
"FILTER(",
"C1",
"B1",
"=",
"1981"
]
},
{
"Formula": "ROWS(FILTER(A1,E1=\"Paul McNamee\"))",
"Formula2": "ROWS(FILTER(A2:A7,E2:E7=\"Paul McNamee\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many different outcomes did the final with Paul McNamee as a partner have?",
"Tokens": [
"ROWS(",
"FILTER(",
"A1",
"E1",
"=",
"\"Paul McNamee\""
]
},
{
"Formula": "ROWS(FILTER(E1,C1=\"French Open (0/1)\"))",
"Formula2": "ROWS(FILTER(E2:E7,C2:C7=\"French Open (0/1)\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many different partners were played with during French Open (0/1)?",
"Tokens": [
"ROWS(",
"FILTER(",
"E1",
"C1",
"=",
"\"French Open (0/1)\""
]
}
] | dev_1-2201541-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Outcome",
"Year",
"Championship (Titles/Finals)",
"Surface",
"Partner",
"Opponents in the final",
"Score in the final"
],
[
"2",
"Winner",
"1980",
"Australian Open (1/1)",
"Grass",
"Kim Warwick",
"Peter McNamara Paul McNamee",
"7–5, 6–4"
],
[
"3",
"Winner",
"1981",
"Australian Open (2/2)",
"Grass",
"Kim Warwick",
"Hank Pfister John Sadri",
"6–3, 6–7, 6–3"
],
[
"4",
"Winner",
"1983",
"Australian Open (3/3)",
"Grass",
"Paul McNamee",
"Steve Denton Sherwood Stewart",
"6–3, 7–6"
],
[
"5",
"Runner-Up",
"1983",
"French Open (0/1)",
"Clay",
"Sherwood Stewart",
"Hans Simonsson Anders Järryd",
"7–6 (7-4) , 6–4, 6–2"
],
[
"6",
"Winner",
"1984",
"Australian Open (4/4)",
"Grass",
"Sherwood Stewart",
"Joakim Nyström Mats Wilander",
"6–2, 6–2, 7–5"
],
[
"7",
"Runner-Up",
"1985",
"Australian Open (4/5)",
"Grass",
"Kim Warwick",
"Paul Annacone Christo Van Rensburg",
"3–6, 7–6, 6–4, 6–4"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(I1)),FILTER(query1,CHOOSECOLS(query1,2)=2))",
"Formula2": "LET(query1,SUMMARIZE(A2:A8,SUMX(I2:I8)),FILTER(query1,CHOOSECOLS(query1,2)=2))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which player has a 50 of 2?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"I1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"2"
]
},
{
"Formula": "SUM(FILTER(H1, I1=3))",
"Formula2": "SUM(FILTER(H2:H8, I2:I8=3))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many 100 for the player with 3 50s?",
"Tokens": [
"SUM(",
"FILTER(",
"H1",
"I1",
"=",
"3"
]
},
{
"Formula": "SUM(FILTER(F1, (B1=\"Lancashire\")*(H1=1)))",
"Formula2": "SUM(FILTER(F2:F8, (B2:B8=\"Lancashire\")*(H2:H8=1)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the average for the player from Lancashire 1 100?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"B1",
"=",
"\"Lancashire\"",
"*",
"H1",
"=",
"1"
]
}
] | test_1-28798161-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Player",
"County",
"Matches",
"Innings",
"Runs",
"Average",
"Highest Score",
"100s",
"50s"
],
[
"2",
"Barry Richards Category:Articles with hCards",
"Hampshire",
"12",
"11",
"592",
"65.77",
"155*",
"3",
"0"
],
[
"3",
"Clive Lloyd Category:Articles with hCards",
"Lancashire",
"14",
"14",
"521",
"57.88",
"134*",
"1",
"2"
],
[
"4",
"Harry Pilling Category:Articles with hCards",
"Lancashire",
"16",
"15",
"625",
"52.08",
"85",
"0",
"5"
],
[
"5",
"Brian Luckhurst Category:Articles with hCards",
"Kent",
"11",
"11",
"520",
"52.00",
"142",
"1",
"3"
],
[
"6",
"Pasty Harris Category:Articles with hCards",
"Nottinghamshire",
"16",
"16",
"596",
"45.84",
"104*",
"1",
"4"
],
[
"7",
"Bryan Davis Category:Articles with hCards",
"Glamorgan",
"13",
"13",
"535",
"44.58",
"74",
"0",
"6"
],
[
"8",
"Mike Denness Category:Articles with hCards",
"Kent",
"16",
"16",
"582",
"41.57",
"94*",
"0",
"4"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"glenn nye\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H12,D2:D12=\"glenn nye\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the name of the incumbent for Glenn Nye?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"D1",
"=",
"\"glenn nye\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"rick boucher\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H12,D2:D12=\"rick boucher\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the other party nominee that ran against Democratic Rick Boucher?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"D1",
"=",
"\"rick boucher\"",
"8"
]
},
{
"Formula": "LET(query1,SUMMARIZE(H1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=3))",
"Formula2": "LET(query1,SUMMARIZE(H2:H12,SUMX(A2:A12)),FILTER(query1,CHOOSECOLS(query1,2)=3))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Who is the other party nominee for district 3?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"H1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"3"
]
}
] | test_2-17503169-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"District",
"Incumbent",
"2008 Status",
"Democratic",
"Republican",
"Independent Green",
"Libertarian",
"Other Party"
],
[
"2",
"1",
"Rob Wittman",
"Re-election",
"Bill Day",
"Rob Wittman",
"None",
"Nathan Larson",
"None"
],
[
"3",
"2",
"Thelma Drake",
"Re-election",
"Glenn Nye",
"Thelma Drake",
"None",
"None",
"None"
],
[
"4",
"3",
"Robert C. Scott",
"Re-election",
"Robert C. Scott",
"None",
"None",
"None",
"None"
],
[
"5",
"4",
"Randy Forbes",
"Re-election",
"Andrea Miller",
"Randy Forbes",
"None",
"None",
"None"
],
[
"6",
"5",
"Virgil Goode",
"Re-election",
"Tom Perriello",
"Virgil Goode",
"None",
"None",
"None"
],
[
"7",
"6",
"Bob Goodlatte",
"Re-election",
"Sam Rasoul",
"Bob Goodlatte",
"None",
"None",
"Janice Lee Allen"
],
[
"8",
"7",
"Eric Cantor",
"Re-election",
"Anita Hartke",
"Eric Cantor",
"None",
"None",
"None"
],
[
"9",
"8",
"Jim Moran",
"Re-election",
"Jim Moran",
"Mark Ellmore",
"J. Ron Fisher",
"None",
"None"
],
[
"10",
"9",
"Rick Boucher",
"Re-election",
"Rick Boucher",
"None",
"None",
"None",
"None"
],
[
"11",
"10",
"Frank Wolf",
"Re-election",
"Judy Feder",
"Frank Wolf",
"None",
"None",
"Neeraj Nigam"
],
[
"12",
"11",
"Thomas M. Davis",
"Open",
"Gerry Connolly",
"Keith Fimian",
"Joseph Oddo",
"None",
"None"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=5088))",
"Formula2": "LET(query1,SUMMARIZE(A2:A9,SUMX(C2:C9)),FILTER(query1,CHOOSECOLS(query1,2)=5088))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which stations had volume of 5088 in 2004-05?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"C1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"5088"
]
},
{
"Formula": "SUM(FILTER(J1, G1=11580))",
"Formula2": "SUM(FILTER(J2:J9, G2:G9=11580))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many stations in 2011-12 had volume of 11580 in 2008-09?",
"Tokens": [
"SUM(",
"FILTER(",
"J1",
"G1",
"=",
"11580"
]
},
{
"Formula": "MIN(FILTER(J1, G1=21652))",
"Formula2": "MIN(FILTER(J2:J9, G2:G9=21652))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What was the least volume recorded in 2011-12 when 2008-09 had 21652?",
"Tokens": [
"MIN(",
"FILTER(",
"J1",
"G1",
"=",
"21652"
]
}
] | train_1-1470706-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J"
],
[
"1",
"Station Name",
"2002–03",
"2004–05",
"2005–06",
"2006–07",
"2007–08",
"2008–09",
"2009–10",
"2010–11",
"2011–12"
],
[
"2",
"Devonport",
"18795",
"16202",
"18573",
"19655",
"17450",
"21652",
"21674",
"27006",
"27756"
],
[
"3",
"Dockyard",
"4070",
"5088",
"4895",
"5335",
"4924",
"5280",
"5524",
"5406",
"7716"
],
[
"4",
"Keyham",
"8957",
"6374",
"7594",
"7976",
"5050",
"5648",
"5016",
"6330",
"7708"
],
[
"5",
"St Budeaux Victoria Road",
"5451",
"5818",
"6146",
"5264",
"5193",
"5678",
"7026",
"6942",
"7780"
],
[
"6",
"Bere Ferrers",
"17808",
"12862",
"11459",
"10824",
"10824",
"11580",
"12606",
"14374",
"15020"
],
[
"7",
"Bere Alston",
"37944",
"29552",
"27263",
"26866",
"28936",
"32454",
"36272",
"41666",
"44792"
],
[
"8",
"Calstock",
"25739",
"24024",
"21123",
"23476",
"26825",
"31168",
"33368",
"33198",
"32456"
],
[
"9",
"Gunnislake",
"39009",
"37190",
"43885",
"43676",
"48747",
"49070",
"51424",
"50218",
"52116"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(F1=\"aa\")*(A1=\"park tudor\")),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I9,(F2:F9=\"aa\")*(A2:A9=\"park tudor\")),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which year did park tudor school join IHSAA class AA?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"F1",
"=",
"\"aa\"",
"*",
"A1",
"=",
"\"park tudor\"",
"8"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,A1=\"speedway\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I9,A2:A9=\"speedway\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which IHSAA class does speedway school belong to?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"A1",
"=",
"\"speedway\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(H1<2012)*(C1=\"panthers\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I9,(H2:H9<2012)*(C2:C9=\"panthers\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which ISHAA school joined in 2012 and has a mascot of the panthers?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"H1",
"<",
"2012",
"*",
"C1",
"=",
"\"panthers\"",
"5"
]
}
] | test_2-18672607-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"School",
"Location",
"Mascot",
"Enrollment 12-13",
"IHSAA Class",
"IHSAA Class Football",
"County",
"Year Joined",
"Previous Conference"
],
[
"2",
"Beech Grove",
"Beech Grove",
"Hornets",
"819",
"AAA",
"AAA",
"49 Marion",
"2005",
"Mid-State"
],
[
"3",
"Cardinal Ritter",
"Indianapolis",
"Raiders",
"532",
"AA",
"AA",
"49 Marion",
"2005",
"Independents"
],
[
"4",
"Lapel *",
"Lapel",
"Bulldogs",
"439",
"AA",
"A",
"48 Madison",
"2009",
"White River"
],
[
"5",
"Lutheran",
"Indianapolis",
"Saints",
"212",
"A",
"A",
"49 Marion",
"2009",
"Independents"
],
[
"6",
"Park Tudor",
"Indianapolis",
"Panthers",
"423",
"AA",
"AA",
"49 Marion",
"2005",
"independent"
],
[
"7",
"Scecina Memorial",
"Indianapolis",
"Crusaders",
"340",
"AA",
"A",
"49 Marion",
"2005",
"Rangeline"
],
[
"8",
"Speedway",
"Speedway",
"Sparkplugs",
"493",
"AA",
"AA",
"49 Marion",
"2010",
"West Central"
],
[
"9",
"Triton Central",
"Fairland",
"Tigers",
"510",
"AA",
"AA",
"73 Shelby",
"2012",
"Mid-Hoosier"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"October 20\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,B2:B8=\"October 20\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who had the high point total on october 20?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"October 20\"",
"5"
]
}
] | test_1-27700530-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",
"1",
"October 5",
"@ Houston",
"W 97–88 (OT)",
"Dwight Howard (19)",
"Dwight Howard (12)",
"Jameer Nelson (7)",
"State Farm Arena 4,854",
"1–0"
],
[
"3",
"2",
"October 8",
"@ Indiana",
"W 93–86 (OT)",
"Vince Carter (25)",
"Ryan Anderson (16)",
"Jameer Nelson (7)",
"Conseco Fieldhouse 10,001",
"2–0"
],
[
"4",
"3",
"October 10",
"New Orleans",
"W 135–81 (OT)",
"Ryan Anderson , Rashard Lewis , J. J. Redick (23)",
"Dwight Howard (11)",
"Chris Duhon (7)",
"Amway Center 18,516",
"3–0"
],
[
"5",
"4",
"October 14",
"Charlotte",
"W 86–73 (OT)",
"Brandon Bass (16)",
"Brandon Bass (9)",
"Chris Duhon (6)",
"Amway Center 18,846",
"4–0"
],
[
"6",
"5",
"October 16",
"Chicago",
"W 105–67 (OT)",
"Vince Carter (21)",
"Dwight Howard (11)",
"Chris Duhon (7)",
"Amway Center 18,846",
"5–0"
],
[
"7",
"6",
"October 18",
"@ Atlanta",
"W 102–73 (OT)",
"Brandon Bass (17)",
"Dwight Howard (13)",
"Chris Duhon (10)",
"Philips Arena 7,571",
"6–0"
],
[
"8",
"7",
"October 20",
"Dallas",
"W 101–76 (OT)",
"Vince Carter , Dwight Howard (20)",
"Dwight Howard (13)",
"Jameer Nelson (10)",
"Amway Center 18,846",
"7–0"
]
] |
[
{
"Formula": "FILTER(B1,A1=\"Athens\")",
"Formula2": "FILTER(B2:B8,A2:A8=\"Athens\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the difficulty of the athens circuit?",
"Tokens": [
"FILTER(",
"B1",
"A1",
"=",
"\"Athens\""
]
},
{
"Formula": "ROWS(FILTER(G1,H1=\"Paris\"))",
"Formula2": "ROWS(FILTER(G2:G8,H2:H8=\"Paris\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many instances is paris the unlock?",
"Tokens": [
"ROWS(",
"FILTER(",
"G1",
"H1",
"=",
"\"Paris\""
]
},
{
"Formula": "ROWS(FILTER(E1,I1=\"N/A\"))",
"Formula2": "ROWS(FILTER(E2:E8,I2:I8=\"N/A\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many instances is the unlocked n/a?",
"Tokens": [
"ROWS(",
"FILTER(",
"E1",
"I1",
"=",
"\"N/A\""
]
},
{
"Formula": "MIN(FILTER(G1,A1=\"Athens\"))",
"Formula2": "MIN(FILTER(G2:G8,A2:A8=\"Athens\"))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the lowest unlock order for the athens circuit?",
"Tokens": [
"MIN(",
"FILTER(",
"G1",
"A1",
"=",
"\"Athens\""
]
},
{
"Formula": "FILTER(E1,B1=\"Hard\")",
"Formula2": "FILTER(E2:E8,B2:B8=\"Hard\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the setting for the hard difficulty?",
"Tokens": [
"FILTER(",
"E1",
"B1",
"=",
"\"Hard\""
]
},
{
"Formula": "FILTER(F1,A1=\"Athens\")",
"Formula2": "FILTER(F2:F8,A2:A8=\"Athens\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What are the conditions for the athens circuit?",
"Tokens": [
"FILTER(",
"F1",
"A1",
"=",
"\"Athens\""
]
}
] | dev_1-24463470-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Circuit",
"Difficulty",
"Turns",
"Direction",
"Setting",
"Conditions",
"Unlock Order",
"Unlocks",
"Unlocked by"
],
[
"2",
"Athens",
"Medium",
"11",
"Clockwise",
"Day",
"Dry",
"2",
"Berlin",
"Rome or Fiorano"
],
[
"3",
"Berlin",
"Medium",
"10",
"Anti- Clockwise",
"Day",
"Dry",
"3",
"Madrid",
"Athens"
],
[
"4",
"Fiorano",
"Hard",
"12",
"Figure- Eight",
"Day",
"Dry and Rain",
"1",
"Athens",
"N/A"
],
[
"5",
"Los Angeles",
"Easy",
"12",
"Clockwise",
"Day",
"Dry and Rain",
"6",
"New York",
"Paris"
],
[
"6",
"Madrid",
"Easy",
"9",
"Clockwise",
"Night",
"Dry",
"4",
"Paris",
"Berlin"
],
[
"7",
"New York",
"Easy",
"15",
"Figure- Eight",
"Night",
"Wet",
"7",
"N/A",
"Los Angeles"
],
[
"8",
"Paris",
"Easy",
"10",
"Clockwise",
"Day",
"Dry and Rain",
"5",
"Los Angeles",
"Madrid"
]
] |
[
{
"Formula": "ROWS(FILTER(A1,(D1>2013)+(D1<2008)))",
"Formula2": "ROWS(FILTER(A2:A9,(D2:D9>2013)+(D2:D9<2008)))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"+",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many museums were opened after 2013 or before 2008?",
"Tokens": [
"ROWS(",
"FILTER(",
"A1",
"D1",
">",
"2013",
"+",
"D1",
"<",
"2008"
]
},
{
"Formula": "SUM(FILTER(A1, (Year(D1)<2008)+(Year(D1)>2013)))",
"Formula2": "SUM(FILTER(A2:A9, (Year(D1)<2008)+(Year(D1)>2013)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Year(",
"Cell",
"<",
"Num",
"+",
"Year(",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "the number of museums opened after 2013 or before 2008",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"Year(",
"D1",
"<",
"2008",
"+",
"Year(",
"D1",
">",
"2013"
]
}
] | museum_visit_museum | [
[
"0",
"A",
"B",
"C",
"D"
],
[
"1",
"museum id",
"name",
"num of staff",
"open year"
],
[
"2",
"1",
"Plaza Museum",
"62",
"2000"
],
[
"3",
"2",
"Capital Plaza Museum",
"25",
"2012"
],
[
"4",
"3",
"Jefferson Development Museum",
"18",
"2010"
],
[
"5",
"4",
"Willow Grande Museum",
"17",
"2011"
],
[
"6",
"5",
"RiverPark Museum",
"16",
"2008"
],
[
"7",
"6",
"Place Tower Museum",
"16",
"2008"
],
[
"8",
"7",
"Central City District Residential Museum",
"15",
"2010"
],
[
"9",
"8",
"ZirMed Gateway Museum",
"12",
"2009"
]
] |
[
{
"Formula": "SUM(FILTER(D1, (C1=116)*(E1<1)))",
"Formula2": "SUM(FILTER(D2:D6, (C2:C6=116)*(E2:E6<1)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What was the average for the player that scored 116 yards and had TD's less than 1?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"C1",
"=",
"116",
"*",
"E1",
"<",
"1"
]
},
{
"Formula": "SUM(FILTER(B1, D1>13))",
"Formula2": "SUM(FILTER(B2:B6, D2:D6>13))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What was the lowest recorded record for a player with an average larger than 13?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"D1",
">",
"13"
]
},
{
"Formula": "SUM(FILTER(C1, (E1=1)*(A1=\"hank edwards\")*(D1>13)))",
"Formula2": "SUM(FILTER(C2:C6, (E2:E6=1)*(A2:A6=\"hank edwards\")*(D2:D6>13)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many yards did Hank Edwards make when he had TD's of 1 and an average higher than 13?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"E1",
"=",
"1",
"*",
"A1",
"=",
"\"hank edwards\"",
"*",
"D1",
">",
"13"
]
},
{
"Formula": "SUM(FILTER(C1, (F1<18)*(D1>13)))",
"Formula2": "SUM(FILTER(C2:C6, (F2:F6<18)*(D2:D6>13)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many yards were averaged by the player that had a higher than 13 average with less than 18 long?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"F1",
"<",
"18",
"*",
"D1",
">",
"13"
]
},
{
"Formula": "MAX(FILTER(C1, E1>4))",
"Formula2": "MAX(FILTER(C2:C6, E2:E6>4))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the highest number of yards recorded for a player that had more than 4 TD's?",
"Tokens": [
"MAX(",
"FILTER(",
"C1",
"E1",
">",
"4"
]
}
] | train_2-11486671-12 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Player",
"Rec.",
"Yards",
"Avg.",
"TD's",
"Long"
],
[
"2",
"Lawrence Samuels",
"11",
"116",
"10.5",
"1",
"18"
],
[
"3",
"Terrill Shaw",
"9",
"112",
"12.4",
"4",
"26"
],
[
"4",
"Hank Edwards",
"3",
"39",
"13",
"1",
"17"
],
[
"5",
"Karl Williams",
"3",
"39",
"13",
"0",
"17"
],
[
"6",
"Marvin Brown",
"1",
"9",
"9",
"0",
"9"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"friendly\")*(B1=\"26 may 1999\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,(E2:E20=\"friendly\")*(B2:B20=\"26 may 1999\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the venue when the competition is friendly on 26 may 1999?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"friendly\"",
"*",
"B1",
"=",
"\"26 may 1999\"",
"3"
]
}
] | train_2-17150259-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Goal",
"Date",
"Venue",
"Result",
"Competition",
"Scored"
],
[
"2",
"3",
"25 September 1993",
"Bežigrad Stadium , Ljubljana",
"10–0",
"1995 UEFA Championship Qual.",
"3"
],
[
"3",
"5",
"6 November 1993",
"KVV Coxyde, Koksijde",
"3–0",
"1995 UEFA Championship Qual.",
"2"
],
[
"4",
"7",
"13 March 1994",
"City Ground , Nottingham",
"6–0",
"1995 UEFA Championship Qual.",
"2"
],
[
"5",
"9",
"17 April 1994",
"Griffin Park , Brentford",
"10–0",
"1995 UEFA Championship Qual.",
"2"
],
[
"6",
"10",
"8 June 1995",
"Tingvalla IP , Karlstad",
"3–2",
"1995 World Cup",
"1"
],
[
"7",
"12",
"19 November 1995",
"The Valley , London",
"5–0",
"1997 UEFA Championship Qual.",
"2"
],
[
"8",
"13",
"23 May 1998",
"Sportpark Olympia , Waalwijk",
"1–2",
"1999 World Cup Qual.",
"1"
],
[
"9",
"15",
"13 September 1998",
"Stadionul Poiana , Câmpina",
"4–1",
"1999 World Cup Qual.",
"2"
],
[
"10",
"16",
"11 October 1998",
"Adams Park , Wycombe",
"2–1",
"1999 World Cup Qual.",
"1"
],
[
"11",
"17",
"26 May 1999",
"Lugo, Emilia-Romagna",
"1–4",
"Friendly",
"1"
],
[
"12",
"18",
"22 August 1999",
"Odense Stadion , Odense",
"1–0",
"Friendly",
"1"
],
[
"13",
"19",
"17 October 1999",
"Sportanlagen Trinermatten , Zofingen",
"3–0",
"2001 UEFA Championship Qual.",
"1"
],
[
"14",
"20",
"20 February 2000",
"Oakwell , Barnsley",
"2–0",
"2001 UEFA Championship Qual.",
"1"
],
[
"15",
"21",
"30 October 2000",
"Kolos Stadium , Boryspil",
"2–1",
"2001 UEFA Championship Qual.",
"1"
],
[
"16",
"22",
"24 November 2001",
"Complexo Desportivo da Gafanha, Gafanha da Nazaré",
"1–1",
"2003 World Cup Qual.",
"1"
],
[
"17",
"24",
"5 March 2002",
"Estádio Municipal, Lagos",
"3–6",
"Algarve Cup",
"2"
],
[
"18",
"25",
"7 March 2002",
"Estádio Municipal, Quarteira",
"4–1",
"Algarve Cup",
"1"
],
[
"19",
"25",
"23 March 2002",
"Zuiderpark Stadion , The Hague",
"4–0",
"2003 World Cup Qual.",
"1"
],
[
"20",
"27",
"16 September 2002",
"Laugardalsvöllur , Reykjavík",
"2–2",
"2003 World Cup Qual.",
"2"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"conglomerate\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"conglomerate\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Where is the headquarter of the conglomerate industry?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"conglomerate\"",
"3"
]
}
] | train_2-14094649-21 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Name",
"Headquarters",
"Primary industry",
"Market value ( USD million)"
],
[
"2",
"1",
"Microsoft",
"United States",
"Software industry",
"271,854"
],
[
"3",
"2",
"General Electric",
"United States",
"Conglomerate",
"258,871"
],
[
"4",
"3",
"Exxon Mobil",
"United States",
"Oil and gas",
"172,213"
],
[
"5",
"4",
"Royal Dutch Shell",
"The Netherlands",
"Oil and gas",
"164,157"
],
[
"6",
"5",
"Merck",
"United States",
"Health care",
"154,753"
],
[
"7",
"6",
"Pfizer",
"United States",
"Health care",
"148,074"
],
[
"8",
"7",
"Intel Corporation",
"United States",
"Computer hardware",
"144,060"
],
[
"9",
"8",
"The Coca-Cola Company",
"United States",
"Beverage",
"142,164"
],
[
"10",
"9",
"Wal-Mart",
"United States",
"Retail",
"123,062"
],
[
"11",
"10",
"IBM",
"United States",
"Software industry, Computer hardware",
"121,184"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"montreal alouettes (via edmonton)\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"montreal alouettes (via edmonton)\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Position has a CFL Team of montreal alouettes (via edmonton)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"montreal alouettes (via edmonton)\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"montreal alouettes (via hamilton via winnipeg)\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"montreal alouettes (via hamilton via winnipeg)\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Player has a CFL Team of montreal alouettes (via hamilton via winnipeg)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"montreal alouettes (via hamilton via winnipeg)\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"patrick macdonald\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"patrick macdonald\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Position has a Player of patrick macdonald?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"patrick macdonald\"",
"4"
]
}
] | train_2-10812403-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pick #",
"CFL Team",
"Player",
"Position",
"College"
],
[
"2",
"17",
"BC Lions (via Hamilton)",
"Tad Crawford",
"S",
"Columbia"
],
[
"3",
"18",
"Montreal Alouettes (via Edmonton)",
"Chris Van Zeyl",
"DL",
"McMaster"
],
[
"4",
"19",
"Montreal Alouettes (via Hamilton via Winnipeg)",
"Brian Jones",
"OL",
"Windsor"
],
[
"5",
"20",
"Saskatchewan Roughriders",
"Yannick Carter",
"LB",
"Wilfrid Laurier"
],
[
"6",
"21",
"Calgary Stampeders (via Toronto)",
"Patrick MacDonald",
"DL",
"Alberta"
],
[
"7",
"22",
"Winnipeg Blue Bombers (via Calgary)",
"Eugene Boakye",
"LB",
"McMaster"
],
[
"8",
"23",
"Montreal Alouettes",
"Donovan Alexander",
"DB",
"North Dakota"
],
[
"9",
"24",
"BC Lions",
"Andre Sadeghian",
"RB",
"McMaster"
]
] |
[
{
"Formula": "FILTER(D1,(F1>\"26,526\")*(A1=\"sf first leg\"))",
"Formula2": "FILTER(D2:D8,(F2:F8>\"26,526\")*(A2:A8=\"sf first leg\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
">",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which venue has attendance larger than 26,526, and sf first leg round?",
"Tokens": [
"FILTER(",
"D1",
"F1",
">",
"\"26,526\"",
"*",
"A1",
"=",
"\"sf first leg\""
]
},
{
"Formula": "FILTER(E1,C1=\"sunderland\")",
"Formula2": "FILTER(E2:E8,C2:C8=\"sunderland\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which result has sunderland as opponent?",
"Tokens": [
"FILTER(",
"E1",
"C1",
"=",
"\"sunderland\""
]
}
] | dev_2-18866859-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Round",
"Date",
"Opponent",
"Venue",
"Result",
"Attendance",
"Goalscorers"
],
[
"2",
"R1",
"21 August 2001",
"Bury",
"A",
"3–1",
"3,129",
"Ekoku , Maddix , McLaren"
],
[
"3",
"R2",
"12 September 2001",
"Sunderland",
"H",
"4–2 ( a.e.t. )",
"12,074",
"Ekoku , Morrison (pen), Di Piedi , Bonvín"
],
[
"4",
"R3",
"10 October 2001",
"Crystal Palace",
"H",
"2–2 (won 3-1 on pens)",
"8,796",
"Westwood , Crane"
],
[
"5",
"R4",
"28 November 2001",
"Aston Villa",
"A",
"1–0",
"26,526",
"Ekoku"
],
[
"6",
"R5",
"19 December 2001",
"Watford",
"H",
"4–0",
"20,319",
"Sibon , Hamshaw , O'Donnell , Soltvedt"
],
[
"7",
"SF First Leg",
"8 January 2002",
"Blackburn Rovers",
"H",
"1–2",
"30,883",
"Ekoku"
],
[
"8",
"SF Second Leg",
"22 January 2002",
"Blackburn Rovers",
"A",
"2–4 (lost 3-6 on agg)",
"26,844",
"Ekoku (pen), Soltvedt"
]
] |
[
{
"Formula": "MIN(FILTER(C1,(D1=4)*(E1>4)))",
"Formula2": "MIN(FILTER(C2:C7,(D2:D7=4)*(E2:E7>4)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the fewest gold medals for the nation with 4 silvers and more than 4 bronze?",
"Tokens": [
"MIN(",
"FILTER(",
"C1",
"D1",
"=",
"4",
"*",
"E1",
">",
"4"
]
},
{
"Formula": "ROWS(FILTER(D1,(C1<1)*(F1<1)))",
"Formula2": "ROWS(FILTER(D2:D7,(C2:C7<1)*(F2:F7<1)))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many silver medals for the nation with fewer than 1 golds and total less than 1?",
"Tokens": [
"ROWS(",
"FILTER(",
"D1",
"C1",
"<",
"1",
"*",
"F1",
"<",
"1"
]
}
] | dev_2-17978030-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"China (CHN)",
"2",
"1",
"1",
"4"
],
[
"3",
"2",
"South Korea (KOR)",
"1",
"1",
"0",
"2"
],
[
"4",
"3",
"Japan (JPN)",
"1",
"0",
"3",
"4"
],
[
"5",
"4",
"Indonesia (INA)",
"0",
"1",
"0",
"1"
],
[
"6",
"4",
"Iran (IRI)",
"0",
"1",
"0",
"1"
],
[
"7",
"Total",
"Total",
"4",
"4",
"4",
"12"
]
] |
[
{
"Formula": "FILTER(C1,F1=\"January18,2009\")",
"Formula2": "FILTER(C2:C10,F2:F10=\"January18,2009\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": " what's the title where original air date is january18,2009",
"Tokens": [
"FILTER(",
"C1",
"F1",
"=",
"\"January18,2009\""
]
},
{
"Formula": "FILTER(F1,E1=\"Iain Morris & Damon Beesley\")",
"Formula2": "FILTER(F2:F10,E2:E10=\"Iain Morris & Damon Beesley\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": " what's the original air date where written by is iain morris & damon beesley",
"Tokens": [
"FILTER(",
"F1",
"E1",
"=",
"\"Iain Morris & Damon Beesley\""
]
}
] | dev_1-11589522-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date"
],
[
"2",
"13",
"1",
"\" A Good Opportunity \"",
"James Bobin",
"James Bobin & Jemaine Clement & Bret McKenzie",
"January18,2009"
],
[
"3",
"14",
"2",
"\" The New Cup \"",
"James Bobin",
"Duncan Sarkies",
"January25,2009"
],
[
"4",
"15",
"3",
"\" The Tough Brets \"",
"James Bobin",
"James Bobin & Jemaine Clement & Bret McKenzie",
"February1,2009"
],
[
"5",
"16",
"4",
"\" Murray Takes It to the Next Level \"",
"Troy Miller",
"James Bobin & Jemaine Clement & Bret McKenzie",
"February8,2009"
],
[
"6",
"17",
"5",
"\" Unnatural Love \"",
"Michel Gondry",
"Iain Morris & Damon Beesley",
"February15,2009"
],
[
"7",
"18",
"6",
"\" Love Is a Weapon of Choice \"",
"James Bobin",
"Paul Simms",
"February22,2009"
],
[
"8",
"19",
"7",
"\" Prime Minister \"",
"James Bobin",
"James Bobin & Jemaine Clement & Bret McKenzie",
"March1,2009"
],
[
"9",
"20",
"8",
"\" New Zealand Town \"",
"Taika Waititi",
"Taika Waititi",
"March8,2009"
],
[
"10",
"21",
"9",
"\" Wingmen \"",
"James Bobin",
"James Bobin & Jemaine Clement & Bret McKenzie",
"March15,2009"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"mcmaster\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"mcmaster\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Position, when School/Club Team is McMaster?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"mcmaster\"",
"4"
]
},
{
"Formula": "MINIFS(A1,B1,\"9 (via hamilton)\")",
"Formula2": "MINIFS(A2:A8,B2:B8,\"9 (via hamilton)\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the lowest Round, when Pick is 9 (via Hamilton)?",
"Tokens": [
"MINIFS(",
"A1",
"B1",
"\"9 (via hamilton)\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"ol\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<6))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E8,D2:D8=\"ol\"),SUMMARIZE(CHOOSECOLS(query1,2),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 Pick, when Position is OL, and when Round is less than 6?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"ol\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"9 (via hamilton)\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"9 (via hamilton)\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is School/Club Team, when Pick is 9 (via Hamilton)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"9 (via hamilton)\"",
"5"
]
}
] | train_2-16912045-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Round",
"Pick",
"Player",
"Position",
"School/Club Team"
],
[
"2",
"1",
"5",
"Justin Sorensen",
"OL",
"South Carolina"
],
[
"3",
"2",
"9 (via Hamilton)",
"Rolly Lumbala",
"RB",
"Idaho"
],
[
"4",
"3",
"18 (via Edmonton)",
"Justin Shaw",
"DL",
"Manitoba"
],
[
"5",
"3",
"20 (via Saskatchewan via Montreal)",
"Jason Arakgi",
"LB",
"McMaster"
],
[
"6",
"3",
"22",
"Mike McEachern",
"LB",
"Western Illinois"
],
[
"7",
"5",
"38",
"Brady Browne",
"DB",
"Manitoba"
],
[
"8",
"6",
"46",
"Hubert Buydens",
"OL",
"Saskatchewan"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"vitória de setúbal\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,A2:A17=\"vitória de setúbal\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Where did the Vitória de Setúbal club place in the 2006-2007 season?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"vitória de setúbal\"",
"5"
]
}
] | train_2-12041078-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Club",
"Head Coach",
"City",
"Stadium",
"2006-2007 season"
],
[
"2",
"Académica de Coimbra",
"Domingos Paciência Category:Articles with hCards",
"Coimbra",
"Estádio Cidade de Coimbra",
"13th in the Liga"
],
[
"3",
"Belenenses",
"Jorge Jesus Category:Articles with hCards",
"Lisbon",
"Estádio do Restelo",
"5th in the Liga"
],
[
"4",
"Benfica",
"Fernando Chalana Category:Articles with hCards",
"Lisbon",
"Estádio do Sport Lisboa e Benfica (Estádio da Luz)",
"3rd in the Liga"
],
[
"5",
"Boavista",
"Jaime Pacheco Category:Articles with hCards",
"Porto",
"Estádio do Bessa – Século XXI",
"9th in the Liga"
],
[
"6",
"Sporting de Braga",
"Jorge Costa Category:Articles with hCards",
"Braga",
"Estádio AXA ( Estádio Municipal de Braga )",
"4th in the Liga"
],
[
"7",
"Estrela da Amadora",
"Daúto Faquirá Category:Articles with hCards",
"Amadora",
"Estádio José Gomes",
"10th in the Liga"
],
[
"8",
"União de Leiria",
"Paulo Duarte",
"Leiria",
"Estádio Municipal de Leiria Dr. Magalhães Pessoa",
"7th in the Liga"
],
[
"9",
"Leixões",
"Carlos Brito",
"Matosinhos",
"Estádio do Mar",
"1st in the Liga de Honra"
],
[
"10",
"Marítimo",
"Sebastião Lazaroni Category:Articles with hCards",
"Funchal",
"Estádio dos Barreiros",
"12th in the Liga"
],
[
"11",
"Nacional",
"Predrag Jokanović Category:Articles with hCards",
"Funchal",
"Estádio da Madeira",
"8th in the Liga"
],
[
"12",
"Naval 1° de Maio",
"Ulisses Morais",
"Figueira da Foz",
"Estádio Municipal José Bento Pessoa",
"11th in the Liga"
],
[
"13",
"Paços de Ferreira",
"José Mota Category:Articles with hCards",
"Paços de Ferreira",
"Estádio da Mata Real",
"6th in the Liga"
],
[
"14",
"Porto",
"Jesualdo Ferreira Category:Articles with hCards",
"Porto",
"Estádio do Dragão",
"1st in the Liga"
],
[
"15",
"Sporting CP",
"Paulo Bento Category:Articles with hCards",
"Lisbon",
"Estádio José Alvalade – Século XXI",
"2nd in the Liga"
],
[
"16",
"Vitória de Guimarães",
"Manuel Cajuda Category:Articles with hCards",
"Guimarães",
"Estádio D. Afonso Henriques",
"2nd in the Liga de Honra"
],
[
"17",
"Vitória de Setúbal",
"Carlos Carvalhal Category:Articles with hCards",
"Setúbal",
"Estádio do Bonfim",
"14th in the Liga"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"72-72=144\")*(C1=\"united states\")*(B1=\"scott mccarron\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,(D2:D17=\"72-72=144\")*(C2:C17=\"united states\")*(B2:B17=\"scott mccarron\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Place, when Score is 72-72=144, when Country is United States, and when Player is Scott McCarron?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"72-72=144\"",
"*",
"C1",
"=",
"\"united states\"",
"*",
"B1",
"=",
"\"scott mccarron\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"70-73=143\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,D2:D17=\"70-73=143\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Country, when Score is 70-73=143?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"70-73=143\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,A2:A17=2),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is Player, when Place is 2?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"2",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"billy mayfair\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,B2:B17=\"billy mayfair\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Country, when Player is Billy Mayfair?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"billy mayfair\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"k. j. choi\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,B2:B17=\"k. j. choi\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is To Par, when Player is K. J. Choi?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"k. j. choi\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"billy mayfair\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,B2:B17=\"billy mayfair\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Score, when Player is Billy Mayfair?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"billy mayfair\"",
"4"
]
}
] | train_2-16299790-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"1",
"Tiger Woods",
"United States",
"67-68=135",
"–5"
],
[
"3",
"2",
"Pádraig Harrington",
"Ireland",
"70-68=138",
"–2"
],
[
"4",
"T3",
"K. J. Choi",
"South Korea",
"69-73=142",
"+2"
],
[
"5",
"T3",
"Sergio García",
"Spain",
"68-74=142",
"+2"
],
[
"6",
"T3",
"Davis Love III",
"United States",
"71-71=142",
"+2"
],
[
"7",
"T3",
"Jeff Maggert",
"United States",
"69-73=142",
"+2"
],
[
"8",
"T7",
"Shigeki Maruyama",
"Japan",
"76-67=143",
"+3"
],
[
"9",
"T7",
"Billy Mayfair",
"United States",
"69-74=143",
"+3"
],
[
"10",
"T7",
"Phil Mickelson",
"United States",
"70-73=143",
"+3"
],
[
"11",
"T10",
"Robert Allenby",
"Australia",
"74-70=144",
"+4"
],
[
"12",
"T10",
"Tom Byrum",
"United States",
"72-72=144",
"+4"
],
[
"13",
"T10",
"Niclas Fasth",
"Sweden",
"72-72=144",
"+4"
],
[
"14",
"T10",
"Steve Flesch",
"United States",
"72-72=144",
"+4"
],
[
"15",
"T10",
"Justin Leonard",
"United States",
"73-71=144",
"+4"
],
[
"16",
"T10",
"Scott McCarron",
"United States",
"72-72=144",
"+4"
],
[
"17",
"T10",
"Rocco Mediate",
"United States",
"72-72=144",
"+4"
]
] |
[
{
"Formula": "SUMIFS(A1,E1,\"19' 19.83 117.110mph\")",
"Formula2": "SUMIFS(A2:A10,E2:E10,\"19' 19.83 117.110mph\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many times was tues 24 aug 19' 19.83 117.110mph?",
"Tokens": [
"SUMIFS(",
"A1",
"E1",
"\"19' 19.83 117.110mph\""
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(I1, H1=\"19' 38.87 115.219mph\")))",
"Formula2": "ROWS(UNIQUE(FILTER(I2:I10, H2:H10=\"19' 38.87 115.219mph\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "how many time is fri 27 aug 19' 38.87 115.219mph?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"I1",
"H1",
"=",
"\"19' 38.87 115.219mph\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"26' 57.82 89.957mph\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,D2:D10=\"26' 57.82 89.957mph\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is wed 25 aug when mon 23 aug is 26' 57.82 89.957mph?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"D1",
"=",
"\"26' 57.82 89.957mph\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"19' 59.98 113.192mph\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,F2:F10=\"19' 59.98 113.192mph\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is thurs 26 aug when wed 25 aug is 19' 59.98 113.192mph?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"F1",
"=",
"\"19' 59.98 113.192mph\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"18' 59.25 119.226mph\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,H2:H10=\"18' 59.25 119.226mph\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is mon 23 aug when fri 27 aug is 18' 59.25 119.226mph?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"H1",
"=",
"\"18' 59.25 119.226mph\"",
"4"
]
}
] | train_1-26986076-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Rank",
"Rider",
"Sat 21 Aug",
"Mon 23 Aug",
"Tues 24 Aug",
"Wed 25 Aug",
"Thurs 26 Aug",
"Fri 27 Aug",
"Sat 29 Aug"
],
[
"2",
"1",
"Michael Sweeney 600cc Yamaha",
"Untimed Practice",
"26' 57.82 89.957mph",
"19' 29.69 116.123mph",
"19' 17.77 104.021mph",
"19' 00.92 119.051mph",
"18' 54.41 119.734mph",
"—— No Time"
],
[
"3",
"2",
"Simon Fulton 599cc Yamaha",
"Untimed Practice",
"23' 31.88 96.203mph",
"19' 19.83 117.110mph",
"19' 13.11 117.793mph",
"19' 03.33 118.800mph",
"18' 59.25 119.226mph",
"—— No Time"
],
[
"4",
"3",
"Wayne Kirwan 600cc Yamaha",
"Untimed Practice",
"22' 38.60 99.977mph",
"19' 38.41 115.386mph",
"19' 29.39 116.153mph",
"19' 06.92 118.429mph",
"19' 08.49 118.267mph",
"—— No Time"
],
[
"5",
"4",
"Dan Sayle 600cc Yamaha",
"Untimed Practice",
"23' 08.44 97.828mph",
"20' 03.70 112.842mph",
"—— No Time",
"19' 09.10 119.204mph",
"19' 24.69 116.622mph",
"21' 40.20 104.467mph"
],
[
"6",
"5",
"David Lumsden 600cc Yamaha",
"Untimed Practice",
"24' 38.98 91.839mph",
"20' 28.61 110.554mph",
"20' 09.25 112.324mph",
"19' 19.68 117.125mph",
"19' 15.66 117.553mph",
"—— No Time"
],
[
"7",
"6",
"Andrew Brady 599cc Honda",
"Untimed Practice",
"—— No Time",
"20' 31.13 110.328mph",
"20' 38.38 109.682mph",
"19' 21.45 116.947mph",
"19' 36.65 115.436mph",
"—— No Time"
],
[
"8",
"7",
"Jules Croft 600c Honda",
"Untimed Practice",
"25' 45.94 87.961mph",
"20' 03.37 112.873mph",
"20' 10.73 112.187mph",
"19' 52.18 113.932mph",
"19' 28.57 116.234mph",
"—— No Time"
],
[
"9",
"8",
"Philip McGurk 600cc Honda",
"Untimed Practice",
"23' 43.94 95.389mph",
"19' 48.52 115.386mph",
"19' 50.42 115.386mph",
"19' 36.97 115.405mph",
"19' 38.87 115.219mph",
"—— No Time"
],
[
"10",
"9",
"Andy Fenton 600cc Yamaha",
"Untimed Practice",
"21' 58.61 103.009mph",
"19' 57.44 113.432mph",
"19' 59.98 113.192mph",
"19' 50.53 114.090mph",
"19' 41.91 114.992mph",
"—— No Time"
]
] |
[
{
"Formula": "SUM(FILTER(E1, (G1>176)*(A1<1907)*(B1<21)))",
"Formula2": "SUM(FILTER(E2:E6, (G2:G6>176)*(A2:A6<1907)*(B2:B6<21)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Doubles have a Total larger than 176, and a Date smaller than 1907, and Doubles, I Class smaller than 21?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"G1",
">",
"176",
"*",
"A1",
"<",
"1907",
"*",
"B1",
"<",
"21"
]
},
{
"Formula": "SUM(FILTER(G1, (A1=1602)*(D1<16)))",
"Formula2": "SUM(FILTER(G2:G6, (A2:A6=1602)*(D2:D6<16)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Total has a Date of 1602, and Greater Doubles smaller than 16?",
"Tokens": [
"SUM(",
"FILTER(",
"G1",
"A1",
"=",
"1602",
"*",
"D1",
"<",
"16"
]
},
{
"Formula": "SUM(FILTER(G1, (F1<78)*(C1<17)))",
"Formula2": "SUM(FILTER(G2:G6, (F2:F6<78)*(C2:C6<17)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How much Total has Semidoubles smaller than 78, and Doubles, II Class smaller than 17?",
"Tokens": [
"SUM(",
"FILTER(",
"G1",
"F1",
"<",
"78",
"*",
"C1",
"<",
"17"
]
},
{
"Formula": "SUM(FILTER(D1, C1<17))",
"Formula2": "SUM(FILTER(D2:D6, C2:C6<17))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Greater Doubles have Doubles, II Class smaller than 17?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"C1",
"<",
"17"
]
},
{
"Formula": "SUM(FILTER(G1, (E1=45)*(C1>18)))",
"Formula2": "SUM(FILTER(G2:G6, (E2:E6=45)*(C2:C6>18)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How much Total has Doubles of 45, and Doubles, II Class larger than 18?",
"Tokens": [
"SUM(",
"FILTER(",
"G1",
"E1",
"=",
"45",
"*",
"C1",
">",
"18"
]
}
] | train_2-18799425-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Doubles, I Class",
"Doubles, II Class",
"Greater Doubles",
"Doubles",
"Semidoubles",
"Total"
],
[
"2",
"1568",
"19",
"17",
"0",
"53",
"60",
"149"
],
[
"3",
"1602",
"19",
"18",
"16",
"43",
"68",
"164"
],
[
"4",
"1631",
"19",
"18",
"16",
"45",
"78",
"176"
],
[
"5",
"1882",
"21",
"18",
"24",
"128",
"74",
"275"
],
[
"6",
"1907",
"23",
"27",
"25",
"133",
"72",
"280"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"91.1 fm\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"91.1 fm\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the name of call sign that uses a Frequency MHz of 91.1 fm?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"91.1 fm\"",
"1"
]
},
{
"Formula": "SUMIFS(D1,B1,\"107.9 fm\")",
"Formula2": "SUMIFS(D2:D8,B2:B8,\"107.9 fm\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How much is the total ERP W for an 107.9 fm freqeuncy MHz?",
"Tokens": [
"SUMIFS(",
"D1",
"B1",
"\"107.9 fm\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"harmony township, new jersey\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,C2:C8=\"harmony township, new jersey\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Can you tell me what is FCC info for harmony township, new jersey?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"harmony township, new jersey\"",
"6"
]
},
{
"Formula": "MINIFS(D1,C1,\"allentown, pennsylvania\")",
"Formula2": "MINIFS(D2:D8,C2:C8,\"allentown, pennsylvania\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the smallest ERP for allentown, pennsylvania?",
"Tokens": [
"MINIFS(",
"D1",
"C1",
"\"allentown, pennsylvania\""
]
}
] | train_2-12472016-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Call sign",
"Frequency MHz",
"City of license",
"ERP W",
"Class",
"FCC info"
],
[
"2",
"K216FW",
"91.1 FM",
"Steamboat Springs, Colorado",
"10",
"D",
"FCC"
],
[
"3",
"W224AU",
"92.7 FM",
"Allentown, Pennsylvania",
"8",
"D",
"FCC"
],
[
"4",
"W226AA",
"93.1 FM",
"Easton, Pennsylvania",
"150",
"D",
"FCC"
],
[
"5",
"W245AC",
"96.9 FM",
"Harmony Township, New Jersey",
"10",
"D",
"FCC"
],
[
"6",
"W300AC",
"107.9 FM",
"Chatsworth, New Jersey",
"35",
"D",
"FCC"
],
[
"7",
"W230AA",
"93.9 FM",
"Atlantic City, New Jersey",
"27",
"D",
"FCC"
],
[
"8",
"W284BW",
"104.7 FM",
"Franklin Township, Somerset County, New Jersey",
"13",
"D",
"FCC"
]
] |
[
{
"Formula": "ROWS(FILTER(G1,(E1<5)*(F1<6)*(C1>36)))",
"Formula2": "ROWS(FILTER(G2:G13,(E2:E13<5)*(F2:F13<6)*(C2:C13>36)))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which Against has a Drawn smaller than 5, and a Lost smaller than 6, and a Points larger than 36?",
"Tokens": [
"ROWS(",
"FILTER(",
"G1",
"E1",
"<",
"5",
"*",
"F1",
"<",
"6",
"*",
"C1",
">",
"36"
]
},
{
"Formula": "AVERAGE(FILTER(D1,(F1>9)*(C1<15)*(A1<12)*(E1<2)))",
"Formula2": "AVERAGE(FILTER(D2:D13,(F2:F13>9)*(C2:C13<15)*(A2:A13<12)*(E2:E13<2)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Played has a Lost larger than 9, and a Points smaller than 15, and a Position smaller than 12, and a Drawn smaller than 2?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"F1",
">",
"9",
"*",
"C1",
"<",
"15",
"*",
"A1",
"<",
"12",
"*",
"E1",
"<",
"2"
]
}
] | dev_2-15317277-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Position",
"Team",
"Points",
"Played",
"Drawn",
"Lost",
"Against",
"Difference"
],
[
"2",
"1",
"São Paulo",
"36",
"22",
"4",
"2",
"23",
"47"
],
[
"3",
"2",
"Palmeiras",
"28",
"22",
"4",
"6",
"31",
"9"
],
[
"4",
"3",
"Portuguesa",
"27",
"22",
"5",
"6",
"42",
"15"
],
[
"5",
"4",
"Santos",
"26",
"22",
"4",
"7",
"40",
"11"
],
[
"6",
"5",
"Ypiranga-SP",
"24",
"22",
"2",
"9",
"42",
"8"
],
[
"7",
"6",
"Corinthians",
"24",
"22",
"8",
"6",
"37",
"12"
],
[
"8",
"7",
"Portuguesa Santista",
"23",
"22",
"5",
"8",
"32",
"6"
],
[
"9",
"8",
"XV de Piracicaba",
"22",
"22",
"4",
"9",
"44",
"1"
],
[
"10",
"9",
"Jabaquara",
"17",
"22",
"3",
"12",
"53",
"- 9"
],
[
"11",
"10",
"Juventus",
"15",
"22",
"5",
"12",
"51",
"- 23"
],
[
"12",
"11",
"Nacional-SP",
"12",
"22",
"2",
"15",
"70",
"- 43"
],
[
"13",
"12",
"Comercial-SP",
"10",
"22",
"4",
"15",
"63",
"- 34"
]
] |
[
{
"Formula": "SUM(FILTER(A1, B1=6))",
"Formula2": "SUM(FILTER(A2:A9, B2:B9=6))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What was the rank of the player in lane 6?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"B1",
"=",
"6"
]
}
] | train_2-12446425-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Lane",
"Name",
"Nationality",
"Time"
],
[
"2",
"1",
"4",
"Tom Malchow",
"United States",
"1:56.02"
],
[
"3",
"2",
"3",
"Anatoly Polyakov",
"Russia",
"1:56.78"
],
[
"4",
"3",
"5",
"Michael Phelps",
"United States",
"1:57.00"
],
[
"5",
"4",
"6",
"Franck Esposito",
"France",
"1:57.04"
],
[
"6",
"5",
"2",
"Denis Pankratov",
"Russia",
"1:57.24"
],
[
"7",
"6",
"8",
"Andrew Livingston",
"Puerto Rico",
"1:58.63"
],
[
"8",
"7",
"1",
"Stefan Aartsen",
"Netherlands",
"1:58.66"
],
[
"9",
"8",
"7",
"Thomas Rupprath",
"Germany",
"1:58.96"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"richard clark\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"richard clark\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the producer for the director Richard Clark?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"richard clark\"",
"4"
]
},
{
"Formula": "MINIFS(A1,B1,\"graeme harper\")",
"Formula2": "MINIFS(A2:A9,B2:B9,\"graeme harper\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the lowest block for director Graeme Harper?",
"Tokens": [
"MINIFS(",
"A1",
"B1",
"\"graeme harper\""
]
}
] | train_2-16795109-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Block",
"Director",
"Writers",
"Producer",
"Code"
],
[
"2",
"1",
"Euros Lyn",
"Russell T Davies",
"Phil Collinson",
"3X"
],
[
"3",
"2",
"Charles Palmer",
"Russell T Davies Gareth Roberts",
"Phil Collinson",
"3.1 3.2"
],
[
"4",
"3",
"Richard Clark",
"Russell T Davies Stephen Greenhorn",
"Phil Collinson",
"3.3 3.6"
],
[
"5",
"4",
"James Strong",
"Helen Raynor",
"Phil Collinson",
"3.4 3.5"
],
[
"6",
"5",
"Hettie MacDonald",
"Steven Moffat",
"Phil Collinson",
"3.10"
],
[
"7",
"6",
"Charles Palmer",
"Paul Cornell",
"Susie Liggat",
"3.8 3.9"
],
[
"8",
"7",
"Graeme Harper",
"Chris Chibnall Russell T Davies",
"Phil Collinson",
"3.7 3.11"
],
[
"9",
"8",
"Colin Teague",
"Russell T Davies",
"Phil Collinson",
"3.12 3.13"
]
] |
[
{
"Formula": "FILTER(C1,E1=\"Benjamin Holder\")",
"Formula2": "FILTER(C2:C9,E2:E9=\"Benjamin Holder\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who is the artist where the vocal percussionist is Benjamin Holder?",
"Tokens": [
"FILTER(",
"C1",
"E1",
"=",
"\"Benjamin Holder\""
]
},
{
"Formula": "FILTER(E1,B1=\"Sex Bomb\")",
"Formula2": "FILTER(E2:E9,B2:B9=\"Sex Bomb\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who is the vocal percussionist for Sex Bomb?",
"Tokens": [
"FILTER(",
"E1",
"B1",
"=",
"\"Sex Bomb\""
]
},
{
"Formula": "FILTER(C1,B1=\"Use Somebody\")",
"Formula2": "FILTER(C2:C9,B2:B9=\"Use Somebody\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who is the original artist of \"Use Somebody\"?",
"Tokens": [
"FILTER(",
"C1",
"B1",
"=",
"\"Use Somebody\""
]
},
{
"Formula": "FILTER(F1,B1=\"I Kissed a Girl\")",
"Formula2": "FILTER(F2:F9,B2:B9=\"I Kissed a Girl\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who is the arranger for \"I KIssed a Girl\"?",
"Tokens": [
"FILTER(",
"F1",
"B1",
"=",
"\"I Kissed a Girl\""
]
},
{
"Formula": "FILTER(E1,C1=\"The Coral\")",
"Formula2": "FILTER(E2:E9,C2:C9=\"The Coral\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Who is the percussionist for The Coral?",
"Tokens": [
"FILTER(",
"E1",
"C1",
"=",
"\"The Coral\""
]
}
] | dev_1-28715942-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Track no.",
"Track",
"Original Artist",
"Soloist(s)",
"Vocal Percussionist",
"Arranger(s)"
],
[
"2",
"1",
"Rehab",
"Amy Winehouse",
"Danny Swift",
"Harry Fox",
"Edmund Thomson Jones"
],
[
"3",
"2",
"Dreaming of You",
"The Coral",
"Tim Jones",
"David Brennan",
"unknown"
],
[
"4",
"3",
"I Kissed a Girl",
"Katy Perry",
"Matthew Lynch, Dominic Fladrich, Alexei Kalveks",
"Dominic Fladrich",
"Edmund Thomson Jones"
],
[
"5",
"4",
"Throw Your Arms",
"Hunters & Collectors",
"Alexei Kalveks",
"Benjamin Lindley",
"unknown"
],
[
"6",
"5",
"Señorita",
"Justin Timberlake",
"Grant Swanson",
"George Eddy",
"Edmund Thomson Jones"
],
[
"7",
"6",
"Don't You Want Me Acceptable in the 80s",
"The Human League Calvin Harris",
"Tim Jones Harry Fox, Danny Swift",
"unknown",
"Benjamin Wingfield, Laurie Cottam"
],
[
"8",
"7",
"Sex Bomb",
"Tom Jones",
"David Brennan",
"Benjamin Holder",
"unknown"
],
[
"9",
"8",
"Use Somebody",
"Kings of Leon",
"Dominic Fladrich",
"Harry Fox",
"Edmund Thomson Jones"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"minnesota\")*(A1=\"april 17\")),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,(D2:D7=\"minnesota\")*(A2:A7=\"april 17\")),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the series score on april 17 with minnesota at home?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"minnesota\"",
"*",
"A1",
"=",
"\"april 17\"",
"7"
]
},
{
"Formula": "SUMIFS(F1,A1,\"april 14\")",
"Formula2": "SUMIFS(F2:F7,A2:A7,\"april 14\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many attended the game on april 14?",
"Tokens": [
"SUMIFS(",
"F1",
"A1",
"\"april 14\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"april 14\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"april 14\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was at home on april 14?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"april 14\"",
"4"
]
}
] | train_2-11786147-11 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Visitor",
"Score",
"Home",
"Decision",
"Attendance",
"Series"
],
[
"2",
"April 9",
"Colorado",
"3 – 2",
"Minnesota",
"Theodore",
"19,352",
"1–0"
],
[
"3",
"April 11",
"Colorado",
"2 – 3",
"Minnesota",
"Theodore",
"19,360",
"1–1"
],
[
"4",
"April 14",
"Minnesota",
"3 – 2",
"Colorado",
"Theodore",
"18,007",
"1–2"
],
[
"5",
"April 15",
"Minnesota",
"1 – 5",
"Colorado",
"Theodore",
"18,007",
"2–2"
],
[
"6",
"April 17",
"Colorado",
"3 – 2",
"Minnesota",
"Theodore",
"19,364",
"3–2"
],
[
"7",
"April 19",
"Minnesota",
"1 – 2",
"Colorado",
"Theodore",
"18,007",
"4–2"
]
] |
[
{
"Formula": "MAX(FILTER(A1, (C1=\"silver bow county, montana\")*(F1>45)))",
"Formula2": "MAX(FILTER(A2:A15, (C2:C15=\"silver bow county, montana\")*(F2:F15>45)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "In Silver Bow County, Montana, when the capicity is more than 45 tons, what's the highest rank found?",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"C1",
"=",
"\"silver bow county, montana\"",
"*",
"F1",
">",
"45"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=\"pinal county, arizona\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,(CHOOSECOLS(query1,2)<14)*(CHOOSECOLS(query1,3)>5)))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F15,C2:C15=\"pinal county, arizona\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,(CHOOSECOLS(query1,2)<14)*(CHOOSECOLS(query1,3)>5)))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "In Pinal County, Arizona, when there's a capacity of over 5 metric tons, and the rank is under 14, what's the mine called?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"pinal county, arizona\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"14",
"*",
"CHOOSECOLS(",
"query1",
"3",
">",
"5"
]
}
] | train_2-16846977-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Mine",
"County and State",
"Operator",
"Source of copper",
"Capacity (thousands of metric tons)"
],
[
"2",
"1",
"Morenci",
"Greenlee County, Arizona",
"Freeport-McMoRan",
"Copper ore, leached",
"390"
],
[
"3",
"2",
"Bingham Canyon",
"Salt Lake County, Utah",
"Kennecott Utah Copper",
"Copper-molybdenum ore, concentrated",
"300"
],
[
"4",
"3",
"Ray",
"Pinal County, Arizona",
"ASARCO",
"Copper ore, concentrated and leached",
"170"
],
[
"5",
"4",
"Bagdad",
"Yavapai County, Arizona",
"Freeport-McMoRan",
"Copper-molybdenum ore, concentrated and leached",
"100"
],
[
"6",
"5",
"El Chino",
"Grant County, New Mexico",
"Freeport-McMoRan",
"Copper-molybdenum ore, concentrated and leached",
"125"
],
[
"7",
"6",
"Sierrita",
"Pima County, Arizona",
"Freeport-McMoRan",
"Copper-molybdenum ore, concentrated and leached",
"100"
],
[
"8",
"7",
"Tyrone",
"Grant County, New Mexico",
"Freeport-McMoRan",
"Copper ore, leached",
"80"
],
[
"9",
"8",
"Continental Pit",
"Silver Bow County, Montana",
"Montana Resources LLP",
"Copper-molybdenum ore, concentrated",
"45"
],
[
"10",
"9",
"Mission Complex",
"Pima County, Arizona",
"ASARCO",
"Copper ore, concentrated",
"70"
],
[
"11",
"10",
"Silver Bell",
"Pima County, Arizona",
"ASARCO",
"Copper ore, leached",
"22"
],
[
"12",
"11",
"Robinson",
"White Pine County, Nevada",
"Quadra FNX Mining",
"Copper-molybdenum ore, concentrated",
"60"
],
[
"13",
"12",
"Miami",
"Gila County, Arizona",
"Freeport-McMoRan",
"Copper ore, leached",
"50"
],
[
"14",
"13",
"Pinto Valley",
"Gila County, Arizona",
"BHP Copper",
"Copper ore, leached",
"5"
],
[
"15",
"14",
"Miami",
"Gila County, Arizona",
"BHP Copper",
"Copper ore, leached",
"5"
]
] |
[
{
"Formula": "ROWS(FILTER(D1,H1=\"Staples Center 13,266\"))",
"Formula2": "ROWS(FILTER(D2:D14,H2:H14=\"Staples Center 13,266\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the total number of score for staples center 13,266",
"Tokens": [
"ROWS(",
"FILTER(",
"D1",
"H1",
"=",
"\"Staples Center 13,266\""
]
},
{
"Formula": "FILTER(E1,B1=\"November 24\")",
"Formula2": "FILTER(E2:E14,B2:B14=\"November 24\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the high points for the date of november 24",
"Tokens": [
"FILTER(",
"E1",
"B1",
"=",
"\"November 24\""
]
},
{
"Formula": "FILTER(G1,D1=\"L 98–103 (OT)\")",
"Formula2": "FILTER(G2:G14,D2:D14=\"L 98–103 (OT)\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Name the high assists for l 98–103 (ot)",
"Tokens": [
"FILTER(",
"G1",
"D1",
"=",
"\"L 98–103 (OT)\""
]
}
] | dev_1-17323529-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",
"3",
"November 1",
"@ Utah",
"L 79–101 (OT)",
"Cuttino Mobley (20)",
"Chris Kaman (12)",
"Mike Taylor (4)",
"EnergySolutions Arena 19,602",
"0–3"
],
[
"3",
"4",
"November 3",
"Utah",
"L 73–89 (OT)",
"Chris Kaman (19)",
"Chris Kaman (10)",
"Baron Davis (9)",
"Staples Center 12,712",
"0–4"
],
[
"4",
"5",
"November 5",
"@ L.A. Lakers",
"L 88–106 (OT)",
"Al Thornton (22)",
"Tim Thomas , Chris Kaman (11)",
"Baron Davis (7)",
"Staples Center 18,997",
"0–5"
],
[
"5",
"6",
"November 7",
"Houston",
"L 83–92 (OT)",
"Baron Davis , Chris Kaman (23)",
"Marcus Camby (13)",
"Baron Davis (8)",
"Staples Center 14,670",
"0–6"
],
[
"6",
"7",
"November 9",
"Dallas",
"W 103–92 (OT)",
"Baron Davis (22)",
"Marcus Camby (14)",
"Baron Davis (10)",
"Staples Center 14,249",
"1–6"
],
[
"7",
"8",
"November 12",
"Sacramento",
"L 98–103 (OT)",
"Al Thornton (20)",
"Chris Kaman (6)",
"Baron Davis (11)",
"Staples Center 13,266",
"1–7"
],
[
"8",
"9",
"November 15",
"Golden State",
"L 103–121 (OT)",
"Baron Davis (25)",
"Chris Kaman (13)",
"Baron Davis (11)",
"Staples Center 12,823",
"1–8"
],
[
"9",
"10",
"November 17",
"San Antonio",
"L 83–86 (OT)",
"Cuttino Mobley (18)",
"Chris Kaman (13)",
"Baron Davis (8)",
"Staples Center 14,962",
"1–9"
],
[
"10",
"11",
"November 19",
"@ Oklahoma City",
"W 108–88 (OT)",
"Chris Kaman (25)",
"Chris Kaman (14)",
"Baron Davis (8)",
"Ford Center 18,312",
"2–9"
],
[
"11",
"12",
"November 21",
"@ Philadelphia",
"L 88–89 (OT)",
"Al Thornton (22)",
"Al Thornton , Chris Kaman , Marcus Camby (9)",
"Baron Davis (6)",
"Wachovia Center 13,474",
"2–10"
],
[
"12",
"13",
"November 22",
"@ New Jersey",
"L 95–112 (OT)",
"Baron Davis (30)",
"Marcus Camby (13)",
"Baron Davis (10)",
"Izod Center 17,677",
"2–11"
],
[
"13",
"14",
"November 24",
"New Orleans",
"L 87–99 (OT)",
"Eric Gordon (25)",
"Marcus Camby (11)",
"Baron Davis (8)",
"Staples Center 14,956",
"2–12"
],
[
"14",
"15",
"November 26",
"Denver",
"L 105–106 (OT)",
"Eric Gordon (24)",
"Marcus Camby (11)",
"Baron Davis (10)",
"Staples Center 14,934",
"2–13"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"cbua-fm\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,B2:B13=\"cbua-fm\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which class has an identifier of CBUA-FM?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"cbua-fm\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"90.1 fm\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,C2:C13=\"90.1 fm\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the city of license for the frequency 90.1 FM?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"90.1 fm\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"beaver creek\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,A2:A13=\"beaver creek\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the power when the city of license is Beaver Creek?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"beaver creek\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"lp\")*(B1=\"cbdk\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(E2:E13=\"lp\")*(B2:B13=\"cbdk\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the city of license when the class is LP and the identifier is CBDK?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"lp\"",
"*",
"B1",
"=",
"\"cbdk\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"560 am\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,C2:C13=\"560 am\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the class when the frequency is 560 AM?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"560 am\"",
"5"
]
}
] | train_2-12963840-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"City of license",
"Identifier",
"Frequency",
"Power",
"Class",
"RECNet"
],
[
"2",
"Beaver Creek",
"CBDM",
"690 AM",
"40 s watt",
"LP",
"Query"
],
[
"3",
"Carmacks",
"CBQF",
"990 AM",
"40 watts",
"LP",
"Query"
],
[
"4",
"Dawson City",
"CBDN*",
"560 AM",
"400 watts",
"C",
"Query"
],
[
"5",
"Destruction Bay / Burwash Landing",
"CBDL-FM",
"105.1 FM",
"96 watts",
"A",
"Query"
],
[
"6",
"Faro",
"CBQK-FM",
"105.1 FM",
"87 watts",
"A1",
"Query"
],
[
"7",
"Haines Junction",
"CBDF-FM",
"103.5 FM",
"90 watts",
"A1",
"Query"
],
[
"8",
"Mayo",
"CBDC",
"1230 AM 104.9 FM",
"40 watts",
"LP",
"Query"
],
[
"9",
"Ross River",
"CBQJ",
"990 AM",
"40 watts",
"LP",
"Query"
],
[
"10",
"Teslin",
"CBDK",
"940 AM",
"40 watts",
"LP",
"Query"
],
[
"11",
"Watson Lake",
"CBDB",
"990 AM",
"40 watts",
"LP",
"Query"
],
[
"12",
"Atlin , British Columbia",
"CBUA-FM",
"90.1 FM",
"14 watts",
"LP",
"Query"
],
[
"13",
"Whitehorse , Yukon",
"CFWH-FM-1",
"95.3 FM",
"50 watts",
"LP",
"Query"
]
] |
[
{
"Formula": "FILTER(A1,B1=\"19 june 2007\")",
"Formula2": "FILTER(A2:A19,B2:B19=\"19 june 2007\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "From which region is the album with release date of 19 June 2007?",
"Tokens": [
"FILTER(",
"A1",
"B1",
"=",
"\"19 june 2007\""
]
},
{
"Formula": "FILTER(C1,(B1=\"28 march 2007\")*(E1=\"magik muzik cd 07\"))",
"Formula2": "FILTER(C2:C19,(B2:B19=\"28 march 2007\")*(E2:E19=\"magik muzik cd 07\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which label released the catalog Magik Muzik CD 07 on 28 March 2007?",
"Tokens": [
"FILTER(",
"C1",
"B1",
"=",
"\"28 march 2007\"",
"*",
"E1",
"=",
"\"magik muzik cd 07\""
]
},
{
"Formula": "FILTER(D1,E1=\"dp068-07\")",
"Formula2": "FILTER(D2:D19,E2:E19=\"dp068-07\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "For the catalog title DP068-07, what formats are available?",
"Tokens": [
"FILTER(",
"D1",
"E1",
"=",
"\"dp068-07\""
]
}
] | dev_2-15460519-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Region",
"Date",
"Label",
"Format",
"Catalog"
],
[
"2",
"Netherlands",
"6 April 2007",
"Magik Muzik",
"CD , Album",
"Magik Muzik CD 07"
],
[
"3",
"Netherlands",
"6 April 2007",
"Magik Muzik",
"CD , Album",
"Magik Muzik CD 07S"
],
[
"4",
"Netherlands",
"6 April 2007",
"Magik Muzik",
"CD , Limited Edition , Bonus Disc",
"Magik Muzik CD 07/2"
],
[
"5",
"Netherlands",
"19 June 2007",
"Magik Muzik",
"4 x vinyl , LP , Limited Edition , Album",
"Magik Muzik LP 07"
],
[
"6",
"Netherlands",
"2007",
"Magik Muzik",
"CD , Limited Edition Album",
"CD 07RBK"
],
[
"7",
"Japan",
"28 March 2007",
"Magik Muzik",
"CD , Album",
"Magik Muzik CD 07"
],
[
"8",
"Japan",
"28 March 2007",
"Superb Trax",
"2 x CD",
"AVCD-23213-4"
],
[
"9",
"Japan",
"28 March 2007",
"Avex Taiwan Inc.",
"CD , Album , DVD , NTSC , Bonus Disc",
"AVICD60439DB"
],
[
"10",
"Russia",
"2007",
"Dance Planet Ltd.",
"CD , Album",
"DP068-07"
],
[
"11",
"Germany",
"6 April 2007",
"Kontor Records",
"CD , Album",
"0180732KON"
],
[
"12",
"United Kingdom",
"16 April 2007",
"Nebula Records",
"CD , Album",
"NEBCD9015"
],
[
"13",
"United Kingdom",
"May 2007",
"Nebula Records",
"2 x vinyl , 12\" , Sampler",
"NEBT9015"
],
[
"14",
"United Kingdom",
"May 2007",
"Nebula Records",
"2 x vinyl , 12\" , Sampler",
"NEBTX9015"
],
[
"15",
"Norway",
"2007",
"DJ Beat Records Scandinavia",
"CD , Album",
"DJB077CD"
],
[
"16",
"Lithuania",
"15 May 2007",
"Bomba Records (Lithuania)",
"CD , Album",
"BBCD225"
],
[
"17",
"United States",
"April 10, 2007",
"Ultra Records",
"CD , Album",
"UL 1515-2"
],
[
"18",
"Romania",
"10 April 2007",
"NRG!A",
"CD , Album",
"4088-2"
],
[
"19",
"Romania",
"10 April 2007",
"Roton",
"CD , Album",
"4088-2"
]
] |
[
{
"Formula": "MIN(FILTER(G1, (C1>29)*(D1<26)))",
"Formula2": "MIN(FILTER(G2:G9, (C2:C9>29)*(D2:D9<26)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the smallest shot % with ends won larger than 29 and ends lost smaller than 26?",
"Tokens": [
"MIN(",
"FILTER(",
"G1",
"C1",
">",
"29",
"*",
"D1",
"<",
"26"
]
},
{
"Formula": "SUM(FILTER(D1, (B1=\"kevin koe\")*(F1>6)))",
"Formula2": "SUM(FILTER(D2:D9, (B2:B9=\"kevin koe\")*(F2:F9>6)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many ends lost when skip is Kevin Koe and stolen ends are more than 6?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"B1",
"=",
"\"kevin koe\"",
"*",
"F1",
">",
"6"
]
},
{
"Formula": "SUM(FILTER(D1, (G1=88)*(C1=31)))",
"Formula2": "SUM(FILTER(D2:D9, (G2:G9=88)*(C2:C9=31)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many ends lost when shot % is 88 and ends won are 31?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"G1",
"=",
"88",
"*",
"C1",
"=",
"31"
]
},
{
"Formula": "SUM(FILTER(D1, (A1=\"alberta\")*(F1>7)))",
"Formula2": "SUM(FILTER(D2:D9, (A2:A9=\"alberta\")*(F2:F9>7)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many ends lost for Alberta when stolen ends are greater than 7?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"A1",
"=",
"\"alberta\"",
"*",
"F1",
">",
"7"
]
}
] | test_2-17012578-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Province",
"Skip",
"Ends Won",
"Ends Lost",
"Blank Ends",
"Stolen Ends",
"Shot Pct."
],
[
"2",
"Alberta",
"Kevin Martin",
"32",
"27",
"5",
"7",
"87"
],
[
"3",
"Ontario",
"Glenn Howard",
"33",
"26",
"5",
"7",
"88"
],
[
"4",
"Manitoba",
"Jeff Stoughton",
"29",
"26",
"8",
"6",
"86"
],
[
"5",
"Alberta",
"Kevin Koe",
"31",
"26",
"2",
"6",
"88"
],
[
"6",
"Alberta",
"Randy Ferbey",
"26",
"30",
"4",
"3",
"86"
],
[
"7",
"Ontario",
"Wayne Middaugh",
"30",
"32",
"2",
"8",
"85"
],
[
"8",
"Saskatchewan",
"Pat Simmons",
"28",
"29",
"1",
"6",
"84"
],
[
"9",
"Manitoba",
"Jason Gunnlaugson",
"19",
"32",
"6",
"3",
"82"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"europe\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"europe\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Catalog with a Region that is europe?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"europe\"",
"5"
]
}
] | train_2-15845800-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Region",
"Date",
"Label",
"Format",
"Catalog"
],
[
"2",
"Japan",
"20 June 2001",
"Arista",
"CD",
"BVCA-21087"
],
[
"3",
"Europe",
"25 June 2001",
"Arista",
"CD",
"74321 86632 2"
],
[
"4",
"United Kingdom",
"25 June 2001",
"Arista",
"CD",
"74321 86346 2"
],
[
"5",
"United Kingdom",
"2 June 2003",
"Arista",
"Remastered CD",
"82876 54377 2"
],
[
"6",
"Europe",
"2 August 2004",
"Arista",
"Remastered CD",
"82876 54377 2"
]
] |
[
{
"Formula": "ROWS(UNIQUE(G1))",
"Formula2": "ROWS(UNIQUE(G2:G16))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "Total number of apartment bookings",
"Tokens": [
"ROWS(",
"UNIQUE(",
"G1"
]
},
{
"Formula": "ROWS(UNIQUE(G1))",
"Formula2": "ROWS(UNIQUE(G2:G16))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "How many apartment bookings?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"G1"
]
},
{
"Formula": "UNIQUE(HSTACK(E1,F1,G1,B1))",
"Formula2": "UNIQUE(HSTACK(E2:E16,F2:F16,G2:G16,B2:B16))",
"Funcs": [
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell",
"Cell",
"Cell"
],
"Level": "easy",
"Question": "Start dates, end dates and bookings for apartments.",
"Tokens": [
"UNIQUE(",
"HSTACK(",
"E1",
"F1",
"G1",
"B1"
]
},
{
"Formula": "UNIQUE(HSTACK(E1,F1,G1))",
"Formula2": "UNIQUE(HSTACK(E2:E16,F2:F16,G2:G16))",
"Funcs": [
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell",
"Cell"
],
"Level": "easy",
"Question": "Apartment bookings with their corresponding starting and ending dates.",
"Tokens": [
"UNIQUE(",
"HSTACK(",
"E1",
"F1",
"G1"
]
},
{
"Formula": "SUMMARIZE(D1,DCOUNTX(G1))",
"Formula2": "SUMMARIZE(D2:D16,DCOUNTX(G2:G16))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"DCOUNTX(",
"Cell"
],
"Level": "easy",
"Question": "How many apartment bookings under each status?",
"Tokens": [
"SUMMARIZE(",
"D1",
"DCOUNTX(",
"G1"
]
},
{
"Formula": "SUMMARIZE(D1,DCOUNTX(G1))",
"Formula2": "SUMMARIZE(D2:D16,DCOUNTX(G2:G16))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"DCOUNTX(",
"Cell"
],
"Level": "easy",
"Question": "How many apartment bookings for each booking status?",
"Tokens": [
"SUMMARIZE(",
"D1",
"DCOUNTX(",
"G1"
]
},
{
"Formula": "ROWS(UNIQUE(G1))",
"Formula2": "ROWS(UNIQUE(G2:G16))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"Cell"
],
"Level": "easy",
"Question": "How many apartment bookings realized?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"G1"
]
},
{
"Formula": "UNIQUE(HSTACK(E1,F1,G1))",
"Formula2": "UNIQUE(HSTACK(E2:E16,F2:F16,G2:G16))",
"Funcs": [
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell",
"Cell"
],
"Level": "easy",
"Question": "The apartment bookings and the corresponding starting and ending dates.",
"Tokens": [
"UNIQUE(",
"HSTACK(",
"E1",
"F1",
"G1"
]
},
{
"Formula": "SUMMARIZE(D1,DCOUNTX(G1))",
"Formula2": "SUMMARIZE(D2:D16,DCOUNTX(G2:G16))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"DCOUNTX(",
"Cell"
],
"Level": "easy",
"Question": "How many apartment bookings under each booking status?",
"Tokens": [
"SUMMARIZE(",
"D1",
"DCOUNTX(",
"G1"
]
}
] | rentals_apartment_bookings | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"apartment booking id",
"apartment id",
"guest id",
"booking status code",
"booking start date",
"booking end date",
"apartment bookings"
],
[
"2",
"258",
"10",
"2",
"Provisional",
"2016-09-26 17:13:49",
"2017-10-07 11:38:48",
""
],
[
"3",
"279",
"15",
"15",
"Provisional",
"2016-04-01 06:28:08",
"2017-10-25 11:08:42",
""
],
[
"4",
"337",
"8",
"5",
"Provisional",
"2017-03-13 16:20:14",
"2018-02-19 16:59:08",
""
],
[
"5",
"343",
"4",
"13",
"Confirmed",
"2016-08-04 10:33:00",
"2017-09-29 12:43:50",
""
],
[
"6",
"365",
"9",
"12",
"Confirmed",
"2017-02-11 14:34:14",
"2017-10-07 20:47:19",
""
],
[
"7",
"401",
"7",
"14",
"Provisional",
"2016-05-24 20:09:38",
"2017-10-03 01:56:21",
""
],
[
"8",
"497",
"10",
"8",
"Confirmed",
"2016-07-25 02:57:04",
"2017-09-28 11:08:15",
""
],
[
"9",
"526",
"8",
"7",
"Confirmed",
"2016-11-26 05:04:31",
"2018-02-25 15:15:37",
""
],
[
"10",
"575",
"6",
"3",
"Provisional",
"2017-05-13 18:17:20",
"2017-10-06 11:15:58",
""
],
[
"11",
"577",
"12",
"2",
"Provisional",
"2017-03-04 02:23:49",
"2018-02-06 16:57:05",
""
],
[
"12",
"623",
"4",
"5",
"Provisional",
"2016-06-07 05:05:18",
"2017-11-13 13:59:45",
""
],
[
"13",
"807",
"11",
"2",
"Provisional",
"2016-04-17 12:53:59",
"2018-03-20 17:32:58",
""
],
[
"14",
"889",
"10",
"4",
"Confirmed",
"2016-09-28 05:00:50",
"2017-09-30 18:41:04",
""
],
[
"15",
"920",
"2",
"2",
"Confirmed",
"2017-04-07 04:53:27",
"2017-11-29 12:59:42",
""
],
[
"16",
"924",
"8",
"3",
"Confirmed",
"2017-07-03 14:15:56",
"2017-11-12 01:05:09",
""
]
] |
[
{
"Formula": "SUMIFS(D1,A1,\"Walter Rheinschild\")",
"Formula2": "SUMIFS(D2:D8,A2:A8,\"Walter Rheinschild\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many field goals did Walter Rheinschild have? ",
"Tokens": [
"SUMIFS(",
"D1",
"A1",
"\"Walter Rheinschild\""
]
},
{
"Formula": "SUMIFS(C1,A1,\"Jack Loell\")",
"Formula2": "SUMIFS(C2:C8,A2:A8,\"Jack Loell\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Jack Loell had how many extra points? ",
"Tokens": [
"SUMIFS(",
"C1",
"A1",
"\"Jack Loell\""
]
}
] | train_1-25724294-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Player",
"Touchdowns",
"Extra points",
"Field goals",
"Points"
],
[
"2",
"Paul Magoffin",
"7",
"0",
"0",
"35"
],
[
"3",
"Walter Rheinschild",
"5",
"0",
"0",
"25"
],
[
"4",
"\"Octy\" Graham",
"0",
"7",
"4",
"24"
],
[
"5",
"Jack Loell",
"3",
"0",
"0",
"15"
],
[
"6",
"Prentiss Douglass",
"1",
"0",
"0",
"5"
],
[
"7",
"Dave Allerdice",
"0",
"3",
"0",
"3"
],
[
"8",
"Harry S. Hammond",
"0",
"1",
"0",
"1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"موسم زيتون\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"موسم زيتون\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When موسم زيتون is the arabic title when is the year (ceremony)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"موسم زيتون\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"ملح هذا البحر\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"ملح هذا البحر\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When ملح هذا البحر is the arabic title what is the english title?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"ملح هذا البحر\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Nominee\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"Nominee\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When nominee is the result who is the director?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"Nominee\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Hany Abu-Assad Category:Articles with hCards\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"Hany Abu-Assad Category:Articles with hCards\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When hany abu-assad category:articles with hcards is the director what is the result?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"Hany Abu-Assad Category:Articles with hCards\"",
"5"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(E1, A1=\"2012 (85th)\")))",
"Formula2": "ROWS(UNIQUE(FILTER(E2:E6, A2:A6=\"2012 (85th)\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "When 2012 (85th) is the year (ceremony) how many results?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"E1",
"A1",
"=",
"\"2012 (85th)\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"Salt of this Sea\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"Salt of this Sea\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When salt of this sea is the english title who is the director?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"Salt of this Sea\"",
"4"
]
}
] | train_1-26555737-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year (Ceremony)",
"English title",
"Arabic title",
"Director",
"Result"
],
[
"2",
"2003 (76th)",
"Divine Intervention",
"يد إلهية",
"Elia Suleiman Category:Articles with hCards",
"Not Nominated"
],
[
"3",
"2004 (77th)",
"The Olive Harvest",
"موسم زيتون",
"Hanna Elias Category:Articles with hCards",
"Not Nominated"
],
[
"4",
"2005 (78th)",
"Paradise Now",
"الجنّة الآن",
"Hany Abu-Assad Category:Articles with hCards",
"Nominee"
],
[
"5",
"2008 (81st)",
"Salt of this Sea",
"ملح هذا البحر",
"Annemarie Jacir Category:Articles with hCards",
"Not Nominated"
],
[
"6",
"2012 (85th)",
"When I Saw You",
"لما شفتك",
"Annemarie Jacir Category:Articles with hCards",
"Not Nominated"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(C1, E1=\"June 8, 1876\")))",
"Formula2": "ROWS(UNIQUE(FILTER(C2:C15, E2:E15=\"June 8, 1876\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "what is the total number of reasons for change where the date the successor was seated is june 8, 1876?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"C1",
"E1",
"=",
"\"June 8, 1876\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"July 28, 1876\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,E2:E15=\"July 28, 1876\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the reason for change where the date the successor was seated was july 28, 1876?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"July 28, 1876\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"Vacant\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,B2:B15=\"Vacant\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the district where the vacator is vacant?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"Vacant\"",
"1"
]
}
] | test_1-2192067-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"District",
"Vacator",
"Reason for change",
"Successor",
"Date successor seated"
],
[
"2",
"Georgia 9th",
"Vacant",
"Rep-elect Garnett McMillan died before taking seat",
"Benjamin H. Hill (D)",
"May 5, 1875"
],
[
"3",
"Massachusetts 1st",
"James Buffington (R)",
"Died March 7, 1875",
"William W. Crapo (R)",
"November 2, 1875"
],
[
"4",
"Oregon At-large",
"George A. La Dow (D)",
"Died May 1, 1875",
"Lafayette Lane (D)",
"October 25, 1875"
],
[
"5",
"Tennessee 4th",
"Samuel M. Fite (D)",
"Died October 23, 1875",
"Haywood Y. Riddle (D)",
"December 14, 1875"
],
[
"6",
"Connecticut 3rd",
"Henry H. Starkweather (R)",
"Died January 28, 1876",
"John T. Wait (R)",
"April 12, 1876"
],
[
"7",
"Florida 2nd",
"Josiah T. Walls (R)",
"Lost contested election April 19, 1876",
"Jesse J. Finley (D)",
"April 19, 1876"
],
[
"8",
"Illinois 3rd",
"Charles B. Farwell (R)",
"Lost contested election May 6, 1876",
"John V. Le Moyne (D)",
"May 6, 1876"
],
[
"9",
"Louisiana 5th",
"Frank Morey (R)",
"Lost contested election June 8, 1876",
"William B. Spencer (D)",
"June 8, 1876"
],
[
"10",
"Idaho Territory At-large",
"Thomas W. Bennett) (I)",
"Lost contested election June 23, 1876",
"Stephen S. Fenn (D)",
"June 23, 1876"
],
[
"11",
"Kentucky 5th",
"Edward Y. Parsons (D)",
"Died July 18, 1876",
"Henry Watterson (D)",
"August 12, 1876"
],
[
"12",
"South Carolina 2nd",
"Edmund W. M. Mackey (IR)",
"Seat declared vacant July 19, 1876",
"Charles W. Buttz (R)",
"November 7, 1876"
],
[
"13",
"Massachusetts 4th",
"Rufus S. Frost (R)",
"Lost contested election July 28, 1876",
"Josiah G. Abbott (D)",
"July 28, 1876"
],
[
"14",
"Colorado Territory At-large",
"Thomas M. Patterson (D)",
"Colorado admitted to the Union August 1, 1876",
"Statehood achieved",
"Statehood achieved"
],
[
"15",
"Indiana 3rd",
"Michael C. Kerr (D)",
"Died August 19, 1876",
"Nathan T. Carr (D)",
"December 15, 1876"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:C1,A1=\"researcher\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:C3,A2:A3=\"researcher\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the complete description of the researcher role.",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"C1",
"A1",
"=",
"\"researcher\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:C1,A1=\"researcher\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:C3,A2:A3=\"researcher\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the complete description of the job of a researcher?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"C1",
"A1",
"=",
"\"researcher\"",
"2"
]
}
] | tracking_grants_for_research_staff_roles | [
[
"0",
"A",
"B",
"C"
],
[
"1",
"role code",
"role description",
"staff roles"
],
[
"2",
"leader",
"Project Leader",
""
],
[
"3",
"researcher",
"Project Researcher",
""
]
] |
[
{
"Formula": "AVERAGE(FILTER(A1,E1<0))",
"Formula2": "AVERAGE(FILTER(A2:A13,E2:E13<0))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What was the average Position for which the amount Drawn was less than 0?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"A1",
"E1",
"<",
"0"
]
},
{
"Formula": "SUM(FILTER(C1,(H1=\"13\")*(F1>3)))",
"Formula2": "SUM(FILTER(C2:C13,(H2:H13=\"13\")*(F2:F13>3)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What was the total number of Points when the value Difference was 13, and when the value Lost was greater than 3?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"H1",
"=",
"\"13\"",
"*",
"F1",
">",
"3"
]
}
] | dev_2-15368442-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Position",
"Team",
"Points",
"Played",
"Drawn",
"Lost",
"Against",
"Difference"
],
[
"2",
"1",
"Palestra Itália-SP",
"22",
"11",
"0",
"0",
"8",
"41"
],
[
"3",
"2",
"Sâo Paulo",
"17",
"11",
"1",
"2",
"12",
"22"
],
[
"4",
"3",
"Juventus",
"16",
"11",
"0",
"3",
"18",
"13"
],
[
"5",
"4",
"Germânia",
"11",
"11",
"3",
"4",
"32",
"- 7"
],
[
"6",
"5",
"Ypiranga-SP",
"10",
"11",
"2",
"5",
"22",
"5"
],
[
"7",
"6",
"Corinthians",
"10",
"11",
"0",
"6",
"28",
"1"
],
[
"8",
"7",
"Portuguesa",
"10",
"11",
"2",
"5",
"24",
"- 2"
],
[
"9",
"8",
"Santos",
"10",
"11",
"0",
"6",
"31",
"- 5"
],
[
"10",
"9",
"AA São Bento",
"9",
"11",
"3",
"5",
"27",
"- 5"
],
[
"11",
"10",
"Atlético Santista",
"8",
"11",
"2",
"6",
"39",
"- 17"
],
[
"12",
"11",
"Sírio",
"8",
"11",
"0",
"7",
"28",
"- 9"
],
[
"13",
"12",
"SC Internacional de São Paulo",
"1",
"11",
"1",
"10",
"50",
"- 37"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"winner\")*(E1=\"çağla büyükakçay\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(A2:A6=\"winner\")*(E2:E6=\"çağla büyükakçay\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Date that has a Outcome of winner, and çağla büyükakçay was the opponent in the final?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"winner\"",
"*",
"E1",
"=",
"\"çağla büyükakçay\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"çağla büyükakçay\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=\"çağla büyükakçay\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Outcome when çağla büyükakçay was the opponent in the final?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"çağla büyükakçay\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"hard\")*(E1=\"alicia pillay\")),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(D2:D6=\"hard\")*(E2:E6=\"alicia pillay\")),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Score when the opponent in the final is alicia pillay on a hard surface?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"hard\"",
"*",
"E1",
"=",
"\"alicia pillay\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"runner-up\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"runner-up\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Opponent in the final when the outcome was runner-up?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"runner-up\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"winner\")*(B1=\"14-may-2007\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(A2:A6=\"winner\")*(B2:B6=\"14-may-2007\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Opponent in the final with an outcome of winner on 14-may-2007?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"winner\"",
"*",
"B1",
"=",
"\"14-may-2007\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"09-oct-2006\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"09-oct-2006\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Score for 09-oct-2006?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"09-oct-2006\"",
"6"
]
}
] | train_2-15508602-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Outcome",
"Date",
"Tournament",
"Surface",
"Opponent in the final",
"Score"
],
[
"2",
"Winner",
"24-Oct-2005",
"Pretoria",
"Hard",
"Alicia Pillay",
"6-4 6-2"
],
[
"3",
"Runner-up",
"09-Oct-2006",
"Braga",
"Carpet",
"Eloisa Compostizo De Andres",
"4-6, 7-5, 3-6"
],
[
"4",
"Winner",
"14 April 2007",
"Dubai",
"Hard",
"Çağla Büyükakçay",
"6-2 6-2"
],
[
"5",
"Winner",
"14-May-2007",
"Trivandrum",
"Clay",
"Agnes Szatmari",
"7-5 6-3"
],
[
"6",
"Winner",
"20-May-2007",
"Mumbai",
"Hard",
"Rushmi Chakravarthi",
"7-6 (7) 6-2"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"2:04.22\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,E2:E15=\"2:04.22\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which venue has 2:04.22 notes?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"2:04.22\"",
"2"
]
}
] | test_2-17651219-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Venue",
"Position",
"Event",
"Notes"
],
[
"2",
"1997",
"Bridgetown, Barbados",
"6th",
"800 m",
"2:25.66"
],
[
"3",
"1997",
"Bridgetown, Barbados",
"7th",
"1500 m",
"5:13.83"
],
[
"4",
"2000",
"San Juan, Puerto Rico",
"6th",
"800 m",
"2:14.18"
],
[
"5",
"2000",
"San Juan, Puerto Rico",
"2nd",
"4x400 m",
"3:40.24"
],
[
"6",
"2003",
"St. George's, Grenada",
"1st",
"800 m",
"2:04.12"
],
[
"7",
"2003",
"St. George's, Grenada",
"2nd",
"4x400 m",
"3:32.99"
],
[
"8",
"2003",
"Santo Domingo, Dominican Republic",
"9th (h)",
"800 m",
"2:04.22"
],
[
"9",
"2005",
"Nassau, Bahamas",
"1st",
"800 m",
"2:03.56"
],
[
"10",
"2005",
"Helsinki, Finland",
"23rd (h)",
"800 m",
"2:02.50"
],
[
"11",
"2006",
"Melbourne, Australia",
"8th",
"800 m",
"2:01.96"
],
[
"12",
"2008",
"Beijing, China",
"21st (sf)",
"800 m",
"2:01.84"
],
[
"13",
"2009",
"Berlin, Germany",
"28th (sf)",
"800 m",
"2:04.55"
],
[
"14",
"2011",
"Mayagüez, Puerto Rico",
"4th",
"800 m",
"2:03.56"
],
[
"15",
"2012",
"London, United Kingdom",
"16th (sf)",
"800 m",
"2:00.68"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,G1=58),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,G2:G14=58),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the drawn number when there are 58 tries?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"G1",
"=",
"58",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"correct as of 18:13 26 may 2008\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,H2:H14=\"correct as of 18:13 26 may 2008\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the played number when the tries against shows correct as of 18:13 26 May 2008?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"H1",
"=",
"\"correct as of 18:13 26 may 2008\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,E1=402),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,E2:E14=402),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the drawn when there are 402 points?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"E1",
"=",
"402",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=492),9))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,F2:F14=492),9))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the try bonus when there are 492 points?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"F1",
"=",
"492",
"9"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"53\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,H2:H14=\"53\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the number of points against when the tries against was 53?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"H1",
"=",
"\"53\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=179),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,F2:F14=179),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the played number when the points against is 179?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"F1",
"=",
"179",
"2"
]
}
] | train_2-17625749-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Club",
"Played",
"Drawn",
"Lost",
"Points for",
"Points against",
"Tries for",
"Tries against",
"Try bonus"
],
[
"2",
"Club",
"Played",
"Drawn",
"Lost",
"Points for",
"Points against",
"Tries for",
"Tries against",
"Try bonus"
],
[
"3",
"Porth Harlequins RFC",
"20",
"0",
"3",
"642",
"173",
"100",
"19",
"12"
],
[
"4",
"St. Joseph's RFC",
"20",
"0",
"3",
"503",
"179",
"69",
"17",
"9"
],
[
"5",
"Pontyclun RFC",
"20",
"1",
"5",
"468",
"218",
"66",
"24",
"7"
],
[
"6",
"Deri RFC",
"20",
"0",
"6",
"476",
"285",
"65",
"33",
"7"
],
[
"7",
"St. Albans RFC",
"20",
"0",
"9",
"402",
"423",
"58",
"61",
"7"
],
[
"8",
"Cowbridge RFC",
"20",
"0",
"12",
"329",
"379",
"37",
"54",
"3"
],
[
"9",
"Old Penarthians RFC",
"20",
"0",
"11",
"231",
"369",
"29",
"53",
"2"
],
[
"10",
"Penygraig RFC",
"20",
"1",
"13",
"260",
"436",
"30",
"63",
"2"
],
[
"11",
"Ogmore Vale RFC",
"20",
"0",
"14",
"208",
"475",
"27",
"71",
"2"
],
[
"12",
"Canton RFC",
"20",
"0",
"16",
"248",
"499",
"34",
"67",
"3"
],
[
"13",
"Dinas Powys RFC",
"20",
"0",
"17",
"161",
"492",
"20",
"73",
"1"
],
[
"14",
"Correct as of 18:13 26 May 2008",
"Correct as of 18:13 26 May 2008",
"Correct as of 18:13 26 May 2008",
"Correct as of 18:13 26 May 2008",
"Correct as of 18:13 26 May 2008",
"Correct as of 18:13 26 May 2008",
"Correct as of 18:13 26 May 2008",
"Correct as of 18:13 26 May 2008",
"Correct as of 18:13 26 May 2008"
]
] |
[
{
"Formula": "SUM(FILTER(C1, D1=435))",
"Formula2": "SUM(FILTER(C2:C6, D2:D6=435))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the Inns of 435 Runs?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"D1",
"=",
"435"
]
}
] | train_2-15734036-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Player",
"Team",
"Inns",
"Runs",
"Balls"
],
[
"2",
"Virender Sehwag",
"Delhi Daredevils",
"14",
"406",
"220"
],
[
"3",
"Yusuf Pathan",
"Rajasthan Royals",
"15",
"435",
"243"
],
[
"4",
"Sanath Jayasuriya",
"Mumbai Indians",
"14",
"514",
"309"
],
[
"5",
"Yuvraj Singh",
"Kings XI Punjab",
"14",
"299",
"184"
],
[
"6",
"Kumar Sangakkara",
"Kings XI Punjab",
"9",
"320",
"198"
]
] |
[
{
"Formula": "MIN(FILTER(J1, (H1>0)*(G1=52)*(A1>5)))",
"Formula2": "MIN(FILTER(J2:J6, (H2:H6>0)*(G2:G6=52)*(A2:A6>5)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "drop goals larger than 0, and a Penalties of 52, and a Number larger than 5 had what lowest score?",
"Tokens": [
"MIN(",
"FILTER(",
"J1",
"H1",
">",
"0",
"*",
"G1",
"=",
"52",
"*",
"A1",
">",
"5"
]
},
{
"Formula": "SUM(FILTER(J1, (B1=\"jaco coetzee\")*(E1>6)))",
"Formula2": "SUM(FILTER(J2:J6, (B2:B6=\"jaco coetzee\")*(E2:E6>6)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Player of jaco coetzee, and a Tries larger than 6 had what total number of score?",
"Tokens": [
"SUM(",
"FILTER(",
"J1",
"B1",
"=",
"\"jaco coetzee\"",
"*",
"E1",
">",
"6"
]
}
] | train_2-13255695-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J"
],
[
"1",
"Number",
"Player",
"Years active",
"Caps",
"Tries",
"Conversions",
"Penalties",
"drop goals",
"Average score",
"Score"
],
[
"2",
"1",
"Yuri Kushnarev",
"2005-",
"56",
"7",
"51",
"84",
"0",
"6.95",
"389"
],
[
"3",
"2",
"Jaco Coetzee",
"1990-1995",
"28",
"6",
"81",
"45",
"3",
"11.96",
"335"
],
[
"4",
"3",
"Konstantin Rachkov",
"1997-2011",
"44",
"10",
"51",
"36",
"10",
"7.18",
"316"
],
[
"5",
"4",
"Gonçalo Malheiro",
"1998-2007",
"40",
"8",
"25",
"46",
"17",
"6.98",
"279"
],
[
"6",
"5",
"Esteban Roque Segovia",
"2004-2007",
"20",
"1",
"53",
"52",
"1",
"13.5",
"270"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=14),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,C2:C12=14),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "How many laps did Dick Rathmann complete when he ranked 14?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"14",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=130.928),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,B2:B12=130.928),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What was Dick Rathmann's Finish the year he Qualed at 130.928?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"130.928",
"4"
]
}
] | train_2-1235982-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Qual",
"Rank",
"Finish",
"Laps"
],
[
"2",
"1950",
"130.928",
"17",
"32",
"25"
],
[
"3",
"1956",
"144.471",
"6",
"5",
"200"
],
[
"4",
"1957",
"140.780",
"Withdrew",
"Withdrew",
"Withdrew"
],
[
"5",
"1958",
"145.974",
"1",
"27",
"0"
],
[
"6",
"1959",
"144.248",
"5",
"20",
"150"
],
[
"7",
"1960",
"145.543",
"6",
"31",
"42"
],
[
"8",
"1961",
"146.033",
"8",
"13",
"164"
],
[
"9",
"1962",
"147.161",
"13",
"24",
"51"
],
[
"10",
"1963",
"149.130",
"14",
"10",
"200"
],
[
"11",
"1964",
"151.860",
"17",
"7",
"197"
],
[
"12",
"Totals",
"Totals",
"Totals",
"Totals",
"1029"
]
] |
[
{
"Formula": "FILTER(B1,E1<>\"German\")",
"Formula2": "FILTER(B2:B4,E2:E4<>\"German\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"<>",
"Str"
],
"Level": "easy",
"Question": "List the names of countries whose language is not \"German\".",
"Tokens": [
"FILTER(",
"B1",
"E1",
"<>",
"\"German\""
]
},
{
"Formula": "LET(query1,FILTER(A1:F1,E1<>\"german\"),UNIQUE(CHOOSECOLS(query1,2,1)))",
"Formula2": "LET(query1,FILTER(A2:F4,E2:E4<>\"german\"),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 countries which do not speak German",
"Tokens": [
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"E1",
"<>",
"\"german\"",
"UNIQUE(",
"CHOOSECOLS(",
"query1",
"2",
"1"
]
},
{
"Formula": "LET(a,HSTACK(B1,A1),b,A1,c,CHOOSECOLS(UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1<>\"german\"),1)),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Formula2": "LET(a,HSTACK(B2:B4,A2:A4),b,A2:A4,c,CHOOSECOLS(UNIQUE(CHOOSECOLS(FILTER(A2:A4:F1,E2:E4<>\"german\"),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": "Names of countries which do not speak German and the ids.",
"Tokens": [
"LET(",
"a",
"HSTACK(",
"B1",
"A1",
"b",
"A1",
"c",
"CHOOSECOLS(",
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"<>",
"\"german\"",
"1",
"1",
"UNIQUE(",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
]
}
] | roller_coaster_country | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"country id",
"name",
"population",
"area",
"languages",
""
],
[
"2",
"1",
"Austria",
"8206524",
"83871",
"German",
""
],
[
"3",
"2",
"Finland",
"5261008",
"338145",
"Finnish Swedish",
""
],
[
"4",
"3",
"Sweden",
"9047752",
"449964",
"Swedish",
""
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,(G1=\"westpac stadium\")*(F1=\"newcastle jets\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I11,(G2:G11=\"westpac stadium\")*(F2:F11=\"newcastle jets\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What round was the match at Westpac Stadium that had the Newcastle Jets as the away team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"G1",
"=",
"\"westpac stadium\"",
"*",
"F1",
"=",
"\"newcastle jets\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"perth glory\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I11,F2:F11=\"perth glory\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On what weekday was the match that had Perth Glory as the away team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"F1",
"=",
"\"perth glory\"",
"8"
]
}
] | train_2-18793550-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Attendance",
"Round",
"Date",
"Home",
"Score",
"Away",
"Venue",
"Weekday",
"Time of Day"
],
[
"2",
"44,560",
"Grand Final",
"20 March 2010",
"Melbourne Victory",
"1 – 1",
"Sydney FC",
"Etihad Stadium",
"Saturday",
"Evening"
],
[
"3",
"32,792",
"Finals Wk 2",
"7 March 2010",
"Wellington Phoenix",
"3 – 1",
"Newcastle Jets",
"Westpac Stadium",
"Sunday",
"Afternoon"
],
[
"4",
"30,668",
"10",
"9 October 2009",
"Melbourne Victory",
"0 – 3",
"Sydney FC",
"Etihad Stadium",
"Friday",
"Night"
],
[
"5",
"27,344",
"20",
"19 December 2009",
"Melbourne Victory",
"0 – 0",
"Sydney FC",
"Etihad Stadium",
"Saturday",
"Evening"
],
[
"6",
"25,407",
"27",
"14 February 2010",
"Sydney FC",
"2 – 0",
"Melbourne Victory",
"Sydney Football Stadium",
"Sunday",
"Evening"
],
[
"7",
"24,278",
"Finals Wk 1",
"21 February 2010",
"Wellington Phoenix",
"1 – 1",
"Perth Glory",
"Westpac Stadium",
"Sunday",
"Evening"
],
[
"8",
"23,818",
"Final Wk 2",
"7 March 2010",
"Sydney FC",
"2 – 2",
"Melbourne Victory",
"Sydney Football Stadium",
"Sunday",
"Evening"
],
[
"9",
"22,726",
"26",
"5 February 2010",
"Melbourne Victory",
"2 – 0",
"North Queensland Fury",
"Etihad Stadium",
"Friday",
"Night"
],
[
"10",
"21,182",
"12",
"24 October 2009",
"Melbourne Victory",
"3 – 1",
"Adelaide United",
"Etihad Stadium",
"Saturday",
"Evening"
],
[
"11",
"20,537",
"16",
"28 November 2009",
"Melbourne Victory",
"4 – 0",
"Gold Coast United",
"Etihad Stadium",
"Saturday",
"Evening"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"alfonse d'amore\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"alfonse d'amore\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When did alfonse d'amore compete?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"alfonse d'amore\"",
"4"
]
},
{
"Formula": "SUM(FILTER(E1, (C1=\"ko\")*(D1=1958)))",
"Formula2": "SUM(FILTER(E2:E11, (C2:C11=\"ko\")*(D2:D11=1958)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Which Round has a Method of ko, and a Date of 1958?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"C1",
"=",
"\"ko\"",
"*",
"D1",
"=",
"1958"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,(A1=\"win\")*(B1=\"myron greenberg\")),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<2))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E11,(A2:A11=\"win\")*(B2:B11=\"myron greenberg\")),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<2))",
"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 Date has a Result of win, and a Round smaller than 2, and an Opponent of myron greenberg?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"win\"",
"*",
"B1",
"=",
"\"myron greenberg\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"2"
]
},
{
"Formula": "SUM(FILTER(E1, (C1=\"ko\")*(B1=\"alfonse d'amore\")))",
"Formula2": "SUM(FILTER(E2:E11, (C2:C11=\"ko\")*(B2:B11=\"alfonse d'amore\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which Round has a Method of ko, and an Opponent of alfonse d'amore?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"C1",
"=",
"\"ko\"",
"*",
"B1",
"=",
"\"alfonse d'amore\""
]
}
] | train_2-164370-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Result",
"Opponent",
"Method",
"Date",
"Round"
],
[
"2",
"Win",
"Ted LaScalza",
"KO",
"1958",
"1"
],
[
"3",
"Win",
"Nick Welling",
"KO",
"July 20, 1953",
"2"
],
[
"4",
"Win",
"Earl Garrett",
"KO",
"1950",
"1"
],
[
"5",
"Win",
"Peter Read",
"KO",
"1950",
"3"
],
[
"6",
"Win",
"Phillip Duncan",
"KO",
"February 17, 1950",
"1"
],
[
"7",
"Win",
"Myron Greenberg",
"KO",
"1950",
"1"
],
[
"8",
"Win",
"Peter Read",
"KO",
"February 21, 1948",
"2"
],
[
"9",
"Win",
"Jerry Gould",
"KO",
"1948",
"1"
],
[
"10",
"Win",
"Alfonse D'Amore",
"KO",
"1948",
"1"
],
[
"11",
"Loss",
"Myron Greenberg",
"TKO",
"March 5, 1947",
"2"
]
] |
[
{
"Formula": "MIN(FILTER(F1, (A1<8)*(C1<30)))",
"Formula2": "MIN(FILTER(F2:F17, (A2:A17<8)*(C2:C17<30)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the fewest loses for the club that is below 8 in position, and had played less than 30 games?",
"Tokens": [
"MIN(",
"FILTER(",
"F1",
"A1",
"<",
"8",
"*",
"C1",
"<",
"30"
]
},
{
"Formula": "SUM(FILTER(F1, (E1<4)*(H1<105)*(A1>2)*(G1<38)))",
"Formula2": "SUM(FILTER(F2:F17, (E2:E17<4)*(H2:H17<105)*(A2:A17>2)*(G2:G17<38)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the loses total when there is less than 4 draws, less than 105 conceded goals, less than 38 goals scored, and the club is positioned greater than 2?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"E1",
"<",
"4",
"*",
"H1",
"<",
"105",
"*",
"A1",
">",
"2",
"*",
"G1",
"<",
"38"
]
},
{
"Formula": "SUM(FILTER(H1, (I1>58)*(D1<27)*(E1<1)))",
"Formula2": "SUM(FILTER(H2:H17, (I2:I17>58)*(D2:D17<27)*(E2:E17<1)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many total goals conceded are there when the points are greater than 58, less than 27 wins, and less than 1 draws?",
"Tokens": [
"SUM(",
"FILTER(",
"H1",
"I1",
">",
"58",
"*",
"D1",
"<",
"27",
"*",
"E1",
"<",
"1"
]
},
{
"Formula": "SUM(FILTER(G1, C1<30))",
"Formula2": "SUM(FILTER(G2:G17, C2:C17<30))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many total goals scored when less than 30 games have been played?",
"Tokens": [
"SUM(",
"FILTER(",
"G1",
"C1",
"<",
"30"
]
},
{
"Formula": "AVERAGE(FILTER(G1, C1<30))",
"Formula2": "AVERAGE(FILTER(G2:G17, C2:C17<30))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "When less than 30 games have been played what is the average goals scored?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"G1",
"C1",
"<",
"30"
]
}
] | train_2-18018214-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Position",
"Club",
"Games played",
"Wins",
"Draws",
"Loses",
"Goals scored",
"Goals conceded",
"Points"
],
[
"2",
"1",
"Polonija Vilnius",
"30",
"27",
"0",
"3",
"97",
"16",
"81"
],
[
"3",
"2",
"Sūduva Marijampolė",
"30",
"22",
"1",
"7",
"93",
"42",
"67"
],
[
"4",
"3",
"Kauno Jėgeriai",
"30",
"19",
"5",
"6",
"83",
"30",
"62"
],
[
"5",
"4",
"Tauras Tauragė",
"30",
"17",
"7",
"6",
"57",
"39",
"58"
],
[
"6",
"5",
"Lietava Jonava",
"30",
"16",
"4",
"10",
"70",
"40",
"52"
],
[
"7",
"6",
"Žalgiris-2 Vilnius",
"30",
"11",
"7",
"12",
"37",
"35",
"40"
],
[
"8",
"7",
"Interas Visaginas",
"30",
"11",
"6",
"13",
"29",
"38",
"39"
],
[
"9",
"8",
"Vienybė Ukmergė",
"30",
"11",
"5",
"14",
"54",
"67",
"38"
],
[
"10",
"9",
"Kareda Kaunas",
"30",
"10",
"5",
"15",
"35",
"49",
"35"
],
[
"11",
"10",
"Babrungas Plungė",
"30",
"9",
"7",
"14",
"34",
"60",
"34"
],
[
"12",
"11",
"Nevėžis-2 Kėdainiai",
"30",
"11",
"1",
"18",
"45",
"62",
"34"
],
[
"13",
"12",
"Laisvė Šilutė",
"30",
"10",
"4",
"16",
"44",
"59",
"34"
],
[
"14",
"13",
"Krazantė Kelmė",
"30",
"11",
"1",
"18",
"38",
"81",
"34"
],
[
"15",
"14",
"Banga Gargždai",
"30",
"9",
"3",
"17",
"45",
"50",
"33"
],
[
"16",
"15",
"Utenis Utena",
"30",
"7",
"4",
"19",
"30",
"69",
"25"
],
[
"17",
"16",
"Kratonas Kalvarija",
"30",
"7",
"2",
"21",
"51",
"105",
"23"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=50))",
"Formula2": "LET(query1,SUMMARIZE(E2:E18,SUMX(D2:D18)),FILTER(query1,CHOOSECOLS(query1,2)=50))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "who is the manufacturer is no.50?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"50"
]
}
] | train_1-27821519-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J"
],
[
"1",
"Season",
"Driver",
"Owner",
"No.",
"Manufacturer",
"Starts",
"Wins",
"Top Tens",
"Poles",
"Points (margin)"
],
[
"2",
"1995",
"Mike Skinner",
"Richard Childress",
"3",
"Chevrolet",
"20 (of 20)",
"8",
"18",
"7",
"3224 (126)"
],
[
"3",
"1996",
"Ron Hornaday, Jr.",
"Dale Earnhardt",
"16",
"Chevrolet",
"24 (of 24)",
"4",
"23",
"2",
"3831 (53)"
],
[
"4",
"1997",
"Jack Sprague",
"Rick Hendrick",
"24",
"Chevrolet",
"26 (of 26)",
"3",
"23",
"5",
"3969 (232)"
],
[
"5",
"1998",
"Ron Hornaday, Jr.",
"Dale Earnhardt",
"16",
"Chevrolet",
"27 (of 27)",
"6",
"22",
"2",
"4072 (3)"
],
[
"6",
"1999",
"Jack Sprague",
"Rick Hendrick",
"24",
"Chevrolet",
"25 (of 25)",
"3",
"19",
"1",
"3747 (8)"
],
[
"7",
"2000",
"Greg Biffle",
"Jack Roush",
"50",
"Ford",
"24 (of 24)",
"5",
"18",
"4",
"3826 (230)"
],
[
"8",
"2001",
"Jack Sprague",
"Rick Hendrick",
"24",
"Chevrolet",
"24 (of 24)",
"4",
"17",
"7",
"3670 (73)"
],
[
"9",
"2002",
"Mike Bliss",
"Steve Coulter",
"16",
"Chevrolet",
"25 (of 25)",
"5",
"18",
"4",
"3359 (46)"
],
[
"10",
"2003",
"Travis Kvapil",
"Steve Coulter",
"16",
"Chevrolet",
"25 (of 25)",
"1",
"22",
"0",
"3837 (9)"
],
[
"11",
"2004",
"Bobby Hamilton",
"Self-owned",
"4",
"Dodge",
"25 (of 25)",
"4",
"16",
"0",
"3624 (46)"
],
[
"12",
"2005",
"Ted Musgrave",
"Jim Smith",
"1",
"Dodge",
"25 (of 25)",
"1",
"15",
"1",
"3535 (55)"
],
[
"13",
"2006",
"Todd Bodine",
"Stephen Germain",
"30",
"Toyota",
"25 (of 25)",
"3",
"16",
"1",
"3666 (127)"
],
[
"14",
"2007",
"Ron Hornaday, Jr.",
"Kevin Harvick",
"33",
"Chevrolet",
"25 (of 25)",
"4",
"22",
"1",
"3982 (54)"
],
[
"15",
"2008",
"Johnny Benson",
"Bill Davis",
"23",
"Toyota",
"25 (of 25)",
"5",
"18",
"3",
"3725 (7)"
],
[
"16",
"2009",
"Ron Hornaday, Jr.",
"Kevin Harvick",
"33",
"Chevrolet",
"25 (of 25)",
"6",
"20",
"4",
"3959 (187)"
],
[
"17",
"2010",
"Todd Bodine",
"Stephen Germain",
"30",
"Toyota",
"25 (of 25)",
"4",
"20",
"2",
"3937 (207)"
],
[
"18",
"2011",
"Austin Dillon",
"Richard Childress",
"3",
"Chevrolet",
"25 (of 25)",
"2",
"16",
"5",
"888 (6)"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=9),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=9),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which License has an Actual Vaersion of 9.0?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"9",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=9),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=9),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which System has an Actual Version 9.0?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"9",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"gemulator\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=\"gemulator\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which System's Name is Gemulator?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"gemulator\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"freeware\")*(A1=\"steem\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(E2:E11=\"freeware\")*(A2:A11=\"steem\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which System's Name is Steem, and has a Freeware License?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"freeware\"",
"*",
"A1",
"=",
"\"steem\"",
"3"
]
}
] | train_2-11561331-17 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name",
"Actual version",
"System",
"Platform",
"License"
],
[
"2",
"SteEM",
"3.2",
"Atari ST E",
"Windows, Linux",
"Freeware"
],
[
"3",
"SainT",
"2.20",
"Atari ST /STE",
"Windows",
"Freeware"
],
[
"4",
"Gemulator",
"9.0",
"Atari ST",
"Windows",
"Commercial (free)"
],
[
"5",
"Hatari",
"1.6.2",
"Atari ST /STE, Atari TT , Atari Falcon",
"Cross-platform",
"GPL"
],
[
"6",
"PacifiST",
"0.49b",
"Atari ST",
"DOS, Windows",
"Giftware"
],
[
"7",
"STonX",
"0.6.7.6",
"Atari ST",
"Unix, DOS, Windows",
"GPL"
],
[
"8",
"WinSTon",
"0.1r2",
"Atari ST",
"Windows",
"Freeware"
],
[
"9",
"ARAnyM",
"0.9.13",
"Atari ST , Atari TT , Atari Falcon",
"Cross-platform",
"GPL"
],
[
"10",
"MESS",
"0.147",
"Various computers and consoles",
"Cross-platform",
"Custom"
],
[
"11",
"EstyJs",
"n/a",
"Atari ST",
"Cross-platform",
"[Open Source]"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(A1, F1=\"4/125\")))",
"Formula2": "ROWS(UNIQUE(FILTER(A2:A7, F2:F7=\"4/125\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many players Bowled 4/125?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"A1",
"F1",
"=",
"\"4/125\""
]
},
{
"Formula": "SUM(FILTER(D1, E1=22.66))",
"Formula2": "SUM(FILTER(D2:D7, E2:E7=22.66))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What number of wickets were there when the average was 22.66?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"E1",
"=",
"22.66"
]
},
{
"Formula": "SUM(FILTER(D1, E1=22.66))",
"Formula2": "SUM(FILTER(D2:D7, E2:E7=22.66))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many wickets were there when average was 22.66?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"E1",
"=",
"22.66"
]
},
{
"Formula": "LET(query1,SUMMARIZE(F1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=23.33))",
"Formula2": "LET(query1,SUMMARIZE(F2:F7,SUMX(E2:E7)),FILTER(query1,CHOOSECOLS(query1,2)=23.33))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What was the best bowling score when the average was 23.33?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"F1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"23.33"
]
},
{
"Formula": "SUM(FILTER(C1, D1=11))",
"Formula2": "SUM(FILTER(C2:C7, D2:D7=11))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many matches had 11 wickets?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"D1",
"=",
"11"
]
},
{
"Formula": "SUMIFS(D1,A1,\"Alec Bedser\")",
"Formula2": "SUMIFS(D2:D7,A2:A7,\"Alec Bedser\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many wickets did Alec bedser have?",
"Tokens": [
"SUMIFS(",
"D1",
"A1",
"\"Alec Bedser\""
]
}
] | train_1-16570286-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Player",
"Team",
"Matches",
"Wickets",
"Average",
"Best Bowling"
],
[
"2",
"Ray Lindwall",
"Australia",
"5",
"27",
"19.62",
"6/20"
],
[
"3",
"Norman Yardley",
"England",
"5",
"9",
"22.66",
"2/32"
],
[
"4",
"Keith Miller",
"Australia",
"5",
"13",
"23.15",
"4/125"
],
[
"5",
"Bill Johnston",
"Australia",
"5",
"27",
"23.33",
"5/36"
],
[
"6",
"Ernie Toshack",
"Australia",
"4",
"11",
"33.09",
"5/40"
],
[
"7",
"Alec Bedser",
"England",
"5",
"18",
"38.22",
"4/81"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"Borut Božič\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,B2:B9=\"Borut Božič\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who had the mountains classification when borut božič was the winner?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"Borut Božič\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(B1=\"André Greipel\")*(F1=\"André Greipel\")),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,(B2:B9=\"André Greipel\")*(F2:F9=\"André Greipel\")),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the team classification where andré greipel was the winner and had the points classification?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"André Greipel\"",
"*",
"F1",
"=",
"\"André Greipel\"",
"7"
]
},
{
"Formula": "SUM(A1)",
"Formula2": "SUM(A2:A9)",
"Funcs": [
"SUM(",
"Cell"
],
"Level": "easy",
"Question": "How many stages are there?",
"Tokens": [
"SUM(",
"A1"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(D1, B1=\"Marco Frapporti\")))",
"Formula2": "ROWS(UNIQUE(FILTER(D2:D9, B2:B9=\"Marco Frapporti\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many sprint classifications are there where marco frapporti is the winner?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"D1",
"B1",
"=",
"\"Marco Frapporti\""
]
}
] | train_1-25655781-17 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Stage",
"Winner",
"General classification",
"Sprint Classification",
"Mountains Classification",
"Points Classification",
"Team Classification"
],
[
"2",
"1",
"André Greipel",
"André Greipel",
"Richie Porte",
"Wout Poels",
"André Greipel",
"Colnago-CSF Inox"
],
[
"3",
"2",
"Greg Henderson",
"Greg Henderson",
"Richie Porte",
"Richie Porte",
"Greg Henderson",
"Vacansoleil"
],
[
"4",
"3",
"Michael Albasini",
"Michael Albasini",
"Richie Porte",
"Richie Porte",
"Greg Henderson",
"Vacansoleil"
],
[
"5",
"4",
"Wout Poels",
"Michael Albasini",
"Richie Porte",
"Johnny Hoogerland",
"Michael Albasini",
"Vacansoleil"
],
[
"6",
"5",
"Marco Frapporti",
"Michael Albasini",
"Michał Gołaś",
"Johnny Hoogerland",
"Michael Albasini",
"Vacansoleil"
],
[
"7",
"6",
"André Greipel",
"Michael Albasini",
"Michał Gołaś",
"Johnny Hoogerland",
"Greg Henderson",
"Vacansoleil"
],
[
"8",
"7",
"Borut Božič",
"Michael Albasini",
"Michał Gołaś",
"Johnny Hoogerland",
"Greg Henderson",
"Vacansoleil"
],
[
"9",
"8",
"André Greipel",
"Michael Albasini",
"Michał Gołaś",
"Johnny Hoogerland",
"Greg Henderson",
"Vacansoleil"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(A1, G1=\"Barking Birmingham & Solihull Stourbridge\")))",
"Formula2": "ROWS(UNIQUE(FILTER(A2:A9, G2:G9=\"Barking Birmingham & Solihull Stourbridge\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many seasons did Barking Birmingham & Solihull Stourbridge were relegated from league?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"A1",
"G1",
"=",
"\"Barking Birmingham & Solihull Stourbridge\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"Barking Birmingham & Solihull Stourbridge\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,G2:G9=\"Barking Birmingham & Solihull Stourbridge\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was relegated to league if Barking Birmingham & Solihull Stourbridge were relegated from league?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"Barking Birmingham & Solihull Stourbridge\"",
"4"
]
},
{
"Formula": "MIN(C1)",
"Formula2": "MIN(C2:C9)",
"Funcs": [
"MIN(",
"Cell"
],
"Level": "easy",
"Question": "How many were the minimum team that participated in the league?",
"Tokens": [
"MIN(",
"C1"
]
},
{
"Formula": "SUMIFS(C1,D1,\"Cornish All Blacks Pertemps Bees\")",
"Formula2": "SUMIFS(C2:C9,D2:D9,\"Cornish All Blacks Pertemps Bees\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many teams participated (maximum) when Cornish All Blacks Pertemps Bees were relegated to the league?",
"Tokens": [
"SUMIFS(",
"C1",
"D1",
"\"Cornish All Blacks Pertemps Bees\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"Coventry\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,D2:D9=\"Coventry\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was promoted to the league when Coventry was relegated to the league?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"Coventry\"",
"5"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(F1, D1=\"Esher\")))",
"Formula2": "ROWS(UNIQUE(FILTER(F2:F9, D2:D9=\"Esher\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many were promoted from the league when Esher was relegated to the league?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"F1",
"D1",
"=",
"\"Esher\""
]
}
] | train_1-23927423-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Season",
"Name",
"Teams",
"Relegated to league",
"Promoted to league",
"Promoted from league",
"Relegated from league"
],
[
"2",
"2005–06",
"National Division Two",
"14",
"Henley Hawks Orrell",
"Barking Halifax Redruth",
"Moseley Waterloo",
"Orrell"
],
[
"3",
"2006–07",
"National Division Two",
"14",
"None",
"Bradford & Bingley Cambridge Nuneaton",
"Esher Cornish All Blacks",
"Bradford & Bingley Harrogate"
],
[
"4",
"2007–08",
"National Division Two",
"14",
"Waterloo Otley",
"Blaydon Southend Westcombe Park",
"Manchester Otley",
"Halifax Henley Hawks Nuneaton"
],
[
"5",
"2008–09",
"National Division Two",
"14",
"Cornish All Blacks Pertemps Bees",
"Cinderford Mount's Bay Tynedale",
"Birmingham & Solihull",
"Westcombe Park Southend Mount's Bay Waterloo"
],
[
"6",
"2009–10",
"National League 1",
"16",
"Esher Newbury Sedgley Park Otley Manchester",
"London Scottish Nuneaton",
"Esher",
"Newbury Nuneaton Manchester"
],
[
"7",
"2010–11",
"National League 1",
"16",
"Coventry",
"Barking Macclesfield Rosslyn Park",
"London Scottish",
"Cornish All Blacks Otley Redruth"
],
[
"8",
"2011–12",
"National League 1",
"16",
"Birmingham & Solihull",
"Ealing Trailfinders Fylde Jersey",
"Jersey",
"Barking Birmingham & Solihull Stourbridge"
],
[
"9",
"2012–13",
"National League 1",
"16",
"Esher",
"Loughborough Students Old Albanians Richmond",
"Ealing Trailfinders",
"Cambridge Sedgley Park Macclesfield"
]
] |
[
{
"Formula": "MIN(FILTER(G1, A1=32))",
"Formula2": "MIN(FILTER(G2:G13, A2:A13=32))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the lowest number of points for game 32?",
"Tokens": [
"MIN(",
"FILTER(",
"G1",
"A1",
"=",
"32"
]
},
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=1))",
"Formula2": "LET(query1,SUMMARIZE(E2:E13,SUMX(B2:B13)),FILTER(query1,CHOOSECOLS(query1,2)=1))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the location and attendance total from the game on December 1?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"1"
]
}
] | train_1-27539808-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Game",
"December",
"Opponent",
"Score",
"Location/Attendance",
"Record",
"Points"
],
[
"2",
"26",
"1",
"Boston Bruins",
"0 – 3",
"Wells Fargo Center (19,684)",
"15–7–4",
"34"
],
[
"3",
"27",
"4",
"New Jersey Devils",
"5 – 3",
"Wells Fargo Center (19,657)",
"16–7–4",
"36"
],
[
"4",
"28",
"5",
"@ New York Islanders",
"3 – 2",
"Nassau Veterans Memorial Coliseum (7,773)",
"17–7–4",
"38"
],
[
"5",
"29",
"8",
"San Jose Sharks",
"4 – 5 (SO)",
"Wells Fargo Center (19,801)",
"17–7–5",
"39"
],
[
"6",
"30",
"9",
"@ Toronto Maple Leafs",
"4 – 1",
"Air Canada Centre (19,365)",
"18–7–5",
"41"
],
[
"7",
"31",
"11",
"@ Boston Bruins",
"2 – 1 (OT)",
"TD Garden (17,565)",
"19–7–5",
"43"
],
[
"8",
"32",
"14",
"Pittsburgh Penguins",
"3 – 2",
"Wells Fargo Center (19,824)",
"20–7–5",
"45"
],
[
"9",
"33",
"15",
"@ Montreal Canadiens",
"5 – 3",
"Bell Centre (21,273)",
"21–7–5",
"47"
],
[
"10",
"34",
"18",
"New York Rangers",
"4 – 1",
"Wells Fargo Center (19,898)",
"22–7–5",
"49"
],
[
"11",
"35",
"20",
"Florida Panthers",
"0 – 5",
"Wells Fargo Center (19,864)",
"22–8–5",
"49"
],
[
"12",
"36",
"28",
"@ Vancouver Canucks",
"2 – 6",
"Rogers Arena (18,860)",
"22–9–5",
"49"
],
[
"13",
"37",
"30",
"@ Los Angeles Kings",
"7 – 4",
"Staples Center (18,118)",
"23–9–5",
"51"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"labrador\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,A2:A8=\"labrador\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the occupation of the candidate that has a riding of labrador?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"labrador\"",
"5"
]
}
] | train_2-10953705-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Riding",
"Candidate",
"Gender",
"Residence",
"Occupation",
"Votes",
"Rank"
],
[
"2",
"Avalon",
"Randy Wayne Dawe",
"M",
"Clark's Beach",
"Truck driver",
"5,707",
"3rd"
],
[
"3",
"Bonavista—Gander—Grand Falls—Windsor",
"Jason Holley",
"M",
"Amherst Cove",
"Artist",
"3,577",
"3rd"
],
[
"4",
"Humber—St. Barbe—Baie Verte",
"Mark Kennedy",
"M",
"Corner Brook",
"Engineering Technician",
"4,603",
"2nd"
],
[
"5",
"Labrador",
"Phyllis Artiss",
"F",
"St. John's",
"Retired University Professor",
"1,378",
"2nd"
],
[
"6",
"Random—Burin—St. George's",
"Terry White",
"M",
"Stephenville",
"Carpenter",
"5,563",
"2nd"
],
[
"7",
"St. John's East",
"Jack Harris",
"M",
"St. John's",
"Lawyer",
"30,881",
"1st"
],
[
"8",
"St. John's South—Mount Pearl",
"Ryan Cleary",
"M",
"St. John's",
"Journalist",
"13,971",
"2nd"
]
] |
[
{
"Formula": "SUMIFS(A1,D1,\"Tucker Gates\")",
"Formula2": "SUMIFS(A2:A10,D2:D10,\"Tucker Gates\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What's the number of the episode directed by Tucker Gates?",
"Tokens": [
"SUMIFS(",
"A1",
"D1",
"\"Tucker Gates\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"Cheyenne, WY\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,C2:C10=\"Cheyenne, WY\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the director of the episode titled \"Cheyenne, WY\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"C1",
"=",
"\"Cheyenne, WY\"",
"4"
]
}
] | train_1-12722302-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"No.",
"#",
"Title",
"Directed by",
"Written by",
"Bens location",
"Original air date",
"U.S. viewers (million)"
],
[
"2",
"13",
"1",
"\"Los Moscos\" [c ]",
"Jeremy Podeswa",
"Daniel Knauf",
"Loving, New Mexico [c ]",
"January9,2005",
"1.81"
],
[
"3",
"14",
"2",
"\"Alamogordo, NM\"",
"Jack Bender",
"William Schmidt",
"Alamogordo, New Mexico [d ]",
"January16,2005",
"N/A"
],
[
"4",
"15",
"3",
"\"Ingram, TX\"",
"John Patterson",
"John J. McLaughlin",
"Ingram, Texas",
"January23,2005",
"N/A"
],
[
"5",
"16",
"4",
"\"Old Cherry Blossom Road\"",
"Steve Shill",
"Dawn Prestwich & Nicole Yorkin",
"Ingram, Texas",
"January30,2005",
"N/A"
],
[
"6",
"17",
"5",
"\"Creed, OK\"",
"Jeremy Podeswa",
"Tracy Tormé",
"Creed, Oklahoma",
"February6,2005",
"N/A"
],
[
"7",
"18",
"6",
"\"The Road to Damascus\"",
"Tucker Gates",
"Dawn Prestwich & Nicole Yorkin",
"N/A",
"February13,2005",
"1.5"
],
[
"8",
"20",
"8",
"\"Outskirts, Damascus, NE\"",
"Tim Hunter",
"Daniel Knauf",
"Damascus, Nebraska",
"February27,2005",
"N/A"
],
[
"9",
"21",
"9",
"\"Lincoln Highway\" [e ]",
"Rodrigo García",
"William Schmidt",
"Lincoln Highway , Wyoming [e ]",
"March6,2005",
"1.96"
],
[
"10",
"22",
"10",
"\"Cheyenne, WY\"",
"Todd Field",
"Tracy Tormé",
"Cheyenne, Wyoming",
"March13,2005",
"N/A"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,E1=\"princes park\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>27455))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G7,E2:E7=\"princes park\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>27455))",
"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 away team score at princes park with a Crowd larger than 27,455?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"princes park\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"27455"
]
}
] | test_2-10783853-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"St Kilda",
"13.16 (94)",
"South Melbourne",
"8.5 (53)",
"Junction Oval",
"26,400",
"25 May 1963"
],
[
"3",
"Melbourne",
"20.15 (135)",
"Richmond",
"7.14 (56)",
"MCG",
"33,914",
"25 May 1963"
],
[
"4",
"Hawthorn",
"11.17 (83)",
"North Melbourne",
"9.7 (61)",
"Glenferrie Oval",
"14,387",
"25 May 1963"
],
[
"5",
"Essendon",
"13.16 (94)",
"Footscray",
"6.18 (54)",
"Windy Hill",
"27,455",
"25 May 1963"
],
[
"6",
"Carlton",
"7.16 (58)",
"Geelong",
"7.22 (64)",
"Princes Park",
"47,514",
"25 May 1963"
],
[
"7",
"Fitzroy",
"9.5 (59)",
"Collingwood",
"12.14 (86)",
"Brunswick Street Oval",
"23,930",
"25 May 1963"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"NBC\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"NBC\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "For the NBC network, what was the new/returning/same network status?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"NBC\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Syndication\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=\"Syndication\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which show was sent to syndication for its new/returning/same network.",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"Syndication\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"This Week in Baseball\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"This Week in Baseball\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the new/returning/same network name for This Week in Baseball?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"This Week in Baseball\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"The Family Channel\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"The Family Channel\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which show as previously on The Family Channel?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"The Family Channel\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=1958),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=1958),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Did the name change for the program last aired in 1958?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"1958",
"4"
]
}
] | train_1-169766-13 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Show",
"Last Aired",
"Previous Network",
"Retitled as/Same",
"New/Returning/Same Network",
"Returning"
],
[
"2",
"Twenty One",
"1958",
"CBS",
"Same",
"NBC",
"January 9"
],
[
"3",
"Shop 'til You Drop",
"1998",
"The Family Channel",
"Same",
"PAX TV",
"April 3"
],
[
"4",
"Supermarket Sweep",
"1995",
"Lifetime",
"Same",
"PAX TV",
"April 3"
],
[
"5",
"This Week in Baseball",
"1998",
"Syndication",
"Same",
"Fox",
"July 12"
],
[
"6",
"To Tell the Truth",
"1991",
"NBC",
"Same",
"Syndication",
"September 18"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"22.17 (149)\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"22.17 (149)\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On what date did an away team score 22.17 (149)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"22.17 (149)\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"19.13 (127)\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"19.13 (127)\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "In what Venue was the Away Team Score 19.13 (127)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"19.13 (127)\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"hawthorn\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"hawthorn\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Away Team Score of the Hawthorn Home Team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"hawthorn\"",
"4"
]
},
{
"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 is the Away Team Score of the Collingwood Home Team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"collingwood\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"arden street oval\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"arden street oval\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What Away Team's venue is Arden Street Oval?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"arden street oval\"",
"3"
]
}
] | train_2-10809157-13 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Fitzroy",
"18.21 (129)",
"South Melbourne",
"11.14 (80)",
"Princes Park",
"7,540",
"5 July 1969"
],
[
"3",
"North Melbourne",
"19.16 (130)",
"Melbourne",
"19.13 (127)",
"Arden Street Oval",
"6,470",
"5 July 1969"
],
[
"4",
"St Kilda",
"12.15 (87)",
"Footscray",
"12.5 (77)",
"Moorabbin Oval",
"14,995",
"5 July 1969"
],
[
"5",
"Geelong",
"10.14 (74)",
"Essendon",
"13.16 (94)",
"Kardinia Park",
"20,247",
"5 July 1969"
],
[
"6",
"Richmond",
"13.15 (93)",
"Collingwood",
"12.19 (91)",
"MCG",
"45,546",
"5 July 1969"
],
[
"7",
"Hawthorn",
"11.14 (80)",
"Carlton",
"22.17 (149)",
"Glenferrie Oval",
"18,848",
"5 July 1969"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"five nations\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)=22))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E6,E2:E6=\"five nations\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)=22))",
"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 venue has a status of Five Nations and an against of 22?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"five nations\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"2",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"22"
]
}
] | train_2-18178608-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Opposing Teams",
"Against",
"Date",
"Venue",
"Status"
],
[
"2",
"France",
"19",
"15/01/1983",
"Twickenham , London",
"Five Nations"
],
[
"3",
"Wales",
"13",
"05/02/1983",
"Cardiff Arms Park , Cardiff",
"Five Nations"
],
[
"4",
"Scotland",
"22",
"05/03/1983",
"Twickenham , London",
"Five Nations"
],
[
"5",
"Ireland",
"25",
"19/03/1982",
"Lansdowne Road , Dublin",
"Five Nations"
],
[
"6",
"New Zealand",
"9",
"19/11/1982",
"Twickenham , London",
"Test Match"
]
] |
[
{
"Formula": "SUMIFS(C1,A1,\"Canterbury Wizards\")",
"Formula2": "SUMIFS(C2:C6,A2:A6,\"Canterbury Wizards\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many wins did Canterbury Wizards have?",
"Tokens": [
"SUMIFS(",
"C1",
"A1",
"\"Canterbury Wizards\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=0.134),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,I2:I6=0.134),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What team had a net run rate of 0.134?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"I1",
"=",
"0.134",
"1"
]
},
{
"Formula": "MAX(F1)",
"Formula2": "MAX(F2:F6)",
"Funcs": [
"MAX(",
"Cell"
],
"Level": "easy",
"Question": "What's the largest number of abandoned games by any of the teams?",
"Tokens": [
"MAX(",
"F1"
]
},
{
"Formula": "LET(query1,SUMMARIZE(I1,SUMX(H1)),FILTER(query1,CHOOSECOLS(query1,2)=19))",
"Formula2": "LET(query1,SUMMARIZE(I2:I6,SUMX(H2:H6)),FILTER(query1,CHOOSECOLS(query1,2)=19))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "How many different net run rates did the team with 19 total points have?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"I1",
"SUMX(",
"H1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"19"
]
}
] | train_1-25368177-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Team",
"Played",
"Won",
"Lost",
"No-Result",
"Abandoned",
"Bonus Points",
"Total Points",
"Net Run Rate"
],
[
"2",
"Auckland Aces",
"8",
"5",
"2",
"1",
"0",
"2",
"24",
"0.596"
],
[
"3",
"Northern Districts",
"8",
"5",
"3",
"0",
"0",
"1",
"21",
"0.134"
],
[
"4",
"Canterbury Wizards",
"8",
"4",
"3",
"1",
"0",
"1",
"19",
"−0.046"
],
[
"5",
"Central Districts Stags",
"8",
"4",
"4",
"0",
"0",
"1",
"17",
"0.568"
],
[
"6",
"Otago Volts",
"8",
"3",
"5",
"0",
"0",
"1",
"13",
"−0.411"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"15.23 (113)\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"15.23 (113)\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What venue has the away side scoring 15.23 (113)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"15.23 (113)\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"hawthorn\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"hawthorn\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What venue features hawthorn as the away team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"hawthorn\"",
"5"
]
},
{
"Formula": "SUMIFS(F1,B1,\"11.13 (79)\")",
"Formula2": "SUMIFS(F2:F7,B2:B7,\"11.13 (79)\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many people attended the game with the home side scoring 11.13 (79)?",
"Tokens": [
"SUMIFS(",
"F1",
"B1",
"\"11.13 (79)\""
]
}
] | train_2-10767641-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Geelong",
"9.15 (69)",
"Richmond",
"10.10 (70)",
"Corio Oval",
"9,500",
"14 June 1930"
],
[
"3",
"Footscray",
"7.14 (56)",
"St Kilda",
"10.12 (72)",
"Western Oval",
"15,000",
"14 June 1930"
],
[
"4",
"South Melbourne",
"17.11 (113)",
"Hawthorn",
"9.10 (64)",
"Lake Oval",
"11,000",
"14 June 1930"
],
[
"5",
"Fitzroy",
"13.13 (91)",
"Essendon",
"16.10 (106)",
"Brunswick Street Oval",
"15,000",
"14 June 1930"
],
[
"6",
"Melbourne",
"11.13 (79)",
"Collingwood",
"14.13 (97)",
"MCG",
"28,779",
"14 June 1930"
],
[
"7",
"North Melbourne",
"9.9 (63)",
"Carlton",
"15.23 (113)",
"Arden Street Oval",
"15,000",
"14 June 1930"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"6-02\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,A2:A14=\"6-02\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Netflix episode that has a series episode of 6-02?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"6-02\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"wigs\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,G2:G14=\"wigs\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which segment A item that has a Segment D of wigs?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"wigs\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"s03e16\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,C2:C14=\"s03e16\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which series episode has a Netflix episode of S03E16?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"s03e16\"",
"1"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,G1=\"s trombone\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)<69))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G14,G2:G14=\"s trombone\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)<69))",
"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 Netflix episode has an overall episode number under 69 and a Segment D of S Trombone?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"s trombone\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"2",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"69"
]
}
] | train_2-15187735-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Series Ep.",
"Episode",
"Netflix",
"Segment A",
"Segment B",
"Segment C",
"Segment D"
],
[
"2",
"6-01",
"66",
"S03E14",
"Three Wheeled Vehicles",
"Baseball Bats",
"Artificial Bonsai",
"s Trombone"
],
[
"3",
"6-02",
"67",
"S03E15",
"s Spring",
"s Paver",
"s Piano (Part 1)",
"s Piano (Part 2)"
],
[
"4",
"6-03",
"68",
"S03E16",
"s Rope",
"s Billiard Table",
"s Sailboard",
"s Cymbal"
],
[
"5",
"6-04",
"69",
"S03E17",
"s Seatbelt",
"s Window",
"Wax Figurines",
"Hot Air Balloons"
],
[
"6",
"6-05",
"70",
"S03E18",
"Air Filters",
"Billiard Cues",
"Ice Sculptures",
"s Suit"
],
[
"7",
"6-06",
"71",
"S03E19",
"Escalator s Handrail",
"s Highlighter",
"Guitar s String",
"Wigs"
],
[
"8",
"6-07",
"72",
"S03E20",
"Traditional Bows",
"s Coffee Machine",
"s Mascot",
"s Hammock"
],
[
"9",
"6-08",
"73",
"S03E21",
"Fibreglass Insulation",
"s Wooden Duck",
"Gumball Machines",
"Exhaust Systems"
],
[
"10",
"6-09",
"74",
"S03E22",
"s Chain",
"s Bagel",
"Vinyl Records (Part 1)",
"Vinyl Records (Part 2)"
],
[
"11",
"6-10",
"75",
"S03E23",
"s Windshield",
"English Saddles",
"Butter",
"Post Clocks"
],
[
"12",
"6-11",
"76",
"S03E24",
"Individual Transporters",
"Cedar Canoes",
"Electric Guitars (Part 1)",
"Electric Guitars (Part 2)"
],
[
"13",
"6-12",
"77",
"S03E25",
"Residential Water Heaters",
"Air Bags",
"Jelly Beans",
"Ice Resurfacers"
],
[
"14",
"6-13",
"78",
"S03E26",
"Amphibious Vehicles",
"s Putter",
"Model Ships",
"s Drumhead"
]
] |
[
{
"Formula": "SUMIFS(A1,B1,\"bye\")",
"Formula2": "SUMIFS(A2:A17,B2:B17,\"bye\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What week did they have a bye?",
"Tokens": [
"SUMIFS(",
"A1",
"B1",
"\"bye\""
]
}
] | train_2-13982802-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Game site",
"Attendance"
],
[
"2",
"1",
"1967-09-10",
"at Buffalo Bills",
"L 20–17",
"War Memorial Stadium",
"45,748"
],
[
"3",
"2",
"Bye",
"Bye",
"Bye",
"Bye",
"Bye"
],
[
"4",
"3",
"1967-09-24",
"at Denver Broncos",
"W 38–24",
"Bears Stadium",
"35,565"
],
[
"5",
"4",
"1967-10-01",
"Miami Dolphins",
"W 29–7",
"Shea Stadium",
"61,240"
],
[
"6",
"5",
"1967-10-07",
"Oakland Raiders",
"W 27–14",
"Shea Stadium",
"63,106"
],
[
"7",
"6",
"1967-10-15",
"Houston Oilers",
"T 28–28",
"Shea Stadium",
"62,729"
],
[
"8",
"7",
"1967-10-22",
"at Miami Dolphins",
"W 33–14",
"Miami Orange Bowl",
"30,049"
],
[
"9",
"8",
"1967-10-29",
"Boston Patriots",
"W 30–23",
"Shea Stadium",
"62,784"
],
[
"10",
"9",
"1967-11-05",
"at Kansas City Chiefs",
"L 42–18",
"Municipal Stadium",
"46,642"
],
[
"11",
"10",
"1967-11-12",
"Buffalo Bills",
"W 20–10",
"Shea Stadium",
"62,671"
],
[
"12",
"11",
"1967-11-19",
"at Boston Patriots",
"W 29–24",
"Fenway Park",
"26,790"
],
[
"13",
"12",
"Bye",
"Bye",
"Bye",
"Bye",
"Bye"
],
[
"14",
"13",
"1967-12-03",
"Denver Broncos",
"L 33–24",
"Shea Stadium",
"61,615"
],
[
"15",
"14",
"1967-12-10",
"Kansas City Chiefs",
"L 21–7",
"Shea Stadium",
"62,891"
],
[
"16",
"15",
"1967-12-17",
"at Oakland Raiders",
"L 38–29",
"Oakland-Alameda County Coliseum",
"53,011"
],
[
"17",
"16",
"1967-12-24",
"at San Diego Chargers",
"W 42–31",
"San Diego Stadium",
"34,580"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"2011 lg cup\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"2011 lg cup\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On what Date was the 2011 LG Cup Competittion?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"2011 lg cup\"",
"1"
]
}
] | train_2-16660943-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Venue",
"Score",
"Result",
"Competition"
],
[
"2",
"29 November 2009",
"Mumias Sports Complex , Mumias",
"2–0",
"2–0",
"2009 CECAFA Cup"
],
[
"3",
"11 August 2010",
"National Stadium , Kampala",
"1–1",
"1–1",
"Friendly"
],
[
"4",
"7 November 2010",
"May 22 Stadium , Aden",
"1–2",
"2–2",
"Friendly"
],
[
"5",
"8 December 2010",
"Benjamin Mkapa National Stadium , Dar es Salaam",
"1–0",
"2–2",
"2010 CECAFA Cup"
],
[
"6",
"11 November 2011",
"Stade de Marrakech , Marrakech",
"1–0",
"1–0",
"2011 LG Cup"
],
[
"7",
"25 November 2011",
"Benjamin Mkapa National Stadium , Dar es Salaam",
"2–1",
"2–1",
"2011 CECAFA Cup"
],
[
"8",
"29 February 2012",
"Stade Municipal , Pointe-Noire",
"1–1",
"1–3",
"2013 AFCON qualification"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(D1, I1=\"27-9\")))",
"Formula2": "ROWS(UNIQUE(FILTER(D2:D15, I2:I15=\"27-9\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many scores are associated with a record of 27-9?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"D1",
"I1",
"=",
"\"27-9\""
]
},
{
"Formula": "SUMIFS(A1,I1,\"29-10\")",
"Formula2": "SUMIFS(A2:A15,I2:I15,\"29-10\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many games are associated with a record of 29-10?",
"Tokens": [
"SUMIFS(",
"A1",
"I1",
"\"29-10\""
]
}
] | train_1-22654073-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",
"35",
"January 2",
"@ New Jersey Nets",
"W 94–86 (OT)",
"LeBron James (28)",
"Anderson Varejão (12)",
"LeBron James (7)",
"Izod Center 17,569",
"27-8"
],
[
"3",
"36",
"January 3",
"Charlotte Bobcats",
"L 88–91 (OT)",
"LeBron James (29)",
"LeBron James , Shaquille O'Neal (7)",
"LeBron James , Mo Williams (6)",
"Quicken Loans Arena 20,562",
"27-9"
],
[
"4",
"37",
"January 6",
"Washington Wizards",
"W 121–98 (OT)",
"LeBron James (23)",
"Anderson Varejão , Zydrunas Ilgauskas (8)",
"LeBron James (8)",
"Quicken Loans Arena 20,562",
"28-9"
],
[
"5",
"38",
"January 8",
"@ Denver Nuggets",
"L 97–99 (OT)",
"LeBron James (35)",
"Anderson Varejão (15)",
"LeBron James (7)",
"Pepsi Center 19,996",
"28-10"
],
[
"6",
"39",
"January 10",
"@ Portland Trail Blazers",
"W 106–94 (OT)",
"LeBron James (41)",
"Shaquille O'Neal (11)",
"LeBron James (8)",
"Rose Garden Arena 20,614",
"29-10"
],
[
"7",
"40",
"January 11",
"@ Golden State Warriors",
"W 117–114 (OT)",
"LeBron James (37)",
"Anderson Varejão , Zydrunas Ilgauskas (9)",
"LeBron James (11)",
"Oracle Arena 19,596",
"30-10"
],
[
"8",
"41",
"January 14",
"@ Utah Jazz",
"L 96–97 (OT)",
"LeBron James (36)",
"LeBron James , Anderson Varejão (9)",
"LeBron James (6)",
"EnergySolutions Arena 19,911",
"30-11"
],
[
"9",
"42",
"January 16",
"@ L.A. Clippers",
"W 102–101 (OT)",
"LeBron James (32)",
"Anderson Varejão (9)",
"Mo Williams (6)",
"Staples Center 19,277",
"31-11"
],
[
"10",
"43",
"January 19",
"Toronto Raptors",
"W 108–100 (OT)",
"LeBron James (28)",
"LeBron James (9)",
"LeBron James (11)",
"Quicken Loans Arena 20,562",
"32-11"
],
[
"11",
"44",
"January 21",
"L.A. Lakers",
"W 93–87 (OT)",
"LeBron James (37)",
"J.J. Hickson (14)",
"LeBron James (9)",
"Quicken Loans Arena 20,562",
"33-11"
],
[
"12",
"45",
"January 23",
"Oklahoma City Thunder",
"W 100–99 (OT)",
"LeBron James (37)",
"LeBron James , J.J. Hickson (9)",
"LeBron James (12)",
"Quicken Loans Arena 20,562",
"34-11"
],
[
"13",
"46",
"January 25",
"@ Miami Heat",
"W 92–91 (OT)",
"LeBron James (32)",
"Anderson Varejão (10)",
"LeBron James (4)",
"AmericanAirlines Arena 19,600",
"35-11"
],
[
"14",
"47",
"January 27",
"Minnesota Timberwolves",
"W 109–95 (OT)",
"J.J. Hickson (23)",
"Anderson Varejão (10)",
"LeBron James (11)",
"Quicken Loans Arena 20,562",
"36-11"
],
[
"15",
"48",
"January 29",
"@ Indiana Pacers",
"W 92–91 (OT)",
"LeBron James , Shaquille O'Neal (22)",
"LeBron James , Anderson Varejão (9)",
"LeBron James (13)",
"Conseco Fieldhouse 18,165",
"37-11"
]
] |
[
{
"Formula": "MAXIFS(A1,B1,\"Mikhail Ignatiev\")",
"Formula2": "MAXIFS(A2:A8,B2:B8,\"Mikhail Ignatiev\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the latest stage won by Mikhail Ignatiev? ",
"Tokens": [
"MAXIFS(",
"A1",
"B1",
"\"Mikhail Ignatiev\""
]
}
] | train_1-25802618-15 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Stage",
"Winner",
"General Classification",
"Points Classification",
"Mountains Classification",
"Young Riders Classification",
"Team Classification"
],
[
"2",
"1",
"Linus Gerdemann",
"Linus Gerdemann",
"Linus Gerdemann",
"Dmytro Grabovskyy",
"José Joaquín Rojas",
"Colnago-CSF Inox"
],
[
"3",
"2",
"Tom Boonen",
"Linus Gerdemann",
"Linus Gerdemann",
"Dmytro Grabovskyy",
"José Joaquín Rojas",
"Colnago-CSF Inox"
],
[
"4",
"3",
"Daniele Bennati",
"Daniele Bennati",
"Daniele Bennati",
"Diego Caccia",
"José Joaquín Rojas",
"Astana"
],
[
"5",
"4",
"Michele Scarponi",
"Michele Scarponi",
"Daniele Bennati",
"Diego Caccia",
"Rigoberto Urán",
"Androni Giocattoli"
],
[
"6",
"5",
"Enrico Gasparotto",
"Michele Scarponi",
"Daniele Bennati",
"Dmytro Grabovskyy",
"Robert Gesink",
"Astana"
],
[
"7",
"6",
"Mikhail Ignatiev",
"Michele Scarponi",
"Stefano Garzelli",
"Dmytro Grabovskyy",
"Robert Gesink",
"Lampre-Farnese Vini"
],
[
"8",
"7",
"Edvald Boasson Hagen",
"Stefano Garzelli",
"Stefano Garzelli",
"Dmytro Grabovskyy",
"Robert Gesink",
"Lampre-Farnese Vini"
]
] |
[
{
"Formula": "MIN(D1)",
"Formula2": "MIN(D2:D8)",
"Funcs": [
"MIN(",
"Cell"
],
"Level": "easy",
"Question": "What is the least amount of wickets?",
"Tokens": [
"MIN(",
"D1"
]
},
{
"Formula": "MIN(B1)",
"Formula2": "MIN(B2:B8)",
"Funcs": [
"MIN(",
"Cell"
],
"Level": "easy",
"Question": "What is the least amount of matches?",
"Tokens": [
"MIN(",
"B1"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(A1, D1=12)))",
"Formula2": "ROWS(UNIQUE(FILTER(A2:A8, D2:D8=12)))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "medium",
"Question": "How many players had 12 wickets?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"A1",
"D1",
"=",
"12"
]
},
{
"Formula": "SUM(FILTER(C1, E1=30.03))",
"Formula2": "SUM(FILTER(C2:C8, E2:E8=30.03))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many innings for the player with an average of 30.03?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"E1",
"=",
"30.03"
]
},
{
"Formula": "SUMIFS(E1,G1,\"5/85\")",
"Formula2": "SUMIFS(E2:E8,G2:G8,\"5/85\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the average for the player with BBM 5/85?",
"Tokens": [
"SUMIFS(",
"E1",
"G1",
"\"5/85\""
]
}
] | train_1-27922491-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Player",
"Matches",
"Innings",
"Wickets",
"Average",
"BBI",
"BBM",
"5wi"
],
[
"2",
"Charl Willoughby Category:Articles with hCards",
"16",
"26",
"54",
"30.03",
"5/56",
"7/170",
"3"
],
[
"3",
"David Stiff Category:Articles with hCards",
"10",
"18",
"31",
"36.12",
"5/91",
"5/93",
"1"
],
[
"4",
"Alfonso Thomas Category:Articles with hCards",
"14",
"22",
"35",
"37.62",
"5/53",
"8/152",
"1"
],
[
"5",
"Ben Phillips Category:Articles with hCards",
"7",
"11",
"12",
"38.00",
"4/46",
"4/73",
"0"
],
[
"6",
"Arul Suppiah Category:Articles with hCards",
"16",
"19",
"15",
"45.46",
"3/58",
"5/85",
"0"
],
[
"7",
"Peter Trego Category:Articles with hCards",
"16",
"25",
"19",
"46.78",
"3/53",
"3/74",
"0"
],
[
"8",
"Andrew Caddick Category:Articles with hCards",
"5",
"8",
"10",
"52.50",
"3/53",
"4/95",
"0"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"3,474 of 5,008\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,E2:E16=\"3,474 of 5,008\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Status of the Paris with a Census Ranking of 3,474 of 5,008?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"3,474 of 5,008\"",
"2"
]
},
{
"Formula": "SUM(FILTER(C1, D1=2113))",
"Formula2": "SUM(FILTER(C2:C16, D2:D16=2113))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the Area of the Parish with a Population of 2,113?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"D1",
"=",
"2113"
]
},
{
"Formula": "SUM(FILTER(D1, C1=236.76))",
"Formula2": "SUM(FILTER(D2:D16, C2:C16=236.76))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the Population of the Parish with an Area km 2 of 236.76?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"C1",
"=",
"236.76"
]
},
{
"Formula": "SUM(FILTER(C1, D1=71))",
"Formula2": "SUM(FILTER(C2:C16, D2:D16=71))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the Area of the Parish with a Population of 71?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"D1",
"=",
"71"
]
}
] | train_2-170969-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Official Name",
"Status",
"Area km 2",
"Population",
"Census Ranking"
],
[
"2",
"Saint George",
"Parish",
"499.51",
"2,476",
"1,146 of 5,008"
],
[
"3",
"Pennfield",
"Parish",
"363.88",
"2,322",
"1,206 of 5,008"
],
[
"4",
"Saint Stephen",
"Parish",
"104.41",
"2,113",
"1,268 of 5,008"
],
[
"5",
"Saint David",
"Parish",
"189.91",
"1,499",
"1,592 of 5,008"
],
[
"6",
"Saint James",
"Parish",
"555.99",
"1,350",
"1,706 of 5,008"
],
[
"7",
"Campobello",
"Parish",
"39.59",
"1,056",
"1,986 of 5,008"
],
[
"8",
"Lepreau",
"Parish",
"209.40",
"824",
"2,319 of 5,008"
],
[
"9",
"West Isles",
"Parish",
"37.93",
"824",
"2,319 of 5,008"
],
[
"10",
"Saint Patrick",
"Parish",
"236.76",
"721",
"2,525 of 5,008"
],
[
"11",
"Saint Croix",
"Parish",
"78.67",
"670",
"2,630 of 5,008"
],
[
"12",
"Saint Andrews",
"Parish",
"24.38",
"592",
"2,797 of 5,008"
],
[
"13",
"Dufferin",
"Parish",
"12.40",
"535",
"2,919 of 5,008"
],
[
"14",
"Dumbarton",
"Parish",
"375.06",
"356",
"3,474 of 5,008"
],
[
"15",
"Grand Manan",
"Parish",
"6.20",
"190",
"4,057 of 5,008"
],
[
"16",
"Clarendon",
"Parish",
"492.84",
"71",
"4,565 of 5,008"
]
] |
[
{
"Formula": "MIN(FILTER(A1,B1=\"november 15\"))",
"Formula2": "MIN(FILTER(A2:A16,B2:B16=\"november 15\"))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What was the game number that was played on November 15?",
"Tokens": [
"MIN(",
"FILTER(",
"A1",
"B1",
"=",
"\"november 15\""
]
}
] | dev_2-17080868-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",
"3",
"November 1",
"@ New Jersey",
"W 105–97 (OT)",
"Stephen Jackson , Andris Biedriņš (23)",
"Andris Biedriņš (11)",
"Stephen Jackson (8)",
"Izod Center 17,390",
"1–2"
],
[
"3",
"4",
"November 3",
"@ Memphis",
"L 79–90 (OT)",
"Stephen Jackson (17)",
"Andris Biedriņš (22)",
"Stephen Jackson (5)",
"FedExForum 10,121",
"1–3"
],
[
"4",
"5",
"November 5",
"Denver",
"W 111–101 (OT)",
"Stephen Jackson (29)",
"Brandan Wright (13)",
"Stephen Jackson (7)",
"Oracle Arena 18,194",
"2–3"
],
[
"5",
"6",
"November 7",
"Memphis",
"L 104–109 (OT)",
"Stephen Jackson (27)",
"Andris Biedriņš (12)",
"C. J. Watson (8)",
"Oracle Arena 18,744",
"2–4"
],
[
"6",
"7",
"November 9",
"@ Sacramento",
"L 98–115 (OT)",
"Andris Biedriņš (16)",
"Andris Biedriņš (18)",
"Stephen Jackson (6)",
"ARCO Arena 12,090",
"2–5"
],
[
"7",
"8",
"November 11",
"Minnesota",
"W 113–110 (OT)",
"Stephen Jackson (30)",
"Andris Biedriņš (15)",
"Stephen Jackson (5)",
"Oracle Arena 17,422",
"3–5"
],
[
"8",
"9",
"November 13",
"Detroit",
"L 102–107 (OT)",
"C. J. Watson , Andris Biedriņš (17)",
"Andris Biedriņš (19)",
"Stephen Jackson (9)",
"Oracle Arena 18,477",
"3–6"
],
[
"9",
"10",
"November 15",
"@ L.A. Clippers",
"W 121–103 (OT)",
"Anthony Morrow (37)",
"Andris Biedriņš (16)",
"Stephen Jackson (10)",
"Staples Center 12,823",
"4–6"
],
[
"10",
"11",
"November 18",
"Portland",
"W 111–106 (OT)",
"Anthony Morrow (25)",
"Andris Biedriņš (9)",
"Stephen Jackson (8)",
"Oracle Arena 18,284",
"5–6"
],
[
"11",
"12",
"November 21",
"Chicago",
"L 110–115 (OT)",
"Stephen Jackson (32)",
"Andris Biedriņš (10)",
"Stephen Jackson , C. J. Watson (6)",
"Oracle Arena 19,596",
"5–7"
],
[
"12",
"13",
"November 23",
"@ Philadelphia",
"L 81–89 (OT)",
"Kelenna Azubuike (16)",
"Andris Biedriņš (8)",
"Stephen Jackson (7)",
"Wachovia Center 13,556",
"5–8"
],
[
"13",
"14",
"November 25",
"@ Washington",
"L 100–124 (OT)",
"Corey Maggette (17)",
"Andris Biedriņš (9)",
"Stephen Jackson (8)",
"Verizon Center 13,852",
"5–9"
],
[
"14",
"15",
"November 26",
"@ Boston",
"L 111–119 (OT)",
"Corey Maggette (32)",
"Andris Biedriņš (9)",
"Stephen Jackson , Jamal Crawford (6)",
"TD Banknorth Garden 18,624",
"5–10"
],
[
"15",
"16",
"November 28",
"@ Cleveland",
"L 97–112 (OT)",
"C. J. Watson (17)",
"Anthony Randolph , Andris Biedriņš (7)",
"Jamal Crawford (6)",
"Quicken Loans Arena 20,562",
"5–11"
],
[
"16",
"17",
"November 29",
"@ New York",
"L 125–138 (OT)",
"Corey Maggette (32)",
"Corey Maggette (12)",
"C. J. Watson , Jamal Crawford (5)",
"Madison Square Garden 19,317",
"5–12"
]
] |
[
{
"Formula": "ROWS(FILTER(E1,(G1=22)*(B1<1)))",
"Formula2": "ROWS(FILTER(E2:E6,(G2:G6=22)*(B2:B6<1)))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Tell me the total number of top 25 for wins less than 1 and cuts made of 22",
"Tokens": [
"ROWS(",
"FILTER(",
"E1",
"G1",
"=",
"22",
"*",
"B1",
"<",
"1"
]
},
{
"Formula": "ROWS(FILTER(F1,(A1=\"masters tournament\")*(E1<6)))",
"Formula2": "ROWS(FILTER(F2:F6,(A2:A6=\"masters tournament\")*(E2:E6<6)))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Tell me the total number of events for tournament of masters tournament and top 25 less than 6",
"Tokens": [
"ROWS(",
"FILTER(",
"F1",
"A1",
"=",
"\"masters tournament\"",
"*",
"E1",
"<",
"6"
]
}
] | dev_2-1006287-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Tournament",
"Wins",
"Top-5",
"Top-10",
"Top-25",
"Events",
"Cuts made"
],
[
"2",
"Masters Tournament",
"1",
"1",
"1",
"6",
"32",
"16"
],
[
"3",
"U.S. Open",
"0",
"0",
"0",
"2",
"10",
"6"
],
[
"4",
"The Open Championship",
"1",
"1",
"3",
"11",
"38",
"22"
],
[
"5",
"PGA Championship",
"0",
"0",
"0",
"1",
"6",
"4"
],
[
"6",
"Totals",
"2",
"2",
"4",
"20",
"86",
"48"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"18.14 (122)\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"18.14 (122)\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which team has an away score of 18.14 (122)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"18.14 (122)\"",
"1"
]
},
{
"Formula": "AVERAGEIFS(F1,D1,\"14.19 (103)\")",
"Formula2": "AVERAGEIFS(F2:F7,D2:D7,\"14.19 (103)\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the average crowd size for an away team with a score of 14.19 (103)?",
"Tokens": [
"AVERAGEIFS(",
"F1",
"D1",
"\"14.19 (103)\""
]
},
{
"Formula": "AVERAGEIFS(F1,E1,\"princes park\")",
"Formula2": "AVERAGEIFS(F2:F7,E2:E7,\"princes park\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the average crowd size at Princes Park?",
"Tokens": [
"AVERAGEIFS(",
"F1",
"E1",
"\"princes park\""
]
}
] | train_2-10823719-22 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Footscray",
"9.11 (65)",
"Hawthorn",
"14.19 (103)",
"Western Oval",
"12,839",
"1 September 1979"
],
[
"3",
"Essendon",
"8.15 (63)",
"Richmond",
"18.14 (122)",
"Windy Hill",
"22,589",
"1 September 1979"
],
[
"4",
"Collingwood",
"23.16 (154)",
"Melbourne",
"15.13 (103)",
"Victoria Park",
"27,206",
"1 September 1979"
],
[
"5",
"Carlton",
"23.16 (154)",
"South Melbourne",
"17.19 (121)",
"Princes Park",
"24,479",
"1 September 1979"
],
[
"6",
"Geelong",
"16.16 (112)",
"Fitzroy",
"15.17 (107)",
"Kardinia Park",
"21,801",
"1 September 1979"
],
[
"7",
"North Melbourne",
"21.18 (144)",
"St Kilda",
"9.11 (65)",
"VFL Park",
"20,571",
"1 September 1979"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"uss cambridge\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,B2:B11=\"uss cambridge\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the builder for the USS cambridge?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"uss cambridge\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"uss cambridge\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,B2:B11=\"uss cambridge\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What year was the USS Cambridge laid down?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"uss cambridge\"",
"4"
]
}
] | train_2-1848746-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Hull Number",
"Name",
"Builder",
"Laid down",
"Launched",
"Completed"
],
[
"2",
"CA 122",
"USSOregon City",
"Bethlehem Steel",
"8 April 1944",
"9 June 1945",
"16 February 1946"
],
[
"3",
"CA 123",
"USSAlbany",
"Bethlehem Steel",
"6 Mar 1944",
"30 Jun 1945",
"11 Jun 1946"
],
[
"4",
"CA-124",
"USSRochester",
"Bethlehem Steel",
"29 May 1944",
"28 August 1945",
"20 December 1946"
],
[
"5",
"CA-125",
"USSNorthampton",
"Bethlehem Steel",
"31 August 1944",
"27 January 1951",
"7 March 1953"
],
[
"6",
"CA-126",
"USS Cambridge",
"Bethlehem Steel",
"16 December 1944",
"N/A",
"N/A"
],
[
"7",
"CA-127",
"USS Bridgeport",
"Bethlehem Steel",
"13 January 1945",
"N/A",
"N/A"
],
[
"8",
"CA-128",
"USS Kansas City",
"Bethlehem Steel",
"N/A",
"N/A",
"N/A"
],
[
"9",
"CA-129",
"USS Tulsa",
"Bethlehem Steel",
"N/A",
"N/A",
"N/A"
],
[
"10",
"CA-137",
"USS Norfolk",
"Philadelphia Naval Shipyard",
"N/A",
"N/A",
"N/A"
],
[
"11",
"CA-138",
"USS Scranton",
"Philadelphia Naval Shipyard",
"N/A",
"N/A",
"N/A"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"9-7\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I13,I2:I13=\"9-7\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is every team with a record of 9-7?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"I1",
"=",
"\"9-7\"",
"3"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(G1, H1=\"Seattle Center Coliseum 14,180\")))",
"Formula2": "ROWS(UNIQUE(FILTER(G2:G13, H2:H13=\"Seattle Center Coliseum 14,180\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many people are high assists when location attendance is Seattle Center Coliseum 14,180?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"G1",
"H1",
"=",
"\"Seattle Center Coliseum 14,180\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=23))",
"Formula2": "LET(query1,SUMMARIZE(B2:B13,SUMX(A2:A13)),FILTER(query1,CHOOSECOLS(query1,2)=23))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is every date with game 23?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"23"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"Seattle Center Coliseum 14,180\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I13,H2:H13=\"Seattle Center Coliseum 14,180\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is every team with location attendance of Seattle Center Coliseum 14,180?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"H1",
"=",
"\"Seattle Center Coliseum 14,180\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"ARCO Arena 17,014\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I13,H2:H13=\"ARCO Arena 17,014\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is every team with location attendance of Arco Arena 17,014?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"H1",
"=",
"\"ARCO Arena 17,014\"",
"3"
]
}
] | train_1-27902171-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",
"16",
"December 3",
"Washington Bullets",
"W 91-90",
"R. Pierce (26)",
"S. Kemp (12)",
"G. Payton (5)",
"Seattle Center Coliseum 10,957",
"9-7"
],
[
"3",
"17",
"December 6",
"Minnesota Timberwolves",
"W 96-94",
"R. Pierce (29)",
"M. Cage (23)",
"G. Payton , R. Pierce (5)",
"Seattle Center Coliseum 9,796",
"10-7"
],
[
"4",
"18",
"December 7",
"Dallas Mavericks",
"W 104-101",
"R. Pierce (27)",
"M. Cage (14)",
"N. McMillan (6)",
"Seattle Center Coliseum 12,313",
"11-7"
],
[
"5",
"19",
"December 10",
"@ Chicago Bulls",
"L 103-108",
"R. Pierce (30)",
"M. Cage (13)",
"S. Kemp , G. Payton (5)",
"Chicago Stadium 18,061",
"11-8"
],
[
"6",
"20",
"December 11",
"@ New York Knicks",
"L 87-96",
"R. Pierce (25)",
"B. Benjamin , S. Kemp (9)",
"R. Pierce (7)",
"Madison Square Garden 14,934",
"11-9"
],
[
"7",
"21",
"December 13",
"@ Boston Celtics",
"L 97-117",
"R. Pierce (21)",
"B. Benjamin (8)",
"N. McMillan (8)",
"Boston Garden 14,890",
"11-10"
],
[
"8",
"22",
"December 14",
"@ Philadelphia 76ers",
"L 95-104",
"B. Benjamin (23)",
"B. Benjamin (9)",
"N. McMillan (8)",
"The Spectrum 12,395",
"11-11"
],
[
"9",
"23",
"December 17",
"Los Angeles Clippers",
"W 116-99",
"B. Benjamin (20)",
"M. Cage (13)",
"N. McMillan (6)",
"Seattle Center Coliseum 10,357",
"12-11"
],
[
"10",
"24",
"December 19",
"Denver Nuggets",
"W 119-106",
"R. Pierce (29)",
"M. Cage (15)",
"D. McKey , N. McMillan , G. Payton (4)",
"Seattle Center Coliseum 10,663",
"13-11"
],
[
"11",
"25",
"December 21",
"Golden State Warriors",
"W 120-112",
"R. Pierce (34)",
"G. Payton (11)",
"G. Payton (12)",
"Seattle Center Coliseum 14,180",
"14-11"
],
[
"12",
"26",
"December 22",
"@ Portland Trail Blazers",
"L 87-96",
"B. Benjamin (18)",
"M. Cage (9)",
"B. Kofoed , G. Payton (5)",
"Memorial Coliseum 12,888",
"14-12"
],
[
"13",
"27",
"December 26",
"@ Sacramento Kings",
"W 115-106 (OT)",
"R. Pierce (27)",
"B. Benjamin (13)",
"G. Payton (5)",
"ARCO Arena 17,014",
"15-12"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"Felipe Massa\")*(E1=\"Jenson Button\")),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G19,(D2:D19=\"Felipe Massa\")*(E2:E19=\"Jenson Button\")),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what's the report with fastest lap being felipe massa and winning driver being jenson button",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"Felipe Massa\"",
"*",
"E1",
"=",
"\"Jenson Button\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"Jenson Button\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G19,E2:E19=\"Jenson Button\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what's the grand prix with winning driver being jenson button",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"Jenson Button\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"Italian Grand Prix\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G19,B2:B19=\"Italian Grand Prix\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "who is the the pole position with grand prix being italian grand prix",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"Italian Grand Prix\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"European Grand Prix\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G19,B2:B19=\"European Grand Prix\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "who is the the fastest lap with grand prix being european grand prix",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"European Grand Prix\"",
"4"
]
}
] | train_1-12161822-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Rd.",
"Grand Prix",
"Pole position",
"Fastest lap",
"Winning driver",
"Winning constructor",
"Report"
],
[
"2",
"1",
"Australian Grand Prix",
"Sebastian Vettel",
"Felipe Massa",
"Sebastian Vettel",
"Red Bull - Renault",
"Report"
],
[
"3",
"2",
"Malaysian Grand Prix",
"Sebastian Vettel",
"Mark Webber",
"Sebastian Vettel",
"Red Bull - Renault",
"Report"
],
[
"4",
"3",
"Chinese Grand Prix",
"Sebastian Vettel",
"Mark Webber",
"Lewis Hamilton",
"McLaren - Mercedes",
"Report"
],
[
"5",
"4",
"Turkish Grand Prix",
"Sebastian Vettel",
"Mark Webber",
"Sebastian Vettel",
"Red Bull - Renault",
"Report"
],
[
"6",
"5",
"Spanish Grand Prix",
"Mark Webber",
"Lewis Hamilton",
"Sebastian Vettel",
"Red Bull - Renault",
"Report"
],
[
"7",
"6",
"Monaco Grand Prix",
"Sebastian Vettel",
"Mark Webber",
"Sebastian Vettel",
"Red Bull - Renault",
"Report"
],
[
"8",
"7",
"Canadian Grand Prix",
"Sebastian Vettel",
"Jenson Button",
"Jenson Button",
"McLaren - Mercedes",
"Report"
],
[
"9",
"8",
"European Grand Prix",
"Sebastian Vettel",
"Sebastian Vettel",
"Sebastian Vettel",
"Red Bull - Renault",
"Report"
],
[
"10",
"9",
"British Grand Prix",
"Mark Webber",
"Fernando Alonso",
"Fernando Alonso",
"Ferrari",
"Report"
],
[
"11",
"10",
"German Grand Prix",
"Mark Webber",
"Lewis Hamilton",
"Lewis Hamilton",
"McLaren - Mercedes",
"Report"
],
[
"12",
"11",
"Hungarian Grand Prix",
"Sebastian Vettel",
"Felipe Massa",
"Jenson Button",
"McLaren - Mercedes",
"Report"
],
[
"13",
"12",
"Belgian Grand Prix",
"Sebastian Vettel",
"Mark Webber",
"Sebastian Vettel",
"Red Bull - Renault",
"Report"
],
[
"14",
"13",
"Italian Grand Prix",
"Sebastian Vettel",
"Lewis Hamilton",
"Sebastian Vettel",
"Red Bull - Renault",
"Report"
],
[
"15",
"14",
"Singapore Grand Prix",
"Sebastian Vettel",
"Jenson Button",
"Sebastian Vettel",
"Red Bull - Renault",
"Report"
],
[
"16",
"15",
"Japanese Grand Prix",
"Sebastian Vettel",
"Jenson Button",
"Jenson Button",
"McLaren - Mercedes",
"Report"
],
[
"17",
"16",
"Korean Grand Prix",
"Lewis Hamilton",
"Sebastian Vettel",
"Sebastian Vettel",
"Red Bull - Renault",
"Report"
],
[
"18",
"17",
"Indian Grand Prix",
"Sebastian Vettel",
"Sebastian Vettel",
"Sebastian Vettel",
"Red Bull - Renault",
"Report"
],
[
"19",
"18",
"Abu Dhabi Grand Prix",
"Sebastian Vettel",
"Mark Webber",
"Lewis Hamilton",
"McLaren - Mercedes",
"Report"
]
] |
[
{
"Formula": "MINIFS(A1,I1,\"8-3\")",
"Formula2": "MINIFS(A2:A13,I2:I13,\"8-3\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the least game for 8-3",
"Tokens": [
"MINIFS(",
"A1",
"I1",
"\"8-3\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"10-4\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I13,I2:I13=\"10-4\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the opponent for record 10-4",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"I1",
"=",
"\"10-4\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"7-1\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I13,I2:I13=\"7-1\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the high rebounds for record 7-1",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"I1",
"=",
"\"7-1\"",
"6"
]
},
{
"Formula": "SUMIFS(A1,B1,\"June 16\")",
"Formula2": "SUMIFS(A2:A13,B2:B13,\"June 16\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the game for june 16",
"Tokens": [
"SUMIFS(",
"A1",
"B1",
"\"June 16\""
]
},
{
"Formula": "SUMIFS(A1,B1,\"June 7\")",
"Formula2": "SUMIFS(A2:A13,B2:B13,\"June 7\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the game for june 7",
"Tokens": [
"SUMIFS(",
"A1",
"B1",
"\"June 7\""
]
}
] | train_1-18894744-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Opponent",
"Score",
"High points",
"High rebounds",
"High assists",
"Location/Attendance",
"Record"
],
[
"2",
"4",
"June 1",
"@ Charlotte",
"W 89-65",
"Sales (18)",
"Dydek (15)",
"Douglas (5)",
"Charlotte Bobcats Arena 3,632",
"3-1"
],
[
"3",
"5",
"June 3",
"Charlotte",
"W 89-71",
"Dydek (17)",
"McWilliams-Franklin (15)",
"Sales (5)",
"Mohegan Sun Arena 7,318",
"4-1"
],
[
"4",
"6",
"June 7",
"@ New York",
"W 75-60",
"Douglas (17)",
"McWilliams-Franklin (7)",
"Sales , Phillips (4)",
"Madison Square Garden 10,180",
"5-1"
],
[
"5",
"7",
"June 9",
"Seattle",
"W 85-81",
"Douglas (18)",
"Dydek (12)",
"Whalen (9)",
"Mohegan Sun Arena 7,138",
"6-1"
],
[
"6",
"8",
"June 13",
"Washington",
"W 85-71",
"Douglas (26)",
"Douglas (7)",
"Whalen , Jones (4)",
"Mohegan Sun Arena 6,339",
"7-1"
],
[
"7",
"9",
"June 16",
"@ Phoenix",
"L 86-91",
"Douglas (27)",
"McWilliams-Franklin (17)",
"Whalen (4)",
"US Airways Center 6,378",
"7-2"
],
[
"8",
"10",
"June 17",
"@ Los Angeles",
"L 70-82",
"Jones (16)",
"Sales , Dydek , Jones (5)",
"Whalen (5)",
"STAPLES Center 7,991",
"7-3"
],
[
"9",
"11",
"June 20",
"@ Charlotte",
"W 90-66",
"Sales (15)",
"McWilliams-Franklin (9)",
"Whalen (6)",
"Charlotte Bobcats Arena 4,243",
"8-3"
],
[
"10",
"12",
"June 22",
"Minnesota",
"W 79-62",
"Whalen , Dydek (16)",
"Jones (11)",
"Sales (4)",
"Mohegan Sun Arena 6,573",
"9-3"
],
[
"11",
"13",
"June 23",
"@ Chicago",
"W 84-79",
"Sales (23)",
"McWilliams-Franklin (14)",
"Whalen (6)",
"UIC Pavilion 2,818",
"10-3"
],
[
"12",
"14",
"June 25",
"@ Washington",
"L 80-87",
"McWilliams-Franklin , Sales , Jones (15)",
"McWilliams-Franklin (11)",
"Whalen (6)",
"MCI Center 7,216",
"10-4"
],
[
"13",
"15",
"June 27",
"Houston",
"W 73-57",
"Sales (19)",
"Dydek (13)",
"Whalen (6)",
"Mohegan Sun Arena 6,220",
"11-4"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1<1936)*(B1=\"gresley rf\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,(E2:E17<1936)*(B2:B17=\"gresley rf\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What livery was worn on the date before 1936, with the description of Gresley RF?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"<",
"1936",
"*",
"B1",
"=",
"\"gresley rf\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"gresley rb\")*(E1<1937)),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,(B2:B17=\"gresley rb\")*(E2:E17<1937)),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which number and name has the description Gresley RB and a date before 1937?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"gresley rb\"",
"*",
"E1",
"<",
"1937",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1<1940)*(A1=\"no. 1222\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,(E2:E17<1940)*(A2:A17=\"no. 1222\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the owner before 1940, who had a number and name of no. 1222?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"<",
"1940",
"*",
"A1",
"=",
"\"no. 1222\"",
"4"
]
}
] | train_2-11913905-11 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Number & Name",
"Description",
"Livery",
"Owner(s)",
"Date"
],
[
"2",
"No. 18033",
"Gresley CK",
"N/A.",
"Railway Vehicle Preservations .",
"1924"
],
[
"3",
"No. 62565",
"Gresley BTK",
"Varnished teak.",
"Railway Vehicle Preservations .",
"1927"
],
[
"4",
"No. 1222",
"Gresley RF",
"N/A.",
"Railway Vehicle Preservations . Private owner.",
"1929"
],
[
"5",
"No. E70268E",
"Gresley POT",
"Deep maroon.",
"Railway Vehicle Preservations .",
"1931"
],
[
"6",
"No. 4149",
"Gresley BGP",
"Maroon.",
"Railway Vehicle Preservations .",
"1936"
],
[
"7",
"No. 23981",
"Gresley TTO",
"N/A.",
"Railway Vehicle Preservations .",
"1936"
],
[
"8",
"No. 24080",
"Gresley RB",
"N/A.",
"Railway Vehicle Preservations . Private owner.",
"1936"
],
[
"9",
"No. E1719E",
"Gresley OBS",
"BR Lined Maroon .",
"Railway Vehicle Preservations . Private owner.",
"1937"
],
[
"10",
"No. E1729E",
"Gresley OBS",
"N/A.",
"Railway Vehicle Preservations . Private owner.",
"1937"
],
[
"11",
"No. 24278",
"Gresley RB",
"Varnished teak.",
"Railway Vehicle Preservations .",
"1937"
],
[
"12",
"No. E9124E",
"Gresley RB",
"BR Blood & Custard .",
"Great Central Railway Plc .",
"1937"
],
[
"13",
"No. E70294E",
"Gresley POS",
"Deep maroon.",
"Railway Vehicle Preservations .",
"1937"
],
[
"14",
"No. 57451",
"Gresley BTK",
"Varnished teak.",
"Railway Vehicle Preservations .",
"1940"
],
[
"15",
"No. 4050",
"Gresley BGP",
"Varnished teak.",
"Railway Vehicle Preservations .",
"1940"
],
[
"16",
"No. E70654E",
"BR-built Thompson BZ",
"Lined maroon.",
"Railway Vehicle Preservations .",
"1950"
],
[
"17",
"No. E96202E",
"BR-built Gresley CCT",
"Maroon.",
"Railway Vehicle Preservations . Private owner.",
"1959"
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.