t5Formulas listlengths 1 209 | TableName stringlengths 4 51 | Table listlengths 4 28 |
|---|---|---|
[
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=10))",
"Formula2": "LET(query1,SUMMARIZE(C2:C11,SUMX(A2:A11)),FILTER(query1,CHOOSECOLS(query1,2)=10))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which team is ranked #10?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"10"
]
},
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=40))",
"Formula2": "LET(query1,SUMMARIZE(B2:B11,SUMX(E2:E11)),FILTER(query1,CHOOSECOLS(query1,2)=40))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which cyclist has UCI ProTour points of 40?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"40"
]
}
] | train_2-17672526-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Cyclist",
"Team",
"Time",
"UCI ProTour Points"
],
[
"2",
"1",
"Alejandro Valverde ( ESP )",
"Caisse d'Epargne",
"5h 29' 10\"",
"40"
],
[
"3",
"2",
"Alexandr Kolobnev ( RUS )",
"Team CSC Saxo Bank",
"s.t.",
"30"
],
[
"4",
"3",
"Davide Rebellin ( ITA )",
"Gerolsteiner",
"s.t.",
"25"
],
[
"5",
"4",
"Paolo Bettini ( ITA )",
"Quick Step",
"s.t.",
"20"
],
[
"6",
"5",
"Franco Pellizotti ( ITA )",
"Liquigas",
"s.t.",
"15"
],
[
"7",
"6",
"Denis Menchov ( RUS )",
"Rabobank",
"s.t.",
"11"
],
[
"8",
"7",
"Samuel Sánchez ( ESP )",
"Euskaltel-Euskadi",
"s.t.",
"7"
],
[
"9",
"8",
"Stéphane Goubert ( FRA )",
"Ag2r-La Mondiale",
"+ 2\"",
"5"
],
[
"10",
"9",
"Haimar Zubeldia ( ESP )",
"Euskaltel-Euskadi",
"+ 2\"",
"3"
],
[
"11",
"10",
"David Moncoutié ( FRA )",
"Cofidis",
"+ 2\"",
"1"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,A1=\"tri-west\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<726))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G9,A2:A9=\"tri-west\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<726))",
"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 Year Joined has an Enrollment smaller than 726, and a School of tri-west?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"tri-west\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"7",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"726"
]
},
{
"Formula": "SUMIFS(D1,A1,\"lebanon\")",
"Formula2": "SUMIFS(D2:D9,A2:A9,\"lebanon\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is lebanon's enrollment?",
"Tokens": [
"SUMIFS(",
"D1",
"A1",
"\"lebanon\""
]
},
{
"Formula": "SUMIFS(D1,C1,\"hot dogs\")",
"Formula2": "SUMIFS(D2:D9,C2:C9,\"hot dogs\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the enrollment of the school whose mascot is hot dogs?",
"Tokens": [
"SUMIFS(",
"D1",
"C1",
"\"hot dogs\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"crawfordsville\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,B2:B9=\"crawfordsville\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When did crawfordsville join?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"crawfordsville\"",
"7"
]
}
] | test_2-18926196-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"School",
"Location",
"Mascot",
"Enrollment",
"IHSAA Class",
"County",
"Year Joined"
],
[
"2",
"Crawfordsville",
"Crawfordsville",
"Athenians",
"726",
"AAA",
"54 Montgomery",
"1967"
],
[
"3",
"Danville",
"Danville",
"Warriors",
"811",
"AAAA",
"32 Hendricks",
"1999"
],
[
"4",
"Frankfort",
"Frankfort",
"Hot Dogs",
"1006",
"AAAA",
"12 Clinton",
"1967"
],
[
"5",
"Lebanon",
"Lebanon",
"Tigers",
"1043",
"AAAA",
"06 Boone",
"1967"
],
[
"6",
"North Montgomery",
"Linden",
"Chargers",
"684",
"AAA",
"54 Montgomery",
"1974"
],
[
"7",
"South Montgomery",
"Crafordsville",
"Mounties",
"625",
"AAA",
"54 Montgomery",
"1985"
],
[
"8",
"Tri-West",
"Lizton",
"Bruins",
"604",
"AAA",
"32 Hendricks",
"1999"
],
[
"9",
"Western Boone",
"Thorntown",
"Stars",
"902",
"AAA",
"06 Boone",
"1983"
]
] |
[
{
"Formula": "FILTER(C1,(E1<5)*(B1=\"sam snead\"))",
"Formula2": "FILTER(C2:C11,(E2:E11<5)*(B2:B11=\"sam snead\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What Country is Player Sam Snead with a To par of less than 5 from?",
"Tokens": [
"FILTER(",
"C1",
"E1",
"<",
"5",
"*",
"B1",
"=",
"\"sam snead\""
]
},
{
"Formula": "FILTER(A1,B1=\"claude harmon\")",
"Formula2": "FILTER(A2:A11,B2:B11=\"claude harmon\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is Claude Harmon's Place?",
"Tokens": [
"FILTER(",
"A1",
"B1",
"=",
"\"claude harmon\""
]
},
{
"Formula": "SUM(FILTER(F1,(E1>6)*(B1=\"johnny palmer\")))",
"Formula2": "SUM(FILTER(F2:F11,(E2:E11>6)*(B2:B11=\"johnny palmer\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the Johnny Palmer with a To larger than 6 Money sum?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"E1",
">",
"6",
"*",
"B1",
"=",
"\"johnny palmer\""
]
}
] | dev_2-17290216-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par",
"Money ( $ )"
],
[
"2",
"1",
"Cary Middlecoff",
"United States",
"75-67-69-75=286",
"+2",
"2,000"
],
[
"3",
"T2",
"Clayton Heafner",
"United States",
"72-71-71-73=287",
"+3",
"1,250"
],
[
"4",
"T2",
"Sam Snead",
"United States",
"73-73-71-70=287",
"+3",
"1,250"
],
[
"5",
"T4",
"Bobby Locke",
"South Africa",
"74-71-73-71=289",
"+5",
"700"
],
[
"6",
"T4",
"Jim Turnesa",
"United States",
"78-69-70-72=289",
"+5",
"700"
],
[
"7",
"T6",
"Dave Douglas",
"United States",
"74-73-70-73=290",
"+6",
"450"
],
[
"8",
"T6",
"Buck White",
"United States",
"74-68-70-78=290",
"+6",
"450"
],
[
"9",
"T8",
"Pete Cooper",
"United States",
"71-73-74-73=291",
"+7",
"300"
],
[
"10",
"T8",
"Claude Harmon",
"United States",
"71-72-74-74=291",
"+7",
"300"
],
[
"11",
"T8",
"Johnny Palmer",
"United States",
"71-75-72-73=291",
"+7",
"300"
]
] |
[
{
"Formula": "SUM(FILTER(C1, (E1>5)*(A1<8)*(D1>1)))",
"Formula2": "SUM(FILTER(C2:C9, (E2:E9>5)*(A2:A9<8)*(D2:D9>1)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the sum of the number played with more than 5 losses, more than 1 draw, and a position under 8?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"E1",
">",
"5",
"*",
"A1",
"<",
"8",
"*",
"D1",
">",
"1"
]
},
{
"Formula": "AVERAGE(FILTER(F1, (D1<1)*(B1=\"ev aich\")*(E1>11)))",
"Formula2": "AVERAGE(FILTER(F2:F9, (D2:D9<1)*(B2:B9=\"ev aich\")*(E2:E9>11)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the average number of points with less than 1 draw and more than 11 losses for Ev Aich?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"F1",
"D1",
"<",
"1",
"*",
"B1",
"=",
"\"ev aich\"",
"*",
"E1",
">",
"11"
]
},
{
"Formula": "SUM(FILTER(F1, (D1>2)*(A1>5)))",
"Formula2": "SUM(FILTER(F2:F9, (D2:D9>2)*(A2:A9>5)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the sum of points for a position over 5 with more than 2 draws?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"D1",
">",
"2",
"*",
"A1",
">",
"5"
]
}
] | train_2-16501954-22 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Position",
"Name",
"Played",
"Drawn",
"Lost",
"Points"
],
[
"2",
"1",
"EV Bruckberg (R)",
"14",
"2",
"3",
"20"
],
[
"3",
"2",
"ESV Waldkirchen",
"14",
"0",
"5",
"18"
],
[
"4",
"3",
"ERC Regen",
"14",
"1",
"5",
"17"
],
[
"5",
"4",
"Deggendorfer SC II",
"14",
"2",
"5",
"16"
],
[
"6",
"5",
"ASV Dachau",
"14",
"3",
"5",
"15"
],
[
"7",
"6",
"EHF Passau II (N)",
"14",
"1",
"8",
"11"
],
[
"8",
"7",
"Dynamo Dingolfing",
"14",
"1",
"9",
"9"
],
[
"9",
"8",
"EV Aich",
"14",
"0",
"11",
"6"
]
] |
[
{
"Formula": "SUM(FILTER(F1, G1>9998000))",
"Formula2": "SUM(FILTER(F2:F11, G2:G11>9998000))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which 2011 has a 2012 larger than 9,998,000?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"G1",
">",
"9998000"
]
},
{
"Formula": "SUM(FILTER(E1, (A1=1)*(D1>17233000)))",
"Formula2": "SUM(FILTER(E2:E11, (A2:A11=1)*(D2:D11>17233000)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which 2010 has a Rank of 1, and a 2009 larger than 17,233,000?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"A1",
"=",
"1",
"*",
"D1",
">",
"17233000"
]
},
{
"Formula": "SUM(FILTER(G1, (F1=17142000)*(E1<16972000)))",
"Formula2": "SUM(FILTER(G2:G11, (F2:F11=17142000)*(E2:E11<16972000)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which 2012 has a 2011 of 17,142,000, and a 2010 smaller than 16,972,000?",
"Tokens": [
"SUM(",
"FILTER(",
"G1",
"F1",
"=",
"17142000",
"*",
"E1",
"<",
"16972000"
]
},
{
"Formula": "SUM(FILTER(D1, (G1=17536000)*(E1<16972000)))",
"Formula2": "SUM(FILTER(D2:D11, (G2:G11=17536000)*(E2:E11<16972000)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which 2009 has a 2012 of 17,536,000, and a 2010 smaller than 16,972,000?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"G1",
"=",
"17536000",
"*",
"E1",
"<",
"16972000"
]
}
] | train_2-16578883-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Rank",
"Location",
"2008",
"2009",
"2010",
"2011",
"2012"
],
[
"2",
"1",
"Lake Buena Vista, Florida , USA",
"17,063,000",
"17,233,000",
"16,972,000",
"17,142,000",
"17,536,000"
],
[
"3",
"2",
"Anaheim, California , USA",
"14,721,000",
"15,900,000",
"15,980,000",
"16,140,000",
"15,963,000"
],
[
"4",
"3",
"Lake Buena Vista, Florida , USA",
"10,935,000",
"10,990,000",
"10,825,000",
"10,825,000",
"11,063,000"
],
[
"5",
"4",
"Lake Buena Vista, Florida , USA",
"9,540,000",
"9,590,000",
"9,686,000",
"9,783,000",
"9,998,000"
],
[
"6",
"5",
"Lake Buena Vista, Florida , USA",
"9,608,000",
"9,700,000",
"9,603,000",
"9,699,000",
"9,912,000"
],
[
"7",
"6",
"Orlando, Florida , USA",
"5,297,000",
"4,627,000",
"5,949,000",
"7,674,000",
"7,981,000"
],
[
"8",
"7",
"Anaheim, California , USA",
"5,566,000",
"6,095,000",
"6,278,000",
"6,341,000",
"7,775,000"
],
[
"9",
"8",
"Orlando, Florida , USA",
"6,231,000",
"5,530,000",
"5,925,000",
"6,044,000",
"6,195,000"
],
[
"10",
"9",
"Universal City, California , USA",
"4,583,000",
"4,308,000",
"5,040,000",
"5,141,000",
"5,912,000"
],
[
"11",
"10",
"Orlando, Florida , USA",
"5,926,000",
"5,800,000",
"5,100,000",
"5,202,000",
"5,358,000"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"kansas state\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,A2:A13=\"kansas state\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Austin record of Kansas State?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"A1",
"=",
"\"kansas state\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=\"l 1\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,H2:H13=\"l 1\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the result of the last 5 meetings for a team with an L 1 streak?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"H1",
"=",
"\"l 1\"",
"6"
]
}
] | train_2-10779468-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Texas vs.",
"Overall Record",
"at Austin",
"at Opponent's Venue",
"at Neutral Site",
"Last 5 Meetings",
"Last 10 Meetings",
"Current Streak"
],
[
"2",
"Baylor",
"UT, 57–23",
"UT, 27–5",
"UT, 22–13",
"UT, 7–2",
"BU, 3-2",
"tied, 5–5",
"L 2"
],
[
"3",
"Colorado",
"UT, 14–4",
"UT, 6–1",
"UT, 6–2",
"UT, 2–1",
"UT, 4–1",
"UT, 8–2",
"W 1"
],
[
"4",
"Iowa State",
"ISU, 10–9",
"UT, 6–2",
"ISU, 5–2",
"ISU, 3–1",
"ISU, 3–2",
"tied, 5–5",
"L 2"
],
[
"5",
"Kansas",
"UT, 11–7",
"UT, 4–3",
"tied, 4–4",
"UT, 3–0",
"UT, 3–2",
"UT, 7–3",
"W 1"
],
[
"6",
"Kansas State",
"UT, 10–8",
"UT, 6–2",
"KSU, 4–3",
"KSU, 2–1",
"UT, 3–2",
"KSU, 6–4",
"L 1"
],
[
"7",
"Missouri",
"UT, 15–1",
"UT, 9–0",
"UT, 5–1",
"UT, 1–0",
"UT, 5–0",
"UT, 9–1",
"W 8"
],
[
"8",
"Nebraska",
"UT, 12–5",
"UT, 6–1",
"UT, 4–3",
"UT, 2–1",
"UT, 3–2",
"UT, 8–2",
"L 2"
],
[
"9",
"Oklahoma",
"UT, 21–13",
"UT, 11–4",
"tied, 7–7",
"UT, 3–2",
"OU, 3–2",
"tied, 5–5",
"W 1"
],
[
"10",
"Oklahoma State",
"UT, 21–7",
"UT, 11–2",
"UT, 7–4",
"UT, 2–1",
"OSU, 3–2",
"UT, 7–3",
"L 2"
],
[
"11",
"Texas A&M",
"UT, 58–15",
"UT, 28–4",
"UT, 23–8",
"UT, 7–3",
"A&M, 4–1",
"tied, 5–5",
"L 3"
],
[
"12",
"Texas Tech",
"UT, 55–24",
"UT, 25–6",
"UT, 17–13",
"UT, 13–4",
"TTU, 3–2",
"TTU, 6–4",
"W 2"
],
[
"13",
"*As of March 30, 2009.",
"*As of March 30, 2009.",
"*As of March 30, 2009.",
"*As of March 30, 2009.",
"*As of March 30, 2009.",
"*As of March 30, 2009.",
"*As of March 30, 2009.",
"*As of March 30, 2009."
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"Watertown, Wisconsin\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H9,B2:B9=\"Watertown, Wisconsin\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What institution is located in Watertown, Wisconsin?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"Watertown, Wisconsin\"",
"1"
]
},
{
"Formula": "MIN(FILTER(F1, D1=1880))",
"Formula2": "MIN(FILTER(F2:F9, D2:D9=1880))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the smallest enrollment for institutions founded in exactly 1880?",
"Tokens": [
"MIN(",
"FILTER(",
"F1",
"D1",
"=",
"1880"
]
},
{
"Formula": "SUMIFS(F1,A1,\"Lakeland College\")",
"Formula2": "SUMIFS(F2:F9,A2:A9,\"Lakeland College\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the enrollment for Lakeland College?",
"Tokens": [
"SUMIFS(",
"F1",
"A1",
"\"Lakeland College\""
]
},
{
"Formula": "MAXIFS(F1,A1,\"Concordia University\")",
"Formula2": "MAXIFS(F2:F9,A2:A9,\"Concordia University\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the maximum enrollment for Concordia University?",
"Tokens": [
"MAXIFS(",
"F1",
"A1",
"\"Concordia University\""
]
}
] | test_1-1974443-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Institution",
"Location",
"Nickname",
"Founded",
"Type",
"Enrollment",
"Joined",
"Current Conference"
],
[
"2",
"Alverno College",
"Milwaukee, Wisconsin",
"Inferno",
"1887",
"Private/Catholic",
"1932",
"2004",
"Northern (NAC)"
],
[
"3",
"Concordia University",
"Mequon, Wisconsin",
"Falcons",
"1880",
"Private/Lutheran Missouri Synod",
"1600",
"1982",
"Northern (NAC)"
],
[
"4",
"Dominican University",
"River Forest, Illinois",
"Stars",
"1901",
"Private/Catholic",
"3250",
"2005",
"Northern (NAC)"
],
[
"5",
"Edgewood College",
"Madison, Wisconsin",
"Eagles",
"1927",
"Private/Catholic",
"2000",
"1974",
"Northern (NAC)"
],
[
"6",
"Lakeland College",
"Plymouth, Wisconsin",
"Muskies",
"1862",
"Private/United Church of Christ",
"950",
"1982",
"Northern (NAC)"
],
[
"7",
"Maranatha Baptist Bible College",
"Watertown, Wisconsin",
"Crusaders",
"1968",
"Private/Baptist",
"850",
"1974",
"Northern (NAC)"
],
[
"8",
"Marian University",
"Fond du Lac, Wisconsin",
"Sabres",
"1936",
"Private/Catholic",
"2918",
"1974",
"Northern (NAC)"
],
[
"9",
"Milwaukee School of Engineering",
"Milwaukee, Wisconsin",
"Raiders",
"1903",
"Private/Non-sectarian",
"1395",
"1977",
"Northern (NAC)"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=1977),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=1977),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which World Rank happened in 1977?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"1977",
"3"
]
}
] | train_2-1673661-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Result",
"World Rank",
"Location",
"Date"
],
[
"2",
"1973",
"45.5",
"9th",
"Bakersfield",
"Jun 16"
],
[
"3",
"1974",
"45.76",
"11th",
"Austin",
"Aug 24"
],
[
"4",
"1975",
"45.9",
"30th",
"Bakersfield",
"May 17"
],
[
"5",
"1976",
"44.82",
"4th",
"Westwood",
"Jun 12"
],
[
"6",
"1977",
"45.45",
"7th",
"Zurich",
"Aug 24"
],
[
"7",
"1978",
"45.15",
"6th",
"Westwood",
"Jun 10"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"11.13 (79)\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"11.13 (79)\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When the home team scored 11.13 (79), what away team were they playing?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"11.13 (79)\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"st kilda\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"st kilda\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When st kilda played as the away team, what date was that?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"st kilda\"",
"7"
]
}
] | train_2-10788451-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Melbourne",
"11.14 (80)",
"North Melbourne",
"10.12 (72)",
"MCG",
"21,744",
"24 April 1965"
],
[
"3",
"Essendon",
"20.18 (138)",
"Hawthorn",
"6.8 (44)",
"Windy Hill",
"20,500",
"24 April 1965"
],
[
"4",
"Collingwood",
"11.13 (79)",
"Richmond",
"9.10 (64)",
"Victoria Park",
"31,370",
"24 April 1965"
],
[
"5",
"Carlton",
"8.11 (59)",
"Geelong",
"9.11 (65)",
"Princes Park",
"34,945",
"24 April 1965"
],
[
"6",
"South Melbourne",
"7.9 (51)",
"St Kilda",
"12.12 (84)",
"Lake Oval",
"23,979",
"24 April 1965"
],
[
"7",
"Footscray",
"8.6 (54)",
"Fitzroy",
"9.4 (58)",
"Western Oval",
"16,998",
"24 April 1965"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(F1, B1=\"William Jennings Bryan Dorn\")))",
"Formula2": "ROWS(UNIQUE(FILTER(F2:F6, B2:B6=\"William Jennings Bryan Dorn\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many candidates were there in the election for William Jennings Bryan Dorn's seat?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"F1",
"B1",
"=",
"\"William Jennings Bryan Dorn\""
]
},
{
"Formula": "MIN(D1)",
"Formula2": "MIN(D2:D6)",
"Funcs": [
"MIN(",
"Cell"
],
"Level": "easy",
"Question": "What is the earliest year that a candidate was first elected?",
"Tokens": [
"MIN(",
"D1"
]
}
] | train_1-1341897-42 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"South Carolina 1",
"L. Mendel Rivers",
"Democratic",
"1940",
"Re-elected",
"L. Mendel Rivers (D) Unopposed"
],
[
"3",
"South Carolina 2",
"John J. Riley",
"Democratic",
"1950",
"Re-elected",
"John J. Riley (D) Unopposed"
],
[
"4",
"South Carolina 3",
"William Jennings Bryan Dorn",
"Democratic",
"1950",
"Re-elected",
"William Jennings Bryan Dorn (D) Unopposed"
],
[
"5",
"South Carolina 4",
"Robert T. Ashmore",
"Democratic",
"1953",
"Re-elected",
"Robert T. Ashmore (D) Unopposed"
],
[
"6",
"South Carolina 5",
"Robert W. Hemphill",
"Democratic",
"1956",
"Re-elected",
"Robert W. Hemphill (D) Unopposed"
]
] |
[
{
"Formula": "AVERAGE(FILTER(E1, (A1<11)*(B1=\"trinidad and tobago\")*(F1<1)))",
"Formula2": "AVERAGE(FILTER(E2:E14, (A2:A14<11)*(B2:B14=\"trinidad and tobago\")*(F2:F14<1)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the average number of bronzes when the rank is below 11 for trinidad and tobago with less than 1 total medal?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"E1",
"A1",
"<",
"11",
"*",
"B1",
"=",
"\"trinidad and tobago\"",
"*",
"F1",
"<",
"1"
]
},
{
"Formula": "SUM(FILTER(C1, (D1=1)*(E1<2)*(F1=1)*(A1<10)))",
"Formula2": "SUM(FILTER(C2:C14, (D2:D14=1)*(E2:E14<2)*(F2:F14=1)*(A2:A14<10)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the sum of gold medal totals for nations with 1 silver, less than 2 bronze, and ranked below 10?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"D1",
"=",
"1",
"*",
"E1",
"<",
"2",
"*",
"F1",
"=",
"1",
"*",
"A1",
"<",
"10"
]
}
] | train_2-10648465-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"United States",
"19",
"13",
"7",
"39"
],
[
"3",
"2",
"Cuba",
"7",
"11",
"8",
"26"
],
[
"4",
"3",
"Canada",
"4",
"7",
"11",
"22"
],
[
"5",
"4",
"Mexico",
"2",
"3",
"3",
"8"
],
[
"6",
"5",
"Brazil",
"2",
"1",
"2",
"5"
],
[
"7",
"6",
"Colombia",
"1",
"0",
"1",
"2"
],
[
"8",
"7",
"Peru",
"1",
"0",
"0",
"1"
],
[
"9",
"7",
"Guyana",
"1",
"0",
"0",
"1"
],
[
"10",
"9",
"Bahamas",
"0",
"1",
"1",
"2"
],
[
"11",
"10",
"Trinidad and Tobago",
"0",
"1",
"0",
"1"
],
[
"12",
"11",
"Jamaica",
"0",
"0",
"2",
"2"
],
[
"13",
"12",
"Barbados",
"0",
"0",
"1",
"1"
],
[
"14",
"12",
"Puerto Rico",
"0",
"0",
"1",
"1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"july 7, 2010\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,D2:D8=\"july 7, 2010\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the previous champion of the title won on July 7, 2010?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"july 7, 2010\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"bayamón, puerto rico\")*(B1=\"bonecrusher\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(E2:E8=\"bayamón, puerto rico\")*(B2:B8=\"bonecrusher\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When did Bonecrusher win the championship at Bayamón, Puerto Rico?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"bayamón, puerto rico\"",
"*",
"B1",
"=",
"\"bonecrusher\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"lash\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"lash\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the champion of the title previously held by Lash?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"lash\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"july 7, 2010\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,D2:D8=\"july 7, 2010\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which championship was won on July 7, 2010?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"july 7, 2010\"",
"1"
]
}
] | train_2-1272033-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Championship",
"Champion(s)",
"Previous champion(s)",
"Date Won",
"Location"
],
[
"2",
"IWA Undisputed World Heavyweight Championship",
"Bonecrusher",
"Jay-Cobs",
"January 29, 2012",
"Bayamón, Puerto Rico"
],
[
"3",
"IWA Intercontinental Heavyweight Championship",
"Chris Angel",
"Diabólico",
"December 5, 2010",
"Bayamón, Puerto Rico"
],
[
"4",
"IWA Caribbean Heavyweight Championship",
"Xix Xavant",
"Vacant",
"October 16, 2010",
"Aguas Buenas, Puerto Rico"
],
[
"5",
"IWA Puerto Rico Heavyweight Championship",
"Noel Rodríguez",
"Vacant",
"December 5, 2010",
"Bayamón, Puerto Rico"
],
[
"6",
"IWA World Tag Team Championship",
"Atomo & Sonico",
"Rick Stanley & Dennis Rivera",
"November 20, 2010",
"Bayamón, Puerto Rico"
],
[
"7",
"IWA World Women's Championship",
"Vacant",
"Genesis",
"July 7, 2010",
"Bayamón, Puerto Rico"
],
[
"8",
"IWA Xtreme Combat Division Championship",
"Havok",
"Lash",
"October 16, 2010",
"Bayamón, Puerto Rico"
]
] |
[
{
"Formula": "AVERAGE(C1)",
"Formula2": "AVERAGE(C2:C7)",
"Funcs": [
"AVERAGE(",
"Cell"
],
"Level": "easy",
"Question": "What is the average number of gold medals for clubs?",
"Tokens": [
"AVERAGE(",
"C1"
]
},
{
"Formula": "AVERAGE(C1)",
"Formula2": "AVERAGE(C2:C7)",
"Funcs": [
"AVERAGE(",
"Cell"
],
"Level": "easy",
"Question": "What is the average number of gold medals for a club?",
"Tokens": [
"AVERAGE(",
"C1"
]
},
{
"Formula": "SUM(LET(a,B1,b,B1,c,INDEX(LET(query1,SUMMARIZE(B1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)<10)),,1),FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Formula2": "SUM(LET(a,B2:B7,b,B2:B7,c,INDEX(LET(query1,SUMMARIZE(B2:B7,SUMX(F2:F7)),FILTER(query1,CHOOSECOLS(query1,2)<10)),,1),FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Funcs": [
"SUM(",
"LET(",
"a",
"Cell",
"b",
"Cell",
"c",
"INDEX(",
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num",
"",
"Num",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
],
"Level": "hard",
"Question": "How many clubs have total medals less than 10?",
"Tokens": [
"SUM(",
"LET(",
"a",
"B1",
"b",
"B1",
"c",
"INDEX(",
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"10",
"",
"1",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
]
},
{
"Formula": "SUM(LET(a,B1,b,B1,c,INDEX(LET(query1,SUMMARIZE(B1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)<10)),,1),FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Formula2": "SUM(LET(a,B2:B7,b,B2:B7,c,INDEX(LET(query1,SUMMARIZE(B2:B7,SUMX(C2:C7)),FILTER(query1,CHOOSECOLS(query1,2)<10)),,1),FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Funcs": [
"SUM(",
"LET(",
"a",
"Cell",
"b",
"Cell",
"c",
"INDEX(",
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num",
"",
"Num",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
],
"Level": "hard",
"Question": "What is the total number of clubs that have less than 10 gold medals in total?",
"Tokens": [
"SUM(",
"LET(",
"a",
"B1",
"b",
"B1",
"c",
"INDEX(",
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"C1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"10",
"",
"1",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
]
},
{
"Formula": "SUM(LET(a,B1,b,B1,c,INDEX(LET(query1,SUMMARIZE(B1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)<10)),,1),FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Formula2": "SUM(LET(a,B2:B7,b,B2:B7,c,INDEX(LET(query1,SUMMARIZE(B2:B7,SUMX(F2:F7)),FILTER(query1,CHOOSECOLS(query1,2)<10)),,1),FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))",
"Funcs": [
"SUM(",
"LET(",
"a",
"Cell",
"b",
"Cell",
"c",
"INDEX(",
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num",
"",
"Num",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
],
"Level": "hard",
"Question": "How many clubs won less than 10 medals in total?",
"Tokens": [
"SUM(",
"LET(",
"a",
"B1",
"b",
"B1",
"c",
"INDEX(",
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"10",
"",
"1",
"FILTER(",
"a",
"NOT(",
"ISNA(",
"XLOOKUP(",
"b",
"c",
"c"
]
}
] | sports_competition_club_rank | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"rank",
"club id",
"gold",
"silver",
"bronze",
"total",
""
],
[
"2",
"1.0",
"2",
"11.0",
"11.0",
"9.0",
"31.0",
""
],
[
"3",
"2.0",
"3",
"8.0",
"7.0",
"6.0",
"21.0",
""
],
[
"4",
"3.0",
"1",
"7.0",
"4.0",
"2.0",
"13.0",
""
],
[
"5",
"4.0",
"4",
"4.0",
"2.0",
"6.0",
"12.0",
""
],
[
"6",
"5.0",
"5",
"3.0",
"3.0",
"0.0",
"6.0",
""
],
[
"7",
"6.0",
"6",
"2.0",
"1.0",
"0.0",
"3.0",
""
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"vitry-sur-seine humarathon\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"vitry-sur-seine humarathon\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What year was the competition vitry-sur-seine humarathon?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"vitry-sur-seine humarathon\"",
"1"
]
}
] | test_2-18038123-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Competition",
"Venue",
"Distance",
"Result"
],
[
"2",
"2006",
"Sevilla Half Marathon",
"Seville , Spain",
"Half marathon",
"1st"
],
[
"3",
"2006",
"San Silvestre Olivais 10K",
"Barcelona , Spain",
"10km",
"1st"
],
[
"4",
"2007",
"Almeria Half Marathon",
"Almeria , Spain",
"Half marathon",
"1st"
],
[
"5",
"2007",
"Vitry-sur-Seine Humarathon",
"Paris , France",
"Half marathon",
"1st"
],
[
"6",
"2007",
"Puy-en-Velay 15k",
"Puy-en-Velay , France",
"15km",
"1st"
],
[
"7",
"2007",
"Lille Half Marathon",
"Lille , France",
"Half marathon",
"1st"
],
[
"8",
"2007",
"World Road Running Championships",
"Udine , Italy",
"Half marathon",
"2nd"
],
[
"9",
"2009",
"World Half Marathon Championships",
"Birmingham , England",
"Half marathon",
"1st"
],
[
"10",
"2009",
"Delhi Half Marathon",
"New Delhi , India",
"Half marathon",
"1st"
],
[
"11",
"2011",
"Ras Al Khaimah Half Marathon",
"UAE",
"Half marathon",
"1st (WR)"
],
[
"12",
"2011",
"London Marathon",
"London , UK",
"Marathon",
"1st"
],
[
"13",
"2012",
"London Marathon",
"London , UK",
"Marathon",
"1st (PB)"
]
] |
[
{
"Formula": "SUM(FILTER(E1, (F1<2284)*(D1=8)*(B1>10)))",
"Formula2": "SUM(FILTER(E2:E13, (F2:F13<2284)*(D2:D13=8)*(B2:B13>10)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the sum of the draws with less than 2284 against, 8 losses, and more than 10 wins?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"F1",
"<",
"2284",
"*",
"D1",
"=",
"8",
"*",
"B1",
">",
"10"
]
},
{
"Formula": "AVERAGE(FILTER(F1, (B1=11)*(E1<0)))",
"Formula2": "AVERAGE(FILTER(F2:F13, (B2:B13=11)*(E2:E13<0)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the average number of against with 11 wins and less than 0 draws?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"F1",
"B1",
"=",
"11",
"*",
"E1",
"<",
"0"
]
},
{
"Formula": "SUM(FILTER(D1, (A1=\"tooleybuc manangatang\")*(E1<0)))",
"Formula2": "SUM(FILTER(D2:D13, (A2:A13=\"tooleybuc manangatang\")*(E2:E13<0)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the total number of losses of the central murray of tooleybuc manangatang, which has less than 0 draws?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"A1",
"=",
"\"tooleybuc manangatang\"",
"*",
"E1",
"<",
"0"
]
},
{
"Formula": "MAX(FILTER(D1, (A1=\"lake boga\")*(B1<10)))",
"Formula2": "MAX(FILTER(D2:D13, (A2:A13=\"lake boga\")*(B2:B13<10)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the highest number of losses of the central murray of lake boga, which has less than 10 wins?",
"Tokens": [
"MAX(",
"FILTER(",
"D1",
"A1",
"=",
"\"lake boga\"",
"*",
"B1",
"<",
"10"
]
},
{
"Formula": "AVERAGE(FILTER(E1, (A1=\"leitchville gunbower\")*(C1<0)))",
"Formula2": "AVERAGE(FILTER(E2:E13, (A2:A13=\"leitchville gunbower\")*(C2:C13<0)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the average number of draws of the central murray of leitchville gunbower, which has less than 0 byes?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"E1",
"A1",
"=",
"\"leitchville gunbower\"",
"*",
"C1",
"<",
"0"
]
},
{
"Formula": "SUM(FILTER(B1, (A1=\"koondrook-barham\")*(E1>0)))",
"Formula2": "SUM(FILTER(B2:B13, (A2:A13=\"koondrook-barham\")*(E2:E13>0)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the total number of wins of the central murray of koondrook-barham, which has more than 0 draws?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"A1",
"=",
"\"koondrook-barham\"",
"*",
"E1",
">",
"0"
]
}
] | test_2-17982176-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Central Murray",
"Wins",
"Byes",
"Losses",
"Draws",
"Against"
],
[
"2",
"Kerang",
"17",
"0",
"1",
"0",
"887"
],
[
"3",
"Balranald",
"15",
"0",
"3",
"0",
"1025"
],
[
"4",
"Tyntynder",
"13",
"0",
"5",
"0",
"1135"
],
[
"5",
"Cohuna Kangas",
"13",
"0",
"5",
"0",
"1275"
],
[
"6",
"Tooleybuc Manangatang",
"11",
"0",
"7",
"0",
"1111"
],
[
"7",
"Lake Boga",
"10",
"0",
"8",
"0",
"1268"
],
[
"8",
"Swan Hill",
"10",
"0",
"8",
"0",
"1316"
],
[
"9",
"Woorineen",
"7",
"0",
"11",
"0",
"1605"
],
[
"10",
"Leitchville Gunbower",
"6",
"0",
"12",
"0",
"1668"
],
[
"11",
"Koondrook-Barham",
"3",
"0",
"15",
"0",
"1876"
],
[
"12",
"Lalbert",
"2",
"0",
"16",
"0",
"2247"
],
[
"13",
"Nyah Nyah West Utd",
"1",
"0",
"17",
"0",
"2284"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"houston oilers\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<126))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E9,B2:B9=\"houston oilers\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<126))",
"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 player was picked earlier than 126 by the Houston Oilers?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"houston oilers\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"126"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"boston patriots\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>122))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E9,B2:B9=\"boston patriots\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>122))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What college was picked later than 122 by the Boston Patriots?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"boston patriots\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"122"
]
}
] | train_2-18652198-16 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pick",
"Team",
"Player",
"Position",
"College"
],
[
"2",
"121",
"Denver Broncos",
"Brian Schweda Category:Articles with hCards",
"Defensive end",
"Kansas"
],
[
"3",
"122",
"Houston Oilers",
"Junior Coffey Category:Articles with hCards",
"Running back",
"Washington"
],
[
"4",
"123",
"Oakland Raiders",
"Fred Hill Category:Articles with hCards",
"Tight end",
"USC"
],
[
"5",
"124",
"New York Jets",
"Seth Cartwright Category:Articles with hCards",
"Defensive tackle",
"Prairie View A&M"
],
[
"6",
"125",
"Kansas City Chiefs",
"Stan Irvine Category:Articles with hCards",
"Tackle",
"Colorado"
],
[
"7",
"126",
"San Diego Chargers",
"John Godden Category:Articles with hCards",
"Linebacker",
"San Diego State"
],
[
"8",
"127",
"Boston Patriots",
"George Pyne Category:Articles with hCards",
"Defensive tackle",
"Olivet"
],
[
"9",
"128",
"Buffalo Bills",
"Bruce Airheart Category:Articles with hCards",
"Halfback",
"North Dakota State"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"N·m ( lbf·ft ) @ 4,800\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,C2:C12=\"N·m ( lbf·ft ) @ 4,800\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the engine type when the max torque at rpm is n·m ( lbf·ft ) @ 4,800 Answers:?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"N·m ( lbf·ft ) @ 4,800\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"B5244 T2\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,E2:E12=\"B5244 T2\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the engine configuration $notes 0-100km/h for the engine type b5244 t2?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"B5244 T2\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"B5254 T\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,E2:E12=\"B5254 T\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the engine displacement for the engine type b5254 t?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"B5254 T\"",
"4"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(E1, A1=\"2.4 AWD\")))",
"Formula2": "ROWS(UNIQUE(FILTER(E2:E12, A2:A12=\"2.4 AWD\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many have are model 2.4 awd?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"E1",
"A1",
"=",
"\"2.4 AWD\""
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(D1, E1=\"B5204 T3\")))",
"Formula2": "ROWS(UNIQUE(FILTER(D2:D12, E2:E12=\"B5204 T3\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many engine b5204 t3?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"D1",
"E1",
"=",
"\"B5204 T3\""
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(A1, E1=\"B5234 T3\")))",
"Formula2": "ROWS(UNIQUE(FILTER(A2:A12, E2:E12=\"B5234 T3\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many engine b5234 t3?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"A1",
"E1",
"=",
"\"B5234 T3\""
]
}
] | train_1-1147705-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"model",
"max. motive power",
"max. torque at rpm",
"engine displacement",
"engine type",
"engine configuration & notes 0-100km/h"
],
[
"2",
"2.0",
"PS ( kW ; hp )",
"N·m ( lbf·ft ) @ 4,800",
"cc ( cuin )",
"B5202 FS",
"straight-5 [ 12.3 s]"
],
[
"3",
"2.0T",
"PS (kW; hp)",
"N·m (lbf·ft) @ 2,100",
"cc (cuin)",
"B5204 T2",
"straight-5 low pressure turbo [ 9.5 s]"
],
[
"4",
"2.0 T5",
"PS (kW; hp)",
"N·m (lbf·ft) @ 2,700",
"cc (cuin)",
"B5204 T3",
"straight-5 high pressure turbo"
],
[
"5",
"2.4",
"PS (kW; hp)",
"N·m (lbf·ft) @ 4,700",
"cc (cuin)",
"B5244 S",
"straight-5 [8.8 s]"
],
[
"6",
"2.5",
"PS (kW; hp)",
"N·m (lbf·ft) @ 3,600",
"cc (cuin)",
"B5252 FS",
"straight-5 [ 10.7 s]"
],
[
"7",
"2.5T AWD",
"PS (kW; hp)",
"N·m (lbf·ft) @ 1,800",
"cc (cuin)",
"B5254 T",
"straight-5 low pressure turbo [ 7.5 s]"
],
[
"8",
"Base 2.4",
"PS (kW; hp)",
"N·m (lbf·ft) @ 3,300",
"cc (cuin)",
"B5242 S",
"straight-5"
],
[
"9",
"Base 2.4 SE",
"PS (kW; hp)",
"N·m (lbf·ft) @ 3,300",
"cc (cuin)",
"B5244 S2",
"straight-5"
],
[
"10",
"GLT",
"PS (kW; hp)",
"N·m (lbf·ft) @ 1,800",
"cc (cuin)",
"B5244 T2",
"straight-5 low pressure turbo"
],
[
"11",
"2.4 AWD",
"PS (kW; hp)",
"N·m (lbf·ft) @ 1,800",
"cc (cuin)",
"B5244 T3",
"straight-5 low pressure turbo"
],
[
"12",
"2.3 T5",
"PS (kW; hp)",
"N·m (lbf·ft) @ 2,700",
"cc (cuin)",
"B5234 T3",
"straight-5 high pressure turbo [ 5.9-6.4 s]"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"east\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<0.97))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E10,B2:B10=\"east\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<0.97))",
"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 area has less than 0.97 mil in population and is on the east?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"east\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"0.97"
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=0.58))",
"Formula2": "LET(query1,SUMMARIZE(D2:D10,SUMX(E2:E10)),FILTER(query1,CHOOSECOLS(query1,2)=0.58))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the area for a population of 0.58 km?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"0.58"
]
}
] | train_2-16278829-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"landsvæði",
"(English)",
"Population 2011-01-01",
"Area (km²)",
"Pop./ km²"
],
[
"2",
"Höfuðborgarsvæði",
"Capital Region",
"202 131",
"1 062",
"190.33"
],
[
"3",
"Suðurnes (formerly Reykjanes )",
"Southern Peninsula",
"21 088",
"829",
"25.44"
],
[
"4",
"Vesturland",
"West",
"15 589",
"9 554",
"1.63"
],
[
"5",
"Vestfirðir",
"Westfjords",
"7 137",
"9 409",
"0.76"
],
[
"6",
"Norðurland vestra",
"Northwest",
"7 393",
"12 737",
"0.58"
],
[
"7",
"Norðurland eystra",
"Northeast",
"29 006",
"21 968",
"1.32"
],
[
"8",
"Austurland",
"East",
"12 306",
"22 721",
"0.54"
],
[
"9",
"Suðurland",
"South",
"23 802",
"24 526",
"0.97"
],
[
"10",
"Ísland",
"Iceland",
"318 452",
"102 928",
"3.1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Roman characters\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"Roman characters\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "how many revised hepburn when english is roman characters",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Roman characters\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"chiji\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,D2:D6=\"chiji\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "when chiji is revised hepburn what are all the english",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"chiji\"",
"1"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(A1, E1=\"otya\")))",
"Formula2": "ROWS(UNIQUE(FILTER(A2:A6, E2:E6=\"otya\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "how many number of english when kunrei-shiki is otya",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"A1",
"E1",
"=",
"\"otya\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Mount Fuji\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"Mount Fuji\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "how many kana spelling when english is mount fuji ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Mount Fuji\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"tea\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"tea\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "when english is tea how many nihon-shiki",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"tea\"",
"6"
]
}
] | test_1-26263954-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"English",
"Japanese",
"Kana spelling",
"Revised Hepburn",
"Kunrei-shiki",
"Nihon-shiki"
],
[
"2",
"Roman characters",
"ローマ字",
"ローマじ",
"rōmaji",
"rômazi",
"rômazi"
],
[
"3",
"Mount Fuji",
"富士山",
"ふじさん",
"Fujisan",
"Huzisan",
"Huzisan"
],
[
"4",
"tea",
"お茶",
"おちゃ",
"ocha",
"otya",
"otya"
],
[
"5",
"governor",
"知事",
"ちじ",
"chiji",
"tizi",
"tizi"
],
[
"6",
"to shrink",
"縮む",
"ちぢむ",
"chijimu",
"tizimu",
"tidimu"
]
] |
[
{
"Formula": "MAX(FILTER(E1,B1=\"beohari\"))",
"Formula2": "MAX(FILTER(E2:E10,B2:B10=\"beohari\"))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is Beohari's highest number of electorates?",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"B1",
"=",
"\"beohari\""
]
},
{
"Formula": "FILTER(D1,A1=\"79\")",
"Formula2": "FILTER(D2:D10,A2:A10=\"79\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the district with 79 constituency number?",
"Tokens": [
"FILTER(",
"D1",
"A1",
"=",
"\"79\""
]
},
{
"Formula": "FILTER(C1,B1=\"beohari\")",
"Formula2": "FILTER(C2:C10,B2:B10=\"beohari\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is Beohari's reserved for (SC/ST/None)?",
"Tokens": [
"FILTER(",
"C1",
"B1",
"=",
"\"beohari\""
]
}
] | dev_2-18504892-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Constituency number",
"Name",
"Reserved for ( SC / ST /None)",
"District",
"Number of electorates (2009)"
],
[
"2",
"76",
"Churhat",
"None",
"Sidhi",
"183,044"
],
[
"3",
"77",
"Sidhi",
"None",
"Sidhi",
"177,682"
],
[
"4",
"78",
"Sihawal",
"None",
"Sidhi",
"178,321"
],
[
"5",
"79",
"Chitrangi",
"ST",
"Singrauli",
"153,243"
],
[
"6",
"80",
"Singrauli",
"None",
"Singrauli",
"145,530"
],
[
"7",
"81",
"Devsar",
"SC",
"Singrauli",
"154,144"
],
[
"8",
"82",
"Dhauhani",
"ST",
"Sidhi",
"175,624"
],
[
"9",
"83",
"Beohari",
"ST",
"Shahdol",
"192,262"
],
[
"10",
"Total:",
"Total:",
"Total:",
"Total:",
"1,359,850"
]
] |
[
{
"Formula": "SUM(FILTER(B1, (C1<1)*(A1>8)))",
"Formula2": "SUM(FILTER(B2:B9, (C2:C9<1)*(A2:A9>8)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many total matches with less than 1 win and a position higher than 8?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"C1",
"<",
"1",
"*",
"A1",
">",
"8"
]
}
] | train_2-13843829-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Pos.",
"Matches",
"Wins",
"Loses",
"Results",
"Points",
"Diff."
],
[
"2",
"1.",
"7",
"6",
"1",
"550:461",
"12",
"+89"
],
[
"3",
"2.",
"7",
"6",
"1",
"554:485",
"12",
"+69"
],
[
"4",
"3.",
"7",
"5",
"2",
"479:449",
"10",
"+30"
],
[
"5",
"4.",
"7",
"4",
"3",
"493:497",
"8",
"−4"
],
[
"6",
"5.",
"7",
"4",
"3",
"523:507",
"8",
"+16"
],
[
"7",
"6.",
"7",
"2",
"5",
"526:579",
"4",
"−53"
],
[
"8",
"7.",
"7",
"1",
"6",
"500:581",
"2",
"−81"
],
[
"9",
"8.",
"7",
"0",
"7",
"454:570",
"0",
"−116"
]
] |
[
{
"Formula": "FILTER(C1,(F1>\"19,491\")*(A1=\"essendon\"))",
"Formula2": "FILTER(C2:C7,(F2:F7>\"19,491\")*(A2:A7=\"essendon\"))",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
">",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is Essendon's home team that has an away crowd size larger than 19,491?",
"Tokens": [
"FILTER(",
"C1",
"F1",
">",
"\"19,491\"",
"*",
"A1",
"=",
"\"essendon\""
]
},
{
"Formula": "FILTER(G1,D1=\"15.7 (97)\")",
"Formula2": "FILTER(G2:G7,D2:D7=\"15.7 (97)\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "When did an away team score 15.7 (97)?",
"Tokens": [
"FILTER(",
"G1",
"D1",
"=",
"\"15.7 (97)\""
]
},
{
"Formula": "FILTER(G1,E1=\"kardinia park\")",
"Formula2": "FILTER(G2:G7,E2:E7=\"kardinia park\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "When was there a game at Kardinia Park?",
"Tokens": [
"FILTER(",
"G1",
"E1",
"=",
"\"kardinia park\""
]
}
] | dev_2-10809157-11 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Hawthorn",
"25.13 (163)",
"South Melbourne",
"14.21 (105)",
"Glenferrie Oval",
"13,369",
"21 June 1969"
],
[
"3",
"Geelong",
"17.11 (113)",
"Richmond",
"12.14 (86)",
"Kardinia Park",
"24,278",
"21 June 1969"
],
[
"4",
"Footscray",
"20.23 (143)",
"North Melbourne",
"15.7 (97)",
"Western Oval",
"12,893",
"21 June 1969"
],
[
"5",
"Carlton",
"24.14 (158)",
"Fitzroy",
"14.14 (98)",
"Princes Park",
"16,260",
"21 June 1969"
],
[
"6",
"St Kilda",
"17.18 (120)",
"Melbourne",
"13.16 (94)",
"Moorabbin Oval",
"19,491",
"21 June 1969"
],
[
"7",
"Essendon",
"13.19 (97)",
"Collingwood",
"16.12 (108)",
"Windy Hill",
"28,850",
"21 June 1969"
]
] |
[
{
"Formula": "FILTER(B1,E1=\"victoria park\")",
"Formula2": "FILTER(B2:B7,E2:E7=\"victoria park\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the home teams score at Victoria Park?",
"Tokens": [
"FILTER(",
"B1",
"E1",
"=",
"\"victoria park\""
]
},
{
"Formula": "FILTER(A1,E1=\"mcg\")",
"Formula2": "FILTER(A2:A7,E2:E7=\"mcg\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the home team at the venue mcg?",
"Tokens": [
"FILTER(",
"A1",
"E1",
"=",
"\"mcg\""
]
}
] | dev_2-10789881-13 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"North Melbourne",
"9.15 (69)",
"Richmond",
"16.12 (108)",
"Arden Street Oval",
"8,000",
"1 August 1931"
],
[
"3",
"Footscray",
"9.14 (68)",
"South Melbourne",
"5.11 (41)",
"Western Oval",
"18,500",
"1 August 1931"
],
[
"4",
"Collingwood",
"15.13 (103)",
"Hawthorn",
"7.16 (58)",
"Victoria Park",
"9,000",
"1 August 1931"
],
[
"5",
"Carlton",
"18.13 (121)",
"Fitzroy",
"13.11 (89)",
"Princes Park",
"18,500",
"1 August 1931"
],
[
"6",
"St Kilda",
"7.10 (52)",
"Geelong",
"15.10 (100)",
"Junction Oval",
"16,000",
"1 August 1931"
],
[
"7",
"Melbourne",
"11.6 (72)",
"Essendon",
"10.11 (71)",
"MCG",
"13,828",
"1 August 1931"
]
] |
[
{
"Formula": "MIN(FILTER(E1, (B1>3)*(A1=\"yarragon\")*(F1<966)))",
"Formula2": "MIN(FILTER(E2:E11, (B2:B11>3)*(A2:A11=\"yarragon\")*(F2:F11<966)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the low draw total for yarragon teams with over 3 wins, and under 966 against?",
"Tokens": [
"MIN(",
"FILTER(",
"E1",
"B1",
">",
"3",
"*",
"A1",
"=",
"\"yarragon\"",
"*",
"F1",
"<",
"966"
]
}
] | train_2-11562830-9 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Mid Gippsland FL",
"Wins",
"Byes",
"Losses",
"Draws",
"Against"
],
[
"2",
"Trafalgar",
"18",
"0",
"0",
"0",
"873"
],
[
"3",
"Mirboo North",
"13",
"0",
"4",
"1",
"969"
],
[
"4",
"Boolarra",
"12",
"0",
"6",
"0",
"1005"
],
[
"5",
"Newborough",
"12",
"0",
"6",
"0",
"1427"
],
[
"6",
"Yallourn-Yallourn North",
"8",
"0",
"8",
"2",
"1161"
],
[
"7",
"Hill End",
"7",
"0",
"11",
"0",
"1146"
],
[
"8",
"Yarragon",
"6",
"0",
"12",
"0",
"966"
],
[
"9",
"Yinnar",
"6",
"0",
"12",
"0",
"1299"
],
[
"10",
"Morwell East",
"3",
"0",
"14",
"1",
"1486"
],
[
"11",
"Thorpedale",
"3",
"0",
"15",
"0",
"1558"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"M.Phil(Maths)\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,E2:E17=\"M.Phil(Maths)\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which departments have M.Phil(Maths)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"M.Phil(Maths)\"",
"6"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(D1, G1=\"20 years\")))",
"Formula2": "ROWS(UNIQUE(FILTER(D2:D17, G2:G17=\"20 years\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many faculty members have 20 years of experience? ",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"D1",
"G1",
"=",
"\"20 years\""
]
}
] | train_1-17384764-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"SNO",
"College code",
"Faculty name",
"Designation",
"Qualification",
"Department",
"Experience"
],
[
"2",
"1",
"MQ",
"Dr N. Seshaiah",
"Principal & Professor",
"Ph.D. (Mech)",
"S&H",
"20 years"
],
[
"3",
"2",
"MQ",
"Sri T. Saikumar",
"Assoc. Prof.",
"M.Phil (Maths)",
"S&H",
"7 years"
],
[
"4",
"3",
"MQ",
"Sri D. Baba",
"Asst. Prof.",
"M.Phil (Physics)",
"S&H",
"2 years"
],
[
"5",
"4",
"MQ",
"Sri A. V. Raghu Ram",
"Asst. Prof.",
"M.A. (English), PGDTE",
"S&H",
"4 years"
],
[
"6",
"5",
"MQ",
"N. Syam Prasad",
"Asst. Prof.",
"M.Sc. (Maths)",
"S&H",
"5 years"
],
[
"7",
"6",
"MQ",
"Smt Ch. L. Poornima",
"Asst. Prof",
"B.Tech (Mech)",
"S&H",
"4 years"
],
[
"8",
"7",
"MQ",
"Sri K. Naga Koteswara Rao",
"Asst. Prof",
"B.Tech (Mech)",
"S&H",
"1 year"
],
[
"9",
"8",
"MQ",
"Sri Ch. Sreenivasa Rao",
"Asst.Prof",
"M.A. (English)",
"S&H",
"6 years"
],
[
"10",
"9",
"MQ",
"Smt D. Supriya",
"Asst.Prof",
"M.Phil(Maths)",
"S&H",
"4 years"
],
[
"11",
"10",
"MQ",
"Sri P. Rammohan",
"Assoc.Prof",
"M.Tech(Power Electronics)",
"EEE",
"7 years"
],
[
"12",
"11",
"MQ",
"Ms V. Gopilatha",
"Asst.Prof",
"B.Tech(Electrical)",
"EEE",
"3 years"
],
[
"13",
"12",
"MQ",
"Sri GSVNV. Babu",
"Assoc.Prof",
"M.Tech (E.C.E)",
"ECE",
"17 years"
],
[
"14",
"13",
"MQ",
"Sri K. Krishna Mohan",
"Assoc.Prof",
"M.Tech(E.C.E)",
"ECE",
"7 years"
],
[
"15",
"14",
"MQ",
"Ms B. Mamata",
"Asst.Prof",
"B.Tech(E.C.E)",
"ECE",
"2 years"
],
[
"16",
"15",
"MQ",
"Sri SVC. Gupta",
"Assoc.Prof",
"M.Tech(Comp.Sci& Tech)",
"CSE & IT",
"9 years"
],
[
"17",
"16",
"MQ",
"Sri G. Sudheer Kumar",
"Asst.Prof",
"B.Tech(C.S.E)",
"CSE & IT",
"1 year"
]
] |
[
{
"Formula": "MIN(B1)",
"Formula2": "MIN(B2:B12)",
"Funcs": [
"MIN(",
"Cell"
],
"Level": "easy",
"Question": "What is the least amount in each season? ",
"Tokens": [
"MIN(",
"B1"
]
},
{
"Formula": "MIN(B1)",
"Formula2": "MIN(B2:B12)",
"Funcs": [
"MIN(",
"Cell"
],
"Level": "easy",
"Question": "What is the least number in a season?",
"Tokens": [
"MIN(",
"B1"
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(H1)),FILTER(query1,CHOOSECOLS(query1,2)=1.19))",
"Formula2": "LET(query1,SUMMARIZE(D2:D12,SUMX(H2:H12)),FILTER(query1,CHOOSECOLS(query1,2)=1.19))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Who directed an episode with 1.19 million? ",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"H1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"1.19"
]
}
] | train_1-29273390-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date",
"Production code",
"U.S. viewers (million)"
],
[
"2",
"58",
"1",
"\"Mac Fights Gay Marriage\"",
"Randall Einhorn",
"Becky Mann & Audra Sielaff",
"September16,2010",
"XIP06005",
"2.21"
],
[
"3",
"59",
"2",
"\"Dennis Gets Divorced\"",
"Randall Einhorn",
"Dave Chernin & John Chernin",
"September23,2010",
"XIP06006",
"1.68"
],
[
"4",
"60",
"3",
"\"The Gang Buys a Boat\"",
"Randall Einhorn",
"Charlie Day & Rob McElhenney",
"September30,2010",
"XIP06001",
"1.46"
],
[
"5",
"61",
"4",
"\"Mac's Big Break\"",
"Randall Einhorn",
"Rob Rosell",
"October7,2010",
"XIP06002",
"1.23"
],
[
"6",
"62",
"5",
"\"Mac and Charlie: White Trash\"",
"Randall Einhorn",
"Luvh Rakhe",
"October14,2010",
"XIP06003",
"1.48"
],
[
"7",
"63",
"6",
"\"Mac's Mom Burns Her House Down\"",
"Matt Shakman",
"Scott Marder & Rob Rosell",
"October21,2010",
"XIP06008",
"1.07"
],
[
"8",
"64",
"7",
"\"Who Got Dee Pregnant?\"",
"Randall Einhorn",
"Charlie Day & Rob McElhenney",
"October28,2010",
"XIP06007",
"1.19"
],
[
"9",
"65",
"8",
"\"The Gang Gets a New Member\"",
"Matt Shakman",
"David Hornsby",
"November4,2010",
"XIP06009",
"1.67"
],
[
"10",
"66",
"9",
"\"Dee Reynolds: Shaping America's Youth\"",
"Matt Shakman",
"David Hornsby",
"November11,2010",
"XIP06010",
"1.44"
],
[
"11",
"67",
"10",
"\"Charlie Kelly: King of the Rats\"",
"Matt Shakman",
"Scott Marder & Rob Rosell",
"November18,2010",
"XIP06011",
"1.69"
],
[
"12",
"69",
"12",
"\"Dee Gives Birth\"",
"Matt Shakman",
"David Hornsby & Becky Mann & Audra Sielaff",
"December9,2010",
"XIP06013",
"1.46"
]
] |
[
{
"Formula": "SUMIFS(D1,A1,\"Boggs\")",
"Formula2": "SUMIFS(D2:D7,A2:A7,\"Boggs\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many touchdowns does Boggs have?",
"Tokens": [
"SUMIFS(",
"D1",
"A1",
"\"Boggs\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"Right halfback\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"Right halfback\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Is the right halfback player a starter?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"Right halfback\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Boggs\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"Boggs\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What position does Boggs play?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"Boggs\"",
"2"
]
},
{
"Formula": "MINIFS(E1,B1,\"Left halfback\")",
"Formula2": "MINIFS(E2:E7,B2:B7,\"Left halfback\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the smallest number of extra points for a left halfback?",
"Tokens": [
"MINIFS(",
"E1",
"B1",
"\"Left halfback\""
]
},
{
"Formula": "MIN(E1)",
"Formula2": "MIN(E2:E7)",
"Funcs": [
"MIN(",
"Cell"
],
"Level": "easy",
"Question": "What is the smallest number of extra points?",
"Tokens": [
"MIN(",
"E1"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(C1, B1=\"Right tackle\")))",
"Formula2": "ROWS(UNIQUE(FILTER(C2:C7, B2:B7=\"Right tackle\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many starters are there at right tackle?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"C1",
"B1",
"=",
"\"Right tackle\""
]
}
] | test_1-25517718-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Player",
"Position",
"Starter",
"Touchdowns",
"Extra points",
"Field goals",
"Points"
],
[
"2",
"Webber",
"Left halfback",
"Yes",
"1",
"2",
"0",
"7"
],
[
"3",
"Marks",
"Right tackle",
"Yes",
"1",
"0",
"0",
"5"
],
[
"4",
"Boggs",
"Right tackle",
"No",
"1",
"0",
"0",
"5"
],
[
"5",
"Begle",
"Fullback",
"No",
"1",
"0",
"0",
"5"
],
[
"6",
"Snow",
"Right end",
"Yes",
"0",
"1",
"0",
"1"
],
[
"7",
"Herrnstein",
"Right halfback",
"No",
"0",
"1",
"0",
"1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"12 september 1990\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"12 september 1990\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the score of the match on 12 September 1990?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"12 september 1990\"",
"3"
]
}
] | train_2-18316948-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Venue",
"Score",
"Result",
"Competition"
],
[
"2",
"12 September 1990",
"El Molinón , Gijón , Spain",
"1–0",
"3–0",
"Friendly"
],
[
"3",
"10 October 1990",
"Benito Villamarín , Seville , Spain",
"2–0",
"2–1",
"Euro 1992 qualifying"
],
[
"4",
"14 November 1990",
"Evžena Rošického , Prague , Czechoslovakia",
"1–2",
"3–2",
"Euro 1992 qualifying"
],
[
"5",
"19 December 1990",
"Ramón Sánchez Pizjuán , Seville, Spain",
"2–0",
"9–0",
"Euro 1992 qualifying"
],
[
"6",
"19 December 1990",
"Ramón Sánchez Pizjuán, Seville, Spain",
"6–0",
"9–0",
"Euro 1992 qualifying"
],
[
"7",
"27 March 1991",
"El Sardinero , Santander, Spain",
"2–3",
"2–4",
"Friendly"
]
] |
[
{
"Formula": "SUM(FILTER(E1, (C1=\"buffalo bills\")*(H1<69313)))",
"Formula2": "SUM(FILTER(E2:E15, (C2:C15=\"buffalo bills\")*(H2:H15<69313)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What's the Dolphin Points when the attendance was less than 69,313 and had an opponent of the Buffalo Bills?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"C1",
"=",
"\"buffalo bills\"",
"*",
"H1",
"<",
"69313"
]
},
{
"Formula": "SUM(FILTER(A1, H1=71962))",
"Formula2": "SUM(FILTER(A2:A15, H2:H15=71962))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What's the game with an attendance of 71,962?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"H1",
"=",
"71962"
]
}
] | train_2-18847739-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Game",
"Date",
"Opponent",
"Result",
"Dolphins points",
"Opponents",
"Record",
"Attendance"
],
[
"2",
"1",
"Sept. 15",
"at New England Patriots",
"Loss",
"24",
"34",
"0–1",
"55,006"
],
[
"3",
"2",
"Sept. 22",
"at Buffalo Bills",
"Win",
"24",
"16",
"1–1",
"80,020"
],
[
"4",
"3",
"Sept. 29",
"at San Diego Chargers",
"Win",
"28",
"21",
"2–1",
"44,706"
],
[
"5",
"4",
"Oct. 7",
"New York Jets",
"Win",
"21",
"17",
"3–1",
"60,727"
],
[
"6",
"5",
"Oct. 13",
"at Washington Redskins",
"Loss",
"17",
"20",
"3–2",
"54,395"
],
[
"7",
"6",
"Oct. 20",
"Kansas City Chiefs",
"Win",
"9",
"3",
"4–2",
"67,779"
],
[
"8",
"7",
"Oct. 27",
"Baltimore Colts",
"Win",
"17",
"7",
"5–2",
"65,868"
],
[
"9",
"8",
"Nov. 3",
"Atlanta Falcons",
"Win",
"42",
"7",
"6–2",
"64,399"
],
[
"10",
"9",
"Nov. 10",
"at New Orleans Saints",
"Win",
"21",
"0",
"7–2",
"74,289"
],
[
"11",
"10",
"Nov. 17",
"Buffalo Bills",
"Win",
"35",
"28",
"8–2",
"69,313"
],
[
"12",
"11",
"Nov. 24",
"at New York Jets",
"Loss",
"14",
"17",
"8–3",
"57,162"
],
[
"13",
"12",
"Dec. 2",
"Cincinnati Bengals",
"Win",
"24",
"3",
"9–3",
"71,962"
],
[
"14",
"13",
"Dec. 8",
"at Baltimore Colts",
"Win",
"17",
"16",
"10–3",
"34,420"
],
[
"15",
"14",
"Dec. 15",
"New England Patriots",
"Win",
"34",
"27",
"11–3",
"56,920"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"tigers\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"tigers\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What county is the team with the mascot of the Tigers in?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"tigers\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"tigers\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"tigers\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What county is the team with the mascot of the Tigers in?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"tigers\"",
"6"
]
},
{
"Formula": "SUMIFS(D1,A1,\"lanesville\")",
"Formula2": "SUMIFS(D2:D7,A2:A7,\"lanesville\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the enrollment at Lanesville?",
"Tokens": [
"SUMIFS(",
"D1",
"A1",
"\"lanesville\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"10 clark\")*(C1=\"mustangs\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,(F2:F7=\"10 clark\")*(C2:C7=\"mustangs\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the IHSAA class for the school in 10 Clark county with mascot of the Mustangs?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"10 clark\"",
"*",
"C1",
"=",
"\"mustangs\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"borden\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,A2:A7=\"borden\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the mascot at Borden?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"borden\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"10 clark\")*(B1=\"new washington\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,(F2:F7=\"10 clark\")*(B2:B7=\"new washington\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the mascot of the school in New Washington in 10 Clark county?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"10 clark\"",
"*",
"B1",
"=",
"\"new washington\"",
"3"
]
}
] | test_2-18974097-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"School",
"Location",
"Mascot",
"Enrollment",
"IHSAA Class",
"County"
],
[
"2",
"Borden",
"Borden",
"Braves",
"234",
"A",
"10 Clark"
],
[
"3",
"Crothersville",
"Crothersville",
"Tigers",
"173",
"A",
"36 Jackson"
],
[
"4",
"Henryville",
"Henryville",
"Hornets",
"372",
"A",
"10 Clark"
],
[
"5",
"Lanesville",
"Lanesville",
"Eagles",
"242",
"A",
"31 Harrison"
],
[
"6",
"New Washington",
"New Washington",
"Mustangs",
"274",
"A",
"10 Clark"
],
[
"7",
"South Central Elizabeth",
"Elizabeth",
"Rebels",
"246",
"A",
"31 Harrison"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"call of duty: black ops\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"call of duty: black ops\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the developer of Call of Duty: Black Ops?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"call of duty: black ops\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"third-person shooter\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"third-person shooter\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the platform for the game of the third-person shooter genre?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"third-person shooter\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2007),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=2007),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the platform of the game from 2007?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"2007",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"resident evil 4\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,B2:B8=\"resident evil 4\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the developer of Resident Evil 4?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"resident evil 4\"",
"5"
]
}
] | train_2-1851722-15 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Game",
"Genre",
"Platform(s)",
"Developer(s)"
],
[
"2",
"2004",
"Grand Theft Auto: San Andreas",
"Action-adventure , Third-person shooter , Sandbox",
"PlayStation 2 , Windows , Xbox",
"Rockstar Games"
],
[
"3",
"2005",
"Resident Evil 4",
"Survival horror , Shooter",
"GameCube , PlayStation 2",
"Capcom"
],
[
"4",
"2006",
"Gears of War",
"Third-person shooter",
"Xbox 360",
"Epic Games"
],
[
"5",
"2007",
"Halo 3",
"First-person shooter",
"Xbox 360",
"Bungie"
],
[
"6",
"2008",
"Metal Gear Solid 4: Guns of the Patriots",
"Stealth Action",
"PlayStation 3",
"Kojima Productions"
],
[
"7",
"2009",
"Uncharted 2: Among Thieves",
"Action-Adventure : ( Third-Person ) Shooter",
"PlayStation 3",
"Naughty Dog"
],
[
"8",
"2010",
"Call of Duty: Black Ops",
"( First-Person ) Shooter",
"Microsoft Windows , PlayStation 3 , Xbox 360",
"Treyarch"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"°c ()\")*(D1=\"37g\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(E2:E12=\"°c ()\")*(D2:D12=\"37g\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the total fat with a smoke point of °c () and 37g of polyunsaturated fat?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"°c ()\"",
"*",
"D1",
"=",
"\"37g\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"28g\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,D2:D12=\"28g\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the saturated fat with 28g of polyunsaturated fat?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"28g\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"15g\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,B2:B12=\"15g\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the monounsaturated fat with 15g of saturated fat?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"15g\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"100g\")*(D1=\"11g\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(A2:A12=\"100g\")*(D2:D12=\"11g\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the saturated fat with a total fat of 100g and 11g of polyunsaturated fat?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"100g\"",
"*",
"D1",
"=",
"\"11g\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"°c ()\")*(A1=\"100g\")*(D1=\"11g\")*(B1=\"14g\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(E2:E12=\"°c ()\")*(A2:A12=\"100g\")*(D2:D12=\"11g\")*(B2:B12=\"14g\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the monounsaturated fat with a smoke point of °c (), a total fat of 100g, 11g of polyunsaturated fat, and 14g of saturated fat?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"°c ()\"",
"*",
"A1",
"=",
"\"100g\"",
"*",
"D1",
"=",
"\"11g\"",
"*",
"B1",
"=",
"\"14g\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"°c ()\")*(A1=\"100g\")*(C1=\"63g\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(E2:E12=\"°c ()\")*(A2:A12=\"100g\")*(C2:C12=\"63g\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the polyunsaturated fat with a smoke point of °c (), a total fat of 100g and 63g of monounsaturated fat?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"°c ()\"",
"*",
"A1",
"=",
"\"100g\"",
"*",
"C1",
"=",
"\"63g\"",
"4"
]
}
] | train_2-18621997-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Total fat",
"Saturated fat",
"Monounsaturated fat",
"Polyunsaturated fat",
"Smoke point"
],
[
"2",
"100g",
"11g",
"20g (84g in high oleic variety)",
"69g (4g in high oleic variety)",
"°C ()"
],
[
"3",
"100g",
"16g",
"23g",
"58g",
"°C ()"
],
[
"4",
"100g",
"7g",
"63g",
"28g",
"°C ()"
],
[
"5",
"100g",
"14g",
"73g",
"11g",
"°C ()"
],
[
"6",
"100g",
"15g",
"30g",
"55g",
"°C ()"
],
[
"7",
"100g",
"17g",
"46g",
"32g",
"°C ()"
],
[
"8",
"100g",
"25g",
"38g",
"37g",
"°C ()"
],
[
"9",
"71g",
"23g (34%)",
"8g (11%)",
"37g (52%)",
"°C ()"
],
[
"10",
"100g",
"39g",
"45g",
"11g",
"°C ()"
],
[
"11",
"94g",
"52g (55%)",
"32g (34%)",
"3g (3%)",
"200°C (400°F)"
],
[
"12",
"81g",
"51g (63%)",
"21g (26%)",
"3g (4%)",
"°C ()"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Colombia\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,A2:A16=\"Colombia\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the area (km²) (per sqmi) of the country Colombia?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"Colombia\"",
"2"
]
},
{
"Formula": "MAXIFS(C1,E1,\"Quito\")",
"Formula2": "MAXIFS(C2:C16,E2:E16,\"Quito\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the maximum population of the country with Quito as capital?",
"Tokens": [
"MAXIFS(",
"C1",
"E1",
"\"Quito\""
]
},
{
"Formula": "SUMIFS(C1,D1,\"14.3/km² (/sqmi)\")",
"Formula2": "SUMIFS(C2:C16,D2:D16,\"14.3/km² (/sqmi)\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the population of a country with a population density of 14.3/km² (/sqmi)?",
"Tokens": [
"SUMIFS(",
"C1",
"D1",
"\"14.3/km² (/sqmi)\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"8.4/km² (/sqmi)\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,D2:D16=\"8.4/km² (/sqmi)\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the area (km²) (per sqmi) of a country with a population density per km² of 8.4/km² (/sqmi)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"8.4/km² (/sqmi)\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"3.5/km² (/sqmi)\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,D2:D16=\"3.5/km² (/sqmi)\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the country with a population density per km² of 3.5/km² (/sqmi)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"3.5/km² (/sqmi)\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"15.6/km² (/sqmi)\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,D2:D16=\"15.6/km² (/sqmi)\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the capital of the country with a population density per km² of 15.6/km² (/sqmi)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"15.6/km² (/sqmi)\"",
"5"
]
}
] | test_1-26769-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Country or territory with flag",
"Area (km²) (per sqmi)",
"Population (July 2009 est.)",
"Population density per km²",
"Capital"
],
[
"2",
"Argentina",
"km2 (sqmi)",
"40482000",
"14.3/km² (/sqmi)",
"Buenos Aires"
],
[
"3",
"Bolivia",
"km2 (sqmi)",
"9863000",
"8.4/km² (/sqmi)",
"La Paz and Sucre"
],
[
"4",
"Brazil",
"km2 (sqmi)",
"191241714",
"22.0/km² (/sqmi)",
"Brasília"
],
[
"5",
"Chile",
"km2 (sqmi)",
"16928873",
"22/km² (/sqmi)",
"Santiago"
],
[
"6",
"Colombia",
"km2 (sqmi)",
"45928970",
"40/km² (/sqmi)",
"Bogotá"
],
[
"7",
"Ecuador",
"km2 (sqmi)",
"14573101",
"53.8/km² (/sqmi)",
"Quito"
],
[
"8",
"Falkland Islands ( United Kingdom )",
"km2 (sqmi)",
"3140",
"0.26/km² (/sqmi)",
"Port Stanley"
],
[
"9",
"French Guiana ( France )",
"km2 (sqmi)",
"221500",
"2.7/km² (/sqmi)",
"Cayenne ( Préfecture )"
],
[
"10",
"Guyana",
"km2 (sqmi)",
"772298",
"3.5/km² (/sqmi)",
"Georgetown"
],
[
"11",
"Paraguay",
"km2 (sqmi)",
"6831306",
"15.6/km² (/sqmi)",
"Asunción"
],
[
"12",
"Peru",
"km2 (sqmi)",
"29132013",
"22/km² (/sqmi)",
"Lima"
],
[
"13",
"Suriname",
"km2 (sqmi)",
"472000",
"3/km² (/sqmi)",
"Paramaribo"
],
[
"14",
"Trinidad and Tobago",
"km2 (sqmi)",
"1346350",
"659.2/km² (/sqmi)",
"City of Port of Spain"
],
[
"15",
"Uruguay",
"km2 (sqmi)",
"3477780",
"19.4/km² (/sqmi)",
"Montevideo"
],
[
"16",
"Venezuela",
"km2 (sqmi)",
"26814843",
"30.2/km² (/sqmi)",
"Caracas"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(E1=\"tko\")*(D1=\"elgin, illinois, usa\")*(A1=\"2001-02-11\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,(E2:E7=\"tko\")*(D2:D7=\"elgin, illinois, usa\")*(A2:A7=\"2001-02-11\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Opponent has a Method of tko, and a Location of elgin, illinois, usa on 2001-02-11?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"tko\"",
"*",
"D1",
"=",
"\"elgin, illinois, usa\"",
"*",
"A1",
"=",
"\"2001-02-11\"",
"3"
]
},
{
"Formula": "SUM(FILTER(F1, (D1=\"auckland, new zealand\")*(E1=\"tko\")*(A1=\"1994-11-24\")))",
"Formula2": "SUM(FILTER(F2:F7, (D2:D7=\"auckland, new zealand\")*(E2:E7=\"tko\")*(A2:A7=\"1994-11-24\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which Round has a Location of auckland, new zealand, and a Method of tko on 1994-11-24?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"D1",
"=",
"\"auckland, new zealand\"",
"*",
"E1",
"=",
"\"tko\"",
"*",
"A1",
"=",
"\"1994-11-24\""
]
},
{
"Formula": "MAXIFS(F1,B1,\"loss\")",
"Formula2": "MAXIFS(F2:F7,B2:B7,\"loss\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Which highest Round has a Result of loss?",
"Tokens": [
"MAXIFS(",
"F1",
"B1",
"\"loss\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"decision\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"decision\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Location has a Method of decision?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"decision\"",
"4"
]
}
] | train_2-1533651-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Result",
"Opponent",
"Location",
"Method",
"Round",
"Record"
],
[
"2",
"2001-09-02",
"Loss",
"Chester Hughes",
"Elgin, Illinois, USA",
"KO",
"1",
"5-1-0"
],
[
"3",
"2001-06-03",
"Win",
"Joe Lenhart",
"Elgin, Illinois, USA",
"TKO",
"1",
"5-0-0"
],
[
"4",
"2001-02-11",
"Win",
"Steve Griffin",
"Elgin, Illinois, USA",
"TKO",
"1",
"4-0-0"
],
[
"5",
"1996-10-05",
"Win",
"Nicky Faamata",
"Auckland, New Zealand",
"TKO",
"3",
"3-0-0"
],
[
"6",
"1995-03-16",
"Win",
"Paul Baker",
"Auckland, New Zealand",
"Decision",
"4",
"2-0-0"
],
[
"7",
"1994-11-24",
"Win",
"Alex Katu",
"Auckland, New Zealand",
"TKO",
"1",
"1-0-0"
]
] |
[
{
"Formula": "SUMIFS(B1,E1,\"28–14–8\")",
"Formula2": "SUMIFS(B2:B15,E2:E15,\"28–14–8\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Which January has a Record of 28–14–8?",
"Tokens": [
"SUMIFS(",
"B1",
"E1",
"\"28–14–8\""
]
},
{
"Formula": "SUM(FILTER(F1, (A1<43)*(B1>8)))",
"Formula2": "SUM(FILTER(F2:F15, (A2:A15<43)*(B2:B15>8)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which Points is the highest one that has a Game smaller than 43, and a January larger than 8?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"A1",
"<",
"43",
"*",
"B1",
">",
"8"
]
}
] | train_2-14311305-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Game",
"January",
"Opponent",
"Score",
"Record",
"Points"
],
[
"2",
"39",
"2",
"@ Winnipeg Jets",
"3–4",
"24–10–5",
"53"
],
[
"3",
"40",
"4",
"@ Washington Capitals",
"8–1",
"25–10–5",
"55"
],
[
"4",
"41",
"8",
"St. Louis Blues",
"5–5",
"25–10–6",
"56"
],
[
"5",
"42",
"10",
"@ Toronto Maple Leafs",
"4–4",
"25–10–7",
"57"
],
[
"6",
"43",
"11",
"New York Islanders",
"2–4",
"25–11–7",
"57"
],
[
"7",
"44",
"15",
"Quebec Nordiques",
"1–4",
"25–12–7",
"57"
],
[
"8",
"45",
"17",
"@ Boston Bruins",
"4–6",
"25–13–7",
"57"
],
[
"9",
"46",
"18",
"Los Angeles Kings",
"7–2",
"26–13–7",
"59"
],
[
"10",
"47",
"21",
"@ Pittsburgh Penguins",
"5–0",
"27–13–7",
"61"
],
[
"11",
"48",
"22",
"Minnesota North Stars",
"5–4",
"28–13–7",
"63"
],
[
"12",
"49",
"24",
"@ Montreal Canadiens",
"3–6",
"28–14–7",
"63"
],
[
"13",
"50",
"28",
"@ Buffalo Sabres",
"4–4",
"28–14–8",
"64"
],
[
"14",
"51",
"30",
"@ Colorado Rockies",
"7–4",
"29–14–8",
"66"
],
[
"15",
"52",
"31",
"@ St. Louis Blues",
"3–2",
"30–14–8",
"68"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"8th\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"8th\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the name of the competition in 8th position?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"8th\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"european indoor championships\")*(A1>1979)),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(B2:B7=\"european indoor championships\")*(A2:A7>1979)),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num",
"Num"
],
"Level": "medium",
"Question": "After 1979, where was the European Indoor Championships held?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"european indoor championships\"",
"*",
"A1",
">",
"1979",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"european indoor championships\")*(A1<1979)),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(B2:B7=\"european indoor championships\")*(A2:A7<1979)),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num",
"Num"
],
"Level": "medium",
"Question": "Before 1979, what position was the European Indoor Championships?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"european indoor championships\"",
"*",
"A1",
"<",
"1979",
"4"
]
}
] | test_2-11895110-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Competition",
"Venue",
"Position",
"Event"
],
[
"2",
"1977",
"European Indoor Championships",
"San Sebastián , Spain",
"7th",
"Triple jump"
],
[
"3",
"1979",
"European Indoor Championships",
"Vienna , Austria",
"7th",
"Triple jump"
],
[
"4",
"1979",
"World Student Games",
"Duisburg , West Germany",
"3rd",
"Triple jump"
],
[
"5",
"1982",
"European Indoor Championships",
"Milan , Italy",
"8th",
"Triple jump"
],
[
"6",
"1982",
"European Championships",
"Athens, Greece",
"8th",
"Triple jump"
],
[
"7",
"1983",
"European Indoor Championships",
"Budapest , Hungary",
"8th",
"Triple jump"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"oval\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"oval\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the Home captain that played at the venue Oval?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"oval\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"draw\")*(A1=\"12,13,14 jun 1902\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(E2:E6=\"draw\")*(A2:A6=\"12,13,14 jun 1902\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the Away captain that played on 12,13,14 Jun 1902 which resulted in a draw?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"draw\"",
"*",
"A1",
"=",
"\"12,13,14 jun 1902\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"11,12,13 aug 1902\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"11,12,13 aug 1902\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the Away captain that played on 11,12,13 Aug 1902?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"11,12,13 aug 1902\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"29,30–31 may 1902\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"29,30–31 may 1902\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the result of the game that was played on 29,30–31 May 1902?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"29,30–31 may 1902\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"3,4,5 jul 1902\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"3,4,5 jul 1902\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the result of the game that was played on 3,4,5 Jul 1902?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"3,4,5 jul 1902\"",
"5"
]
}
] | train_2-1598207-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Home captain",
"Away captain",
"Venue",
"Result"
],
[
"2",
"29,30–31 May 1902",
"Archie MacLaren",
"Joe Darling",
"Edgbaston",
"DRAW"
],
[
"3",
"12,13,14 Jun 1902",
"Archie MacLaren",
"Joe Darling",
"Lord's",
"DRAW"
],
[
"4",
"3,4,5 Jul 1902",
"Archie MacLaren",
"Joe Darling",
"Bramall Lane",
"AUS by 143 runs"
],
[
"5",
"24,25,26 Jul 1902",
"Archie MacLaren",
"Joe Darling",
"Old Trafford",
"AUS by 3 runs"
],
[
"6",
"11,12,13 Aug 1902",
"Archie MacLaren",
"Joe Darling",
"Oval",
"ENG by 1 wkt"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"north melbourne\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"north melbourne\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the home team's score when North Melbourne was the away team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"north melbourne\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(B1=\"21.18 (144)\")*(D1=\"16.19 (115)\")),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,(B2:B7=\"21.18 (144)\")*(D2:D7=\"16.19 (115)\")),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the date of the game when the home team scored 21.18 (144) and the away team scored 16.19 (115)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"21.18 (144)\"",
"*",
"D1",
"=",
"\"16.19 (115)\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"geelong\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"geelong\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the away team when Geelong was the home team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"geelong\"",
"3"
]
}
] | test_2-10823950-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"St Kilda",
"8.16 (64)",
"North Melbourne",
"25.18 (168)",
"Moorabbin Oval",
"16,860",
"16 May 1981"
],
[
"3",
"South Melbourne",
"17.25 (127)",
"Melbourne",
"12.11 (83)",
"Lake Oval",
"12,808",
"16 May 1981"
],
[
"4",
"Richmond",
"25.17 (167)",
"Footscray",
"17.15 (117)",
"MCG",
"21,721",
"16 May 1981"
],
[
"5",
"Hawthorn",
"21.18 (144)",
"Fitzroy",
"16.19 (115)",
"Princes Park",
"17,459",
"16 May 1981"
],
[
"6",
"Geelong",
"12.8 (80)",
"Carlton",
"12.13 (85)",
"Kardinia Park",
"28,396",
"16 May 1981"
],
[
"7",
"Essendon",
"21.18 (144)",
"Collingwood",
"14.3 (87)",
"VFL Park",
"79,326",
"16 May 1981"
]
] |
[
{
"Formula": "ROWS(FILTER(C1,(D1=113)*(B1>\"184,531\")))",
"Formula2": "ROWS(FILTER(C2:C8,(D2:D8=113)*(B2:B8>\"184,531\")))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Str"
],
"Level": "easy",
"Question": "How big is the area that has a population density of 113 and a population larger than 184,531?",
"Tokens": [
"ROWS(",
"FILTER(",
"C1",
"D1",
"=",
"113",
"*",
"B1",
">",
"\"184,531\""
]
},
{
"Formula": "ROWS(FILTER(D1,B1>\"92,719\"))",
"Formula2": "ROWS(FILTER(D2:D8,B2:B8>\"92,719\"))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
">",
"Str"
],
"Level": "easy",
"Question": "What is the population density of the area with a population larger than 92,719?",
"Tokens": [
"ROWS(",
"FILTER(",
"D1",
"B1",
">",
"\"92,719\""
]
},
{
"Formula": "MIN(FILTER(B1,C1=\"1,126.84\"))",
"Formula2": "MIN(FILTER(B2:B8,C2:C8=\"1,126.84\"))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the population with an area of 1,126.84?",
"Tokens": [
"MIN(",
"FILTER(",
"B1",
"C1",
"=",
"\"1,126.84\""
]
},
{
"Formula": "SUM(FILTER(E1,(A1=\"český krumlov (ck)\")*(D1>38)))",
"Formula2": "SUM(FILTER(E2:E8,(A2:A8=\"český krumlov (ck)\")*(D2:D8>38)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many settlements are in český krumlov (ck) with a population density higher than 38?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"A1",
"=",
"\"český krumlov (ck)\"",
"*",
"D1",
">",
"38"
]
},
{
"Formula": "MIN(FILTER(D1,(A1=\"strakonice (st)\")*(E1>112)))",
"Formula2": "MIN(FILTER(D2:D8,(A2:A8=\"strakonice (st)\")*(E2:E8>112)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the lowest population density of Strakonice (st) with more than 112 settlements?",
"Tokens": [
"MIN(",
"FILTER(",
"D1",
"A1",
"=",
"\"strakonice (st)\"",
"*",
"E1",
">",
"112"
]
}
] | dev_2-171368-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"District",
"Population",
"Area",
"Pop. Dens.",
"No.of Settlements"
],
[
"2",
"České Budějovice (CB)",
"184,531",
"1,638.30",
"113",
"109"
],
[
"3",
"Český Krumlov (CK)",
"61,346",
"1,615.03",
"38",
"45"
],
[
"4",
"Jindřichův Hradec (JH)",
"92,719",
"1,943.69",
"48",
"106"
],
[
"5",
"Písek (PI)",
"70,290",
"1,126.84",
"62",
"75"
],
[
"6",
"Prachatice (PT)",
"51,461",
"1,375.03",
"37",
"65"
],
[
"7",
"Strakonice (ST)",
"70,823",
"1,032.10",
"69",
"112"
],
[
"8",
"Tábor (TA)",
"102,580",
"1,326.01",
"77",
"110"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"Frankfurt Galaxy\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,D2:D10=\"Frankfurt Galaxy\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the final score when they played Frankfurt Galaxy?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"D1",
"=",
"\"Frankfurt Galaxy\"",
"5"
]
}
] | train_1-24882796-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Week",
"Date",
"Kickoff",
"Opponent",
"Final score",
"Team record",
"Game site",
"Attendance"
],
[
"2",
"1",
"Sunday, April 4",
"4:00 p.m.",
"Cologne Centurions",
"W 26–25",
"1–0",
"Arena AufSchalke",
"22736"
],
[
"3",
"2",
"Saturday, April 10",
"7:00 p.m.",
"Scottish Claymores",
"W 31–3",
"2–0",
"Arena AufSchalke",
"17176"
],
[
"4",
"3",
"Saturday, April 17",
"7:00 p.m.",
"at Frankfurt Galaxy",
"L 10–28",
"2–1",
"Waldstadion",
"27213"
],
[
"5",
"4",
"Saturday, April 24",
"7:00 p.m.",
"Berlin Thunder",
"L 10–14",
"2–2",
"Arena AufSchalke",
"20242"
],
[
"6",
"5",
"Sunday, May 2",
"2:00 p.m.",
"at Scottish Claymores",
"L 12–13",
"2–3",
"Hampden Park",
"9165"
],
[
"7",
"6",
"Sunday, May 9",
"4:00 p.m.",
"Amsterdam Admirals",
"W 20–13",
"3–3",
"Arena AufSchalke",
"18790"
],
[
"8",
"7",
"Sunday, May 16",
"4:00 p.m.",
"at Berlin Thunder",
"L 20–33",
"3–4",
"Olympic Stadium",
"15429"
],
[
"9",
"8",
"Sunday, May 23",
"4:00 p.m.",
"at Cologne Centurions",
"L 6–7",
"3–5",
"RheinEnergieStadion",
"20354"
],
[
"10",
"9",
"Saturday, May 29",
"7:00 p.m.",
"Frankfurt Galaxy",
"L 14–20 (OT)",
"3–6",
"Arena AufSchalke",
"26417"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"21 august 1925\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,D2:D13=\"21 august 1925\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "when was the ship completed when laid down is 21 august 1925?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"21 august 1925\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"satsuki dd-27\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,B2:B13=\"satsuki dd-27\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When was satsuki dd-27 completed?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"satsuki dd-27\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"fujinagata shipyards, japan\")*(D1=\"20 october 1924\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,(C2:C13=\"fujinagata shipyards, japan\")*(D2:D13=\"20 october 1924\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "when was the ship launched when it was laid down 20 october 1924 and built by fujinagata shipyards, japan?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"fujinagata shipyards, japan\"",
"*",
"D1",
"=",
"\"20 october 1924\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"23 march 1926\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,D2:D13=\"23 march 1926\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "when was the ship completed that was laid down on 23 march 1926?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"23 march 1926\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"3 july 1926\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,F2:F13=\"3 july 1926\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "when was the ship laid down when it was completed on 3 july 1926?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"3 july 1926\"",
"4"
]
}
] | train_2-18756696-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Kanji",
"Name",
"Builder",
"Laid down",
"Launched",
"Completed"
],
[
"2",
"睦月",
"Mutsuki DD-19",
"Sasebo Naval Arsenal , Japan",
"21 May 1924",
"23 July 1925",
"25 March 1926"
],
[
"3",
"如月",
"Kisaragi DD-21",
"Maizuru Naval Arsenal , Japan",
"3 June 1924",
"5 June 1925",
"21 December 1925"
],
[
"4",
" 彌生",
"Yayoi DD-23",
"Uraga Dock Company , Japan",
"11 January 1924",
"11 July 1925",
"28 August 1926"
],
[
"5",
"卯月",
"Uzuki DD-25",
"Ishikawajima Shipyards , Japan",
"11 January 1924",
"15 October 1925",
"14 September 1926"
],
[
"6",
"皐月",
"Satsuki DD-27",
"Fujinagata Shipyards , Japan",
"1 December 1924",
"25 March 1925",
"15 November 1925"
],
[
"7",
"水無月",
"Minazuki DD-28",
"Uraga Dock Company , Japan",
"24 March 1924",
"25 March 1926",
"22 March 1927"
],
[
"8",
"文月",
"Fumizuki DD-29",
"Fujinagata Shipyards, Japan",
"20 October 1924",
"16 February 1926",
"3 July 1926"
],
[
"9",
"長月",
"Nagatsuki DD-30",
"Ishikawajima Shipyards , Japan",
"16 April 1925",
"6 October 1926",
"30 April 1927"
],
[
"10",
"菊月",
"Kikuzuki DD-31",
"Maizuru Naval Arsenal, Japan",
"15 June 1925",
"15 May 1926",
"20 November 1926"
],
[
"11",
"三日月",
"Mikazuki DD-32",
"Sasebo Naval Arsenal, Japan",
"21 August 1925",
"12 July 1926",
"5 May 1927"
],
[
"12",
"望月",
"Mochizuki DD-33",
"Uraga Dock Company, Japan",
"23 March 1926",
"28 April 1927",
"31 October 1927"
],
[
"13",
"夕月",
"Yūzuki DD-34",
"Fujinagata Shipyards, Japan",
"27 November 1926",
"4 March 1927",
"25 July 1927"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,D1=\"11:8\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)=560))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G18,D2:D18=\"11:8\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)=560))",
"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": "If the just ratio is 11:8 and the cents size is 560, what is the interval name?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"11:8\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"3",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"560"
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=84.46))",
"Formula2": "LET(query1,SUMMARIZE(D2:D18,SUMX(E2:E18)),FILTER(query1,CHOOSECOLS(query1,2)=84.46))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "If the just cents is 84.46, what is the just ratio?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"84.46"
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=701.96))",
"Formula2": "LET(query1,SUMMARIZE(A2:A18,SUMX(E2:E18)),FILTER(query1,CHOOSECOLS(query1,2)=701.96))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "If the just cents is 701.96, what is the interval name?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"701.96"
]
}
] | train_1-18955077-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"interval name",
"size (steps)",
"size (cents)",
"just ratio",
"just (cents)",
"error",
"audio"
],
[
"2",
"perfect fifth",
"9",
"720",
"3:2",
"701.96",
"+18.04",
"Play Category:Articles with hAudio microformats"
],
[
"3",
"septimal tritone",
"7",
"560",
"7:5",
"582.51",
"−22.51",
"Play Category:Articles with hAudio microformats"
],
[
"4",
"11:8 wide fourth",
"7",
"560",
"11:8",
"551.32",
"+8.68",
"Play Category:Articles with hAudio microformats"
],
[
"5",
"15:11 wide fourth",
"7",
"560",
"15:11",
"536.95",
"+23.05",
"Play Category:Articles with hAudio microformats"
],
[
"6",
"perfect fourth",
"6",
"480",
"4:3",
"498.04",
"−18.04",
"Play Category:Articles with hAudio microformats"
],
[
"7",
"septimal major third",
"5",
"400",
"9:7",
"435.08",
"−35.08",
"Play Category:Articles with hAudio microformats"
],
[
"8",
"undecimal major third",
"5",
"400",
"14:11",
"417.51",
"−17.51",
"Play Category:Articles with hAudio microformats"
],
[
"9",
"major third",
"5",
"400",
"5:4",
"386.31",
"+13.69",
"Play Category:Articles with hAudio microformats"
],
[
"10",
"minor third",
"4",
"320",
"6:5",
"315.64",
"+4.36",
"Play Category:Articles with hAudio microformats"
],
[
"11",
"septimal minor third",
"3",
"240",
"7:6",
"266.87",
"−26.87",
"Play Category:Articles with hAudio microformats"
],
[
"12",
"septimal whole tone",
"3",
"240",
"8:7",
"231.17",
"+8.83",
"Play Category:Articles with hAudio microformats"
],
[
"13",
"major tone",
"3",
"240",
"9:8",
"203.91",
"+36.09",
"Play Category:Articles with hAudio microformats"
],
[
"14",
"minor tone",
"2",
"160",
"10:9",
"182.40",
"−22.40",
"Play Category:Articles with hAudio microformats"
],
[
"15",
"greater undecimal neutral second",
"2",
"160",
"11:10",
"165.00",
"−5.00",
"Play Category:Articles with hAudio microformats"
],
[
"16",
"lesser undecimal neutral second",
"2",
"160",
"12:11",
"150.63",
"+9.36",
"Play Category:Articles with hAudio microformats"
],
[
"17",
"just diatonic semitone",
"1",
"80",
"16:15",
"111.73",
"−31.73",
"Play Category:Articles with hAudio microformats"
],
[
"18",
"septimal chromatic semitone",
"1",
"80",
"21:20",
"84.46",
"−4.47",
"Play Category:Articles with hAudio microformats"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"glenferrie oval\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"glenferrie oval\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the away side at glenferrie oval?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"glenferrie oval\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"richmond\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"richmond\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the away side's score when richmond is at home?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"richmond\"",
"4"
]
}
] | train_2-10746200-11 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Richmond",
"8.14 (62)",
"St Kilda",
"6.9 (45)",
"Punt Road Oval",
"20,000",
"18 July 1925"
],
[
"3",
"Hawthorn",
"6.10 (46)",
"Melbourne",
"14.18 (102)",
"Glenferrie Oval",
"6,000",
"18 July 1925"
],
[
"4",
"Essendon",
"9.11 (65)",
"Geelong",
"11.10 (76)",
"Windy Hill",
"30,000",
"18 July 1925"
],
[
"5",
"Collingwood",
"16.17 (113)",
"North Melbourne",
"11.4 (70)",
"Victoria Park",
"9,000",
"18 July 1925"
],
[
"6",
"Carlton",
"9.12 (66)",
"Footscray",
"7.11 (53)",
"Princes Park",
"12,000",
"18 July 1925"
],
[
"7",
"South Melbourne",
"6.11 (47)",
"Fitzroy",
"12.12 (84)",
"Lake Oval",
"15,000",
"18 July 1925"
]
] |
[
{
"Formula": "SUM(FILTER(E1, (D1=3)*(B1<6)))",
"Formula2": "SUM(FILTER(E2:E9, (D2:D9=3)*(B2:B9<6)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the sum of against scores when there are 3 losses and less than 6 games played?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"D1",
"=",
"3",
"*",
"B1",
"<",
"6"
]
},
{
"Formula": "MAXIFS(B1,A1,\"2003-04\")",
"Formula2": "MAXIFS(B2:B9,A2:A9,\"2003-04\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the highest amount of games played in the 2003-04 season?",
"Tokens": [
"MAXIFS(",
"B1",
"A1",
"\"2003-04\""
]
}
] | test_2-1730288-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Season",
"Played",
"Drawn",
"Lost",
"Against"
],
[
"2",
"2000-01",
"4",
"0",
"4",
"147"
],
[
"3",
"2001-02",
"6",
"0",
"4",
"210"
],
[
"4",
"(Shield) 2003-04",
"7",
"0",
"2",
"166"
],
[
"5",
"2003-04",
"2",
"0",
"1",
"61"
],
[
"6",
"2004-05",
"4",
"0",
"1",
"50"
],
[
"7",
"2005-06",
"6",
"0",
"6",
"244"
],
[
"8",
"2006-07",
"6",
"0",
"4",
"145"
],
[
"9",
"2008-09",
"6",
"0",
"3",
"126"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Kafelnikov\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,C2:C15=\"Kafelnikov\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the product code for the episode titled \"Kafelnikov\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"Kafelnikov\"",
"7"
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=44))",
"Formula2": "LET(query1,SUMMARIZE(D2:D15,SUMX(A2:A15)),FILTER(query1,CHOOSECOLS(query1,2)=44))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Who directed episode no. 44 in the series?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"44"
]
},
{
"Formula": "SUMIFS(B1,G1,\"2-05\")",
"Formula2": "SUMIFS(B2:B15,G2:G15,\"2-05\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the number in the season of the episode with a production code of 2-05?",
"Tokens": [
"SUMIFS(",
"B1",
"G1",
"\"2-05\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"2-19\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,G2:G15=\"2-19\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the title of the episode with the production code 2-19?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"2-19\"",
"3"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=29))",
"Formula2": "LET(query1,SUMMARIZE(C2:C15,SUMX(A2:A15)),FILTER(query1,CHOOSECOLS(query1,2)=29))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the total number of titles for the episode numbered 29 in the series?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"29"
]
}
] | train_1-234886-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"No. in series",
"No. in season",
"Title",
"Directed by",
"Written by",
"Original air date",
"Prod. Code"
],
[
"2",
"24",
"1",
"\"Special Powers\"",
"Thomas Schlamme",
"Aaron Sorkin",
"October5,1999",
"2-01"
],
[
"3",
"25",
"2",
"\"When Something Wicked This Way Comes\"",
"Robert Berlinger",
"Aaron Sorkin",
"October12,1999",
"2-02"
],
[
"4",
"26",
"3",
"\"Cliff Gardner\"",
"Robert Berlinger",
"Aaron Sorkin",
"October19,1999",
"2-03"
],
[
"5",
"28",
"5",
"\"Kafelnikov\"",
"Robert Berlinger",
"Matt Tarses & Bill Wrubel",
"November2,1999",
"2-05"
],
[
"6",
"29",
"6",
"\"Shane\"",
"Robert Berlinger",
"Kevin Falls & Matt Tarses & Bill Wrubel",
"December7,1999",
"2-06"
],
[
"7",
"30",
"7",
"\"Kyle Whitaker's Got Two Sacks\"",
"Dennie Gordon",
"Tom Szentgyorgyi and Aaron Sorkin",
"December14,1999",
"2-07"
],
[
"8",
"31",
"8",
"\"The Reunion\"",
"Dennie Gordon",
"Kevin Falls and Aaron Sorkin",
"December21,1999",
"2-08"
],
[
"9",
"32",
"9",
"\"A Girl Named Pixley\"",
"Dennie Gordon",
"David Walpert",
"December28,1999",
"2-09"
],
[
"10",
"36",
"13",
"\"Dana Get Your Gun\"",
"Alex Graves",
"David Walpert",
"February1,2000",
"2-13"
],
[
"11",
"38",
"15",
"\"Celebrities\"",
"Robert Berlinger",
"Aaron Sorkin",
"February29,2000",
"2-15"
],
[
"12",
"41",
"18",
"\"Draft Day: Part II\" \"The Fall of Ryan O'Brian\"",
"Danny Leiner",
"Teleplay: Aaron Sorkin Story: Kevin Falls",
"March21,2000",
"2-18"
],
[
"13",
"42",
"19",
"\"April is the Cruelest Month\"",
"Don Scardino",
"Bill Wrubel & Matt Tarses",
"March28,2000",
"2-19"
],
[
"14",
"43",
"20",
"\"Bells and a Siren\"",
"Don Scardino",
"Chris Lusvardi and David Walpert and Aaron Sorkin",
"April4,2000",
"2-20"
],
[
"15",
"44",
"21",
"\"La Forza del Destino\"",
"Timothy Busfield",
"Aaron Sorkin",
"May9,2000",
"2-21"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(C1=\"Australian Open\")*(G1=\"6–3, 4–6, 11–9\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,(C2:C7=\"Australian Open\")*(G2:G7=\"6–3, 4–6, 11–9\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "state the number of surface where championship is australian open and score in the final is 6–3, 4–6, 11–9",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"Australian Open\"",
"*",
"G1",
"=",
"\"6–3, 4–6, 11–9\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"Arantxa Sánchez Vicario Todd Woodbridge\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,F2:F7=\"Arantxa Sánchez Vicario Todd Woodbridge\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "which championship had arantxa sánchez vicario todd woodbridge as opponents in the final ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"Arantxa Sánchez Vicario Todd Woodbridge\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"6-2, 6-3\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,G2:G7=\"6-2, 6-3\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the surface of the final which had score 6-2, 6-3",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"6-2, 6-3\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"Helena Suková Todd Woodbridge\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,F2:F7=\"Helena Suková Todd Woodbridge\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "when were helena suková todd woodbridge the opponents in the final",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"Helena Suková Todd Woodbridge\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(A1=\"Winner\")*(D1=\"Hard\")*(E1=\"Nicole Provis\")*(F1=\"Helena Suková Tom Nijssen\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,(A2:A7=\"Winner\")*(D2:D7=\"Hard\")*(E2:E7=\"Nicole Provis\")*(F2:F7=\"Helena Suková Tom Nijssen\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "which championship had helena suková tom nijssen as opponents in the final and nicole provis as partner, the surface was hard and the outcome was winner",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"Winner\"",
"*",
"D1",
"=",
"\"Hard\"",
"*",
"E1",
"=",
"\"Nicole Provis\"",
"*",
"F1",
"=",
"\"Helena Suková Tom Nijssen\"",
"3"
]
}
] | train_1-1918850-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Outcome",
"Year",
"Championship",
"Surface",
"Partner",
"Opponents in the final",
"Score in the final"
],
[
"2",
"Winner",
"1992",
"Australian Open",
"Hard",
"Nicole Provis",
"Arantxa Sánchez Vicario Todd Woodbridge",
"6–3, 4–6, 11–9"
],
[
"3",
"Winner",
"1992",
"French Open",
"Clay",
"Arantxa Sánchez Vicario",
"lori McNeil Bryan Shelton",
"6-2, 6-3"
],
[
"4",
"Winner",
"1992",
"US Open",
"Hard",
"Nicole Provis",
"Helena Suková Tom Nijssen",
"4–6, 6–3, 6–3"
],
[
"5",
"Winner",
"1993",
"Wimbledon",
"Grass",
"Martina Navrátilová",
"Manon Bollegraf Tom Nijssen",
"6–3, 6–4"
],
[
"6",
"Runner-up",
"1993",
"US Open",
"Hard",
"Martina Navrátilová",
"Helena Suková Todd Woodbridge",
"3–6, 6–7"
],
[
"7",
"Winner",
"1996",
"Australian Open",
"Hard",
"Larisa Savchenko Neiland",
"Nicole Arendt Luke Jensen",
"4–6, 7–5, 6–0"
]
] |
[
{
"Formula": "MAX(FILTER(F1,C1=\"nassau veterans memorial coliseum\"))",
"Formula2": "MAX(FILTER(F2:F16,C2:C16=\"nassau veterans memorial coliseum\"))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "When was the venue named nassau veterans memorial coliseum established??",
"Tokens": [
"MAX(",
"FILTER(",
"F1",
"C1",
"=",
"\"nassau veterans memorial coliseum\""
]
}
] | dev_2-1635723-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Club",
"League",
"Venue",
"Capacity",
"Location",
"Established",
"Championships"
],
[
"2",
"New York Yankees",
"MLB Baseball",
"Yankee Stadium",
"50,291",
"Bronx, New York",
"1901",
"27"
],
[
"3",
"New York Giants",
"NFL Football",
"MetLife Stadium",
"82,566",
"East Rutherford, New Jersey",
"1925",
"8"
],
[
"4",
"New York Rangers",
"NHL Ice Hockey",
"Madison Square Garden",
"17,200 (Hockey)",
"Manhattan, New York",
"1926",
"4"
],
[
"5",
"New York Knicks",
"NBA Basketball",
"Madison Square Garden",
"19,033 (Basketball)",
"Manhattan, New York",
"1946",
"2"
],
[
"6",
"New York Jets",
"NFL Football",
"MetLife Stadium",
"82,566",
"East Rutherford, New Jersey",
"1960",
"1"
],
[
"7",
"New York Mets",
"MLB Baseball",
"Citi Field",
"41,922",
"Queens, New York",
"1962",
"2"
],
[
"8",
"Brooklyn Nets",
"NBA Basketball",
"Barclays Center",
"17,732",
"Brooklyn, New York",
"1967",
"2"
],
[
"9",
"New York Cosmos",
"NASL Soccer",
"James M. Shuart Stadium",
"11,929",
"Hempstead, New York",
"1971",
"5"
],
[
"10",
"New York Islanders",
"NHL Ice Hockey",
"Nassau Veterans Memorial Coliseum",
"16,170",
"Uniondale, New York",
"1972",
"4"
],
[
"11",
"New Jersey Devils",
"NHL Ice Hockey",
"Prudential Center",
"17,625 (Hockey)",
"Newark, New Jersey",
"1974",
"3"
],
[
"12",
"New York Red Bulls",
"MLS Soccer",
"Red Bull Arena",
"25,189",
"Harrison, New Jersey",
"1995",
"0"
],
[
"13",
"New York Liberty",
"WNBA Basketball",
"Prudential Center",
"18,711 (Basketball)",
"Manhattan, New York",
"1997",
"0"
],
[
"14",
"Sky Blue FC",
"NWSL Soccer",
"Yurcak Field",
"5,000",
"Piscataway Township, New Jersey",
"2007",
"1"
],
[
"15",
"New York Lizards",
"MLL Lacrosse",
"James M. Shuart Stadium",
"11,929",
"Hempstead, New York",
"2001",
"2"
],
[
"16",
"New York City FC",
"MLS Soccer",
"Yankee Stadium",
"50,291",
"Bronx, New York",
"2013",
"0"
]
] |
[
{
"Formula": "AVERAGE(FILTER(D1, (E1<35)*(A1=\"the open championship\")))",
"Formula2": "AVERAGE(FILTER(D2:D6, (E2:E6<35)*(A2:A6=\"the open championship\")))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the average of the top-25 of those with less than 35 events in the Open Championship?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"E1",
"<",
"35",
"*",
"A1",
"=",
"\"the open championship\""
]
},
{
"Formula": "SUM(FILTER(E1, (A1=\"the open championship\")*(F1<0)))",
"Formula2": "SUM(FILTER(E2:E6, (A2:A6=\"the open championship\")*(F2:F6<0)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the total number of events the Open Championship has with less than 0 cuts?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"A1",
"=",
"\"the open championship\"",
"*",
"F1",
"<",
"0"
]
},
{
"Formula": "SUM(FILTER(E1, D1<0))",
"Formula2": "SUM(FILTER(E2:E6, D2:D6<0))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the total number of events with a top-25 less than 0?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"D1",
"<",
"0"
]
},
{
"Formula": "SUM(FILTER(D1, (C1>2)*(F1<29)))",
"Formula2": "SUM(FILTER(D2:D6, (C2:C6>2)*(F2:F6<29)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the total number of top-25 with a top-10 bigger than 2 and less than 29 cuts?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"C1",
">",
"2",
"*",
"F1",
"<",
"29"
]
},
{
"Formula": "MIN(FILTER(E1, (A1=\"the open championship\")*(C1<0)))",
"Formula2": "MIN(FILTER(E2:E6, (A2:A6=\"the open championship\")*(C2:C6<0)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the lowest number of events the Open Championship has with a less than 0 top-10?",
"Tokens": [
"MIN(",
"FILTER(",
"E1",
"A1",
"=",
"\"the open championship\"",
"*",
"C1",
"<",
"0"
]
}
] | train_2-11475534-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Tournament",
"Wins",
"Top-10",
"Top-25",
"Events",
"Cuts made"
],
[
"2",
"Masters Tournament",
"0",
"3",
"8",
"11",
"10"
],
[
"3",
"U.S. Open",
"0",
"2",
"3",
"12",
"8"
],
[
"4",
"The Open Championship",
"0",
"0",
"0",
"1",
"0"
],
[
"5",
"PGA Championship",
"0",
"2",
"7",
"11",
"11"
],
[
"6",
"Totals",
"0",
"7",
"18",
"35",
"29"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(G1=\"casey stoner\")*(F1=\"hiroshi aoyama\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H18,(G2:G18=\"casey stoner\")*(F2:F18=\"hiroshi aoyama\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Date has a MotoGP winner of casey stoner, and a 250cc winner of hiroshi aoyama?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"G1",
"=",
"\"casey stoner\"",
"*",
"F1",
"=",
"\"hiroshi aoyama\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(E1=\"bradley smith\")*(G1=\"casey stoner\")),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H18,(E2:E18=\"bradley smith\")*(G2:G18=\"casey stoner\")),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which 250cc winner has a 125cc winner of bradley smith, and a MotoGP winner of casey stoner?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"E1",
"=",
"\"bradley smith\"",
"*",
"G1",
"=",
"\"casey stoner\"",
"6"
]
},
{
"Formula": "SUMIFS(A1,D1,\"donington\")",
"Formula2": "SUMIFS(A2:A18,D2:D18,\"donington\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Which Round is the lowest one that has a Circuit of donington?",
"Tokens": [
"SUMIFS(",
"A1",
"D1",
"\"donington\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,F1=\"marco simoncelli\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=15))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H18,F2:F18=\"marco simoncelli\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=15))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which MotoGP winner has a 250cc winner of marco simoncelli, and a Round of 15?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"F1",
"=",
"\"marco simoncelli\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"7",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"15"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(E1=\"bradley smith\")*(D1=\"mugello\")),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H18,(E2:E18=\"bradley smith\")*(D2:D18=\"mugello\")),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which 250cc winner has a 125cc winner of bradley smith, and a Circuit of mugello?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"E1",
"=",
"\"bradley smith\"",
"*",
"D1",
"=",
"\"mugello\"",
"6"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,B1=\"26 july\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>6))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H18,B2:B18=\"26 july\"),SUMMARIZE(CHOOSECOLS(query1,6),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": "Which 250cc winner has a Round larger than 6, and a Date of 26 july?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"26 july\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"6",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"6"
]
}
] | train_2-15299235-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Round",
"Date",
"Grand Prix",
"Circuit",
"125cc winner",
"250cc winner",
"MotoGP winner",
"Report"
],
[
"2",
"1",
"12–13 April",
"Qatar Grand Prix ‡",
"Losail",
"Andrea Iannone",
"Héctor Barberá",
"Casey Stoner",
"Report"
],
[
"3",
"2",
"26 April",
"Japanese Grand Prix",
"Motegi",
"Andrea Iannone",
"Álvaro Bautista",
"Jorge Lorenzo",
"Report"
],
[
"4",
"3",
"3 May",
"Spanish Grand Prix",
"Jerez",
"Bradley Smith",
"Hiroshi Aoyama",
"Valentino Rossi",
"Report"
],
[
"5",
"4",
"17 May",
"French Grand Prix",
"Le Mans",
"Julián Simón",
"Marco Simoncelli",
"Jorge Lorenzo",
"Report"
],
[
"6",
"5",
"31 May",
"Italian Grand Prix",
"Mugello",
"Bradley Smith",
"Mattia Pasini",
"Casey Stoner",
"Report"
],
[
"7",
"6",
"14 June",
"Catalan Grand Prix",
"Catalunya",
"Andrea Iannone",
"Álvaro Bautista",
"Valentino Rossi",
"Report"
],
[
"8",
"7",
"27 June",
"Dutch TT",
"Assen",
"Sergio Gadea",
"Hiroshi Aoyama",
"Valentino Rossi",
"Report"
],
[
"9",
"8",
"5 July",
"United States Grand Prix",
"Laguna Seca",
"No 125cc and 250cc race",
"No 125cc and 250cc race",
"Dani Pedrosa",
"Report"
],
[
"10",
"9",
"19 July",
"German Grand Prix",
"Sachsenring",
"Julián Simón",
"Marco Simoncelli",
"Valentino Rossi",
"Report"
],
[
"11",
"10",
"26 July",
"British Grand Prix",
"Donington",
"Julián Simón",
"Hiroshi Aoyama",
"Andrea Dovizioso",
"Report"
],
[
"12",
"11",
"16 August",
"Czech Republic Grand Prix",
"Brno",
"Nicolás Terol",
"Marco Simoncelli",
"Valentino Rossi",
"Report"
],
[
"13",
"12",
"30 August",
"Indianapolis Grand Prix",
"Indianapolis",
"Pol Espargaró",
"Marco Simoncelli",
"Jorge Lorenzo",
"Report"
],
[
"14",
"13",
"6 September",
"San Marino Grand Prix",
"Misano",
"Julián Simón",
"Héctor Barberá",
"Valentino Rossi",
"Report"
],
[
"15",
"14",
"4 October",
"Portuguese Grand Prix",
"Estoril",
"Pol Espargaró",
"Marco Simoncelli",
"Jorge Lorenzo",
"Report"
],
[
"16",
"15",
"18 October",
"Australian Grand Prix",
"Phillip Island",
"Julián Simón",
"Marco Simoncelli",
"Casey Stoner",
"Report"
],
[
"17",
"16",
"25 October",
"Malaysian Grand Prix",
"Sepang",
"Julián Simón",
"Hiroshi Aoyama",
"Casey Stoner",
"Report"
],
[
"18",
"17",
"8 November",
"Valencian Grand Prix",
"Valencia",
"Julián Simón",
"Héctor Barberá",
"Dani Pedrosa",
"Report"
]
] |
[
{
"Formula": "MIN(FILTER(E1, (D1>0)*(C1=1)))",
"Formula2": "MIN(FILTER(E2:E9, (D2:D9>0)*(C2:C9=1)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Failures larger than 0, and a Successes of 1 has what lowest partial failures?",
"Tokens": [
"MIN(",
"FILTER(",
"E1",
"D1",
">",
"0",
"*",
"C1",
"=",
"1"
]
},
{
"Formula": "SUM(FILTER(E1, (C1<6)*(B1>1)*(D1=2)))",
"Formula2": "SUM(FILTER(E2:E9, (C2:C9<6)*(B2:B9>1)*(D2:D9=2)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Successes smaller than 6, and Launches larger than 1, and a Failures of 2 is what sum of the partial failures?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"C1",
"<",
"6",
"*",
"B1",
">",
"1",
"*",
"D1",
"=",
"2"
]
}
] | train_2-13894411-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Country",
"Launches",
"Successes",
"Failures",
"Partial failures"
],
[
"2",
"Europe",
"6",
"6",
"0",
"0"
],
[
"3",
"India",
"3",
"1",
"2",
"0"
],
[
"4",
"Israel",
"1",
"1",
"0",
"0"
],
[
"5",
"Japan",
"2",
"2",
"0",
"0"
],
[
"6",
"China",
"15",
"15",
"0",
"0"
],
[
"7",
"Russia / CIS",
"31",
"30",
"1",
"0"
],
[
"8",
"South Korea",
"1",
"0",
"1",
"0"
],
[
"9",
"United States",
"15",
"15",
"0",
"0"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"12.16 (88)\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"12.16 (88)\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "ON WHAT DATE DID THE HOME TEAM SCORE 12.16 (88)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"12.16 (88)\"",
"7"
]
},
{
"Formula": "MINIFS(F1,C1,\"collingwood\")",
"Formula2": "MINIFS(F2:F7,C2:C7,\"collingwood\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "WHAT WAS COLLINGWOOD'S LOWEST CROWD NUMBER WHEN PLAYING AS THE AWAY TEAM?",
"Tokens": [
"MINIFS(",
"F1",
"C1",
"\"collingwood\""
]
},
{
"Formula": "MAXIFS(F1,C1,\"essendon\")",
"Formula2": "MAXIFS(F2:F7,C2:C7,\"essendon\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "WHAT WAS ESSENDON'S HIGHEST CROWD NUMBER WHEN PLAYING AS THE AWAY TEAM?",
"Tokens": [
"MAXIFS(",
"F1",
"C1",
"\"essendon\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"12.15 (87)\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"12.15 (87)\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "WHAT VENUE HAD AN AWAY TEAM SCORE OF 12.15 (87)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"12.15 (87)\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"hawthorn\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"hawthorn\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "WHAT DID HAWTHORN SCORE AT ITS AWAY GAME?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"hawthorn\"",
"4"
]
}
] | train_2-10774891-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Fitzroy",
"12.16 (88)",
"St Kilda",
"9.11 (65)",
"Brunswick Street Oval",
"17,000",
"4 May 1957"
],
[
"3",
"South Melbourne",
"19.16 (130)",
"Richmond",
"13.9 (87)",
"Lake Oval",
"19,275",
"4 May 1957"
],
[
"4",
"North Melbourne",
"13.9 (87)",
"Hawthorn",
"11.12 (78)",
"Arden Street Oval",
"11,000",
"4 May 1957"
],
[
"5",
"Melbourne",
"11.20 (86)",
"Essendon",
"5.11 (41)",
"MCG",
"42,920",
"4 May 1957"
],
[
"6",
"Geelong",
"12.5 (77)",
"Collingwood",
"12.15 (87)",
"Kardinia Park",
"24,292",
"4 May 1957"
],
[
"7",
"Footscray",
"9.10 (64)",
"Carlton",
"7.9 (51)",
"Western Oval",
"34,878",
"4 May 1957"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"vojens\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"vojens\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who took the winning slot at the Vojens venue?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"vojens\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"pocking\")*(A1=1980)),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(B2:B13=\"pocking\")*(A2:A13=1980)),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Who was the runner-up in 1980 at the Pocking venue?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"pocking\"",
"*",
"A1",
"=",
"1980",
"4"
]
}
] | train_2-12796727-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Venue",
"Winners",
"Runner-up",
"3rd place"
],
[
"2",
"1977",
"Vojens",
"Alf Busk (9 pts)",
"Joe Owen (8 pts)",
"Les Collins (7 pts)"
],
[
"3",
"1978",
"Lonigo",
"Finn Rune Jensen (13 pts)",
"Kevin Jolly (12+3 pts)",
"Neil Middleditch (12+2 pts)"
],
[
"4",
"1979",
"Leningrad",
"Ron Preston (13 pts)",
"Airat Faizulin (12 pts)",
"Ari Koponen (11+3 pts)"
],
[
"5",
"1980",
"Pocking",
"Tommy Knudsen (14 pts)",
"Tony Briggs (12 pts)",
"Dennis Sigalos (11+3 pts)"
],
[
"6",
"1981",
"Slaný",
"Shawn Moran (15 pts)",
"Antonín Kasper, Jr. (14 pts)",
"Jiri Hrdinak (13 pts)"
],
[
"7",
"1982",
"Pocking",
"Antonín Kasper, Jr. (14 pts)",
"Mark Courtney (12+3 pts)",
"Peter Ravn (12+2 pts)"
],
[
"8",
"1983",
"Lonigo",
"Steve Baker (13 pts)",
"David Bargh (12 pts)",
"Marvyn Cox (11 pts)"
],
[
"9",
"1984",
"King's Lynn",
"Marvyn Cox (12 pts)",
"Neil Evitts (11+3 pts)",
"Steve Lucero (11+2 pts)"
],
[
"10",
"1985",
"Abensberg",
"Per Jonsson (15 pts)",
"Jimmy Nilsen (13 pts)",
"Ole Hansen (11+3pts)"
],
[
"11",
"1986",
"Rivne",
"Igor Marko (13 pts)",
"Tony Olsson (12 pts)",
"Brian Karger (11 pts)"
],
[
"12",
"1987",
"Zielona Góra",
"Gary Havelock (13 pts)",
"Piotr Świst (12+3 pts)",
"Sean Wilson (12+2 pts)"
],
[
"13",
"Year",
"Venue",
"Winners",
"Runner-up",
"3rd place"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"michael goodfellow\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"michael goodfellow\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Season, when Lead is \"Michael Goodfellow\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"michael goodfellow\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"glen muirhead\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"glen muirhead\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Season, when Third is \"Glen Muirhead\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"glen muirhead\"",
"1"
]
}
] | test_2-1708648-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Season",
"Skip",
"Third",
"Second",
"Lead"
],
[
"2",
"2006–07",
"David Murdoch",
"Ewan MacDonald",
"Warwick Smith",
"Euan Byers"
],
[
"3",
"2007–08",
"David Murdoch",
"Ewan MacDonald",
"Peter Smith",
"Euan Byers"
],
[
"4",
"2008–09",
"David Murdoch",
"Ewan MacDonald",
"Peter Smith",
"Euan Byers"
],
[
"5",
"2009–10",
"David Murdoch",
"Ewan MacDonald",
"Peter Smith",
"Euan Byers"
],
[
"6",
"2010–11",
"David Murdoch",
"Warwick Smith",
"Glen Muirhead",
"Ross Hepburn"
],
[
"7",
"2011–12",
"David Murdoch",
"Glen Muirhead",
"Ross Paterson",
"Richard Woods"
],
[
"8",
"2012–13",
"David Murdoch",
"Tom Brewster",
"Scott Andrews",
"Michael Goodfellow"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"october 20, 2002\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,B2:B18=\"october 20, 2002\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the result on October 20, 2002?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"october 20, 2002\"",
"4"
]
}
] | train_2-16352332-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"TV Time",
"Attendance"
],
[
"2",
"1",
"September 8, 2002",
"New York Jets",
"L 37–31",
"CBS 1:00pm",
"72,751"
],
[
"3",
"2",
"September 15, 2002",
"at Minnesota Vikings",
"W 45–39",
"CBS 4:15pm",
"64,047"
],
[
"4",
"3",
"September 22, 2002",
"at Denver Broncos",
"L 28–23",
"CBS 4:15pm",
"75,359"
],
[
"5",
"4",
"September 29, 2002",
"Chicago Bears",
"W 33–27",
"FOX 1:00pm",
"72,780"
],
[
"6",
"5",
"October 6, 2002",
"Oakland Raiders",
"L 49–31",
"CBS 1:00pm",
"73,038"
],
[
"7",
"6",
"October 13, 2002",
"at Houston Texans",
"W 31–24",
"CBS 1:00pm",
"70,120"
],
[
"8",
"7",
"October 20, 2002",
"at Miami Dolphins",
"W 23–10",
"CBS 1:00pm",
"73,180"
],
[
"9",
"8",
"October 27, 2002",
"Detroit Lions",
"W 24–17",
"FOX 1:00pm",
"72,710"
],
[
"10",
"9",
"November 3, 2002",
"New England Patriots",
"L 38–7",
"CBS 1:00pm",
"73,448"
],
[
"11",
"10",
"Bye",
"Bye",
"Bye",
"Bye",
"Bye"
],
[
"12",
"11",
"November 17, 2002",
"at Kansas City Chiefs",
"L 17–16",
"CBS 1:00pm",
"77,951"
],
[
"13",
"12",
"November 24, 2002",
"at New York Jets",
"L 31–13",
"CBS 1:00pm",
"78,745"
],
[
"14",
"13",
"December 1, 2002",
"Miami Dolphins",
"W 38–21",
"CBS 1:00pm",
"73,287"
],
[
"15",
"14",
"December 8, 2002",
"at New England Patriots",
"L 27–17",
"CBS 1:00pm",
"68,436"
],
[
"16",
"15",
"December 15, 2002",
"San Diego Chargers",
"W 20–13",
"CBS 1:00pm",
"61,838"
],
[
"17",
"16",
"December 22, 2002",
"at Green Bay Packers",
"L 10–0",
"CBS 1:00pm",
"64,106"
],
[
"18",
"17",
"December 29, 2002",
"Cincinnati Bengals",
"W 27–9",
"CBS 1:00pm",
"47,850"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(F1=\"berlin\")*(D1=\"2-0\")*(G1=100000)),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,(F2:F12=\"berlin\")*(D2:D12=\"2-0\")*(G2:G12=100000)),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Who was runner-up at Berlin when the result was 2-0 with 100,000 fans in attendance?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"berlin\"",
"*",
"D1",
"=",
"\"2-0\"",
"*",
"G1",
"=",
"100000",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(F1=\"berlin\")*(G1=100000)*(D1=\"2-0\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,(F2:F12=\"berlin\")*(G2:G12=100000)*(D2:D12=\"2-0\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the champion at berlin when the result was 2-0 with 100,000 fans in attendance?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"berlin\"",
"*",
"G1",
"=",
"100000",
"*",
"D1",
"=",
"\"2-0\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=90000),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,G2:G12=90000),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What year had an attendance of 90,000?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"90000",
"1"
]
},
{
"Formula": "SUM(FILTER(A1, (G1=95000)*(C1=\"dresdner sc\")))",
"Formula2": "SUM(FILTER(A2:A12, (G2:G12=95000)*(C2:C12=\"dresdner sc\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the sum of the years where the attendance was 95,000 and the runner-up was dresdner sc?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"G1",
"=",
"95000",
"*",
"C1",
"=",
"\"dresdner sc\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=70000),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,G2:G12=70000),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Who was the champion when the attendance was 70,000?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"70000",
"2"
]
}
] | train_2-17418169-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Year",
"Champion",
"Runner-Up",
"Result",
"Date",
"Venue",
"Attendance"
],
[
"2",
"1944",
"Dresdner SC",
"Luftwaffen-SV Hamburg",
"4-0",
"18 June 1944",
"Berlin",
"70,000"
],
[
"3",
"1943",
"Dresdner SC",
"FV Saarbrücken",
"3-0",
"27 June 1943",
"Berlin",
"80,000"
],
[
"4",
"1942",
"FC Schalke 04",
"First Vienna FC",
"2-0",
"5 July 1942",
"Berlin",
"90,000"
],
[
"5",
"1941",
"Rapid Wien",
"FC Schalke 04",
"4-3",
"22 June 1941",
"Berlin",
"95,000"
],
[
"6",
"1940",
"FC Schalke 04",
"Dresdner SC",
"1-0",
"21 July 1940",
"Berlin",
"95,000"
],
[
"7",
"1939",
"FC Schalke 04",
"Admira Wien",
"9-0",
"18 June 1939",
"Berlin",
"100,000"
],
[
"8",
"1938",
"Hannover 96",
"FC Schalke 04",
"3-3 aet 4-3 aet",
"26 June 1938 3 July 1938",
"Berlin Berlin",
"100,000 100,000"
],
[
"9",
"1937",
"FC Schalke 04",
"1. FC Nuremberg",
"2-0",
"20 June 1937",
"Berlin",
"100,000"
],
[
"10",
"1936",
"1. FC Nuremberg",
"Fortuna Düsseldorf",
"2-1 aet",
"21 June 1936",
"Berlin",
"45,000"
],
[
"11",
"1935",
"FC Schalke 04",
"VfB Stuttgart",
"6-4",
"23 June 1935",
"Cologne",
"74,000"
],
[
"12",
"1934",
"FC Schalke 04",
"1. FC Nuremberg",
"2-1",
"24 June 1934",
"Berlin",
"45,000"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"brabham - climax\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)=10))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E19,B2:B19=\"brabham - climax\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)=10))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the Time/Retired for brabham - climax, on Grid of 10?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"brabham - climax\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"5",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"10"
]
},
{
"Formula": "SUMIFS(C1,D1,\"+12.5 secs\")",
"Formula2": "SUMIFS(C2:C19,D2:D19,\"+12.5 secs\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many laps have a Time/Retired of +12.5 secs?",
"Tokens": [
"SUMIFS(",
"C1",
"D1",
"\"+12.5 secs\""
]
}
] | test_2-1122343-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Driver",
"Constructor",
"Laps",
"Time/Retired",
"Grid"
],
[
"2",
"Graham Hill",
"BRM",
"110",
"2:20:36.1",
"1"
],
[
"3",
"Dan Gurney",
"Brabham - Climax",
"110",
"+12.5 secs",
"8"
],
[
"4",
"Jack Brabham",
"Brabham - Climax",
"110",
"+57.5 secs",
"7"
],
[
"5",
"Lorenzo Bandini",
"Ferrari",
"109",
"+1 Lap",
"5"
],
[
"6",
"Pedro Rodriguez",
"Ferrari",
"109",
"+1 Lap",
"15"
],
[
"7",
"Jochen Rindt",
"Cooper - Climax",
"108",
"+2 Laps",
"13"
],
[
"8",
"Richie Ginther",
"Honda",
"108",
"+2 Laps",
"3"
],
[
"9",
"Jo Bonnier",
"Brabham - Climax",
"107",
"+3 Laps",
"10"
],
[
"10",
"Bob Bondurant",
"Ferrari",
"106",
"+4 Laps",
"14"
],
[
"11",
"Richard Attwood",
"Lotus - BRM",
"101",
"+9 Laps",
"16"
],
[
"12",
"Jo Siffert",
"Brabham - BRM",
"99",
"+11 Laps",
"11"
],
[
"13",
"Moisés Solana",
"Lotus - Climax",
"95",
"+15 Laps",
"17"
],
[
"14",
"Ronnie Bucknum",
"Honda",
"92",
"+18 Laps",
"12"
],
[
"15",
"Jackie Stewart",
"BRM",
"12",
"Suspension",
"6"
],
[
"16",
"Jim Clark",
"Lotus - Climax",
"11",
"Engine",
"2"
],
[
"17",
"Bruce McLaren",
"Cooper - Climax",
"11",
"Oil Pressure",
"9"
],
[
"18",
"Mike Spence",
"Lotus - Climax",
"9",
"Engine",
"4"
],
[
"19",
"Innes Ireland",
"Lotus - BRM",
"9",
"Unwell",
"18"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(E1=\"winter\")*(C1=\"anorthosis famagusta\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,(E2:E13=\"winter\")*(C2:C13=\"anorthosis famagusta\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the name that had a moving to Anorthosis Famagusta and a transfer window of winter?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"winter\"",
"*",
"C1",
"=",
"\"anorthosis famagusta\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(F1=\"free\")*(D1=\"mutual consent loan return\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,(F2:F13=\"free\")*(D2:D13=\"mutual consent loan return\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Nat with a mutual consent loan return and has a free transfer fee?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"free\"",
"*",
"D1",
"=",
"\"mutual consent loan return\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"por\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,A2:A13=\"por\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the type of POR?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"por\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"mkd\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,A2:A13=\"mkd\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the name of MKD?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"mkd\"",
"2"
]
}
] | train_2-17486851-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Nat.",
"Name",
"Moving to",
"Type",
"Transfer window",
"Transfer fee",
"Source"
],
[
"2",
"GRE",
"Machlas",
"Retired",
"Retirement",
"Summer",
"—",
"contra.gr"
],
[
"3",
"CYP",
"Makrides",
"Metalurh Donetsk",
"End of contract",
"Summer",
"Free",
"kerkida.net"
],
[
"4",
"SER",
"Čorović",
"AEL Limassol",
"Loan return",
"Summer",
"—",
"—"
],
[
"5",
"CYP",
"Louka",
"AEL Limassol",
"End of contract",
"Summer",
"Free",
"kerkida.net"
],
[
"6",
"GRE",
"Kapsis",
"Levadiakos",
"End of contract",
"Summer",
"Free",
"—"
],
[
"7",
"CYP",
"Daskalakis",
"AEK Larnaca",
"End of contract",
"Summer",
"Free",
"apoel.net"
],
[
"8",
"BRA",
"Zé Carlos",
"Trofense",
"Contract termination",
"Summer",
"Free",
"apoelfc.com.cy"
],
[
"9",
"CYP",
"Vourkou",
"Doxa Katokopia",
"Loan",
"Summer",
"Free",
"—"
],
[
"10",
"CYP",
"Panayiotou",
"Digenis Morphou",
"Loan",
"Summer",
"Free",
"—"
],
[
"11",
"MKD",
"Nikolovski",
"AEP Paphos",
"Mutual consent",
"Winter",
"Free",
"—"
],
[
"12",
"CYP",
"Papathanasiou",
"Ermis Aradippou",
"Loan",
"Winter",
"Free",
"—"
],
[
"13",
"POR",
"Paulo Costa",
"Anorthosis Famagusta",
"Mutual consent Loan return",
"Winter",
"Free",
"apoelfc.com.cy"
]
] |
[
{
"Formula": "SUMIFS(D1,B1,\"Bowling\")",
"Formula2": "SUMIFS(D2:D6,B2:B6,\"Bowling\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many divisions in bowling ? ",
"Tokens": [
"SUMIFS(",
"D1",
"B1",
"\"Bowling\""
]
}
] | train_1-2849652-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Season",
"Sport",
"Tournament Structure",
"# of Divisions",
"1st Tournament",
"2012-2013 State Tournament Location"
],
[
"2",
"Fall",
"Cross Country",
"District, Regional, & State",
"3",
"1928",
"National Trail Raceway , Hebron"
],
[
"3",
"Fall",
"Soccer",
"Sectional, District, Regional & State",
"3",
"1976",
"Crew Stadium , Columbus"
],
[
"4",
"Winter",
"Bowling",
"Sectional, District, & State",
"2",
"2007",
"Wayne Webb's Columbus Bowl, Columbus"
],
[
"5",
"Winter",
"Ice Hockey",
"District & State",
"1",
"1978",
"Nationwide Arena , Columbus"
],
[
"6",
"Winter",
"Swimming and Diving",
"Sectional, District, & State",
"2",
"1928",
"C. T. Branin Natatorium, Canton"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"196 Buried\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,E2:E13=\"196 Buried\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the Tuesday episode if theThursday episode was 196 Buried?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"196 Buried\"",
"3"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(F1, D1=\"210 Kirby's Epic Yarn\")))",
"Formula2": "ROWS(UNIQUE(FILTER(F2:F13, D2:D13=\"210 Kirby's Epic Yarn\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many episodes were shown on Friday if 210 Kirby's Epic Yarn was shown on Wednesday?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"F1",
"D1",
"=",
"\"210 Kirby's Epic Yarn\""
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(F1, D1=\"190 Boardwalk Empire\")))",
"Formula2": "ROWS(UNIQUE(FILTER(F2:F13, D2:D13=\"190 Boardwalk Empire\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many episodes were shown on Friday if 190 Boardwalk Empire was shown on Wednesday?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"F1",
"D1",
"=",
"\"190 Boardwalk Empire\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"224 Assassin's Creed: Brotherhood Circus Training\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,C2:C13=\"224 Assassin's Creed: Brotherhood Circus Training\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What were the dates when 224 Assassin's Creed: Brotherhood Circus Training was shown on Tuesday?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"224 Assassin's Creed: Brotherhood Circus Training\"",
"1"
]
}
] | train_1-18173916-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Episodes",
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
[
"2",
"Sep. 20-24",
"183 The Town",
"184 Halo Reach",
"185 Dungeons & Dragons Encounters",
"186 No Ordinary Family",
"187 VS."
],
[
"3",
"Sep. 27 - Oct. 1",
"188 Legends of the Guardians: Owls of Ga'Hoole",
"189 Sid Meier's Civilization V",
"190 Boardwalk Empire",
"191 The Social Network",
"192 Tagline Takedown"
],
[
"4",
"Oct. 4 - Oct. 8",
"193 Let Me In",
"194 Enslaved: Odyssey to the West",
"195 The Devil's Radvocate",
"196 Buried",
"197 Catfish Special"
],
[
"5",
"Oct. 11 - Oct. 15",
"198 The Rad Report",
"199 Def Jam Rapstar",
"200 Red Comic",
"201 Red Movie",
"202 Media Mashup"
],
[
"6",
"Oct. 25 - Oct. 29",
"208 Blizzcon 2010",
"209 Geocaching",
"210 Kirby's Epic Yarn",
"211 Monsters and Paranormal Activity 2",
"212 The Walking Dead"
],
[
"7",
"Nov. 1 - Nov. 5",
"213 Star Wars: The Force Unleashed 2",
"214 Fallout: New Vegas",
"215 Media Mashup",
"216 Megamind",
"217 Music"
],
[
"8",
"Nov. 8 - Nov. 12",
"218 Fair Game",
"219 Rock Band 3",
"220 What's the Score",
"221 Sherlock",
"222 VS."
],
[
"9",
"Nov. 15 - Nov. 19",
"223 Call of Duty: Black Ops",
"224 Assassin's Creed: Brotherhood Circus Training",
"225 Kinect Adventures",
"226 127 Hours",
"227 Tagline Takedown"
],
[
"10",
"Nov. 22 - Nov. 26",
"228 Harry Potter and the Deathly Hallows Part 1",
"229 Need for Speed: Hot Pursuit",
"230 Tangled",
"231 Comfort Zone Camp",
"232 As Seen on TV: Pancake Puffs"
],
[
"11",
"Nov. 29 - Dec. 3",
"233 Green Lantern",
"234 Global Agenda",
"235 Dance Central",
"236 Superman: Earth One",
"237 Charades"
],
[
"12",
"Dec. 6 - Dec. 10",
"238 Black Swan",
"239 Epic Mickey",
"240 ElecTRONica",
"241 Donkey Kong Country Returns",
"242 VS."
],
[
"13",
"Dec. 13 - Dec. 17",
"243 The Fighter",
"244 Jeff's Marathon Training",
"245 World of Warcraft: Cataclysm",
"246 Tron: Legacy",
"247 Media Mashup"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"39.1%\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,E2:E16=\"39.1%\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When were the shares 39.1%?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"39.1%\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"19 april\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,B2:B16=\"19 april\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which show aired on 19 april?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"19 april\"",
"1"
]
}
] | train_2-17655688-12 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Show",
"Date",
"Official ratings (millions)",
"Weekly rank",
"Share"
],
[
"2",
"Auditions 1",
"12 April",
"9.44",
"6",
"37.0%"
],
[
"3",
"Auditions 2",
"19 April",
"10.96",
"1",
"43.3%"
],
[
"4",
"Auditions 3",
"26 April",
"9.86",
"3",
"41.3%"
],
[
"5",
"Auditions 4",
"3 May",
"9.12",
"5",
"39.1%"
],
[
"6",
"Auditions 5",
"10 May",
"8.17",
"6",
"37.9%"
],
[
"7",
"Auditions 6",
"17 May",
"9.11",
"2",
"37.5%"
],
[
"8",
"Auditions 7",
"24 May",
"8.27",
"5",
"37.2%"
],
[
"9",
"Semi-final 1",
"26 May",
"11.33",
"4",
"42.0%"
],
[
"10",
"Semi-final 2",
"27 May",
"9.29",
"9",
"35.3%"
],
[
"11",
"Semi-final 3",
"28 May",
"10.03",
"6",
"35.9%"
],
[
"12",
"Semi-final 4",
"29 May",
"10.13",
"5",
"41.9%"
],
[
"13",
"Semi-final 5",
"30 May",
"11.86",
"2",
"50.0%"
],
[
"14",
"Live final",
"31 May",
"11.52",
"3",
"51.1%"
],
[
"15",
"Live final results",
"31 May",
"13.88",
"1",
"55.1%"
],
[
"16",
"Series average",
"2008",
"10.21",
"TBC",
"41.8%"
]
] |
[
{
"Formula": "FILTER(E1,B1=\"lassi karonen\")",
"Formula2": "FILTER(E2:E7,B2:B7=\"lassi karonen\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is listed in notes for the athlete, lassi karonen?",
"Tokens": [
"FILTER(",
"E1",
"B1",
"=",
"\"lassi karonen\""
]
},
{
"Formula": "MAX(FILTER(A1,D1=\"6:50.40\"))",
"Formula2": "MAX(FILTER(A2:A7,D2:D7=\"6:50.40\"))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the highest rank for the team that raced a time of 6:50.40?",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"D1",
"=",
"\"6:50.40\""
]
},
{
"Formula": "SUM(FILTER(A1,C1=\"india\"))",
"Formula2": "SUM(FILTER(A2:A7,C2:C7=\"india\"))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the sum of the ranks for india?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"C1",
"=",
"\"india\""
]
}
] | dev_2-18662643-11 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Athlete",
"Country",
"Time",
"Notes"
],
[
"2",
"1",
"Mahé Drysdale",
"New Zealand",
"6:50.18",
"SA/B"
],
[
"3",
"2",
"Lassi Karonen",
"Sweden",
"6:50.40",
"SA/B"
],
[
"4",
"3",
"Ken Jurkowski",
"United States",
"6:53.26",
"SA/B"
],
[
"5",
"4",
"Sjoerd Hamburger",
"Netherlands",
"6:57.24",
"SC/D"
],
[
"6",
"5",
"Bajrang Lal Takhar",
"India",
"7:19.01",
"SC/D"
],
[
"7",
"6",
"Santiago Fernández",
"Argentina",
"7:27.60",
"SC/D"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"LB\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"LB\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the cfl team for lb position",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"LB\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Saskatchewan\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"Saskatchewan\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the cfl team for saskatchewan",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"Saskatchewan\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Michael Warner\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"Michael Warner\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the position for michael warner",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"Michael Warner\"",
"4"
]
}
] | train_1-25017530-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pick #",
"CFL Team",
"Player",
"Position",
"College"
],
[
"2",
"32",
"Toronto Argonauts",
"Michael Warner",
"OL",
"Waterloo"
],
[
"3",
"33",
"Saskatchewan Roughriders (via Winnipeg)",
"Patrick Neufeld",
"OL",
"Saskatchewan"
],
[
"4",
"34",
"BC Lions",
"Cauchy Muamba",
"DB",
"St. Francis Xavier"
],
[
"5",
"35",
"Edmonton Eskimos",
"Scott Ferguson",
"OL",
"St. Cloud State"
],
[
"6",
"36",
"Hamilton Tiger-Cats",
"Justin Palardy",
"K/P",
"Saint Mary's"
],
[
"7",
"37",
"Calgary Stampeders",
"Karl McCartney",
"LB",
"Saint Mary's"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Kent State\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,F2:F14=\"Kent State\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "List the tournament that kent state won?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"Kent State\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"2001 MWC Men's Basketball Tournament\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,D2:D14=\"2001 MWC Men's Basketball Tournament\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "List the team that won the 2001 mwc men's basketball tournament",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"2001 MWC Men's Basketball Tournament\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Georgia State\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,F2:F14=\"Georgia State\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What team won the regular season when georgia state won the tournament?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"Georgia State\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Oklahoma\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,F2:F14=\"Oklahoma\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "In what city did oklahoma win the tournament.",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"Oklahoma\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Matadome ( Northridge, California )\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,E2:E14=\"Matadome ( Northridge, California )\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "List the players of the year for the tournament held in matadome ( northridge, california )?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"Matadome ( Northridge, California )\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Iona , Siena & Niagara\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,B2:B14=\"Iona , Siena & Niagara\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "List the number of tournament winners when iona , siena & niagara won in the regular season.",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Iona , Siena & Niagara\"",
"6"
]
}
] | train_1-24348134-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Conference",
"Regular Season Winner",
"Conference Player of the Year",
"Conference Tournament",
"Tournament Venue (City)",
"Tournament Winner"
],
[
"2",
"Atlantic 10 Conference",
"St. Joseph's",
"David West , Xavier",
"2001 Atlantic 10 Men's Basketball Tournament",
"The Spectrum ( Philadelphia, Pennsylvania )",
"Temple"
],
[
"3",
"Big 12 Conference",
"Iowa State",
"Jamaal Tinsley , Iowa State",
"2001 Big 12 Men's Basketball Tournament",
"Kemper Arena ( Kansas City, Missouri )",
"Oklahoma"
],
[
"4",
"Big Sky Conference",
"Cal State Northridge",
"Brian Heinle , Cal State Northridge",
"2001 Big Sky Men's Basketball Tournament",
"Matadome ( Northridge, California )",
"Cal State Northridge"
],
[
"5",
"Colonial Athletic Association",
"Richmond",
"George Evans , George Mason",
"2001 CAA Men's Basketball Tournament",
"Richmond Coliseum ( Richmond, Virginia )",
"George Mason"
],
[
"6",
"Conference USA",
"Cincinnati (American) Southern Miss (National)",
"Steve Logan , Cincinnati",
"2001 Conference USA Men's Basketball Tournament",
"Freedom Hall ( Louisville, Kentucky )",
"Charlotte"
],
[
"7",
"Ivy League",
"Princeton",
"Craig Austin , Columbia",
"No Tournament",
"No Tournament",
"No Tournament"
],
[
"8",
"Metro Atlantic Athletic Conference",
"Iona , Siena & Niagara",
"Demond Stewart , Niagara",
"2001 MAAC Men's Basketball Tournament",
"HSBC Arena ( Buffalo, New York )",
"Iona"
],
[
"9",
"Mid-American Conference",
"Kent State (East) Central Michigan (West)",
"David Webber , Central Michigan",
"2001 MAC Men's Basketball Tournament",
"Gund Arena ( Cleveland, Ohio )",
"Kent State"
],
[
"10",
"Mountain West Conference",
"BYU , Wyoming & Utah",
"Mekeli Wesley , BYU",
"2001 MWC Men's Basketball Tournament",
"Thomas & Mack Center ( Las Vegas , Nevada )",
"BYU"
],
[
"11",
"Pacific-10 Conference",
"Stanford",
"Sean Lampley , California",
"No Tournament",
"No Tournament",
"No Tournament"
],
[
"12",
"Patriot League",
"Holy Cross",
"Tim Szatko , Holy Cross",
"2001 Patriot League Men's Basketball Tournament",
"Campus Sites",
"Holy Cross"
],
[
"13",
"Sun Belt Conference",
"Western Kentucky (East) South Alabama (West)",
"Chris Marcus , Western Kentucky",
"2001 Sun Belt Men's Basketball Tournament",
"Mitchell Center ( Mobile, Alabama )",
"Western Kentucky"
],
[
"14",
"Trans America Athletic Conference",
"Georgia State",
"Shernard Long , Georgia State",
"2001 TAAC Men's Basketball Tournament",
"GSU Sports Arena ( Atlanta, Georgia )",
"Georgia State"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"April 26\"),9))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,B2:B6=\"April 26\"),9))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the total number of series for april 26",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"April 26\"",
"9"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(F1, B1=\"April 21\")))",
"Formula2": "ROWS(UNIQUE(FILTER(F2:F6, B2:B6=\"April 21\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "Name the number of high rebounds for april 21",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"F1",
"B1",
"=",
"\"April 21\""
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(H1, B1=\"April 24\")))",
"Formula2": "ROWS(UNIQUE(FILTER(H2:H6, B2:B6=\"April 24\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "Name the number of location attendance for april 24",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"H1",
"B1",
"=",
"\"April 24\""
]
}
] | test_1-17621978-11 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Series"
],
[
"2",
"1",
"April 19",
"@ Indiana Pacers",
"W 103-100",
"P. Pierce (40)",
"P. Pierce (11)",
"P. Pierce (6)",
"Conseco Fieldhouse",
"1-0"
],
[
"3",
"2",
"April 21",
"@ Indiana Pacers",
"L 77-89",
"A. Walker (19)",
"T. Battie (11)",
"P. Pierce (6)",
"Conseco Fieldhouse",
"1-1"
],
[
"4",
"3",
"April 24",
"Indiana Pacers",
"W 101-83",
"P. Pierce (21)",
"P. Pierce (12)",
"W. McCarty (6)",
"FleetCenter",
"2-1"
],
[
"5",
"4",
"April 26",
"Indiana Pacers",
"W 102-92",
"P. Pierce (37)",
"A. Walker (11)",
"P. Pierce (7)",
"FleetCenter",
"3-1"
],
[
"6",
"5",
"May 3",
"@ Indiana Pacers",
"L 88-93",
"A. Walker (21)",
"E. Williams (8)",
"P. Pierce (8)",
"Conseco Fieldhouse",
"3-2"
]
] |
[
{
"Formula": "MIN(FILTER(F1, (D1=4)*(E1=0)*(B1>14)))",
"Formula2": "MIN(FILTER(F2:F11, (D2:D11=4)*(E2:E11=0)*(B2:B11>14)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Name the lowest against for when wins are greater than 14, draws is 0 and losses are 4",
"Tokens": [
"MIN(",
"FILTER(",
"F1",
"D1",
"=",
"4",
"*",
"E1",
"=",
"0",
"*",
"B1",
">",
"14"
]
},
{
"Formula": "SUM(FILTER(F1, C1<0))",
"Formula2": "SUM(FILTER(F2:F11, C2:C11<0))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Name the sum against for byes less than 0",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"C1",
"<",
"0"
]
},
{
"Formula": "SUM(FILTER(E1, (B1=16)*(D1<2)))",
"Formula2": "SUM(FILTER(E2:E11, (B2:B11=16)*(D2:D11<2)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Name the sum of draws for losses less than 2 and wins of 16",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"B1",
"=",
"16",
"*",
"D1",
"<",
"2"
]
}
] | train_2-11562830-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Mid Gippsland FL",
"Wins",
"Byes",
"Losses",
"Draws",
"Against"
],
[
"2",
"Morwell East",
"16",
"0",
"2",
"0",
"817"
],
[
"3",
"Mirboo North",
"15",
"0",
"3",
"0",
"901"
],
[
"4",
"Trafalgar",
"14",
"0",
"4",
"0",
"734"
],
[
"5",
"Yarragon",
"13",
"0",
"4",
"1",
"1099"
],
[
"6",
"Yinnar",
"9",
"0",
"9",
"0",
"1135"
],
[
"7",
"Yallourn-Yallourn North",
"6",
"0",
"11",
"1",
"1405"
],
[
"8",
"Newborough",
"6",
"0",
"12",
"0",
"1528"
],
[
"9",
"Thorpdale",
"5",
"0",
"13",
"0",
"1387"
],
[
"10",
"Hill End",
"4",
"0",
"14",
"0",
"1359"
],
[
"11",
"Boolarra",
"1",
"0",
"17",
"0",
"2343"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"arizona state\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"arizona state\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "who is the player from arizona state?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"arizona state\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"florida\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"florida\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the position of the player from florida?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"florida\"",
"4"
]
},
{
"Formula": "MAXIFS(A1,D1,\"tight end\")",
"Formula2": "MAXIFS(A2:A9,D2:D9,\"tight end\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "what is the highest pick for the position tight end?",
"Tokens": [
"MAXIFS(",
"A1",
"D1",
"\"tight end\""
]
}
] | test_2-18652198-18 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pick",
"Team",
"Player",
"Position",
"College"
],
[
"2",
"137",
"Boston Patriots",
"David Lee Category:Articles with hCards",
"End",
"Louisiana Tech"
],
[
"3",
"138",
"Houston Oilers",
"Russ Mundy Category:Articles with hCards",
"Halfback",
"West Texas A&M"
],
[
"4",
"139",
"Oakland Raiders",
"John Dugan Category:Articles with hCards",
"Tackle",
"Holy Cross"
],
[
"5",
"140",
"New York Jets",
"Larry Dupree Category:Articles with hCards",
"Halfback",
"Florida"
],
[
"6",
"141",
"Kansas City Chiefs",
"Jerry Smith Category:Articles with hCards",
"Tight end",
"Arizona State"
],
[
"7",
"142",
"San Diego Chargers",
"Bob Evans Category:Articles with hCards",
"Defensive end",
"Texas A&M"
],
[
"8",
"143",
"Boston Patriots",
"Ed Meixler Category:Articles with hCards",
"Linebacker",
"Boston University"
],
[
"9",
"144",
"Buffalo Bills",
"Ray Hinze Category:Articles with hCards",
"Tackle",
"Texas A&M"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,B1=\"c-train\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<269600))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G7,B2:B7=\"c-train\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<269600))",
"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 Opened has a System of c-train, and a Daily ridership smaller than 269,600?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"c-train\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"6",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"269600"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"vancouver, bc\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"vancouver, bc\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Stations are in vancouver, bc?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"vancouver, bc\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=5),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,G2:G7=5),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which category has 5 stations?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"5",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"diesel light rail\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"diesel light rail\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Opened has a Category of diesel light rail?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"diesel light rail\"",
"6"
]
}
] | test_2-18567686-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"City",
"System",
"Category",
"Daily ridership",
"As of",
"Opened",
"Stations"
],
[
"2",
"Vancouver, BC",
"SkyTrain (Vancouver)",
"ICTS",
"354,000",
"2009",
"1985",
"47"
],
[
"3",
"Toronto , Ontario",
"Toronto streetcar system",
"Streetcar",
"275,200",
"4Q2009",
"1861",
"N/A"
],
[
"4",
"Calgary, Alberta",
"C-Train",
"Light rail",
"269,600",
"2012",
"1981",
"44"
],
[
"5",
"Edmonton, Alberta",
"Edmonton LRT",
"Light rail",
"93,600",
"2010",
"1978",
"15"
],
[
"6",
"Toronto , Ontario",
"Scarborough RT",
"ICTS",
"42,250",
"2009",
"1985",
"6"
],
[
"7",
"Ottawa, Ontario",
"O-Train",
"Diesel light rail",
"12,200",
"4Q2009",
"2001",
"5"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=207.59),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=207.59),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which Start has a Qual of 207.590?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"207.59",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=25),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,D2:D7=25),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which Year has a Rank of 25?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"25",
"1"
]
},
{
"Formula": "SUM(FILTER(F1, E1=15))",
"Formula2": "SUM(FILTER(F2:F7, E2:E7=15))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Which Laps have a Finish of 15?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"E1",
"=",
"15"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=25),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)<195))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F7,D2:D7=25),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)<195))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "Which Qual has Laps smaller than 195, and a Rank of 25?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"25",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"195"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=8),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,E2:E7=8),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which Rank has a Finish of 8?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"8",
"4"
]
}
] | test_2-1882094-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Start",
"Qual",
"Rank",
"Finish",
"Laps"
],
[
"2",
"1982",
"11",
"197.705",
"13",
"15",
"147"
],
[
"3",
"1983",
"16",
"197.608",
"24",
"8",
"195"
],
[
"4",
"1984",
"22",
"201.612",
"28",
"28",
"61"
],
[
"5",
"1985",
"25",
"206.104",
"25",
"22",
"121"
],
[
"6",
"1986",
"26",
"207.590",
"31",
"29",
"70"
],
[
"7",
"Totals",
"Totals",
"Totals",
"Totals",
"Totals",
"594"
]
] |
[
{
"Formula": "SUM(FILTER(E1, (F1=4)*(C1<1)))",
"Formula2": "SUM(FILTER(E2:E9, (F2:F9=4)*(C2:C9<1)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Bronze has a Total of 4, and a Gold smaller than 1?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"F1",
"=",
"4",
"*",
"C1",
"<",
"1"
]
},
{
"Formula": "SUM(FILTER(E1, (D1>1)*(F1>3)*(B1=\"turkey\")*(C1<2)))",
"Formula2": "SUM(FILTER(E2:E9, (D2:D9>1)*(F2:F9>3)*(B2:B9=\"turkey\")*(C2:C9<2)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Bronze has a Silver larger than 1, a Total larger than 3, a Nation of turkey, and a Gold smaller than 2?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"D1",
">",
"1",
"*",
"F1",
">",
"3",
"*",
"B1",
"=",
"\"turkey\"",
"*",
"C1",
"<",
"2"
]
},
{
"Formula": "SUM(FILTER(C1, (E1=1)*(F1<3)))",
"Formula2": "SUM(FILTER(C2:C9, (E2:E9=1)*(F2:F9<3)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Which Gold has a Bronze of 1, and a Total smaller than 3?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"E1",
"=",
"1",
"*",
"F1",
"<",
"3"
]
}
] | train_2-16853051-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"Soviet Union",
"3",
"0",
"3",
"6"
],
[
"3",
"2",
"Turkey",
"2",
"3",
"1",
"6"
],
[
"4",
"3",
"Iran",
"2",
"1",
"0",
"3"
],
[
"5",
"4",
"Japan",
"1",
"1",
"2",
"4"
],
[
"6",
"5",
"Sweden",
"0",
"2",
"1",
"3"
],
[
"7",
"6",
"Hungary",
"0",
"1",
"0",
"1"
],
[
"8",
"7",
"Finland",
"0",
"0",
"1",
"1"
],
[
"9",
"Total",
"Total",
"8",
"8",
"8",
"24"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"51-15\"),8))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,I2:I15=\"51-15\"),8))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the location and attendance for the game against the team with a 51-15 record with the Cavaliers?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"I1",
"=",
"\"51-15\"",
"8"
]
}
] | train_1-22654073-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
[
"2",
"61",
"March 1",
"New York Knicks",
"W 124–93 (OT)",
"LeBron James (22)",
"Antawn Jamison (12)",
"Mo Williams (10)",
"Quicken Loans Arena 20,562",
"47-14"
],
[
"3",
"62",
"March 3",
"@ New Jersey Nets",
"W 111–92 (OT)",
"LeBron James (26)",
"J. J. Hickson (13)",
"LeBron James (14)",
"Izod Center 17,502",
"48-14"
],
[
"4",
"63",
"March 5",
"Detroit Pistons",
"W 99–92 (OT)",
"LeBron James (40)",
"LeBron James (13)",
"Delonte West (7)",
"Quicken Loans Arena 20,562",
"49-14"
],
[
"5",
"64",
"March 6",
"@ Milwaukee Bucks",
"L 85–92 (OT)",
"Antawn Jamison (30)",
"Antawn Jamison (11)",
"Delonte West (6)",
"Bradley Center 18,717",
"49-15"
],
[
"6",
"65",
"March 8",
"San Antonio Spurs",
"W 97–95 (OT)",
"Antawn Jamison , Mo Williams (17)",
"Anderson Varejão (9)",
"Mo Williams (8)",
"Quicken Loans Arena 20,562",
"50-15"
],
[
"7",
"66",
"March 12",
"@ Philadelphia 76ers",
"W 100–95 (OT)",
"LeBron James (23)",
"Anderson Varejão (12)",
"LeBron James (10)",
"Wachovia Center 20,433",
"51-15"
],
[
"8",
"67",
"March 14",
"Boston Celtics",
"W 104–93 (OT)",
"LeBron James (30)",
"Antawn Jamison (12)",
"LeBron James (7)",
"Quicken Loans Arena 20,562",
"52-15"
],
[
"9",
"68",
"March 16",
"@ Detroit Pistons",
"W 113–101 (OT)",
"LeBron James (29)",
"LeBron James (12)",
"LeBron James (12)",
"The Palace of Auburn Hills 22,076",
"53-15"
],
[
"10",
"69",
"March 17",
"Indiana Pacers",
"W 99–94 (OT)",
"LeBron James (32)",
"LeBron James , Antawn Jamison (9)",
"LeBron James (9)",
"Quicken Loans Arena 20,562",
"54-15"
],
[
"11",
"70",
"March 19",
"@ Chicago Bulls",
"W 92–85 (OT)",
"LeBron James (29)",
"LeBron James (11)",
"LeBron James (7)",
"United Center 23,129",
"55-15"
],
[
"12",
"71",
"March 21",
"Detroit Pistons",
"W 104–79 (OT)",
"Leon Powe (16)",
"Anderson Varejão (9)",
"Mo Williams (8)",
"Quicken Loans Arena 20,562",
"56-15"
],
[
"13",
"72",
"March 24",
"@ New Orleans Hornets",
"W 105–92 (OT)",
"LeBron James (38)",
"Antawn Jamison (11)",
"LeBron James (9)",
"New Orleans Arena 18,008",
"57-15"
],
[
"14",
"73",
"March 26",
"@ San Antonio Spurs",
"L 97–102 (OT)",
"LeBron James (27)",
"Antawn Jamison (9)",
"LeBron James (10)",
"AT&T Center 18,581",
"57-16"
],
[
"15",
"74",
"March 28",
"Sacramento Kings",
"W 97–90 (OT)",
"LeBron James (34)",
"Antawn Jamison (9)",
"LeBron James (8)",
"Quicken Loans Arena 20,562",
"58-16"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(F1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=201))",
"Formula2": "LET(query1,SUMMARIZE(F2:F14,SUMX(D2:D14)),FILTER(query1,CHOOSECOLS(query1,2)=201))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which Home Town had the weight of 201?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"F1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"201"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"sophomore\")*(A1=\"darnell jackson\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,(E2:E14=\"sophomore\")*(A2:A14=\"darnell jackson\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What Position did the sophomore Darnell Jackson play?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"sophomore\"",
"*",
"A1",
"=",
"\"darnell jackson\"",
"2"
]
}
] | train_2-16503541-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Name",
"Position",
"Height",
"Weight",
"Year",
"Home Town"
],
[
"2",
"Jeremy Case",
"Guard",
"6–1",
"170",
"Sophomore",
"McAlester, OK"
],
[
"3",
"Mario Chalmers",
"Guard",
"6–1",
"182",
"Freshman",
"Anchorage, AK"
],
[
"4",
"C.J. Giles",
"Center",
"6–10",
"235",
"Sophomore",
"Seattle, WA"
],
[
"5",
"Jeff Hawkins",
"Guard",
"5–11",
"180",
"Senior",
"Kansas City, KS"
],
[
"6",
"Darnell Jackson",
"Forward",
"6–8",
"240",
"Sophomore",
"Oklahoma City, OK"
],
[
"7",
"Sasha Kaun",
"Center",
"6–11",
"246",
"Sophomore",
"Melbourne, FL"
],
[
"8",
"Matt Kleinmann",
"Center",
"6–10",
"237",
"Freshman",
"Overland Park, KS"
],
[
"9",
"Christian Moody",
"Forward",
"6–8",
"220",
"Senior",
"Asheville, NC"
],
[
"10",
"Russell Robinson",
"Guard",
"6–1",
"196",
"Sophomore",
"New York City, NY"
],
[
"11",
"Brandon Rush",
"Guard",
"6–6",
"202",
"Freshman",
"Kansas City, MO"
],
[
"12",
"Rodrick Stewart",
"Guard",
"6–4",
"201",
"Sophomore",
"Seattle, WA"
],
[
"13",
"Stephen Vinson",
"Guard",
"6–2",
"195",
"Senior",
"Lawrence, KS"
],
[
"14",
"Julian Wright",
"Forward",
"6–8",
"218",
"Freshman",
"Chicago Heights, IL"
]
] |
[
{
"Formula": "SUMIFS(D1,B1,\"Marsabit\")",
"Formula2": "SUMIFS(D2:D9,B2:B9,\"Marsabit\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "what is the number of area where the county is marsabit?",
"Tokens": [
"SUMIFS(",
"D1",
"B1",
"\"Marsabit\""
]
},
{
"Formula": "SUM(FILTER(A1, E1=1356301))",
"Formula2": "SUM(FILTER(A2:A9, E2:E9=1356301))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "what is the code of population census 2009 is 1356301?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"E1",
"=",
"1356301"
]
}
] | test_1-1404486-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Code",
"County",
"Former Province",
"Area (km 2 )",
"Population Census 2009",
"Capital"
],
[
"2",
"10",
"Marsabit",
"Eastern",
"66,923.1",
"291166",
"Marsabit"
],
[
"3",
"11",
"Isiolo",
"Eastern",
"25,336.1",
"143294",
"Isiolo"
],
[
"4",
"12",
"Meru",
"Eastern",
"6,930",
"1356301",
"Meru"
],
[
"5",
"13",
"Tharaka-Nithi",
"Eastern",
"2,409.5",
"365330",
"Chuka"
],
[
"6",
"14",
"Embu",
"Eastern",
"2,555.9",
"516212",
"Embu"
],
[
"7",
"15",
"Kitui",
"Eastern",
"24,385.1",
"1012709",
"Kitui"
],
[
"8",
"16",
"Machakos",
"Eastern",
"5,952.9",
"1098584",
"Machakos"
],
[
"9",
"17",
"Makueni",
"Eastern",
"8,008.9",
"884527",
"Wote"
]
] |
[
{
"Formula": "SUM(FILTER(F1, (A1=\"alex sperafico\")*(E1>17)))",
"Formula2": "SUM(FILTER(F2:F19, (A2:A19=\"alex sperafico\")*(E2:E19>17)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "HOW MANY POINTS DOES ALEX SPERAFICO HAVE WITH A GRID LARGER THAN 17?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"A1",
"=",
"\"alex sperafico\"",
"*",
"E1",
">",
"17"
]
},
{
"Formula": "SUM(FILTER(C1, (F1>5)*(B1=\"forsythe racing\")*(E1=5)))",
"Formula2": "SUM(FILTER(C2:C19, (F2:F19>5)*(B2:B19=\"forsythe racing\")*(E2:E19=5)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "WHAT ARE THE LAPS WITH POINTS LARGER THAN 5, WITH FORSYTHE RACING, AND GRID 5?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"F1",
">",
"5",
"*",
"B1",
"=",
"\"forsythe racing\"",
"*",
"E1",
"=",
"5"
]
}
] | train_2-16759619-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Driver",
"Team",
"Laps",
"Time/Retired",
"Grid",
"Points"
],
[
"2",
"Alex Tagliani",
"Rocketsports Racing",
"48",
"1:45:07.288",
"13",
"33"
],
[
"3",
"Rodolfo Lavín",
"Forsythe Racing",
"48",
"+1.855 secs",
"10",
"28"
],
[
"4",
"Sébastien Bourdais",
"Newman/Haas Racing",
"48",
"+2.767 secs",
"1",
"27"
],
[
"5",
"Ryan Hunter-Reay",
"Herdez Competition",
"48",
"+3.814 secs",
"2",
"24"
],
[
"6",
"Mario Domínguez",
"Herdez Competition",
"48",
"+4.398 secs",
"15",
"21"
],
[
"7",
"Oriol Servià",
"Dale Coyne Racing",
"48",
"+6.390 secs",
"8",
"19"
],
[
"8",
"Justin Wilson",
"Mi-Jack Conquest Racing",
"48",
"+8.500 secs",
"9",
"17"
],
[
"9",
"Jimmy Vasser",
"PKV Racing",
"48",
"+8.546 secs",
"3",
"15"
],
[
"10",
"Michel Jourdain, Jr.",
"RuSPORT",
"48",
"+9.056 secs",
"11",
"13"
],
[
"11",
"Guy Smith",
"Rocketsports Racing",
"48",
"+9.997 secs",
"16",
"11"
],
[
"12",
"Mario Haberfeld",
"Walker Racing",
"48",
"+16.725 secs",
"12",
"10"
],
[
"13",
"Paul Tracy",
"Forsythe Racing",
"48",
"+26.616 secs",
"6",
"10"
],
[
"14",
"A. J. Allmendinger",
"RuSPORT",
"47",
"+ 1 Lap",
"7",
"8"
],
[
"15",
"Patrick Carpentier",
"Forsythe Racing",
"46",
"+ 2 Laps",
"5",
"7"
],
[
"16",
"Bruno Junqueira",
"Newman/Haas Racing",
"46",
"+ 2 Laps",
"4",
"7"
],
[
"17",
"Roberto González",
"PKV Racing",
"46",
"+ 2 Laps",
"14",
"5"
],
[
"18",
"Alex Sperafico",
"Mi-Jack Conquest Racing",
"46",
"+ 2 Laps",
"17",
"4"
],
[
"19",
"Gastón Mazzacane",
"Dale Coyne Racing",
"29",
"Off course",
"18",
"3"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"scott verplank\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,B2:B12=\"scott verplank\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Scott Verplank's score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"scott verplank\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"united states\")*(B1=\"corey pavin\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(C2:C12=\"united states\")*(B2:B12=\"corey pavin\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What place is United States player Corey Pavin in?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"united states\"",
"*",
"B1",
"=",
"\"corey pavin\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"70-71-72=213\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,D2:D12=\"70-71-72=213\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which country has a score of 70-71-72=213?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"70-71-72=213\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"bob tway\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,B2:B12=\"bob tway\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Where does Bob Tway Place?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"bob tway\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"e\")*(D1=\"69-69-72=210\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(E2:E12=\"e\")*(D2:D12=\"69-69-72=210\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the place with a to par of E and a score of 69-69-72=210?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"e\"",
"*",
"D1",
"=",
"\"69-69-72=210\"",
"1"
]
}
] | train_2-17162214-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"T1",
"Tom Lehman",
"United States",
"70-72-67=209",
"–1"
],
[
"3",
"T1",
"Greg Norman",
"Australia",
"68-67-74=209",
"–1"
],
[
"4",
"T3",
"Phil Mickelson",
"United States",
"68-70-72=210",
"E"
],
[
"5",
"T3",
"Bob Tway",
"United States",
"69-69-72=210",
"E"
],
[
"6",
"T5",
"Corey Pavin",
"United States",
"72-69-71=212",
"+2"
],
[
"7",
"T5",
"Nick Price",
"Zimbabwe",
"66-73-73=212",
"+2"
],
[
"8",
"T5",
"Steve Stricker",
"United States",
"71-70-71=212",
"+2"
],
[
"9",
"T5",
"Scott Verplank",
"United States",
"72-69-71=212",
"+2"
],
[
"10",
"T5",
"Ian Woosnam",
"Wales",
"72-71-69=212",
"+2"
],
[
"11",
"T10",
"Davis Love III",
"United States",
"72-68-73=213",
"+3"
],
[
"12",
"T10",
"Vijay Singh",
"Fiji",
"70-71-72=213",
"+3"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"left arm orthodox spin\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,D2:D16=\"left arm orthodox spin\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the name of the First Class Team in which the player has a bowling style of left arm orthodox spin?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"left arm orthodox spin\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"islamabad\")*(B1=\"28 february 1975\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,(E2:E16=\"islamabad\")*(B2:B16=\"28 february 1975\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the bowling style of the player whose first class team is Islamabad and has a date of birth of 28 February 1975?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"islamabad\"",
"*",
"B1",
"=",
"\"28 february 1975\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"shahid afridi\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,A2:A16=\"shahid afridi\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What batting style does player Shahid Afridi have?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"shahid afridi\"",
"3"
]
}
] | test_2-11950720-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Player",
"Date of Birth",
"Batting Style",
"Bowling Style",
"First Class Team"
],
[
"2",
"Aamer Sohail (captain)",
"14 September 1966",
"Left hand bat",
"Left arm orthodox spin",
"Lahore"
],
[
"3",
"Shahid Afridi",
"1 March 1980",
"Right hand bat",
"Right arm leg break",
"Karachi"
],
[
"4",
"Ijaz Ahmed",
"20 September 1968",
"Right hand bat",
"Left arm medium",
"Islamabad"
],
[
"5",
"Shoaib Akhtar",
"13 August 1975",
"Right hand bat",
"Right arm fast",
"Rawalpindi"
],
[
"6",
"Wasim Akram",
"3 June 1966",
"Left hand bat",
"Left arm fast",
"Lahore"
],
[
"7",
"Saleem Elahi",
"21 November 1976",
"Right hand bat",
"Right arm off break",
"Lahore"
],
[
"8",
"Aaqib Javed",
"5 August 1972",
"Right hand bat",
"Right arm fast-medium",
"Islamabad"
],
[
"9",
"Arshad Khan",
"22 March 1971",
"Right hand bat",
"Right arm off break",
"Peshawar"
],
[
"10",
"Moin Khan (wicket-keeper)",
"23 September 1971",
"Right hand bat",
"Wicket-keeper",
"Karachi"
],
[
"11",
"Azhar Mahmood",
"28 February 1975",
"Right hand bat",
"Right arm fast-medium",
"Islamabad"
],
[
"12",
"Saleem Malik",
"16 April 1963",
"Right hand bat",
"Right arm medium",
"Lahore"
],
[
"13",
"Saqlain Mushtaq",
"29 December 1976",
"Right hand bat",
"Right arm off break",
"Islamabad"
],
[
"14",
"Akhtar Sarfraz",
"20 February 1976",
"Left hand bat",
"Right arm off break",
"Peshawar"
],
[
"15",
"Yousuf Youhana",
"27 August 1974",
"Right hand bat",
"Right arm off break",
"Lahore"
],
[
"16",
"Source:",
"Source:",
"Source:",
"Source:",
"Source:"
]
] |
[
{
"Formula": "SUMIFS(F1,D1,\"6.8 (44)\")",
"Formula2": "SUMIFS(F2:F7,D2:D7,\"6.8 (44)\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the crowd size at the match that had an away team score of 6.8 (44)?",
"Tokens": [
"SUMIFS(",
"F1",
"D1",
"\"6.8 (44)\""
]
},
{
"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": "Who was the opposing team at the match played at the Arden Street Oval?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"arden street oval\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"victoria park\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"victoria park\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the opposing team's score at the match that was played at Victoria Park?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"victoria park\"",
"4"
]
},
{
"Formula": "MAXIFS(F1,B1,\"13.17 (95)\")",
"Formula2": "MAXIFS(F2:F7,B2:B7,\"13.17 (95)\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Of the matches that had a home team score of 13.17 (95), which match had the largest crowd?",
"Tokens": [
"MAXIFS(",
"F1",
"B1",
"\"13.17 (95)\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"collingwood\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"collingwood\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which venue did the match where Collingwood was the home team take place?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"collingwood\"",
"5"
]
}
] | test_2-10701045-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Geelong",
"20.15 (135)",
"St Kilda",
"5.11 (41)",
"Kardinia Park",
"24,000",
"27 May 1950"
],
[
"3",
"Collingwood",
"14.14 (98)",
"Richmond",
"16.11 (107)",
"Victoria Park",
"24,000",
"27 May 1950"
],
[
"4",
"Carlton",
"16.13 (109)",
"Footscray",
"16.10 (106)",
"Princes Park",
"16,500",
"27 May 1950"
],
[
"5",
"South Melbourne",
"20.14 (134)",
"Hawthorn",
"10.14 (74)",
"Lake Oval",
"9,500",
"27 May 1950"
],
[
"6",
"Melbourne",
"13.17 (95)",
"Fitzroy",
"6.8 (44)",
"MCG",
"21,000",
"27 May 1950"
],
[
"7",
"North Melbourne",
"13.8 (86)",
"Essendon",
"11.5 (71)",
"Arden Street Oval",
"25,000",
"27 May 1950"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"abc-123\")*(A1=1982)),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(D2:D8=\"abc-123\")*(A2:A8=1982)),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the serials issued in 1982 with a format of ABC-123?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"abc-123\"",
"*",
"A1",
"=",
"1982",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"ab-12-34\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,D2:D8=\"ab-12-34\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which design has a serial format of AB-12-34?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"ab-12-34\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"black on yellow\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"black on yellow\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which serials were issued with a design of black on yellow?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"black on yellow\"",
"5"
]
}
] | train_2-16799086-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Issued",
"Type",
"Design",
"Serial format",
"Serials issued"
],
[
"2",
"1973- 1974",
"Passenger",
"yellow on blue",
"AB-12-34",
"AA-00-00 to ZZ-99-99"
],
[
"3",
"1974",
"Passenger",
"yellow on blue",
"12-34-56",
"00-00-00 to unknown"
],
[
"4",
"1975- 1976",
"Passenger",
"black on yellow",
"ABC-123",
"unknown"
],
[
"5",
"1977- 1980",
"Passenger",
"black on yellow",
"ABC-123",
"unknown"
],
[
"6",
"1981",
"Passenger",
"black on yellow",
"ABC-123",
"unknown"
],
[
"7",
"1982",
"Passenger",
"black on yellow",
"ABC-123",
"unknown"
],
[
"8",
"1983- 1984",
"Passenger",
"black on yellow",
"ABC-123",
"EAA-000 to EZZ-999"
]
] |
[
{
"Formula": "SUMIFS(F1,H1,\"4:03:13:38\")",
"Formula2": "SUMIFS(F2:F10,H2:H10,\"4:03:13:38\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many LOA metres were there when the corrected time d:hh:mm:ss is 4:03:13:38?",
"Tokens": [
"SUMIFS(",
"F1",
"H1",
"\"4:03:13:38\""
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(C1, H1=\"4:00:05:35\")))",
"Formula2": "ROWS(UNIQUE(FILTER(C2:C10, H2:H10=\"4:00:05:35\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many yachts show a corrected time d:hh:mm:ss is 4:00:05:35?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"C1",
"H1",
"=",
"\"4:00:05:35\""
]
},
{
"Formula": "SUMIFS(F1,C1,\"Ichi Ban\")",
"Formula2": "SUMIFS(F2:F10,C2:C10,\"Ichi Ban\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What were the LOA metres for the yacht ichi ban?",
"Tokens": [
"SUMIFS(",
"F1",
"C1",
"\"Ichi Ban\""
]
},
{
"Formula": "SUMIFS(F1,G1,\"Lou Abrahams\")",
"Formula2": "SUMIFS(F2:F10,G2:G10,\"Lou Abrahams\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many LOA metres were there when the skipper is lou abrahams?",
"Tokens": [
"SUMIFS(",
"F1",
"G1",
"\"Lou Abrahams\""
]
},
{
"Formula": "SUMIFS(A1,B1,\"AUS 03\")",
"Formula2": "SUMIFS(A2:A10,B2:B10,\"AUS 03\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the position for sail number aus 03?",
"Tokens": [
"SUMIFS(",
"A1",
"B1",
"\"AUS 03\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=13.34))",
"Formula2": "LET(query1,SUMMARIZE(C2:C10,SUMX(F2:F10)),FILTER(query1,CHOOSECOLS(query1,2)=13.34))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What yacht had LOA Metres of 13.34?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"13.34"
]
}
] | test_1-25594271-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Position",
"Sail number",
"Yacht",
"State/country",
"Yacht type",
"LOA (Metres)",
"Skipper",
"Corrected time d:hh:mm:ss"
],
[
"2",
"1",
"294",
"Love & War",
"NSW",
"S&S 47",
"14.21",
"Lindsay May",
"3:22:02:37"
],
[
"3",
"2",
"SM377",
"Bacardi",
"VIC",
"Peterson 44",
"13.34",
"John Williams",
"3:23:00:35"
],
[
"4",
"3",
"SM2",
"Challenge",
"VIC",
"Sydney 38",
"11.78",
"Lou Abrahams",
"4:00:05:35"
],
[
"5",
"4",
"AUS 03",
"Ichi Ban",
"NSW",
"Jones 70",
"21.50",
"Matt Allen",
"4:00:35:02"
],
[
"6",
"5",
"MH106",
"Impeccable",
"NSW",
"Peterson 3/4 Tonner IOR",
"10.20",
"John Walker",
"4:00:35:02"
],
[
"7",
"6",
"1836",
"Yendys",
"NSW",
"Reichel Pugh 55",
"16.80",
"Geoff Ross",
"4:03:05:48"
],
[
"8",
"7",
"ITA2945",
"DSK Comifin",
"ITA",
"Swan 45",
"13.80",
"Danilo Salsi",
"4:03:13:38"
],
[
"9",
"8",
"A19",
"Maluka",
"NSW",
"Ranger 9m",
"9.01",
"Sean Langman",
"4:03:42:21"
],
[
"10",
"9",
"A5",
"BSG 'On Tap'",
"QLD",
"Duncanson 34",
"10.26",
"Marc Stuart",
"4:04:00:12"
]
] |
[
{
"Formula": "MAXIFS(D1,A1,\"treviso\")",
"Formula2": "MAXIFS(D2:D18,A2:A18,\"treviso\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the largest capacity for the stadium for Treviso club?",
"Tokens": [
"MAXIFS(",
"D1",
"A1",
"\"treviso\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"7th in lega pro prima divisione b\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,E2:E18=\"7th in lega pro prima divisione b\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What club in the 2011-12 season was 7th in lega pro prima divisione b?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"7th in lega pro prima divisione b\"",
"1"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"16th in lega pro prima divisione a\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>13602))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E18,E2:E18=\"16th in lega pro prima divisione a\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>13602))",
"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 city has a stadium with a capacity of more than 13,602, and 2011–12 season of 16th in lega pro prima divisione a?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"16th in lega pro prima divisione a\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"13602"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"2nd in lega pro seconda divisione a\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,E2:E18=\"2nd in lega pro seconda divisione a\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What city in the 2011–12 season and 2nd in lega pro seconda divisione a?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"2nd in lega pro seconda divisione a\"",
"2"
]
}
] | test_2-1083851-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Club",
"City",
"Stadium",
"Capacity",
"2011–12 season"
],
[
"2",
"AlbinoLeffe",
"Albino and Leffe (playingin Bergamo )",
"Atleti Azzurri d'Italia",
"26,542",
"22nd in Serie B"
],
[
"3",
"Carpi",
"Carpi",
"Sandro Cabassi",
"4,164",
"3rd in Lega Pro Prima Divisione A"
],
[
"4",
"Como",
"Como",
"Giuseppe Sinigaglia",
"13,602",
"13th in Lega Pro Prima Divisione A"
],
[
"5",
"Cremonese",
"Cremona",
"Giovanni Zini",
"20,641",
"5th in Lega Pro Prima Divisione B"
],
[
"6",
"Cuneo",
"Cuneo",
"Fratelli Paschiero",
"4,000",
"3rd in Lega Pro Seconda Divisione A"
],
[
"7",
"FeralpiSalò",
"Salò and Lonato del Garda (playing in Brescia )",
"Mario Rigamonti",
"27,592",
"14th in Lega Pro Prima Divisione A"
],
[
"8",
"Lecce",
"Lecce",
"Via del Mare",
"33,876",
"18th in Serie A"
],
[
"9",
"Lumezzane",
"Lumezzane",
"Nuovo Comunale",
"4,150",
"8th in Lega Pro Prima Divisione A"
],
[
"10",
"Pavia",
"Pavia",
"Pietro Fortunati",
"4,999",
"16th in Lega Pro Prima Divisione A"
],
[
"11",
"Portogruaro",
"Portogruaro",
"Piergiovanni Mecchia",
"4,021",
"10th in Lega Pro Prima Divisione B"
],
[
"12",
"Reggiana",
"Reggio Emilia",
"Città del Tricolore",
"20,084",
"9th in Lega Pro Prima Divisione A"
],
[
"13",
"SanMarino",
"Serravalle",
"Olimpico",
"7,000",
"2nd in Lega Pro Seconda Divisione A"
],
[
"14",
"Südtirol",
"Bolzano",
"Druso",
"3,500",
"7th in Lega Pro Prima Divisione B"
],
[
"15",
"Trapani",
"Trapani (playing in Erice )",
"Provinciale",
"6,776",
"2nd in Lega Pro Prima Divisione B"
],
[
"16",
"Treviso",
"Treviso",
"Omobono Tenni",
"10,000",
"1st in Lega Pro Seconda Divisione A"
],
[
"17",
"Tritium",
"Trezzo sull'Adda (playing in Monza )",
"Stadio Brianteo",
"18,568",
"12th in Lega Pro Prima Divisione A"
],
[
"18",
"Virtus Entella",
"Chiavari",
"Comunale",
"2,500",
"5th in Lega Pro Seconda Divisione A"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Hong Kong 207/6 (47.1 overs)\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,D2:D16=\"Hong Kong 207/6 (47.1 overs)\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the name of the host nations if the winner was Hong Kong 207/6 (47.1 overs)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"Hong Kong 207/6 (47.1 overs)\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Hong Kong 207/6 (47.1 overs)\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,D2:D16=\"Hong Kong 207/6 (47.1 overs)\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "If the winner is Hong Kong 207/6 (47.1 overs), what is the name of the hosting nation?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"Hong Kong 207/6 (47.1 overs)\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Kuwait won by 72 runs Scorecard\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,E2:E16=\"Kuwait won by 72 runs Scorecard\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "If the results are Kuwait won by 72 runs scorecard, what are the details?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"Kuwait won by 72 runs Scorecard\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Kowloon Cricket Club\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,C2:C16=\"Kowloon Cricket Club\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the winner if the final venue is Kowloon Cricket Club?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"Kowloon Cricket Club\"",
"4"
]
}
] | train_1-22577693-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Details",
"Host Nation(s)",
"Final Venue",
"Winner",
"Result",
"Runner-up"
],
[
"2",
"2009 Division Seven",
"Guernsey",
"King George V Sports Ground, Castel",
"[[|]] 207/7 (46.1 overs)",
"Bahrain won by 3 wickets Scorecard",
"Guernsey 204/9 (50.0 overs)"
],
[
"3",
"2009 Division Six",
"Singapore",
"Kallang Cricket Ground, Singapore",
"[[|]] 242/8 (50.0 overs)",
"Singapore won by 68 runs Scorecard",
"[[|]] 174 all out (48.4 overs)"
],
[
"4",
"2010 Division One",
"Netherlands",
"VRA Ground , Amstelveen",
"Ireland 233/4 (44.5 overs)",
"Ireland won by 6 wickets Scorecard",
"[[|]] 232 all out (48.5 overs)"
],
[
"5",
"2010 Division Four",
"Italy",
"Ovale di Rastignano, Pianoro",
"United States 188/2 (21.4 overs)",
"United States won by 8 wickets Scorecard",
"Italy 185/9 (50 overs)"
],
[
"6",
"2010 Division Eight",
"Kuwait",
"Kuwait Oil Company Hubara Ground, Ahmadi City",
"[[|]] 164/4 (33.1 overs)",
"Kuwait won by 6 wickets Scorecard",
"[[|]] 163/8 (50 overs)"
],
[
"7",
"2011 Division Three",
"Hong Kong",
"Kowloon Cricket Club",
"Hong Kong 207/6 (47.1 overs)",
"Hong Kong won by 4 wickets Scorecard",
"[[|]] 202 (50 overs)"
],
[
"8",
"2011 Division Two",
"United Arab Emirates",
"DSC Cricket Stadium , Dubai",
"[[|]] 201/5 (45.3 overs)",
"United Arab Emirates won by 5 wickets Scorecard",
"Namibia 200 (49.3 overs)"
],
[
"9",
"2011 Division Seven",
"Botswana",
"Botswana Cricket Association Oval 1 , Gaborone",
"[[|]] 219/9 (50 overs)",
"Kuwait won by 72 runs Scorecard",
"[[|]] 147 (36.5 overs)"
],
[
"10",
"2011 Division Six",
"Malaysia",
"Kinrara Academy Oval , Kuala Lumpur",
"Guernsey 211/8 (49.3 overs)",
"Guernsey won by 2 wickets Scorecard",
"[[|]] 208/9 (50 overs)"
],
[
"11",
"2012 Division Five",
"Singapore",
"Kallang Ground , Singapore",
"[[|]] 164/1 (26.4 overs)",
"Singapore won by 9 wickets Scorecard",
"[[|]] 159 (47 overs)"
],
[
"12",
"2012 Division Four",
"Malaysia",
"Kinrara Academy Oval , Kuala Lumpur",
"[[|]] 147/2 (28 overs)",
"Nepal won by 8 wickets Scorecard",
"United States 145 (48.1 overs)"
],
[
"13",
"2012 Division Eight",
"Samoa",
"Faleata Oval No 1 , Apia",
"[[|]] 222/9 (50 overs)",
"Vanuatu won by 39 runs Scorecard",
"[[|]] 183 (42.5 overs)"
],
[
"14",
"2013 Division Seven",
"Botswana",
"Botswana Cricket Association Oval 1 , Gaborone",
"[[|]] 134/4 (32.1 overs)",
"Nigeria won by 6 wickets ( D/L ) Scorecard",
"[[|]] 133 (38,4 overs)"
],
[
"15",
"2013 Division Three",
"Bermuda",
"National Stadium , Hamilton",
"[[|]] 153/5 (39.2 overs)",
"Nepal won by 5 wickets Scorecard",
"[[|]] 151/8 (50.0 overs)"
],
[
"16",
"2013 Division Six",
"Jersey",
"Grainville Cricket Ground , St. Saviour",
"Jersey 10 points",
"Jersey won on points Table",
"[[|]] 8 points"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"c\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,D2:D17=\"c\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the nationality of the C?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"c\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"santa clara\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,G2:G17=\"santa clara\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What team has a player from Santa Clara?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"santa clara\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"minnesota\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,G2:G17=\"minnesota\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What round did the College of Minnesota pick?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"minnesota\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=2),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,B2:B17=2),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What team had Pick 2?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"2",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"cincinnati\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,G2:G17=\"cincinnati\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What nationality is the player from the College of Cincinnati?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"cincinnati\"",
"5"
]
}
] | test_2-11517185-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Round",
"Pick",
"Player",
"Position",
"Nationality",
"Team",
"College"
],
[
"2",
"T",
"–",
"Dick Garmaker Category:Articles with hCards *",
"G/F",
"United States",
"Minneapolis Lakers",
"Minnesota"
],
[
"3",
"T",
"–",
"Tom Gola Category:Articles with hCards ^",
"G/F",
"United States",
"Philadelphia Warriors",
"La Salle"
],
[
"4",
"1",
"1",
"Dick Ricketts Category:Articles with hCards",
"F/C",
"United States",
"Milwaukee Hawks",
"Duquesne"
],
[
"5",
"1",
"2",
"Maurice Stokes Category:Articles with hCards ^",
"F/C",
"United States",
"Rochester Royals",
"Saint Francis (PA)"
],
[
"6",
"1",
"3",
"Jim Loscutoff Category:Articles with hCards",
"F",
"United States",
"Boston Celtics",
"Oregon"
],
[
"7",
"1",
"4",
"Ken Sears Category:Articles with hCards +",
"F",
"United States",
"New York Knicks",
"Santa Clara"
],
[
"8",
"1",
"5",
"Ed Conlin Category:Articles with hCards",
"G/F",
"United States",
"Syracuse Nationals",
"Fordham"
],
[
"9",
"1",
"6",
"Johnny Horan Category:Articles with hCards",
"F",
"United States",
"Fort Wayne Pistons",
"Dayton"
],
[
"10",
"2",
"7",
"Jack Stephens Category:Articles with hCards",
"G/F",
"United States",
"Milwaukee Hawks",
"Notre Dame"
],
[
"11",
"2",
"8",
"Jack Twyman Category:Articles with hCards ^",
"G/F",
"United States",
"Rochester Royals",
"Cincinnati"
],
[
"12",
"2",
"9",
"Walter Devlin Category:Articles with hCards",
"G",
"United States",
"Philadelphia Warriors",
"George Washington"
],
[
"13",
"2",
"10",
"Dickie Hemric Category:Articles with hCards",
"F",
"United States",
"Boston Celtics",
"Wake Forest"
],
[
"14",
"2",
"11",
"Jerry Mullen Category:Articles with hCards #",
"F",
"United States",
"New York Knicks",
"San Francisco"
],
[
"15",
"2",
"12",
"Chuck Mencel Category:Articles with hCards",
"G",
"United States",
"Minneapolis Lakers",
"Minnesota"
],
[
"16",
"2",
"13",
"Jesse Arnelle Category:Articles with hCards",
"F",
"United States",
"Fort Wayne Pistons",
"Penn State"
],
[
"17",
"2",
"14",
"Don Schlundt Category:Articles with hCards #",
"C",
"United States",
"Syracuse Nationals",
"Indiana"
]
] |
[
{
"Formula": "CHOOSE({1,2},FILTER(D1,A1=\"CIS-220\"),FILTER(C1,A1=\"CIS-220\"))",
"Formula2": "CHOOSE({1,2},FILTER(D2:D7,A2:A7=\"CIS-220\"),FILTER(C2:C7,A2:A7=\"CIS-220\"))",
"Funcs": [
"CHOOSE(",
"Num",
"Num",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many credits does course CIS-220 have, and what its description?",
"Tokens": [
"CHOOSE(",
"1",
"2",
"FILTER(",
"D1",
"A1",
"=",
"\"CIS-220\"",
"FILTER(",
"C1",
"A1",
"=",
"\"CIS-220\""
]
},
{
"Formula": "CHOOSE({1,2},FILTER(D1,A1=\"CIS-220\"),FILTER(C1,A1=\"CIS-220\"))",
"Formula2": "CHOOSE({1,2},FILTER(D2:D7,A2:A7=\"CIS-220\"),FILTER(C2:C7,A2:A7=\"CIS-220\"))",
"Funcs": [
"CHOOSE(",
"Num",
"Num",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "What is the description for the CIS-220 and how many credits does it have?",
"Tokens": [
"CHOOSE(",
"1",
"2",
"FILTER(",
"D1",
"A1",
"=",
"\"CIS-220\"",
"FILTER(",
"C1",
"A1",
"=",
"\"CIS-220\""
]
},
{
"Formula": "CHOOSE({1,2},FILTER(D1,A1=\"QM-261\"),FILTER(C1,A1=\"QM-261\"))",
"Formula2": "CHOOSE({1,2},FILTER(D2:D7,A2:A7=\"QM-261\"),FILTER(C2:C7,A2:A7=\"QM-261\"))",
"Funcs": [
"CHOOSE(",
"Num",
"Num",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "Find the description and credit for the course QM-261?",
"Tokens": [
"CHOOSE(",
"1",
"2",
"FILTER(",
"D1",
"A1",
"=",
"\"QM-261\"",
"FILTER(",
"C1",
"A1",
"=",
"\"QM-261\""
]
},
{
"Formula": "CHOOSE({1,2},FILTER(D1,A1=\"QM-261\"),FILTER(C1,A1=\"QM-261\"))",
"Formula2": "CHOOSE({1,2},FILTER(D2:D7,A2:A7=\"QM-261\"),FILTER(C2:C7,A2:A7=\"QM-261\"))",
"Funcs": [
"CHOOSE(",
"Num",
"Num",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "What is the course description and number of credits for QM-261?",
"Tokens": [
"CHOOSE(",
"1",
"2",
"FILTER(",
"D1",
"A1",
"=",
"\"QM-261\"",
"FILTER(",
"C1",
"A1",
"=",
"\"QM-261\""
]
},
{
"Formula": "SUMMARIZE(B1,SUMX(D1))",
"Formula2": "SUMMARIZE(B2:B7,SUMX(D2:D7))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell"
],
"Level": "easy",
"Question": "What is the total credit does each department offer?",
"Tokens": [
"SUMMARIZE(",
"B1",
"SUMX(",
"D1"
]
},
{
"Formula": "SUMMARIZE(B1,SUMX(D1))",
"Formula2": "SUMMARIZE(B2:B7,SUMX(D2:D7))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell"
],
"Level": "easy",
"Question": "How many credits does the department offer?",
"Tokens": [
"SUMMARIZE(",
"B1",
"SUMX(",
"D1"
]
},
{
"Formula": "SUMMARIZE(B1,SUMX(D1))",
"Formula2": "SUMMARIZE(B2:B7,SUMX(D2:D7))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell"
],
"Level": "easy",
"Question": "Total credit offered by each department.",
"Tokens": [
"SUMMARIZE(",
"B1",
"SUMX(",
"D1"
]
},
{
"Formula": "SUMMARIZE(B1,SUMX(D1))",
"Formula2": "SUMMARIZE(B2:B7,SUMX(D2:D7))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell"
],
"Level": "easy",
"Question": "total number of credits for each department",
"Tokens": [
"SUMMARIZE(",
"B1",
"SUMX(",
"D1"
]
},
{
"Formula": "SUMMARIZE(B1,SUMX(D1))",
"Formula2": "SUMMARIZE(B2:B7,SUMX(D2:D7))",
"Funcs": [
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell"
],
"Level": "easy",
"Question": "How many credits can one gain from each department?",
"Tokens": [
"SUMMARIZE(",
"B1",
"SUMX(",
"D1"
]
}
] | college_1_course | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"course code",
"department code",
"course description",
"course credit",
"course"
],
[
"2",
"ACCT-211",
"ACCT",
"Accounting I",
"3.0",
""
],
[
"3",
"ACCT-212",
"ACCT",
"Accounting II",
"3.0",
""
],
[
"4",
"CIS-220",
"CIS",
"Intro. to Microcomputing",
"3.0",
""
],
[
"5",
"CIS-420",
"CIS",
"Database Design and Implementation",
"4.0",
""
],
[
"6",
"QM-261",
"CIS",
"Intro. to Statistics",
"3.0",
""
],
[
"7",
"QM-362",
"CIS",
"Statistical Applications",
"4.0",
""
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"107-104\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,C2:C9=\"107-104\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What away team scored 107-104?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"107-104\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"new zealand breakers\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,D2:D9=\"new zealand breakers\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the away team for the New Zealand breakers?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"new zealand breakers\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"63-69\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,C2:C9=\"63-69\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the away team that scored 63-69?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"63-69\"",
"4"
]
}
] | train_2-16653153-21 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Home team",
"Score",
"Away team",
"Venue",
"Box Score",
"Report"
],
[
"2",
"17 December",
"Gold Coast Blaze",
"91-88",
"Wollongong Hawks",
"Gold Coast Convention Centre",
"box score",
"report"
],
[
"3",
"17 December",
"Cairns Taipans",
"63-69",
"Melbourne Tigers",
"Cairns Convention Centre",
"box score",
"report"
],
[
"4",
"18 December",
"New Zealand Breakers",
"114-70",
"Sydney Spirit",
"North Shore Events Centre",
"box score",
"report"
],
[
"5",
"20 December",
"Adelaide 36ers",
"107-104",
"Gold Coast Blaze",
"Distinctive Homes Dome",
"box score",
"report"
],
[
"6",
"20 December",
"Melbourne Tigers",
"128-101",
"Wollongong Hawks",
"State Netball and Hockey Centre",
"box score",
"report"
],
[
"7",
"20 December",
"Perth Wildcats",
"94-118",
"New Zealand Breakers",
"Challenge Stadium",
"box score",
"report"
],
[
"8",
"20 December",
"South Dragons",
"88-84",
"Townsville Crocodiles",
"Hisense Arena",
"box score",
"report"
],
[
"9",
"21 December",
"Sydney Spirit",
"101-90",
"Townsville Crocodiles",
"State Sports Centre",
"box score",
"report"
]
] |
[
{
"Formula": "MIN(FILTER(E1, (C1=\"major league soccer\")*(A1=2005)))",
"Formula2": "MIN(FILTER(E2:E15, (C2:C15=\"major league soccer\")*(A2:A15=2005)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Which Major League Soccer team for the 2005 season has the lowest goals?",
"Tokens": [
"MIN(",
"FILTER(",
"E1",
"C1",
"=",
"\"major league soccer\"",
"*",
"A1",
"=",
"2005"
]
},
{
"Formula": "AVERAGE(FILTER(D1, (C1=\"major league soccer\")*(B1=\"seattle sounders fc\")*(E1<0)))",
"Formula2": "AVERAGE(FILTER(D2:D15, (C2:C15=\"major league soccer\")*(B2:B15=\"seattle sounders fc\")*(E2:E15<0)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What are the average apps for the Major League Soccer team club for the Seattle Sounders FC that has goals less than 0?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"C1",
"=",
"\"major league soccer\"",
"*",
"B1",
"=",
"\"seattle sounders fc\"",
"*",
"E1",
"<",
"0"
]
}
] | train_2-1161885-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Season",
"Club",
"League",
"Apps.",
"Goals"
],
[
"2",
"2000",
"Los Angeles Galaxy",
"Major League Soccer",
"16",
"3"
],
[
"3",
"2001",
"Los Angeles Galaxy",
"Major League Soccer",
"26",
"3"
],
[
"4",
"2002",
"Los Angeles Galaxy",
"Major League Soccer",
"17",
"0"
],
[
"5",
"2003",
"Los Angeles Galaxy",
"Major League Soccer",
"20",
"0"
],
[
"6",
"2004",
"Los Angeles Galaxy",
"Major League Soccer",
"12",
"0"
],
[
"7",
"2005",
"Los Angeles Galaxy",
"Major League Soccer",
"29",
"5"
],
[
"8",
"2006",
"Los Angeles Galaxy",
"Major League Soccer",
"25",
"2"
],
[
"9",
"2007",
"Los Angeles Galaxy",
"Major League Soccer",
"24",
"0"
],
[
"10",
"2008",
"Los Angeles Galaxy",
"Major League Soccer",
"14",
"1"
],
[
"11",
"2009",
"Seattle Sounders FC",
"Major League Soccer",
"14",
"0"
],
[
"12",
"2010",
"Seattle Sounders FC",
"Major League Soccer",
"7",
"0"
],
[
"13",
"2011",
"Vancouver Whitecaps FC",
"Major League Soccer",
"16",
"0"
],
[
"14",
"2012",
"Chivas USA",
"Major League Soccer",
"1",
"0"
],
[
"15",
"Total",
"Last Updated: February 22, 2012",
"Last Updated: February 22, 2012",
"221",
"14"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"richmond\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"richmond\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What score was conceded by Richmond?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"richmond\"",
"4"
]
}
] | train_2-10809823-14 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Geelong",
"13.6 (84)",
"North Melbourne",
"4.3 (27)",
"Kardinia Park",
"21,555",
"28 June 1980"
],
[
"3",
"Footscray",
"10.13 (73)",
"Melbourne",
"6.7 (43)",
"Western Oval",
"11,785",
"28 June 1980"
],
[
"4",
"Hawthorn",
"21.17 (143)",
"Fitzroy",
"8.7 (55)",
"Princes Park",
"8,209",
"28 June 1980"
],
[
"5",
"Richmond",
"9.19 (73)",
"Collingwood",
"7.22 (64)",
"MCG",
"64,054",
"28 June 1980"
],
[
"6",
"South Melbourne",
"5.9 (39)",
"Carlton",
"10.18 (78)",
"Lake Oval",
"12,362",
"28 June 1980"
],
[
"7",
"St Kilda",
"7.11 (53)",
"Essendon",
"6.12 (48)",
"VFL Park",
"20,485",
"28 June 1980"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"limoges csp\")*(D1=\"french basketball cup\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(B2:B9=\"limoges csp\")*(D2:D9=\"french basketball cup\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What national league has limoges csp, and french basketball cup?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"limoges csp\"",
"*",
"D1",
"=",
"\"french basketball cup\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"turkish basketball cup\")*(E1=\"fiba eurochallenge (3rd tier)\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(D2:D9=\"turkish basketball cup\")*(E2:E9=\"fiba eurochallenge (3rd tier)\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the club that has the turkish basketball cup and fiba eurochallenge (3rd tier)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"turkish basketball cup\"",
"*",
"E1",
"=",
"\"fiba eurochallenge (3rd tier)\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"fc barcelona\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"fc barcelona\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What national cup has fc barcelona?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"fc barcelona\"",
"4"
]
}
] | train_2-12072982-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Season",
"Club",
"National League",
"National Cup",
"European Cup"
],
[
"2",
"1976-77",
"KK Split (Jugoplastika)",
"Yugoslav First Federal League",
"Yugoslav Cup",
"FIBA Korać Cup (3rd tier)"
],
[
"3",
"1978-79",
"KK Partizan",
"Yugoslav First Federal League",
"Yugoslav Cup",
"FIBA Korać Cup (3rd tier)"
],
[
"4",
"1982-83",
"Limoges CSP",
"French Nationale 1",
"French Federation Cup",
"FIBA Korać Cup (3rd tier)"
],
[
"5",
"1986-87",
"FC Barcelona",
"Spanish ACB League",
"Spanish King's Cup",
"FIBA Korać Cup (3rd tier)"
],
[
"6",
"1995-96",
"Efes Pilsen",
"Turkish Basketball League",
"Turkish Basketball Cup",
"FIBA Korać Cup (3rd tier)"
],
[
"7",
"1999-00",
"Limoges CSP",
"French Pro A League",
"French Basketball Cup",
"FIBA Korać Cup (3rd tier)"
],
[
"8",
"2004-05",
"CSU Asesoft Ploiesti",
"Romanian Divizia A",
"Romanian Basketball Cup",
"FIBA EuroCup Challenge (4th tier)"
],
[
"9",
"2011-12",
"Beşiktaş",
"Turkish Basketball League",
"Turkish Basketball Cup",
"FIBA EuroChallenge (3rd tier)"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"van waiters\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"van waiters\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Van Waiters position?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"van waiters\"",
"4"
]
}
] | train_2-10650711-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pick #",
"NFL Team",
"Player",
"Position",
"College"
],
[
"2",
"21",
"Cleveland Browns",
"Clifford Charlton",
"Outside Linebacker",
"Florida"
],
[
"3",
"50",
"Cleveland Browns",
"Michael Dean Perry",
"Defensive Tackle",
"Clemson"
],
[
"4",
"77",
"Cleveland Browns",
"Van Waiters",
"Outside Linebacker",
"Indiana"
],
[
"5",
"103",
"Cleveland Browns",
"Anthony Blaylock",
"Corner Back",
"Winston-Salem"
],
[
"6",
"188",
"Cleveland Browns",
"Thane Gash",
"Defensive Back",
"East Tennessee State"
],
[
"7",
"216",
"Cleveland Browns",
"J. J. Birden",
"Wide Receiver",
"Oregon"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"constituency abolished\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"constituency abolished\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which election has a 1st Member of constituency abolished?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"constituency abolished\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"1849 by-election\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"1849 by-election\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which 1st Party has an Election of 1849 by-election?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"1849 by-election\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"conservative\")*(B1=\"william wither bramston beach\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(E2:E6=\"conservative\")*(B2:B6=\"william wither bramston beach\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which 1st Party has a 2nd Party of conservative, and a 1st Member of william wither bramston beach?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"conservative\"",
"*",
"B1",
"=",
"\"william wither bramston beach\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"william wither bramston beach\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"william wither bramston beach\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which 2nd Party has a 1st Member of william wither bramston beach?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"william wither bramston beach\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"1837\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"1837\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which 2nd Party has an Election of 1837?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"1837\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"william wither bramston beach\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"william wither bramston beach\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which 1st Party has a 1st Member of william wither bramston beach?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"william wither bramston beach\"",
"3"
]
}
] | test_2-12264218-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Election",
"1st Member",
"1st Party",
"2nd Member",
"2nd Party"
],
[
"2",
"1832",
"Charles Shaw-Lefevre",
"Liberal",
"James Winter Scott",
"Liberal Party"
],
[
"3",
"1837",
"Charles Shaw-Lefevre",
"Liberal",
"Sir William Heathcote, Bt",
"Conservative"
],
[
"4",
"1849 by-election",
"Charles Shaw-Lefevre",
"Liberal",
"Melville Portal",
"Conservative"
],
[
"5",
"1857",
"William Wither Bramston Beach",
"Conservative",
"George Sclater-Booth",
"Conservative"
],
[
"6",
"1885",
"constituency abolished",
"constituency abolished",
"constituency abolished",
"constituency abolished"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=1),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=1),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which language do 1% of males speak?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"1",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=87.5),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=87.5),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which language do 87.5% of males speak?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"87.5",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=706),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=706),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which language do 706 females speak?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"706",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"ukrainian\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"ukrainian\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "How many females speak Ukrainian?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"ukrainian\"",
"5"
]
}
] | train_2-12162698-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Language",
"Number",
"percentage (%)",
"males",
"females"
],
[
"2",
"Polish",
"666 772",
"87.5",
"323 858",
"342 914"
],
[
"3",
"Yiddish",
"83 017",
"10.89",
"40 528",
"42 489"
],
[
"4",
"Russian",
"7 983",
"1.04",
"6 506",
"1 477"
],
[
"5",
"German",
"2 428",
"0.31",
"1 224",
"1 204"
],
[
"6",
"Ukrainian",
"1 088",
"0.16",
"1 015",
"73"
],
[
"7",
"Other",
"706",
">0.1",
"568",
"138"
],
[
"8",
"Persons that didn't name their native language",
"1",
">0.01",
"1",
"0"
],
[
"9",
"Total",
"761 995",
"100",
"373 700",
"388 295"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"coyotes\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H12,B2:B12=\"coyotes\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the loss from the coyotes as opponents?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"coyotes\"",
"4"
]
}
] | train_2-11801795-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Date",
"Opponent",
"Score",
"Loss",
"Attendance",
"Record",
"Arena",
"Points"
],
[
"2",
"October 3",
"@ Red Wings",
"3–2",
"Bryzgalov (0–1–1)",
"17,610",
"1–1–1",
"Joe Louis Arena",
"3"
],
[
"3",
"October 5",
"@ Blue Jackets",
"4–0",
"Bryzgalov (0–2–1)",
"17,852",
"1–2–1",
"Nationwide Arena",
"3"
],
[
"4",
"October 6",
"@ Penguins",
"5–4",
"Hiller (1–1–0)",
"17,132",
"1–3–1",
"Mellon Arena",
"3"
],
[
"5",
"October 10",
"Bruins",
"2–1",
"Thomas (1–1–0)",
"17,285",
"2–3–1",
"Honda Center",
"5"
],
[
"6",
"October 14",
"Wild",
"2–0",
"Giguere (0–1–0)",
"17,174",
"2–4–1",
"Honda Center",
"5"
],
[
"7",
"October 15",
"Red Wings",
"6–3",
"Hasek (2–2–0)",
"17,174",
"3–4–1",
"Honda Center",
"7"
],
[
"8",
"October 17",
"Predators",
"3–1",
"Mason (2–4–0)",
"17,174",
"4–4–1",
"Honda Center",
"9"
],
[
"9",
"October 20",
"@ Stars",
"3–1",
"Giguere (1–2–0)",
"18,057",
"4–5–1",
"American Airlines Center",
"9"
],
[
"10",
"October 23",
"@ Blues",
"4–2",
"Giguere (1–3–0)",
"14,764",
"4–6–1",
"Scottrade Center",
"9"
],
[
"11",
"October 25",
"Coyotes",
"1–0",
"Bryzgalov ‡ (2–3–1)",
"17,174",
"4–7–1",
"Honda Center",
"9"
],
[
"12",
"October 28",
"Oilers",
"3–2",
"Giguere (1–3–1)",
"17,174",
"4–7–2",
"Honda Center",
"10"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Mala Remeta\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,A2:A12=\"Mala Remeta\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the dominant religion (2002) of the Mala Remeta settlement?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Mala Remeta\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Krušedol Selo\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,A2:A12=\"Krušedol Selo\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What type of settlemen is Krušedol Selo?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Krušedol Selo\"",
"3"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(C1, A1=\"Neradin\")))",
"Formula2": "ROWS(UNIQUE(FILTER(C2:C12, A2:A12=\"Neradin\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many types of settlement if Neradin?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"C1",
"A1",
"=",
"\"Neradin\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Jazak\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,A2:A12=\"Jazak\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What type of settlement is Jazak?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Jazak\"",
"3"
]
}
] | train_1-2562572-50 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Settlement",
"Cyrillic Name Other Names",
"Type",
"Population (2011)",
"Largest ethnic group (2002)",
"Dominant religion (2002)"
],
[
"2",
"Irig",
"Ириг",
"town",
"4415",
"Serbs",
"Orthodox Christianity"
],
[
"3",
"Dobrodol",
"Добродол (Hungarian: Dobradópuszta)",
"village",
"107",
"Hungarians",
"Catholic Christianity"
],
[
"4",
"Grgetek",
"Гргетек",
"village",
"76",
"Serbs",
"Orthodox Christianity"
],
[
"5",
"Jazak",
"Јазак",
"village",
"960",
"Serbs",
"Orthodox Christianity"
],
[
"6",
"Krušedol Prnjavor",
"Крушедол Прњавор",
"village",
"234",
"Serbs",
"Orthodox Christianity"
],
[
"7",
"Krušedol Selo",
"Крушедол Село",
"village",
"340",
"Serbs",
"Orthodox Christianity"
],
[
"8",
"Mala Remeta",
"Мала Ремета",
"village",
"130",
"Serbs",
"Orthodox Christianity"
],
[
"9",
"Neradin",
"Нерадин",
"village",
"475",
"Serbs",
"Orthodox Christianity"
],
[
"10",
"Rivica",
"Ривица",
"village",
"620",
"Serbs",
"Orthodox Christianity"
],
[
"11",
"Šatrinci",
"Шатринци (Hungarian: Satrinca)",
"village",
"373",
"Hungarians",
"Catholic Christianity"
],
[
"12",
"Velika Remeta",
"Велика Ремета",
"village",
"44",
"Serbs",
"Orthodox Christianity"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Плоцкая губерния\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,B2:B10=\"Плоцкая губерния\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What seat does плоцкая губерния hold?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Плоцкая губерния\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Lublin\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,D2:D10=\"Lublin\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Whose name in Polish holds the Lublin seat?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"Lublin\"",
"3"
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)=1640))",
"Formula2": "LET(query1,SUMMARIZE(C2:C10,SUMX(F2:F10)),FILTER(query1,CHOOSECOLS(query1,2)=1640))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Who, in Polish, governs a location with a population of 1640 (in thousands)?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"F1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"1640"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Gubernia warszawska\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,C2:C10=\"Gubernia warszawska\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What seat does Gubernia Warszawska hold?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"Gubernia warszawska\"",
"4"
]
},
{
"Formula": "SUMIFS(F1,D1,\"Lublin\")",
"Formula2": "SUMIFS(F2:F10,D2:D10,\"Lublin\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What population (in thousands) is Lublin's seat?",
"Tokens": [
"SUMIFS(",
"F1",
"D1",
"\"Lublin\""
]
},
{
"Formula": "SUMIFS(E1,B1,\"Плоцкая губерния\")",
"Formula2": "SUMIFS(E2:E10,B2:B10,\"Плоцкая губерния\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "плоцкая губерния governs an area with what area (in thousand km 2)?",
"Tokens": [
"SUMIFS(",
"E1",
"B1",
"\"Плоцкая губерния\""
]
}
] | train_1-11614581-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Governorate",
"Name in Russian",
"Name in Polish",
"Seat",
"Area, in thousands of km 2",
"Population, in thousands,( 1905 )"
],
[
"2",
"Warsaw Governorate",
"Варшавская губерния",
"Gubernia warszawska",
"Warszawa",
"176",
"2233"
],
[
"3",
"Kalisz Governorate",
"Калишская губерния",
"Gubernia kaliska",
"Kalisz",
"113",
"964"
],
[
"4",
"Kielce Governorate",
"Келецкая губерния",
"Gubernia kielecka",
"Kielce",
"102",
"899"
],
[
"5",
"Łomża Governorate",
"Ломжинская губерния",
"Gubernia lubelska",
"Łomża",
"106",
"645"
],
[
"6",
"Lublin Governorate",
"Люблинская губерния",
"Gubernia łomżyńska",
"Lublin",
"169",
"1341"
],
[
"7",
"Piotrków Governorate",
"Петроковская губерния",
"Gubernia piotrkowska",
"Piotrków",
"122",
"1640"
],
[
"8",
"Płock Governorate",
"Плоцкая губерния",
"Gubernia płocka",
"Płock",
"94",
"613"
],
[
"9",
"Radom Governorate",
"Радомская губерния",
"Gubernia radomska",
"Radom",
"124",
"917"
],
[
"10",
"Siedlce Governorate",
"Седлецкая губерния",
"Gubernia siedlecka",
"Siedlce",
"143",
"894"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1<2008),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6<2008),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"Num"
],
"Level": "medium",
"Question": "Who was the recipient for Outstanding actress television series prior to 2008?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"<",
"2008",
"2"
]
}
] | train_2-12372406-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Recipient",
"Role",
"Category",
"Result"
],
[
"2",
"2007",
"Sara Ramirez",
"Callie Torres",
"Outstanding Actress – Television Series",
"Nominated"
],
[
"3",
"2008",
"Sara Ramirez",
"Callie Torres",
"Outstanding Actress–Drama Television Series",
"Nominated"
],
[
"4",
"2009",
"Sara Ramirez",
"Callie Torres",
"Outstanding Actress–Drama Television Series",
"Nominated"
],
[
"5",
"2011",
"Sara Ramirez",
"Callie Torres",
"Favorite TV Actress–Leading Role in a Drama",
"Nominated"
],
[
"6",
"2012",
"Sara Ramirez",
"Callie Torres",
"Favorite TV Actress–Supporting Role",
"Nominated"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"cincinnati\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,A2:A10=\"cincinnati\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Semifinalists that has a Tournament of Cincinnati?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"cincinnati\"",
"6"
]
}
] | train_2-16763320-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Tournament",
"Surface",
"Week",
"Winner",
"Finalist",
"Semifinalists"
],
[
"2",
"Indian Wells",
"Hard",
"March 13",
"Palmer / O'Brien 6-4, 7-6(5)",
"Haarhuis / Stolle",
"Federer / Hrbatý W. Ferreira / Kafelnikov"
],
[
"3",
"Key Biscane",
"Hard",
"March 20",
"Woodbridge / Woodforde 6-3, 6-4",
"Damm / Hrbatý",
"O'Brien / Palmer Galbraith / MacPhie"
],
[
"4",
"Monte Carlo",
"Clay",
"April 17",
"W. Ferreira / Kafelnikov 6-3, 2-6, 6-1",
"Haarhuis / Stolle",
"O'Brien / Palmer Escudé / Federer"
],
[
"5",
"Rome",
"Clay",
"May 8",
"Damm / Hrbatý 6-4, 4-6, 6-3",
"W. Ferreira / Kafelnikov",
"Lapentti / Ríos Bertolini / Brandi"
],
[
"6",
"Hamburg",
"Clay",
"May 15",
"Woodbridge / Woodforde 6-7(4) 6-4 6-3",
"Arthurs / Stolle",
"Hewitt / Rafter Eagle / Florent"
],
[
"7",
"Toronto",
"Hard",
"July 31",
"Lareau / Nestor 6-3 7-6(3)",
"Eagle / Florent",
"Johnson / Norval Björkman / Mirnyi"
],
[
"8",
"Cincinnati",
"Hard",
"August 7",
"Woodbridge / Woodforde 7-6(6) 6-4",
"E. Ferreira / Leach",
"Novák / Rikl Lareau / Nestor"
],
[
"9",
"Stuttgart",
"Carpet (i)",
"October 30",
"Novák / Rikl 3-6, 6-3, 6-4",
"Johnson / Norval",
"Arthurs / Zimonjić Björkman / Prinosil"
],
[
"10",
"Paris",
"Carpet (i)",
"November 13",
"Haarhuis / Nestor 6-4, 7-5",
"Kulti / Mirnyi",
"García / Nargiso O'Brien / Palmer"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)<3))",
"Formula2": "LET(query1,SUMMARIZE(D2:D6,SUMX(A2:A6)),FILTER(query1,CHOOSECOLS(query1,2)<3))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "Which Nationality has a Round smaller than 3?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"3"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,B1=\"patrick johnson\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>4))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E6,B2:B6=\"patrick johnson\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>4))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Which Position has a Round larger than 4, and a Player of patrick johnson?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"patrick johnson\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"4"
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=4))",
"Formula2": "LET(query1,SUMMARIZE(D2:D6,SUMX(A2:A6)),FILTER(query1,CHOOSECOLS(query1,2)=4))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which Nationality has a Round of 4?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"4"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"usa u-18\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<4))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E6,E2:E6=\"usa u-18\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<4))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "Which Player has a Round smaller than 4, and a College/junior/club team (league) of usa u-18?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"usa u-18\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"4"
]
}
] | test_2-18259953-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Round",
"Player",
"Position",
"Nationality",
"College/junior/club team (league)"
],
[
"2",
"2",
"Danny Kristo",
"Right Wing",
"United States",
"USA U-18"
],
[
"3",
"3",
"Steve Quailer",
"Right Wing",
"United States",
"Sioux City Musketeers ( USHL )"
],
[
"4",
"4",
"Jason Missiaen",
"Goalie",
"Canada",
"Peterborough Petes ( OHL )"
],
[
"5",
"5",
"Maxim Trunev",
"Right Wing",
"Russia",
"Cherepovets-2 (Russia-3)"
],
[
"6",
"7",
"Patrick Johnson",
"Center",
"United States",
"University of Wisconsin ( WCHA )"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=81))",
"Formula2": "LET(query1,SUMMARIZE(D2:D9,SUMX(A2:A9)),FILTER(query1,CHOOSECOLS(query1,2)=81))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Who had the most points in game 81?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"81"
]
}
] | train_2-17288825-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Game",
"Date",
"Team",
"High points",
"High rebounds",
"Location Attendance",
"Record"
],
[
"2",
"75",
"April 1",
"@ Phoenix",
"Ron Artest (28)",
"Yao Ming (14)",
"US Airways Center 18,422",
"48–27"
],
[
"3",
"76",
"April 3",
"@ L.A. Lakers",
"Ron Artest (21)",
"Yao Ming (10)",
"Staples Center 18,997",
"48–28"
],
[
"4",
"77",
"April 5",
"Portland",
"Yao Ming (21)",
"Yao Ming (12)",
"Toyota Center 18,214",
"49–28"
],
[
"5",
"78",
"April 7",
"Orlando",
"Yao Ming (20)",
"Yao Ming (16)",
"Toyota Center 18,389",
"50–28"
],
[
"6",
"79",
"April 9",
"@ Sacramento",
"Ron Artest (26)",
"Yao Ming (9)",
"ARCO Arena 12,897",
"51–28"
],
[
"7",
"80",
"April 10",
"@ Golden State",
"Luis Scola (28)",
"Dikembe Mutombo (15)",
"Oracle Arena 19,596",
"52–28"
],
[
"8",
"81",
"April 13",
"New Orleans",
"Yao Ming (22)",
"Luis Scola (15)",
"Toyota Center 18,409",
"53–28"
],
[
"9",
"82",
"April 15",
"@ Dallas",
"Yao Ming (23)",
"Yao Ming (9)",
"American Airlines Center",
"53–29"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(B1),SUMX(A1)),FILTER(query1,(CHOOSECOLS(query1,2)<160)*(CHOOSECOLS(query1,3)>2)))",
"Formula2": "LET(query1,SUMMARIZE(E2:E8,SUMX(B2:B8),SUMX(A2:A8)),FILTER(query1,(CHOOSECOLS(query1,2)<160)*(CHOOSECOLS(query1,3)>2)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What college did the player drafted after round 2 before pick 160 attend?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"B1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"160",
"*",
"CHOOSECOLS(",
"query1",
"3",
">",
"2"
]
},
{
"Formula": "SUM(FILTER(A1, (B1>114)*(C1=\"jerry corcoran\")))",
"Formula2": "SUM(FILTER(A2:A8, (B2:B8>114)*(C2:C8=\"jerry corcoran\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What round was jerry corcoran drafted in as pick number 114?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"B1",
">",
"114",
"*",
"C1",
"=",
"\"jerry corcoran\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"oklahoma\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=4))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E8,E2:E8=\"oklahoma\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=4))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the nationality of the round 4 draft selection who played college ball at oklahoma?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"oklahoma\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"4"
]
},
{
"Formula": "SUMIFS(B1,E1,\"virginia\")",
"Formula2": "SUMIFS(B2:B8,E2:E8,\"virginia\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Who was the highest drafted player that attended college at Virginia?",
"Tokens": [
"SUMIFS(",
"B1",
"E1",
"\"virginia\""
]
},
{
"Formula": "SUM(FILTER(A1, (E1=\"northeastern\")*(C1=\"reggie lewis\")))",
"Formula2": "SUM(FILTER(A2:A8, (E2:E8=\"northeastern\")*(C2:C8=\"reggie lewis\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What round was northeastern college player Reggie Lewis drafted in?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"E1",
"=",
"\"northeastern\"",
"*",
"C1",
"=",
"\"reggie lewis\""
]
}
] | test_2-17344644-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Round",
"Pick",
"Player",
"Nationality",
"College"
],
[
"2",
"1",
"22",
"Reggie Lewis",
"United States",
"Northeastern"
],
[
"3",
"2",
"45",
"Brad Lohaus",
"United States",
"Iowa"
],
[
"4",
"4",
"70",
"Tom Sheehey",
"United States",
"Virginia"
],
[
"5",
"4",
"91",
"Darryl Kennedy",
"United States",
"Oklahoma"
],
[
"6",
"5",
"114",
"David Butler",
"United States",
"California"
],
[
"7",
"6",
"137",
"Tim Naegeli",
"United States",
"Wisconsin–Stevens Point"
],
[
"8",
"7",
"160",
"Jerry Corcoran",
"United States",
"Northeastern"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=13))",
"Formula2": "LET(query1,SUMMARIZE(D2:D17,SUMX(A2:A17)),FILTER(query1,CHOOSECOLS(query1,2)=13))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the result when 13 is the week?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"13"
]
},
{
"Formula": "AVERAGE(FILTER(A1, (E1=\"shea stadium\")*(B1=\"1979-12-09\")))",
"Formula2": "AVERAGE(FILTER(A2:A17, (E2:E17=\"shea stadium\")*(B2:B17=\"1979-12-09\")))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What average week has shea stadium as the game site, and 1979-12-09 as the date?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"A1",
"E1",
"=",
"\"shea stadium\"",
"*",
"B1",
"=",
"\"1979-12-09\""
]
}
] | train_2-13834389-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Game site",
"Attendance"
],
[
"2",
"1",
"1979-09-02",
"Cleveland Browns",
"L 25–22 ( OT )",
"Shea Stadium",
"48,472"
],
[
"3",
"2",
"1979-09-09",
"at New England Patriots",
"L 56–3",
"Schafer Stadium",
"53,113"
],
[
"4",
"3",
"1979-09-16",
"Detroit Lions",
"W 31–10",
"Shea Stadium",
"49,612"
],
[
"5",
"4",
"1979-09-23",
"at Buffalo Bills",
"L 46–31",
"Rich Stadium",
"68,731"
],
[
"6",
"5",
"1979-09-30",
"Miami Dolphins",
"W 33–27",
"Shea Stadium",
"51,496"
],
[
"7",
"6",
"1979-10-07",
"at Baltimore Colts",
"L 10–8",
"Memorial Stadium",
"32,142"
],
[
"8",
"7",
"1979-10-15",
"Minnesota Vikings",
"W 14–7",
"Shea Stadium",
"54,479"
],
[
"9",
"8",
"1979-10-21",
"Oakland Raiders",
"W 28–19",
"Shea Stadium",
"55,802"
],
[
"10",
"9",
"1979-10-28",
"at Houston Oilers",
"L 27–24 (OT)",
"The Astrodome",
"45,825"
],
[
"11",
"10",
"1979-11-04",
"at Green Bay Packers",
"W 27–22",
"Lambeau Field",
"54,201"
],
[
"12",
"11",
"1979-11-11",
"Buffalo Bills",
"L 14–12",
"Shea Stadium",
"50,647"
],
[
"13",
"12",
"1979-11-18",
"at Chicago Bears",
"L 23–13",
"Soldier Field",
"52,635"
],
[
"14",
"13",
"1979-11-26",
"at Seattle Seahawks",
"L 30–7",
"Kingdome",
"59,977"
],
[
"15",
"14",
"1979-12-02",
"Baltimore Colts",
"W 30–17",
"Shea Stadium",
"47,744"
],
[
"16",
"15",
"1979-12-09",
"New England Patriots",
"W 27–26",
"Shea Stadium",
"45,131"
],
[
"17",
"16",
"1979-12-15",
"at Miami Dolphins",
"W 27–24",
"Miami Orange Bowl",
"49,915"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"kuwait\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,B2:B12=\"kuwait\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What surface did Smeets play on during the Kuwait tournament?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"kuwait\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"mark nielsen\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,D2:D12=\"mark nielsen\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What tournament did Smeets play against Mark nielsen?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"mark nielsen\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"kuwait\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,B2:B12=\"kuwait\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the opponent during the tournament in Kuwait?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"kuwait\"",
"4"
]
}
] | train_2-15145771-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Tournament",
"Surface",
"Opponent in the final",
"Score"
],
[
"2",
"2 May 2005",
"Seogwipo",
"Hard",
"James Auckland",
"7–5, 6–3"
],
[
"3",
"30 May 2005",
"Wuhan",
"Hard",
"Ishay Hadash",
"7–6, 6–3"
],
[
"4",
"19 September 2005",
"Rockhampton",
"Hard",
"Luke Bourgeois",
"7–6, 2–6, 6–4"
],
[
"5",
"10 October 2005",
"Queensland",
"Hard",
"Mark Nielsen",
"7–5, 6–3"
],
[
"6",
"12 February 2007",
"Wollongong",
"Hard",
"Grega Žemlja",
"7–5, 6–1"
],
[
"7",
"7 May 2007",
"Kuwait",
"Hard",
"Mohammed Ghareeb",
"6–3, 6–2"
],
[
"8",
"4 June 2007",
"Puerto Cruz",
"Carpet",
"Guillermo Alcaide",
"6–4, 6–4"
],
[
"9",
"6 August 2007",
"Wrexham",
"Hard",
"Adam Feeney",
"6–4, 4–6, 6–4"
],
[
"10",
"17 September 2007",
"Lubbock",
"Hard",
"Dušan Vemić",
"6–3, 7–6 (9–7)"
],
[
"11",
"30 June 2008",
"Dublin",
"Hard",
"Frederik Nielsen",
"7–6 (7–5) , 6–2"
],
[
"12",
"22 March 2009",
"Poitiers",
"Hard",
"Dominik Meffert",
"6–4, 3–6, 6–3"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"1:45.52.84\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=8))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E10,E2:E10=\"1:45.52.84\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=8))",
"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 name of the rider with a time of 1:45.52.84, and a Rank of 8?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"1:45.52.84\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"8"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"1:37.58.38\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<5))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E10,E2:E10=\"1:37.58.38\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<5))",
"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 name of the team with a rank smaller than 5 and a time of 1:37.58.38?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"1:37.58.38\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"5"
]
},
{
"Formula": "MAXIFS(A1,B1,\"peter symes\")",
"Formula2": "MAXIFS(A2:A10,B2:B10,\"peter symes\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the highest rank for Peter Symes?",
"Tokens": [
"MAXIFS(",
"A1",
"B1",
"\"peter symes\""
]
}
] | train_2-11972799-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Rider",
"Team",
"Speed",
"Time"
],
[
"2",
"1",
"Ewan Hamilton",
"242cc Suzuki",
"93.937mph",
"1:36.23.79"
],
[
"3",
"2",
"Peter Richardson",
"248cc Suzuki",
"92.909mph",
"1:37.27.77"
],
[
"4",
"3",
"David Smith",
"246cc Suzuki",
"92.613mph",
"1:37.46.48"
],
[
"5",
"4",
"Peter Symes",
"250cc Suzuki",
"92.425mph",
"1:37.58.38"
],
[
"6",
"5",
"Tom Jackson",
"248cc Suzuki",
"89.932mph",
"1:40.41.34"
],
[
"7",
"6",
"Mervyn Stratford",
"247cc Greeves Silverstone",
"85.971mph",
"1:45.19.70"
],
[
"8",
"7",
"Roger Jones",
"248cc Suzuki",
"85.523mph",
"1:45.52.84"
],
[
"9",
"8",
"Tony Mason",
"249cc Honda",
"83.662mph",
"1:45.52.84"
],
[
"10",
"9",
"Kevin Murphy",
"250cc Ducati",
"79.320mph",
"1:54.09.63"
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.