t5Formulas listlengths 1 209 | TableName stringlengths 4 51 | Table listlengths 4 28 |
|---|---|---|
[
{
"Formula": "SUM(FILTER(B1, (A1>3)*(E1>45.63)*(F1<0.28800000000000003)*(C1=\"geiner mosquera\")))",
"Formula2": "SUM(FILTER(B2:B9, (A2:A9>3)*(E2:E9>45.63)*(F2:F9<0.28800000000000003)*(C2:C9=\"geiner mosquera\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which Lane has a Rank larger than 3, and a Time larger than 45.63, and a Reaction smaller than 0.28800000000000003, and an Athlete of geiner mosquera?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"A1",
">",
"3",
"*",
"E1",
">",
"45.63",
"*",
"F1",
"<",
"0.28800000000000003",
"*",
"C1",
"=",
"\"geiner mosquera\""
]
},
{
"Formula": "SUM(FILTER(F1, (C1=\"alleyne francique\")*(B1>9)))",
"Formula2": "SUM(FILTER(F2:F9, (C2:C9=\"alleyne francique\")*(B2:B9>9)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many reactions have an Athlete of alleyne francique, and a Lane larger than 9?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"C1",
"=",
"\"alleyne francique\"",
"*",
"B1",
">",
"9"
]
}
] | train_2-18569105-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Lane",
"Athlete",
"Nationality",
"Time",
"React"
],
[
"2",
"1",
"2",
"LaShawn Merritt",
"United States",
"44.96",
"0.214"
],
[
"3",
"2",
"7",
"Saul Weigopwa",
"Nigeria",
"45.19",
"0.172"
],
[
"4",
"3",
"8",
"Claudio Licciardello",
"Italy",
"45.25",
"0.186"
],
[
"5",
"4",
"3",
"Jonathan Borlée",
"Belgium",
"45.25",
"0.225"
],
[
"6",
"5",
"6",
"Ato Modibo",
"Trinidad and Tobago",
"45.63",
"0.195"
],
[
"7",
"6",
"9",
"Alleyne Francique",
"Grenada",
"46.15",
"0.215"
],
[
"8",
"7",
"5",
"Geiner Mosquera",
"Colombia",
"46.59",
"0.268"
],
[
"9",
"8",
"4",
"Siraj Williams",
"Liberia",
"47.89",
"0.288"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"flashpoint\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"flashpoint\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What aired at 10:00 when Flashpoint aired at 9:30?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"flashpoint\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"don't forget the lyrics\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"don't forget the lyrics\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When Don't Forget the Lyrics aired at 8:30 what aired at 9:00?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"don't forget the lyrics\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"the goode family\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"the goode family\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What aired at 8:00 when The Goode Family aired at 8:30?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"the goode family\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"surviving suburbia\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"surviving suburbia\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When Surviving Suburbia aired at 8:00 what aired at 10:00?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"surviving suburbia\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"don't forget the lyrics\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"don't forget the lyrics\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What aired at 9:30 when Don't Forget the Lyrics aired at 8:00?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"don't forget the lyrics\"",
"4"
]
}
] | train_2-15708593-20 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"8:00",
"8:30",
"9:00",
"9:30",
"10:00"
],
[
"2",
"Surviving Suburbia",
"The Goode Family",
"According to Jim (Reruns)",
"According to Jim (Reruns)",
"20/20"
],
[
"3",
"Supernanny (Reruns)",
"Supernanny (Reruns)",
"Ugly Betty (Reruns)",
"Ugly Betty (Reruns)",
"20/20"
],
[
"4",
"Ghost Whisperer (Reruns)",
"Ghost Whisperer (Reruns)",
"Flashpoint",
"Flashpoint",
"Numb3rs (Reruns)"
],
[
"5",
"Privileged (Reruns)",
"Privileged (Reruns)",
"Everybody Hates Chris (Reruns)",
"The Game (Reruns)",
"Local Programming"
],
[
"6",
"Don't Forget The Lyrics",
"Don't Forget The Lyrics",
"House (Reruns)",
"House (Reruns)",
"Local Programming"
],
[
"7",
"WWE SmackDown",
"WWE SmackDown",
"WWE SmackDown",
"WWE SmackDown",
"Local Programming"
],
[
"8",
"The Chopping Block",
"The Chopping Block",
"Dateline NBC",
"Dateline NBC",
"Dateline NBC"
],
[
"9",
"Southland (Reruns)",
"Southland (Reruns)",
"Dateline NBC",
"Dateline NBC",
"Dateline NBC"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"73-70-73-74=290\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=137))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F11,D2:D11=\"73-70-73-74=290\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=137))",
"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 Money ($) of 137, and a Score of 73-70-73-74=290?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"73-70-73-74=290\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"137"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,B1=\"henry picard\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=350))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F11,B2:B11=\"henry picard\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=350))",
"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 To Par has a Money ($) of 350, and a Player of henry picard?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"henry picard\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"350"
]
}
] | train_2-18007194-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To Par",
"Money ( $ )"
],
[
"2",
"1",
"Tony Manero",
"United States",
"73-69-73-67=282",
"–6",
"1,000"
],
[
"3",
"2",
"Harry Cooper",
"England United States",
"71-70-70-73=284",
"–4",
"750"
],
[
"4",
"3",
"Clarence Clark",
"United States",
"69-75-71-72=287",
"–1",
"650"
],
[
"5",
"4",
"Macdonald Smith",
"Scotland United States",
"73-73-72-70=288",
"E",
"550"
],
[
"6",
"T5",
"Wiffy Cox",
"United States",
"74-74-69-72=289",
"+1",
"350"
],
[
"7",
"T5",
"Ky Laffoon",
"United States",
"71-74-70-74=289",
"+1",
"350"
],
[
"8",
"T5",
"Henry Picard",
"United States",
"70-71-74-74=289",
"+1",
"350"
],
[
"9",
"T8",
"Ralph Guldahl",
"United States",
"73-70-73-74=290",
"+2",
"137"
],
[
"10",
"T8",
"Paul Runyan",
"United States",
"69-75-73-73=290",
"+2",
"137"
],
[
"11",
"10",
"Denny Shute",
"United States",
"72-69-73-77=291",
"+3",
"100"
]
] |
[
{
"Formula": "SUM(FILTER(C1, E1<0))",
"Formula2": "SUM(FILTER(C2:C17, E2:E17<0))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "Name the sum of gold when Bronze is less than 0",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"E1",
"<",
"0"
]
},
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(F1),SUMX(E1)),FILTER(query1,(CHOOSECOLS(query1,2)>4)*(CHOOSECOLS(query1,3)<4)))",
"Formula2": "LET(query1,SUMMARIZE(B2:B17,SUMX(F2:F17),SUMX(E2:E17)),FILTER(query1,(CHOOSECOLS(query1,2)>4)*(CHOOSECOLS(query1,3)<4)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "Name the nation when bronze is less than 4 and the total is more than 4",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"F1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"4",
"*",
"CHOOSECOLS(",
"query1",
"3",
"<",
"4"
]
}
] | test_2-12392683-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"United States",
"0",
"16",
"14",
"30"
],
[
"3",
"2",
"Russia",
"17",
"7",
"4",
"28"
],
[
"4",
"3",
"Canada",
"3",
"3",
"7",
"13"
],
[
"5",
"4",
"Japan",
"6",
"1",
"1",
"8"
],
[
"6",
"5",
"China",
"4",
"1",
"1",
"6"
],
[
"7",
"6",
"Italy",
"2",
"2",
"0",
"4"
],
[
"8",
"6",
"Hungary",
"2",
"1",
"1",
"4"
],
[
"9",
"7",
"Ukraine",
"0",
"3",
"0",
"3"
],
[
"10",
"8",
"Germany",
"1",
"1",
"0",
"2"
],
[
"11",
"8",
"Czech Republic",
"0",
"1",
"1",
"2"
],
[
"12",
"8",
"Israel",
"0",
"0",
"2",
"2"
],
[
"13",
"8",
"Switzerland",
"0",
"0",
"2",
"2"
],
[
"14",
"9",
"Sweden",
"1",
"0",
"0",
"1"
],
[
"15",
"9",
"France",
"0",
"0",
"1",
"1"
],
[
"16",
"9",
"United Kingdom",
"0",
"0",
"1",
"1"
],
[
"17",
"9",
"North Korea",
"0",
"0",
"1",
"1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"melbourne\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"melbourne\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the stadium of melbourne?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"melbourne\"",
"5"
]
},
{
"Formula": "AVERAGEIFS(F1,D1,\"19.16 (130)\")",
"Formula2": "AVERAGEIFS(F2:F7,D2:D7,\"19.16 (130)\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How big was the average crowd when the opposing team scored 19.16 (130)?",
"Tokens": [
"AVERAGEIFS(",
"F1",
"D1",
"\"19.16 (130)\""
]
}
] | train_2-10809823-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Melbourne",
"15.14 (104)",
"South Melbourne",
"19.16 (130)",
"MCG",
"22,487",
"3 May 1980"
],
[
"3",
"Collingwood",
"26.12 (168)",
"St Kilda",
"16.12 (108)",
"Victoria Park",
"29,094",
"3 May 1980"
],
[
"4",
"Hawthorn",
"19.16 (130)",
"Footscray",
"18.5 (113)",
"Princes Park",
"11,958",
"3 May 1980"
],
[
"5",
"Fitzroy",
"16.12 (108)",
"Essendon",
"15.23 (113)",
"Junction Oval",
"17,562",
"3 May 1980"
],
[
"6",
"North Melbourne",
"18.11 (119)",
"Carlton",
"12.15 (87)",
"Arden Street Oval",
"24,644",
"3 May 1980"
],
[
"7",
"Richmond",
"12.16 (88)",
"Geelong",
"10.17 (77)",
"VFL Park",
"47,265",
"3 May 1980"
]
] |
[
{
"Formula": "SUMIFS(A1,D1,\"Defensive Back\")",
"Formula2": "SUMIFS(A2:A10,D2:D10,\"Defensive Back\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the pick number of the defensive back?",
"Tokens": [
"SUMIFS(",
"A1",
"D1",
"\"Defensive Back\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=17))",
"Formula2": "LET(query1,SUMMARIZE(D2:D10,SUMX(A2:A10)),FILTER(query1,CHOOSECOLS(query1,2)=17))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the position for the pick number 17?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"17"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"Buffalo Bills\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,B2:B10=\"Buffalo Bills\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the college of the afl team of buffalo bills?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"Buffalo Bills\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"John Charles\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,C2:C10=\"John Charles\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the position of john charles?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"John Charles\"",
"4"
]
},
{
"Formula": "MAXIFS(A1,B1,\"New York Jets\")",
"Formula2": "MAXIFS(A2:A10,B2:B10,\"New York Jets\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the largest pick number of the new york jets?",
"Tokens": [
"MAXIFS(",
"A1",
"B1",
"\"New York Jets\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Offensive Guard\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,D2:D10=\"Offensive Guard\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the afl team of the offensive guard?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"Offensive Guard\"",
"2"
]
}
] | test_1-12165135-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Overall Pick #",
"AFL Team",
"Player",
"Position",
"College"
],
[
"2",
"4",
"Miami Dolphins",
"Bob Griese",
"Quarterback",
"Purdue"
],
[
"3",
"5",
"Houston Oilers",
"George Webster 1",
"Linebacker",
"Michigan State"
],
[
"4",
"6",
"Denver Broncos",
"Floyd Little",
"Running Back",
"Syracuse"
],
[
"5",
"12",
"New York Jets",
"Paul Seiler",
"Offensive Guard",
"Notre Dame"
],
[
"6",
"14",
"San Diego Chargers",
"Ron Billingsley",
"Defensive Tackle",
"Wyoming"
],
[
"7",
"17",
"Oakland Raiders",
"Gene Upshaw",
"Offensive Guard",
"Texas A&I"
],
[
"8",
"21",
"Boston Patriots",
"John Charles",
"Defensive Back",
"Purdue"
],
[
"9",
"22",
"Buffalo Bills",
"George Daney",
"Offensive Guard",
"Arizona State"
],
[
"10",
"23",
"Houston Oilers",
"Tom Regner",
"Offensive Guard",
"Notre Dame"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=546),9))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,F2:F14=546),9))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Nantyglo RFC had 546 points for and how many points?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"F1",
"=",
"546",
"9"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,G1=523),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,G2:G14=523),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What club had 523 points against? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"G1",
"=",
"523",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=536),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,F2:F14=536),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What club has 536 points for?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"F1",
"=",
"536",
"1"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(A1, C1=7)))",
"Formula2": "ROWS(UNIQUE(FILTER(A2:A14, C2:C14=7)))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "medium",
"Question": "How many clubs had 7 wins? ",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"A1",
"C1",
"=",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,G1=404),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,G2:G14=404),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What club had 404 points against? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"G1",
"=",
"404",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=54),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,H2:H14=54),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "Risca RFC has 54 tries for and how many draws? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"H1",
"=",
"54",
"4"
]
}
] | train_1-13741576-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Club",
"Played",
"Won",
"Drawn",
"Lost",
"Points for",
"Points against",
"Tries for",
"Points"
],
[
"2",
"Club",
"Played",
"Won",
"Drawn",
"Lost",
"Points for",
"Points against",
"Tries for",
"Points"
],
[
"3",
"Garndiffaith RFC",
"22",
"19",
"0",
"3",
"718",
"277",
"110",
"57"
],
[
"4",
"Old Illtydians RFC",
"22",
"19",
"0",
"3",
"536",
"342",
"77",
"57"
],
[
"5",
"Nantyglo RFC",
"22",
"15",
"0",
"7",
"546",
"374",
"73",
"45"
],
[
"6",
"Monmouth RFC",
"22",
"15",
"0",
"7",
"515",
"347",
"68",
"45"
],
[
"7",
"Llandaff RFC",
"22",
"12",
"0",
"10",
"475",
"384",
"68",
"36"
],
[
"8",
"Risca RFC",
"22",
"10",
"2",
"10",
"440",
"398",
"54",
"32"
],
[
"9",
"Tredegar Ironsides RFC",
"22",
"10",
"0",
"12",
"349",
"440",
"51",
"30"
],
[
"10",
"Machen RFC",
"22",
"8",
"2",
"12",
"345",
"404",
"49",
"26"
],
[
"11",
"Llandaff North RFC",
"22",
"7",
"2",
"13",
"481",
"523",
"66",
"23"
],
[
"12",
"Talywain RFC",
"22",
"6",
"0",
"16",
"267",
"577",
"36",
"18"
],
[
"13",
"Crumlin RFC",
"22",
"4",
"1",
"17",
"310",
"588",
"45",
"13"
],
[
"14",
"Trinant RFC",
"22",
"3",
"1",
"18",
"270",
"598",
"23",
"10"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Christopher Smith\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"Christopher Smith\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the position for christopher smith",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"Christopher Smith\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Nate Binder\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"Nate Binder\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the college for nate binder",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"Nate Binder\"",
"5"
]
},
{
"Formula": "MINIFS(A1,C1,\"Steven Turner\")",
"Formula2": "MINIFS(A2:A8,C2:C8,\"Steven Turner\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the least pick number for steven turner",
"Tokens": [
"MINIFS(",
"A1",
"C1",
"\"Steven Turner\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Steven Turner\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"Steven Turner\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the cfl team for steven turner",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"Steven Turner\"",
"2"
]
}
] | train_1-25017530-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pick #",
"CFL Team",
"Player",
"Position",
"College"
],
[
"2",
"24",
"BC Lions (via Toronto )",
"Nate Binder",
"WR",
"Tusculum College"
],
[
"3",
"25",
"BC Lions (via Toronto via Edmonton via Winnipeg)",
"Akeem Foster",
"WR",
"St. Francis Xavier"
],
[
"4",
"26",
"Toronto Argonauts (via BC )",
"Joel Reinders",
"OT",
"Waterloo"
],
[
"5",
"27",
"Hamilton Tiger-Cats (via Edmonton )",
"Chris Rwabukamba",
"DB",
"Duke"
],
[
"6",
"28",
"Winnipeg Blue Bombers (via Hamilton )",
"Christopher Smith",
"LB",
"Queen's"
],
[
"7",
"29",
"Winnipeg Blue Bombers (via Calgary )",
"Anthony Woodson",
"RB",
"Calgary"
],
[
"8",
"30",
"Toronto Argonauts (via BC via Saskatchewan)",
"Steven Turner",
"WR",
"Bishop's"
]
] |
[
{
"Formula": "SUM(FILTER(B1, D1<0))",
"Formula2": "SUM(FILTER(B2:B7, D2:D7<0))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many wins are there when the draws are less than 0?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"D1",
"<",
"0"
]
},
{
"Formula": "MAX(FILTER(C1, (B1=5)*(D1<0)))",
"Formula2": "MAX(FILTER(C2:C7, (B2:B7=5)*(D2:D7<0)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What are the most losses when there are 5 wins and draws less than 0?",
"Tokens": [
"MAX(",
"FILTER(",
"C1",
"B1",
"=",
"5",
"*",
"D1",
"<",
"0"
]
},
{
"Formula": "MAX(FILTER(B1, (A1=\"terang\")*(D1<0)))",
"Formula2": "MAX(FILTER(B2:B7, (A2:A7=\"terang\")*(D2:D7<0)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What are the most wins of Terang with the draws less than 0?",
"Tokens": [
"MAX(",
"FILTER(",
"B1",
"A1",
"=",
"\"terang\"",
"*",
"D1",
"<",
"0"
]
},
{
"Formula": "MIN(FILTER(E1, (C1<3)*(D1>0)))",
"Formula2": "MIN(FILTER(E2:E7, (C2:C7<3)*(D2:D7>0)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the lowest against when the draws are more than 0 and the losses are less than 3?",
"Tokens": [
"MIN(",
"FILTER(",
"E1",
"C1",
"<",
"3",
"*",
"D1",
">",
"0"
]
},
{
"Formula": "MIN(FILTER(C1, (E1<630)*(A1=\"warrnambool\")*(B1>6)))",
"Formula2": "MIN(FILTER(C2:C7, (E2:E7<630)*(A2:A7=\"warrnambool\")*(B2:B7>6)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What are the least losses of Warrnambool with more than 6 wins and less than 630 against?",
"Tokens": [
"MIN(",
"FILTER(",
"C1",
"E1",
"<",
"630",
"*",
"A1",
"=",
"\"warrnambool\"",
"*",
"B1",
">",
"6"
]
},
{
"Formula": "SUM(FILTER(D1, (C1>3)*(A1=\"cobden\")))",
"Formula2": "SUM(FILTER(D2:D7, (C2:C7>3)*(A2:A7=\"cobden\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What are the draws of Cobden when there are more than 3 losses?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"C1",
">",
"3",
"*",
"A1",
"=",
"\"cobden\""
]
}
] | train_2-18628904-14 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Club",
"Wins",
"Losses",
"Draws",
"Against"
],
[
"2",
"South Warrnambool",
"6",
"2",
"0",
"614"
],
[
"3",
"Warrnambool",
"6",
"2",
"0",
"536"
],
[
"4",
"Terang",
"4",
"3",
"0",
"610"
],
[
"5",
"Camperdown",
"5",
"3",
"0",
"630"
],
[
"6",
"Cobden",
"1",
"6",
"0",
"695"
],
[
"7",
"Mortlake",
"0",
"6",
"0",
"580"
]
] |
[
{
"Formula": "AVERAGE(FILTER(D1, (B1=40)*(C1>6)))",
"Formula2": "AVERAGE(FILTER(D2:D12, (B2:B12=40)*(C2:C12>6)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What's the average amount of Runs that has 40 innings, and Not outs larger than 6?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"B1",
"=",
"40",
"*",
"C1",
">",
"6"
]
},
{
"Formula": "SUM(FILTER(B1, (D1=1598)*(A1<41)))",
"Formula2": "SUM(FILTER(B2:B12, (D2:D12=1598)*(A2:A12<41)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What's the total Innings that has Runs of 1598, and Matches less than 41?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"D1",
"=",
"1598",
"*",
"A1",
"<",
"41"
]
}
] | train_2-13322378-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Matches",
"Innings",
"Not Outs",
"Runs",
"Average"
],
[
"2",
"41",
"40",
"6",
"1598",
"47.00"
],
[
"3",
"71",
"69",
"9",
"2475",
"41.25"
],
[
"4",
"87",
"81",
"11",
"2717",
"38.81"
],
[
"5",
"121",
"109",
"14",
"3672",
"38.65"
],
[
"6",
"143",
"140",
"18",
"4707",
"38.15"
],
[
"7",
"87",
"87",
"9",
"2784",
"35.69"
],
[
"8",
"223",
"217",
"14",
"7090",
"34.92"
],
[
"9",
"35",
"30",
"1",
"1041",
"35.89"
],
[
"10",
"37",
"28",
"6",
"716",
"32.54"
],
[
"11",
"49",
"46",
"5",
"1334",
"32.53"
],
[
"12",
"279",
"268",
"21",
"8007",
"32.41"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=63))",
"Formula2": "LET(query1,SUMMARIZE(C2:C15,SUMX(A2:A15)),FILTER(query1,CHOOSECOLS(query1,2)=63))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which Opponent has a Game of 63?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"63"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"1–4\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,D2:D15=\"1–4\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "which Record has a Score of 1–4?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"1–4\"",
"5"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"8–7\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)<62)*(CHOOSECOLS(query1,3)>16)))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F15,D2:D15=\"8–7\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,6)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)<62)*(CHOOSECOLS(query1,3)>16)))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Which Record has a Points smaller than 62 and a February larger than 16, and a Score of 8–7?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"8–7\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"SUMX(",
"CHOOSECOLS(",
"query1",
"2",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"62",
"*",
"CHOOSECOLS(",
"query1",
"3",
">",
"16"
]
}
] | train_2-14344407-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Game",
"February",
"Opponent",
"Score",
"Record",
"Points"
],
[
"2",
"51",
"2",
"Washington Capitals",
"2–5",
"24–24–3",
"51"
],
[
"3",
"52",
"3",
"San Jose Sharks",
"2–3 OT",
"24–25–3",
"51"
],
[
"4",
"53",
"5",
"@ Boston Bruins",
"0–4",
"24–26–3",
"51"
],
[
"5",
"54",
"8",
"@ Ottawa Senators",
"3–3 OT",
"24–26–4",
"52"
],
[
"6",
"55",
"10",
"Florida Panthers",
"4–3 OT",
"25–26–4",
"54"
],
[
"7",
"56",
"11",
"@ Detroit Red Wings",
"3–6",
"25–27–4",
"54"
],
[
"8",
"57",
"13",
"Pittsburgh Penguins",
"0–3",
"25–28–4",
"54"
],
[
"9",
"58",
"15",
"@ San Jose Sharks",
"6–4",
"26–28–4",
"56"
],
[
"10",
"59",
"16",
"@ Mighty Ducks of Anaheim",
"3–6",
"26–29–4",
"56"
],
[
"11",
"60",
"18",
"@ Los Angeles Kings",
"4–3",
"27–29–4",
"58"
],
[
"12",
"61",
"21",
"Montreal Canadiens",
"8–7",
"28–29–4",
"60"
],
[
"13",
"62",
"24",
"New York Islanders",
"5–4 OT",
"29–29–4",
"62"
],
[
"14",
"63",
"25",
"@ New York Islanders",
"0–2",
"29–30–4",
"62"
],
[
"15",
"64",
"28",
"@ New York Rangers",
"1–4",
"29–31–4",
"62"
]
] |
[
{
"Formula": "ROWS(FILTER(C1,A1=2))",
"Formula2": "ROWS(FILTER(C2:C14,A2:A14=2))",
"Funcs": [
"ROWS(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many teams are #2 on the list?",
"Tokens": [
"ROWS(",
"FILTER(",
"C1",
"A1",
"=",
"2"
]
},
{
"Formula": "FILTER(C1,D1=\".464\")",
"Formula2": "FILTER(C2:C14,D2:D14=\".464\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What are the record(s) for the team with a winning percentage of .464?",
"Tokens": [
"FILTER(",
"C1",
"D1",
"=",
"\".464\""
]
}
] | dev_1-15313204-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"#",
"Minnesota River Conference",
"Records",
"Pct.",
"MRC Championships",
"Solo",
"Co-Champions",
"State Champions"
],
[
"2",
"1",
"Tri-City United Titans (2012–Present)",
"11-3-0",
".786",
"1",
"0",
"1",
"0"
],
[
"3",
"2",
"Le Sueur Giants (1959-1989)",
"152-58-6",
".718",
"10",
"5",
"5",
"0"
],
[
"4",
"3",
"Holy Family Catholic School Fire (2003-2010)",
"40-16-0",
".714",
"1",
"1",
"0",
"0"
],
[
"5",
"4",
"Le Sueur-Henderson Giants (1990–Present)",
"115-53-0",
".685",
"8",
"6",
"2",
"0"
],
[
"6",
"5",
"Watertown-Mayer Royals (2011–Present)",
"14-7-0",
".667",
"1",
"0",
"1",
"0"
],
[
"7",
"6",
"Le Center Wildcats (1959-2002)",
"201-102-4",
".661",
"9",
"6",
"3",
"1"
],
[
"8",
"7",
"New Prague Trojans (1959-1978)",
"88-45-6",
".655",
"6",
"4",
"2",
"2"
],
[
"9",
"9",
"Mayer Lutheran Crusaders (2002–Present)",
"43-41-0",
".512",
"1",
"0",
"1",
"0"
],
[
"10",
"10",
"Sibley East Wolverines (1990–Present)",
"86-82-0",
".512",
"3",
"1",
"2",
"0"
],
[
"11",
"11",
"Belle Plaine Tigers (1959–Present)",
"192-189-3",
".504",
"10",
"6",
"4",
"0"
],
[
"12",
"12",
"Sibley East Bengals (1986-1989)",
"13-15-0",
".464",
"0",
"0",
"0",
"0"
],
[
"13",
"13",
"Jordan Hubmen (1959–Present)",
"154-227-2",
".404",
"5",
"2",
"3",
"1"
],
[
"14",
"14",
"Montgomery-Lonsdale Redbirds (1959-2011)",
"142-226-1",
".386",
"6",
"4",
"2",
"0"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"61-59\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,D2:D6=\"61-59\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is High Rebounds, when Score is 61-59?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"D1",
"=",
"\"61-59\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"nolan (10)\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,F2:F6=\"nolan (10)\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Score, when High Rebounds is \"Nolan (10)\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"F1",
"=",
"\"nolan (10)\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"pierson (6)\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,F2:F6=\"pierson (6)\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is Opponent, when High Rebounds is \"Pierson (6)\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"F1",
"=",
"\"pierson (6)\"",
"3"
]
},
{
"Formula": "SUMIFS(A1,F1,\"pierson (6)\")",
"Formula2": "SUMIFS(A2:A6,F2:F6,\"pierson (6)\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the sum of Game(s), when High Rebounds is \"Pierson (6)\"?",
"Tokens": [
"SUMIFS(",
"A1",
"F1",
"\"pierson (6)\""
]
}
] | train_2-17103729-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Opponent",
"Score",
"High points",
"High rebounds",
"High assists",
"Location/Attendance",
"Record"
],
[
"2",
"30",
"September 5",
"Indiana",
"90-68",
"Pierson (20)",
"Pierson (6)",
"McWilliams-Franklin , Pierson (4)",
"Palace of Auburn Hills 9,287",
"18-12"
],
[
"3",
"31",
"September 6",
"@ Washington",
"84-69",
"McWilliams-Franklin (21)",
"Nolan (10)",
"Smith (8)",
"Verizon Center 9,976",
"19-12"
],
[
"4",
"32",
"September 9",
"Phoenix",
"89-78",
"Nolan (18)",
"Braxton , Hornbuckle , McWilliams-Franklin (8)",
"Pierson , Smith (5)",
"Palace of Auburn Hills 7,495",
"20-12"
],
[
"5",
"33",
"September 11",
"Washington",
"78-66",
"Nolan (17)",
"McWilliams-Franklin (8)",
"Smith (6)",
"Palace of Auburn Hills 8,145",
"21-12"
],
[
"6",
"34",
"September 14",
"@ New York",
"61-59",
"Nolan , Pierson (11)",
"Hornbuckle , Nolan (7)",
"Powell (4)",
"Madison Square Garden 10,042",
"22-12"
]
] |
[
{
"Formula": "FILTER(D1,C1=\"omega dot\")",
"Formula2": "FILTER(D2:D13,C2:C13=\"omega dot\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the word count that is named omega dot?",
"Tokens": [
"FILTER(",
"D1",
"C1",
"=",
"\"omega dot\""
]
},
{
"Formula": "SUM(FILTER(D1,A1>3))",
"Formula2": "SUM(FILTER(D2:D13,A2:A13>3))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the total word count with a subframe count greater than 3?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"A1",
">",
"3"
]
}
] | dev_2-11866-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Subframe #",
"Page #",
"Name",
"Word #",
"Bits"
],
[
"2",
"3",
"all",
"CIC",
"3",
"1–16"
],
[
"3",
"3",
"all",
"Omega 0 (MSB)",
"3",
"17–24"
],
[
"4",
"3",
"all",
"Omega 0 (LSB)",
"4",
"1–24"
],
[
"5",
"3",
"all",
"CIS",
"5",
"1–16"
],
[
"6",
"3",
"all",
"i0 (MSB)",
"5",
"17–24"
],
[
"7",
"3",
"all",
"i0 (LSB)",
"6",
"1–24"
],
[
"8",
"3",
"all",
"CRC",
"7",
"1–16"
],
[
"9",
"3",
"all",
"Omega (MSB)",
"7",
"17–24"
],
[
"10",
"3",
"all",
"Omega (LSB)",
"8",
"1–24"
],
[
"11",
"3",
"all",
"Omega Dot",
"9",
"1–24"
],
[
"12",
"3",
"all",
"IODE",
"10",
"1–8"
],
[
"13",
"3",
"all",
"IDOT",
"10",
"9–22"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=4))",
"Formula2": "LET(query1,SUMMARIZE(E2:E7,SUMX(A2:A7)),FILTER(query1,CHOOSECOLS(query1,2)=4))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Name the erin and jake for week 4",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"4"
]
}
] | train_1-2311410-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Week",
"Room(s)",
"John and Neisha",
"Mark and Duncan",
"Erin and Jake",
"Chez and Brenton",
"Winner"
],
[
"2",
"1",
"Guest room/study",
"$4,737",
"$7,205",
"$5,735",
"$6,471",
"Erin and Jake"
],
[
"3",
"2",
"\"Spare room\"",
"$6,457",
"$6,175",
"$6,916",
"$7,331",
"John and Neisha"
],
[
"4",
"3",
"Ensuite",
"$9,027",
"$11,114",
"$10,811",
"$11,936",
"Mark and Duncan"
],
[
"5",
"4",
"Master bedroom",
"$9,465",
"$7,925",
"$6,810",
"$8,806",
"Chez and Brenton"
],
[
"6",
"5",
"Main bathroom and laundry",
"$18,640",
"$13,853",
"$16,901",
"$16,486",
"Erin and Jake"
],
[
"7",
"6",
"Living room",
"$15,347",
"$10,320",
"$13,883",
"$9,924",
"John and Neisha"
]
] |
[
{
"Formula": "MAX(FILTER(F1, (E1<1)*(C1>0)))",
"Formula2": "MAX(FILTER(F2:F7, (E2:E7<1)*(C2:C7>0)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the highest total when bronze is less than 1 and gold more than 0?",
"Tokens": [
"MAX(",
"FILTER(",
"F1",
"E1",
"<",
"1",
"*",
"C1",
">",
"0"
]
},
{
"Formula": "SUM(FILTER(E1, (A1=5)*(B1=\"poland\")*(C1<0)))",
"Formula2": "SUM(FILTER(E2:E7, (A2:A7=5)*(B2:B7=\"poland\")*(C2:C7<0)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "what is the sum of bronze when the rank is 5, the nation is poland and gold is less than 0?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"A1",
"=",
"5",
"*",
"B1",
"=",
"\"poland\"",
"*",
"C1",
"<",
"0"
]
},
{
"Formula": "SUM(FILTER(D1, (A1=3)*(B1=\"france\")*(E1<0)))",
"Formula2": "SUM(FILTER(D2:D7, (A2:A7=3)*(B2:B7=\"france\")*(E2:E7<0)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "what is the sum of silver when the rank is 3, nation is france and bronze is less than 0?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"A1",
"=",
"3",
"*",
"B1",
"=",
"\"france\"",
"*",
"E1",
"<",
"0"
]
},
{
"Formula": "SUM(FILTER(A1, (B1=\"china\")*(E1>0)))",
"Formula2": "SUM(FILTER(A2:A7, (B2:B7=\"china\")*(E2:E7>0)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many times is the nation china and bronze more than 0?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"B1",
"=",
"\"china\"",
"*",
"E1",
">",
"0"
]
},
{
"Formula": "SUM(FILTER(C1, (A1>3)*(E1>1)))",
"Formula2": "SUM(FILTER(C2:C7, (A2:A7>3)*(E2:E7>1)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "How many times is the rank higher than 3 and bronze more than 1?",
"Tokens": [
"SUM(",
"FILTER(",
"C1",
"A1",
">",
"3",
"*",
"E1",
">",
"1"
]
},
{
"Formula": "MIN(FILTER(D1, (E1=1)*(A1<2)*(C1>4)))",
"Formula2": "MIN(FILTER(D2:D7, (E2:E7=1)*(A2:A7<2)*(C2:C7>4)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "what is the least silver when bronze is 1, rank is less than 2 and gold is more than 4?",
"Tokens": [
"MIN(",
"FILTER(",
"D1",
"E1",
"=",
"1",
"*",
"A1",
"<",
"2",
"*",
"C1",
">",
"4"
]
}
] | train_2-17674688-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Nation",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"Russia",
"4",
"1",
"1",
"6"
],
[
"3",
"2",
"United States",
"0",
"1",
"1",
"2"
],
[
"4",
"3",
"China",
"0",
"1",
"0",
"1"
],
[
"5",
"3",
"France",
"0",
"1",
"0",
"1"
],
[
"6",
"5",
"Canada",
"0",
"0",
"1",
"1"
],
[
"7",
"5",
"Poland",
"0",
"0",
"1",
"1"
]
] |
[
{
"Formula": "SUM(FILTER(F1, (D1=\"long live life\")*(A1<2)))",
"Formula2": "SUM(FILTER(F2:F20, (D2:D20=\"long live life\")*(A2:A20<2)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What's the total number of points when the English translation is Long Live Life and the draw is less than 2?",
"Tokens": [
"SUM(",
"FILTER(",
"F1",
"D1",
"=",
"\"long live life\"",
"*",
"A1",
"<",
"2"
]
},
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=9))",
"Formula2": "LET(query1,SUMMARIZE(B2:B20,SUMX(A2:A20)),FILTER(query1,CHOOSECOLS(query1,2)=9))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What's the language of Draw number 9?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"9"
]
},
{
"Formula": "MINIFS(F1,B1,\"portuguese\")",
"Formula2": "MINIFS(F2:F20,B2:B20,\"portuguese\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What are the lowest points when the language is Portuguese?",
"Tokens": [
"MINIFS(",
"F1",
"B1",
"\"portuguese\""
]
}
] | train_2-185276-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Draw",
"Language",
"Song",
"English translation",
"Place",
"Points"
],
[
"2",
"01",
"English",
"\" Wait Until the Weekend Comes \"",
"–",
"6",
"91"
],
[
"3",
"02",
"Finnish",
"\" Eläköön elämä \"",
"Long live life",
"9",
"58"
],
[
"4",
"03",
"Greek",
"\" To Katalava Arga \" (Το κατάλαβα αργά)",
"I realised it too late",
"16",
"15"
],
[
"5",
"04",
"Danish",
"\" Sku' du spørg' fra no'en? \"",
"What business is it of yours?",
"11",
"41"
],
[
"6",
"05",
"Spanish",
"\" La fiesta terminó \"",
"The party's over",
"14",
"36"
],
[
"7",
"06",
"French",
"\" Femme dans ses rêves aussi \"",
"Woman in her dreams too",
"10",
"56"
],
[
"8",
"07",
"Turkish",
"\" Didai didai dai \"",
"–",
"14",
"36"
],
[
"9",
"08",
"Dutch",
"\" Laat me nu gaan \"",
"Let me go now",
"19",
"7"
],
[
"10",
"09",
"Portuguese",
"\" Penso em ti, eu sei \"",
"Thinking of you, I know",
"18",
"9"
],
[
"11",
"10",
"German",
"\" Für alle \"",
"For everyone",
"2",
"105"
],
[
"12",
"11",
"Hebrew",
"\" Olé, Olé \" (עולה, עולה)",
"Going up and up",
"5",
"93"
],
[
"13",
"12",
"Italian",
"\" Magic Oh Magic \"",
"–",
"7",
"78"
],
[
"14",
"13",
"Norwegian",
"\" La det swinge \"",
"Let it swing",
"1",
"123"
],
[
"15",
"14",
"English",
"\" Love Is \"",
"–",
"4",
"100"
],
[
"16",
"15",
"German",
"\" Piano, Piano \"",
"Slowly, slowly",
"12",
"39"
],
[
"17",
"16",
"Swedish",
"\" Bra vibrationer \"",
"Good vibrations",
"3",
"103"
],
[
"18",
"17",
"German",
"\" Kinder dieser Welt \"",
"Children of this world",
"8",
"60"
],
[
"19",
"18",
"French",
"\" Children, Kinder, Enfants \"",
"Children",
"13",
"37"
],
[
"20",
"19",
"Greek",
"\" Miazoume \" (Μοιάζουμε)",
"We are alike",
"16",
"15"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,A1>2009),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,3)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)>50.9)*(CHOOSECOLS(query1,3)=39.3)))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E10,A2:A10>2009),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,3)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)>50.9)*(CHOOSECOLS(query1,3)=39.3)))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">",
"Num",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which % GDP has an Expenditure larger than 50.9, and a Year larger than 2009, and an Income of 39.3?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"A1",
">",
"2009",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"2",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"50.9",
"*",
"CHOOSECOLS(",
"query1",
"3",
"=",
"39.3"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"x\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)<41.3)*(CHOOSECOLS(query1,3)>34.4)))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E10,E2:E10=\"x\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)<41.3)*(CHOOSECOLS(query1,3)>34.4)))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Which Year has an Expenditure smaller than 41.3, and a % GDP of x, and an Income larger than 34.4?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"x\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"2",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"41.3",
"*",
"CHOOSECOLS(",
"query1",
"3",
">",
"34.4"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,(A1<2011)*(E1=\"(0.9%)\")),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>45.8))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E10,(A2:A10<2011)*(E2:E10=\"(0.9%)\")),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>45.8))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Which Surplus(Deficit) has an Expenditure larger than 45.8, and a Year smaller than 2011, and a % GDP of (0.9%)?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"A1",
"<",
"2011",
"*",
"E1",
"=",
"\"(0.9%)\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"3",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"45.8"
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(C1),SUMX(B1)),FILTER(query1,(CHOOSECOLS(query1,2)=55)*(CHOOSECOLS(query1,3)<36.2)))",
"Formula2": "LET(query1,SUMMARIZE(A2:A10,SUMX(C2:C10),SUMX(B2:B10)),FILTER(query1,(CHOOSECOLS(query1,2)=55)*(CHOOSECOLS(query1,3)<36.2)))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "Which Year has an Expenditure of 55, and an Income smaller than 36.2?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"C1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"55",
"*",
"CHOOSECOLS(",
"query1",
"3",
"<",
"36.2"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,(A1<2011)*(D1=\"(24.6)\")),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,3)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)>41.3)*(CHOOSECOLS(query1,3)<48)))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E10,(A2:A10<2011)*(D2:D10=\"(24.6)\")),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,3)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)>41.3)*(CHOOSECOLS(query1,3)<48)))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "Which % GDP has a Year smaller than 2011, and an Expenditure larger than 41.3, and an Income smaller than 48, and a Surplus(Deficit) of (24.6)?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"A1",
"<",
"2011",
"*",
"D1",
"=",
"\"(24.6)\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"2",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"41.3",
"*",
"CHOOSECOLS(",
"query1",
"3",
"<",
"48"
]
}
] | train_2-1555229-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Income",
"Expenditure",
"Surplus(Deficit)",
"% GDP"
],
[
"2",
"2003",
"34.4",
"35.4",
"(1)",
"x"
],
[
"3",
"2004",
"37.5",
"37.5",
"0",
"0%"
],
[
"4",
"2005",
"40.8",
"41.3",
"(0.5)",
"(0.3%)"
],
[
"5",
"2006",
"48.0",
"45.8",
"2.3",
"1.3%"
],
[
"6",
"2007",
"49.3",
"50.9",
"(1.6)",
"(0.9%)"
],
[
"7",
"2008",
"43.0",
"55.7",
"(12.7)",
"(7%)"
],
[
"8",
"2009",
"35.3",
"60.0",
"(24.6)",
"(14.8%)"
],
[
"9",
"2010",
"36.2",
"55.0",
"(18.7)",
"(12.0%)"
],
[
"10",
"2011",
"39.3",
"64.2",
"(24.9)",
"(15.5%)"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"t4\")*(D1=\"71-74-66=211\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(A2:A13=\"t4\")*(D2:D13=\"71-74-66=211\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the T4 Place Player with a Score of 71-74-66=211?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"t4\"",
"*",
"D1",
"=",
"\"71-74-66=211\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"–1\")*(B1=\"henrik stenson\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(E2:E13=\"–1\")*(B2:B13=\"henrik stenson\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "With a To par of –1, what is Player Henrik Stenson's Score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"–1\"",
"*",
"B1",
"=",
"\"henrik stenson\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"73-67-68=208\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"73-67-68=208\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the To par of the Player with a Score of 73-67-68=208?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"73-67-68=208\"",
"5"
]
}
] | train_2-17807292-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"1",
"Ben Curtis",
"United States",
"73-67-68=208",
"–2"
],
[
"3",
"T2",
"J. B. Holmes",
"United States",
"71-68-70=209",
"–1"
],
[
"4",
"T2",
"Henrik Stenson",
"Sweden",
"71-70-68=209",
"–1"
],
[
"5",
"T4",
"Sergio García",
"Spain",
"69-73-69=211",
"+1"
],
[
"6",
"T4",
"Pádraig Harrington",
"Ireland",
"71-74-66=211",
"+1"
],
[
"7",
"T4",
"Charlie Wi",
"South Korea",
"70-70-71=211",
"+1"
],
[
"8",
"T7",
"Andrés Romero",
"Argentina",
"69-78-65=212",
"+2"
],
[
"9",
"T7",
"Jeev Milkha Singh",
"India",
"68-74-70=212",
"+2"
],
[
"10",
"T9",
"Aaron Baddeley",
"Australia",
"71-71-71=213",
"+3"
],
[
"11",
"T9",
"Steve Flesch",
"United States",
"73-70-70=213",
"+3"
],
[
"12",
"T9",
"David Toms",
"United States",
"72-69-72=213",
"+3"
],
[
"13",
"T9",
"Camilo Villegas",
"Colombia",
"74-72=67=213",
"+3"
]
] |
[
{
"Formula": "SUM(FILTER(D1, (B1<3)*(A1=\"shandong luneng\")))",
"Formula2": "SUM(FILTER(D2:D16, (B2:B16<3)*(A2:A16=\"shandong luneng\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "How many Total Positions have a 2002 Position smaller than 3, and a Team of shandong luneng?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"B1",
"<",
"3",
"*",
"A1",
"=",
"\"shandong luneng\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"entry to the 2004 chinese super league\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,2)),SUMX(CHOOSECOLS(query1,3)),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,(CHOOSECOLS(query1,2)<6)*(CHOOSECOLS(query1,3)<9)*(CHOOSECOLS(query1,4)>3.5)))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E16,E2:E16=\"entry to the 2004 chinese super league\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,2)),SUMX(CHOOSECOLS(query1,3)),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,(CHOOSECOLS(query1,2)<6)*(CHOOSECOLS(query1,3)<9)*(CHOOSECOLS(query1,4)>3.5)))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Which Team has a Qualification of entry to the 2004 chinese super league, and a 2002 Position smaller than 6, and a 2003 Position smaller than 9, and a Total Position larger than 3.5?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"entry to the 2004 chinese super league\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"1",
"SUMX(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"6",
"*",
"CHOOSECOLS(",
"query1",
"3",
"<",
"9",
"*",
"CHOOSECOLS(",
"query1",
"4",
">",
"3.5"
]
}
] | train_2-18983113-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Team",
"2002 Position",
"2003 Position",
"Total Position",
"Qualification"
],
[
"2",
"Dalian Shide",
"0.5",
"3.0",
"3.5",
"Entry to the 2004 Chinese Super League"
],
[
"3",
"Shenzhen Jianlibao",
"1.0",
"4.0",
"5.0",
"Entry to the 2004 Chinese Super League"
],
[
"4",
"Shanghai International",
"4.5",
"2.0",
"6.5",
"Entry to the 2004 Chinese Super League"
],
[
"5",
"Shanghai Shenhua",
"6.0",
"1.0",
"7.0",
"Entry to the 2004 Chinese Super League"
],
[
"6",
"Liaoning Zhongshun",
"2.5",
"6.0",
"8.5",
"Entry to the 2004 Chinese Super League"
],
[
"7",
"Beijing Hyundai Cars",
"1.5",
"9.0",
"10.5",
"Entry to the 2004 Chinese Super League"
],
[
"8",
"Shenyang Ginde",
"5.5",
"5.0",
"10.5",
"Entry to the 2004 Chinese Super League"
],
[
"9",
"Yunnan Hongta",
"3.5",
"7.0",
"10.5",
"Entry to the 2004 Chinese Super League"
],
[
"10",
"Shandong Luneng",
"2.0",
"12.0",
"14.0",
"Entry to the 2004 Chinese Super League"
],
[
"11",
"Qingdao Beilaite",
"4.0",
"11.0",
"15.0",
"Entry to the 2004 Chinese Super League"
],
[
"12",
"Sichuan Guancheng",
"7.0",
"8.0",
"15.0",
"Entry to the 2004 Chinese Super League"
],
[
"13",
"Tianjin Kangshifu",
"5.0",
"10.0",
"15.0",
"Entry to the 2004 Chinese Super League"
],
[
"14",
"Chongqing Lifan",
"3.0",
"13.0",
"16.0",
"Relegated to the Jia League"
],
[
"15",
"August 1st",
"6.5",
"14.0",
"20.5",
"Relegated to the Jia League"
],
[
"16",
"Shaanxi Guoli",
"7.5",
"15.0",
"22.5",
"Relegated to the Jia League"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"119.838mph\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>3))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E11,D2:D11=\"119.838mph\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>3))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Who has a Rank larger than 3 with a speed of 119.838mph?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"119.838mph\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"1:14.51.73\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,E2:E11=\"1:14.51.73\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which Team has a Time of 1:14.51.73?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"1:14.51.73\"",
"3"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"kawasaki zx6 600cc\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<9))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E11,C2:C11=\"kawasaki zx6 600cc\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<9))",
"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 Speed has a Rank smaller than 9 in kawasaki zx6 600cc Team?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"kawasaki zx6 600cc\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"4",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"9"
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=2))",
"Formula2": "LET(query1,SUMMARIZE(D2:D11,SUMX(A2:A11)),FILTER(query1,CHOOSECOLS(query1,2)=2))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "WHich Speed has a Rank of 2?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"2"
]
}
] | test_2-14209455-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Rider",
"Team",
"Speed",
"Time"
],
[
"2",
"1",
"Bruce Anstey",
"Suzuki GSXR 600cc",
"123.041mph",
"1:13.35.71"
],
[
"3",
"2",
"Ian Hutchinson",
"Honda 600cc",
"122.099mph",
"1:14.09.76"
],
[
"4",
"3",
"Ryan Farquhar",
"Kawasaki ZX6 600cc",
"121.733mph",
"1:14.23.14"
],
[
"5",
"4",
"Ian Lougher",
"Yamaha R6 600cc",
"121.258mph",
"1:14.40.63"
],
[
"6",
"5",
"Gary Johnson",
"Honda CBR 600cc",
"121.138mph",
"1:14.45.05"
],
[
"7",
"6",
"Guy Martin",
"Honda 600cc",
"120.958mph",
"1:14.51.73"
],
[
"8",
"7",
"Conor Cummins",
"Yamaha R6 600cc",
"120.455mph",
"1:15.10.49"
],
[
"9",
"8",
"Michael Dunlop",
"Yamaha R6 600cc",
"119.838mph",
"1:15.33.71"
],
[
"10",
"9",
"Adrian Archibald",
"Yamaha R6 600cc",
"119.179mph",
"1:15.58.79"
],
[
"11",
"10",
"Daniel Stewart",
"Yamaha R6 600cc",
"119.118mph",
"1:16.01.11"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"Moonee Valley\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,D2:D10=\"Moonee Valley\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What group was sunline in when he was at moonee valley?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"D1",
"=",
"\"Moonee Valley\"",
"5"
]
}
] | train_1-2581397-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Result",
"Date",
"Race",
"Venue",
"Group",
"Distance",
"Weight (kg)",
"Jockey",
"Winner/2nd"
],
[
"2",
"Won",
"22 August 1998",
"3yo Hcp Restricted",
"Hastings",
"NA",
"1200 m",
"55",
"P. Johnson",
"2nd - No Alimony"
],
[
"3",
"Won",
"5 September 1998",
"Furious Stakes",
"Randwick",
"G3",
"1400 m",
"54",
"L. Cassidy",
"2nd - Zaroyale"
],
[
"4",
"Won",
"19 September 1998",
"Tea Rose Stakes",
"Rosehill",
"G2",
"1500 m",
"55.5",
"L. Cassidy",
"2nd - Zola"
],
[
"5",
"Won",
"3 October 1998",
"Flight Stakes",
"Randwick",
"G1",
"1600 m",
"54",
"L. Cassidy",
"2nd - Camerena"
],
[
"6",
"Won",
"1 February 1999",
"3yo Hcp Restricted",
"Ellerslie",
"NA",
"1200 m",
"62.5",
"L. Cassidy",
"2nd - Delphic"
],
[
"7",
"2nd",
"20 February 1999",
"Angus Armanasco Stakes",
"Caulfield",
"G3",
"1600 m",
"55.5",
"L. Cassidy",
"1st - Rose O'War"
],
[
"8",
"Won",
"6 March 1999",
"AV Kewney Stakes",
"Flemington",
"G2",
"1600 m",
"55.5",
"G. Childs",
"2nd - Rose O'War"
],
[
"9",
"Won",
"20 March 1999",
"Moonee Valley Oaks",
"Moonee Valley",
"G3",
"2040 m",
"55.5",
"G. Childs",
"2nd - Grand Archway"
],
[
"10",
"Won",
"3 April 1999",
"Doncaster",
"Randwick",
"G1",
"1600 m",
"52",
"L. Cassidy",
"2nd - Lease"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"aaron gustavson\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,D2:D14=\"aaron gustavson\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Date, when the Winner is Aaron Gustavson?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"aaron gustavson\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"warsaw\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,B2:B14=\"warsaw\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Date, when the City is Warsaw?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"warsaw\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"aaron gustavson\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,D2:D14=\"aaron gustavson\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Prize, when the Winner is Aaron Gustavson?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"aaron gustavson\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"berlin\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,B2:B14=\"berlin\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the Winner, when the City is Berlin?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"berlin\"",
"4"
]
}
] | test_2-1296513-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"City",
"Event",
"Winner",
"Prize"
],
[
"2",
"18–23 August 2009",
"Kiev",
"EPT Kyiv Sports Poker Championship",
"Maxim Lykov",
"€330,000"
],
[
"3",
"4–9 September 2009",
"Barcelona",
"EPT Barcelona",
"Carter Phillips",
"€850,000"
],
[
"4",
"2–7 October 2009",
"London",
"EPT London",
"Aaron Gustavson",
"£850,000"
],
[
"5",
"20–25 October 2009",
"Warsaw",
"EPT Warsaw",
"Christophe Benzimra",
"zł1,493,170"
],
[
"6",
"17–22 November 2009",
"Vilamoura",
"EPT Vilamoura",
"António Matias",
"€404,793"
],
[
"7",
"1–6 December 2009",
"Prague",
"EPT Prague",
"Jan Skampa",
"€682,000"
],
[
"8",
"5–11 January 2010",
"Paradise Island",
"EPT PokerStars Caribbean Adventure",
"Harrison Gimbel",
"$2,200,000"
],
[
"9",
"20–25 January 2010",
"Deauville",
"EPT Deauville",
"Jake Cody",
"€847,000"
],
[
"10",
"16–21 February 2010",
"Copenhagen",
"EPT Copenhagen",
"Anton Wigg",
"kr3,675,000"
],
[
"11",
"2–7 March 2010",
"Berlin",
"EPT Germany",
"Kevin MacPhee",
"€1,000,000"
],
[
"12",
"21–16 March 2010",
"Salzburg",
"ETP Snowfest",
"Allan Bække",
"€445,000"
],
[
"13",
"15–21 April 2010",
"Sanremo",
"ETP Sanremo",
"Liv Boeree",
"€1,250,000"
],
[
"14",
"25–30 April 2010",
"Monte Carlo",
"European Poker Tour Grand Final",
"Nicolas Chouity",
"€1,700,000"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"20 november 2011\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,B2:B13=\"20 november 2011\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What Outcome happened on a Date that was 20 november 2011?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"20 november 2011\"",
"1"
]
}
] | train_2-15271640-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Outcome",
"Date",
"Tournament",
"Surface",
"Opponent",
"Score"
],
[
"2",
"Runner-up",
"7 August 2006",
"Binghamton, New York , United States",
"Hard",
"Scott Oudsema",
"6–7 (5–7) , 2–6"
],
[
"3",
"Runner-up",
"7 May 2007",
"Rijeka , Croatia",
"Clay",
"Marin Čilić",
"5–7, 2–6"
],
[
"4",
"Runner-up",
"6 August 2007",
"Istanbul , Turkey",
"Hard",
"Mischa Zverev",
"4–6, 4–6"
],
[
"5",
"Winner",
"15 October 2007",
"Kolding , Denmark",
"Hard (I)",
"Gilles Müller",
"7–6 (7–3) , 6–4"
],
[
"6",
"Winner",
"18 May 2009",
"Fergana , Uzbekistan",
"Hard",
"Samuel Groth",
"4–6, 7–5, 7–6 (7–4)"
],
[
"7",
"Winner",
"26 October 2009",
"Seoul , South Korea",
"Hard",
"Dušan Lojda",
"6–4, 6–2"
],
[
"8",
"Runner-up",
"8 November 2010",
"Urtijëi , Italy",
"Carpet (I)",
"Michał Przysiężny",
"3–6, 5–7"
],
[
"9",
"Winner",
"25 September 2011",
"İzmir , Turkey",
"Hard",
"Marsel İlhan",
"6–4, 6–3"
],
[
"10",
"Winner",
"20 November 2011",
"Bratislava , Slovakia",
"Hard",
"Ričardas Berankis",
"7–6 (9–7) , 6–2"
],
[
"11",
"Runner-up",
"14 October 2012",
"Tashkent , Uzbekistan",
"Hard",
"Uladzimir Ignatik",
"3–6, 6–7 (3–7)"
],
[
"12",
"Winner",
"18 November 2012",
"Helsinki , Finland",
"Hard",
"Jarkko Nieminen",
"6–3, 6–4"
],
[
"13",
"Runner-up",
"21 July 2013",
"Grandby , Canada",
"Hard",
"Frank Dancevic",
"4–6,7–6,3–6"
]
] |
[
{
"Formula": "MIN(FILTER(C1, (B1<8.574)*(E1>8.532)))",
"Formula2": "MIN(FILTER(C2:C13, (B2:B13<8.574)*(E2:E13>8.532)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Which smallest swimsuit number's interview was less than 8.574 when the average number was bigger than 8.532?",
"Tokens": [
"MIN(",
"FILTER(",
"C1",
"B1",
"<",
"8.574",
"*",
"E1",
">",
"8.532"
]
},
{
"Formula": "MIN(FILTER(B1, (C1<9.322)*(D1>9.259)*(E1=9.321)))",
"Formula2": "MIN(FILTER(B2:B13, (C2:C13<9.322)*(D2:D13>9.259)*(E2:E13=9.321)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Which smallest interview number had a swimsuit stat of less than 9.322, an evening gown score of more than 9.259, and an average number of 9.321?",
"Tokens": [
"MIN(",
"FILTER(",
"B1",
"C1",
"<",
"9.322",
"*",
"D1",
">",
"9.259",
"*",
"E1",
"=",
"9.321"
]
},
{
"Formula": "MAX(FILTER(E1, (A1=\"texas\")*(C1>8.839)))",
"Formula2": "MAX(FILTER(E2:E13, (A2:A13=\"texas\")*(C2:C13>8.839)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the highest mean number for Texas when the swimsuit stat was more than 8.839?",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"A1",
"=",
"\"texas\"",
"*",
"C1",
">",
"8.839"
]
},
{
"Formula": "AVERAGE(FILTER(D1, E1=8.686))",
"Formula2": "AVERAGE(FILTER(D2:D13, E2:E13=8.686))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the mean evening gown number when the average is 8.686?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"E1",
"=",
"8.686"
]
},
{
"Formula": "SUM(FILTER(D1, (A1=\"new jersey\")*(B1<9.344)))",
"Formula2": "SUM(FILTER(D2:D13, (A2:A13=\"new jersey\")*(B2:B13<9.344)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the sum number of evening gown stats for New Jersey when the interview was less than 9.344?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"A1",
"=",
"\"new jersey\"",
"*",
"B1",
"<",
"9.344"
]
}
] | test_2-12063332-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"State",
"Interview",
"Swimsuit",
"Evening Gown",
"Average"
],
[
"2",
"Michigan",
"9.261",
"9.364",
"9.489",
"9.371"
],
[
"3",
"New Jersey",
"9.344",
"9.206",
"9.414",
"9.321"
],
[
"4",
"Alaska",
"9.111",
"9.322",
"9.218",
"9.217"
],
[
"5",
"Kentucky",
"8.981",
"9.100",
"9.289",
"9.123"
],
[
"6",
"South Carolina",
"8.848",
"9.139",
"9.259",
"9.082"
],
[
"7",
"Georgia",
"8.683",
"9.325",
"9.100",
"9.036"
],
[
"8",
"District of Columbia",
"8.577",
"9.078",
"9.157",
"8.937"
],
[
"9",
"Tennessee",
"8.739",
"8.903",
"9.023",
"8.888"
],
[
"10",
"Texas",
"8.922",
"8.839",
"8.869",
"8.876"
],
[
"11",
"Illinois",
"8.622",
"8.772",
"9.176",
"8.856"
],
[
"12",
"Mississippi",
"8.574",
"8.694",
"8.792",
"8.686"
],
[
"13",
"Ohio",
"8.481",
"8.370",
"8.746",
"8.532"
]
] |
[
{
"Formula": "MIN(FILTER(C1, (D1<10)*(G1=0)*(E1<3)*(F1>5)))",
"Formula2": "MIN(FILTER(C2:C16, (D2:D16<10)*(G2:G16=0)*(E2:E16<3)*(F2:F16>5)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "what is the lowest solo when assisted is less than 10, td's is 0, sack is less than 3 and yards is more than 5?",
"Tokens": [
"MIN(",
"FILTER(",
"C1",
"D1",
"<",
"10",
"*",
"G1",
"=",
"0",
"*",
"E1",
"<",
"3",
"*",
"F1",
">",
"5"
]
},
{
"Formula": "SUM(FILTER(D1, (C1=6)*(E1<5)))",
"Formula2": "SUM(FILTER(D2:D16, (C2:C16=6)*(E2:E16<5)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "what is the assisted when the solo is 6 and sack is less than 5?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"C1",
"=",
"6",
"*",
"E1",
"<",
"5"
]
},
{
"Formula": "MAX(FILTER(G1, (E1<13)*(B1<8)*(F1<0)))",
"Formula2": "MAX(FILTER(G2:G16, (E2:E16<13)*(B2:B16<8)*(F2:F16<0)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "what is the highest td's when the sack is less than 13, tackles is less than 8 and yards is less than 0?",
"Tokens": [
"MAX(",
"FILTER(",
"G1",
"E1",
"<",
"13",
"*",
"B1",
"<",
"8",
"*",
"F1",
"<",
"0"
]
}
] | train_2-11938731-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Player",
"Tackles",
"Solo",
"Assisted",
"Sack",
"Yards",
"TD's"
],
[
"2",
"Joel Gueli",
"31",
"29",
"4",
"3",
"31",
"1"
],
[
"3",
"Craig Walls",
"19",
"15",
"8",
"13",
"0",
"0"
],
[
"4",
"Russell Hairston",
"17.5",
"16",
"0",
"0",
"50",
"1"
],
[
"5",
"Creig Federico",
"17",
"12",
"10",
"3",
"0",
"0"
],
[
"6",
"Scott Dmitrenko",
"15",
"13",
"4",
"3",
"0",
"0"
],
[
"7",
"Mike Stoops",
"14.5",
"11",
"7",
"0",
"0",
"0"
],
[
"8",
"John McClennon",
"12.5",
"9",
"7",
"0",
"5",
"0"
],
[
"9",
"Ricky Mitchell",
"11",
"10",
"2",
"2",
"0",
"0"
],
[
"10",
"Jim Rafferty",
"10.5",
"8",
"2",
"0",
"4",
"0"
],
[
"11",
"Thomas Weaver",
"9",
"7",
"4",
"3",
"2",
"0"
],
[
"12",
"Earnest Adams",
"8",
"6",
"4",
"5",
"0",
"0"
],
[
"13",
"Mike Powell",
"6",
"5",
"2",
"0",
"0",
"0"
],
[
"14",
"Greg Best",
"6",
"6",
"0",
"0",
"0",
"0"
],
[
"15",
"Willis Yates",
"5",
"4",
"2",
"6",
"0",
"0"
],
[
"16",
"Lee Larsen",
"2.5",
"2",
"1",
"0",
"0",
"0"
]
] |
[
{
"Formula": "FILTER(I1,F1=\"tyson chandler (6)\")",
"Formula2": "FILTER(I2:I14,F2:F14=\"tyson chandler (6)\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is Record, when High Rebounds is \"Tyson Chandler (6)\"?",
"Tokens": [
"FILTER(",
"I1",
"F1",
"=",
"\"tyson chandler (6)\""
]
},
{
"Formula": "FILTER(B1,H1=\"td banknorth garden 18,624\")",
"Formula2": "FILTER(B2:B14,H2:H14=\"td banknorth garden 18,624\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is Date, when Location Attendance is \"TD Banknorth Garden 18,624\"?",
"Tokens": [
"FILTER(",
"B1",
"H1",
"=",
"\"td banknorth garden 18,624\""
]
},
{
"Formula": "AVERAGE(FILTER(A1,B1=\"december 23\"))",
"Formula2": "AVERAGE(FILTER(A2:A14,B2:B14=\"december 23\"))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the average Game, when Date is \"December 23\"?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"A1",
"B1",
"=",
"\"december 23\""
]
},
{
"Formula": "FILTER(D1,C1=\"@ memphis\")",
"Formula2": "FILTER(D2:D14,C2:C14=\"@ memphis\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is Score, when Team is \"@ Memphis\"?",
"Tokens": [
"FILTER(",
"D1",
"C1",
"=",
"\"@ memphis\""
]
}
] | dev_2-17288861-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
[
"2",
"16",
"December 3",
"Phoenix",
"W 104–91 (OT)",
"Predrag Stojaković , Chris Paul (24)",
"David West (14)",
"Chris Paul (15)",
"New Orleans Arena 15,804",
"10–6"
],
[
"3",
"17",
"December 6",
"Memphis",
"W 106–87 (OT)",
"Chris Paul (21)",
"James Posey (7)",
"Chris Paul (11)",
"New Orleans Arena 16,822",
"11–6"
],
[
"4",
"18",
"December 10",
"Charlotte",
"W 105–89 (OT)",
"David West , Predrag Stojaković (17)",
"Tyson Chandler (11)",
"Chris Paul (15)",
"New Orleans Arena 15,750",
"12–6"
],
[
"5",
"19",
"December 12",
"@ Boston",
"L 82–94 (OT)",
"David West (23)",
"David West (14)",
"Chris Paul (14)",
"TD Banknorth Garden 18,624",
"12–7"
],
[
"6",
"20",
"December 14",
"@ Toronto",
"W 99–91 (OT)",
"David West (29)",
"James Posey (10)",
"Chris Paul (12)",
"Air Canada Centre 18,537",
"13–7"
],
[
"7",
"21",
"December 16",
"@ Memphis",
"W 91–84 (OT)",
"David West , Chris Paul (18)",
"Tyson Chandler (6)",
"Chris Paul (9)",
"FedExForum 10,231",
"14–7"
],
[
"8",
"22",
"December 17",
"San Antonio",
"W 90–83 (OT)",
"David West (21)",
"Tyson Chandler (11)",
"Chris Paul (12)",
"New Orleans Arena 16,593",
"15–7"
],
[
"9",
"23",
"December 20",
"Sacramento",
"W 99–90 (OT)",
"Chris Paul (34)",
"Tyson Chandler (8)",
"Chris Paul (9)",
"New Orleans Arena 16,869",
"16–7"
],
[
"10",
"24",
"December 23",
"L.A. Lakers",
"L 87–100 (OT)",
"Rasual Butler , Chris Paul (17)",
"Tyson Chandler (10)",
"Chris Paul (10)",
"New Orleans Arena 18,405",
"16–8"
],
[
"11",
"25",
"December 25",
"@ Orlando",
"L 68–88 (OT)",
"David West (13)",
"David West (7)",
"Chris Paul (4)",
"Amway Arena 17,461",
"16–9"
],
[
"12",
"26",
"December 26",
"Houston",
"W 88–79 (OT)",
"Chris Paul (26)",
"Tyson Chandler (12)",
"Chris Paul (10)",
"New Orleans Arena 18,326",
"17–9"
],
[
"13",
"27",
"December 28",
"@ Indiana",
"W 105–103 (OT)",
"James Posey , Chris Paul (19)",
"David West (10)",
"Chris Paul (12)",
"Conseco Fieldhouse 14,374",
"18–9"
],
[
"14",
"28",
"December 30",
"Washington",
"W 97–85 (OT)",
"Rasual Butler (21)",
"Tyson Chandler (11)",
"Chris Paul (16)",
"New Orleans Arena 18,021",
"19–9"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"electric\")*(B1=\"calgary\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(C2:C6=\"electric\")*(B2:B6=\"calgary\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the date for traction type electric with calgary location?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"electric\"",
"*",
"B1",
"=",
"\"calgary\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"30 sep 1913\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"30 sep 1913\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which date has date started from 30 Sep 1913?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"30 sep 1913\"",
"5"
]
}
] | train_2-16927321-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name of System",
"Location",
"Traction Type",
"Date (From)",
"Date (To)"
],
[
"2",
"Calgary Municipal Railway",
"Calgary",
"Electric",
"5 Jul 1909 25 May 1981",
"29 Dec 1950 -"
],
[
"3",
"Edmonton Radial Railway",
"Edmonton",
"Electric",
"30 Oct 1908 22 Apr 1978",
"1 Sep 1951 -"
],
[
"4",
"Edmonton Radial Railway",
"Edmonton",
"Petrol (gasoline)",
"30 Sep 1913",
"1 Apr 1914"
],
[
"5",
"Lake Louise Tramway",
"Lake Louise",
"Petrol (gasoline)",
"1912",
"1930"
],
[
"6",
"Lethbridge Municipal Railway",
"Lethbridge",
"Electric",
"Sep 1912",
"8 Sep 1947"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=65),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,E2:E8=65),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "If new entries this round is 65, what is the round?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"65",
"1"
]
},
{
"Formula": "MAXIFS(B1,F1,\"Süper Lig\")",
"Formula2": "MAXIFS(B2:B8,F2:F8,\"Süper Lig\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "If leagues entering this round is Süper Lig, what is the maximum amount of clubs remaining?",
"Tokens": [
"MAXIFS(",
"B1",
"F1",
"\"Süper Lig\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=8),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,D2:D8=8),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "If the winners from the previous round is 8, what is the round?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"8",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Semi-finals\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"Semi-finals\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "If the round is the semi-finals, what are the new entries this round?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Semi-finals\"",
"5"
]
}
] | train_1-1859269-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Round",
"Clubs remaining",
"Clubs involved",
"Winners from previous round",
"New entries this round",
"Leagues entering at this round"
],
[
"2",
"First round",
"156",
"86",
"none",
"86",
"TFF Third League & Turkish Regional Amateur League"
],
[
"3",
"Second round",
"113",
"108",
"43",
"65",
"Süper Lig & TFF First League & TFF Second League"
],
[
"4",
"Third round",
"59",
"54",
"54",
"none",
"none"
],
[
"5",
"Fourth round",
"32",
"32",
"27",
"5",
"Süper Lig"
],
[
"6",
"Fifth round",
"16",
"16",
"16",
"none",
"none"
],
[
"7",
"Group stage",
"8",
"8",
"8",
"none",
"none"
],
[
"8",
"Semi-finals",
"4",
"4",
"4",
"none",
"none"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(E1, A1=67)))",
"Formula2": "ROWS(UNIQUE(FILTER(E2:E15, A2:A15=67)))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "medium",
"Question": "How many high points were there in the game 67?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"E1",
"A1",
"=",
"67"
]
}
] | train_1-11960944-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
[
"2",
"59",
"March 1",
"@ LA Clippers",
"W 103–73",
"Prince (22)",
"Maxiell (8)",
"Prince (10)",
"Staples Center 19,271",
"43–16"
],
[
"3",
"60",
"March 4",
"Seattle",
"W 100–97",
"Prince (24)",
"Maxiell (9)",
"Billups (9)",
"The Palace of Auburn Hills 22,076",
"44–16"
],
[
"4",
"61",
"March 5",
"@ Boston",
"L 90–78",
"Billups , Wallace (23)",
"Prince (10)",
"Billups (7)",
"TD Banknorth Garden 18,624",
"44–17"
],
[
"5",
"62",
"March 7",
"@ New York",
"W 101–97",
"Prince (28)",
"Prince (7)",
"Billups (5)",
"Madison Square Garden 19,763",
"45–17"
],
[
"6",
"63",
"March 9",
"Chicago",
"W 116–109",
"Billups (34)",
"McDyess (10)",
"Hamilton (7)",
"The Palace of Auburn Hills 22,076",
"46–17"
],
[
"7",
"64",
"March 12",
"Philadelphia",
"L 83–82",
"Wallace (17)",
"McDyess (11)",
"Hamilton (4)",
"The Palace of Auburn Hills 22,076",
"46–18"
],
[
"8",
"65",
"March 14",
"San Antonio",
"W 84–80",
"Hamilton (25)",
"McDyess (17)",
"Billups (8)",
"The Palace of Auburn Hills 22,076",
"47–18"
],
[
"9",
"66",
"March 16",
"New Orleans",
"W 105–84",
"Hayes (29)",
"McDyess (11)",
"Hamilton (6)",
"The Palace of Auburn Hills 22,076",
"48–18"
],
[
"10",
"67",
"March 18",
"Denver",
"W 136–120",
"Hamilton (24)",
"Maxiell , McDyess (7)",
"Billups (10)",
"The Palace of Auburn Hills 22,076",
"49–18"
],
[
"11",
"68",
"March 19",
"@ Cleveland",
"L 89–73",
"Wallace (16)",
"McDyess (11)",
"Hamilton (7)",
"Quicken Loans Arena 20,562",
"49–19"
],
[
"12",
"69",
"March 23",
"@ Washington",
"L 95–83",
"Hamilton (19)",
"McDyess (14)",
"Billups (11)",
"Verizon Center 20,173",
"49–20"
],
[
"13",
"70",
"March 24",
"Phoenix",
"W 110–105",
"Billups (32)",
"Wallace (9)",
"Billups (6)",
"The Palace of Auburn Hills 22,076",
"50–20"
],
[
"14",
"71",
"March 26",
"@ Toronto",
"L 89–82",
"Billups (24)",
"Prince (8)",
"Billups (9)",
"Air Canada Centre 19,800",
"50–21"
],
[
"15",
"72",
"March 27",
"Miami",
"W 85–69",
"Afflalo , Maxiell (15)",
"Prince (8)",
"Billups (11)",
"The Palace of Auburn Hills 22,076",
"51–21"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"canada\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)=188))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E11,D2:D11=\"canada\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)=188))",
"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": "Name the club team for overall of 188 for canada",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"canada\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"5",
"SUMX(",
"CHOOSECOLS(",
"query1",
"2",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"188"
]
},
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=74))",
"Formula2": "LET(query1,SUMMARIZE(D2:D11,SUMX(B2:B11)),FILTER(query1,CHOOSECOLS(query1,2)=74))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Name the nationality of the player with an overall of 74",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"74"
]
}
] | train_2-11803648-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Round",
"Overall",
"Player",
"Nationality",
"Club team"
],
[
"2",
"1",
"15",
"Mathieu Chouinard",
"Canada",
"Shawinigan Cataractes (QMJHL)"
],
[
"3",
"2",
"44",
"Mike Fisher",
"Canada",
"Sudbury Wolves (OHL)"
],
[
"4",
"2",
"58",
"Chris Bala",
"United States",
"Harvard University (NCAA)"
],
[
"5",
"3",
"74",
"Julien Vauclair",
"Switzerland",
"Lugano (Switzerland)"
],
[
"6",
"4",
"101",
"Petr Schastlivy",
"Russia",
"Yaroslavl Torpedo (Russia)"
],
[
"7",
"5",
"130",
"Gavin McLeod",
"Canada",
"Kelowna Rockets (WHL)"
],
[
"8",
"6",
"161",
"Chris Neil",
"Canada",
"North Bay Centennials (OHL)"
],
[
"9",
"7",
"188",
"Michel Periard",
"Canada",
"Shawinigan Cataractes (QMJHL)"
],
[
"10",
"8",
"223",
"Sergei Verenkin",
"Russia",
"Yaroslavl Torpedo (Russia)"
],
[
"11",
"9",
"246",
"Rastislav Pavlikovsky",
"Slovakia",
"Utah Grizzlies (IHL)"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,E1=\"andrew bynum (23)\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I17,E2:E17=\"andrew bynum (23)\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What high assists has the high points of andrew bynum (23)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"E1",
"=",
"\"andrew bynum (23)\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"charlotte\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I17,C2:C17=\"charlotte\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What score is the team of charlotte?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"charlotte\"",
"4"
]
}
] | train_2-17190012-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
[
"2",
"31",
"January 2",
"Utah",
"W 113–100 (OT)",
"Kobe Bryant (40)",
"Pau Gasol (11)",
"Pau Gasol (6)",
"Staples Center 18,997",
"26–5"
],
[
"3",
"32",
"January 4",
"Portland",
"W 100–86 (OT)",
"Kobe Bryant (26)",
"Andrew Bynum (10)",
"Derek Fisher (5)",
"Staples Center 18,997",
"27–5"
],
[
"4",
"33",
"January 6",
"New Orleans",
"L 105–116 (OT)",
"Kobe Bryant (39)",
"Pau Gasol , Andrew Bynum (8)",
"Kobe Bryant (7)",
"Staples Center 18,997",
"27–6"
],
[
"5",
"34",
"January 7",
"@ Golden State",
"W 114–106 (OT)",
"Pau Gasol (33)",
"Pau Gasol (18)",
"Derek Fisher (8)",
"Oracle Arena 19,596",
"28–6"
],
[
"6",
"35",
"January 9",
"Indiana",
"W 121–119 (OT)",
"Kobe Bryant (36)",
"Pau Gasol (11)",
"Kobe Bryant (13)",
"Staples Center 18,997",
"29–6"
],
[
"7",
"36",
"January 11",
"Miami",
"W 108–105 (OT)",
"Andrew Bynum (24)",
"Pau Gasol (18)",
"Derek Fisher (11)",
"Staples Center 18,997",
"30–6"
],
[
"8",
"37",
"January 13",
"@ Houston",
"W 105–100 (OT)",
"Kobe Bryant (33)",
"Kobe Bryant , Pau Gasol (7)",
"Kobe Bryant , Pau Gasol , Lamar Odom (4)",
"Toyota Center 18,557",
"31–6"
],
[
"9",
"38",
"January 14",
"@ San Antonio",
"L 111–112 (OT)",
"Kobe Bryant (29)",
"Kobe Bryant (7)",
"Kobe Bryant (10)",
"AT&T Center 18,797",
"31–7"
],
[
"10",
"39",
"January 16",
"Orlando",
"L 103–109 (OT)",
"Kobe Bryant (28)",
"Kobe Bryant (13)",
"Kobe Bryant (11)",
"Staples Center 18,997",
"31–8"
],
[
"11",
"40",
"January 19",
"Cleveland",
"W 105–88 (OT)",
"Pau Gasol (22)",
"Pau Gasol (13)",
"Kobe Bryant (12)",
"Staples Center 18,997",
"32–8"
],
[
"12",
"41",
"January 21",
"@ L.A. Clippers",
"W 108–97 (OT)",
"Andrew Bynum (42)",
"Andrew Bynum (15)",
"Kobe Bryant (12)",
"Staples Center 19,627",
"33–8"
],
[
"13",
"42",
"January 22",
"Washington",
"W 117–97 (OT)",
"Andrew Bynum (23)",
"Andrew Bynum (14)",
"Derek Fisher (8)",
"Staples Center 18,997",
"34–8"
],
[
"14",
"43",
"January 25",
"San Antonio",
"W 99–85 (OT)",
"Kobe Bryant (22)",
"Andrew Bynum (11)",
"Pau Gasol , Derek Fisher (4)",
"Staples Center 18,997",
"35–8"
],
[
"15",
"44",
"January 27",
"Charlotte",
"L 110–117 (2OT)",
"Kobe Bryant (38)",
"Andrew Bynum (14)",
"Derek Fisher (6)",
"Staples Center 18,997",
"35–9"
],
[
"16",
"45",
"January 30",
"@ Minnesota",
"W 132–119 (OT)",
"Kobe Bryant (30)",
"Andrew Bynum (15)",
"Kobe Bryant (5)",
"Target Center 19,111",
"36–9"
],
[
"17",
"46",
"January 31",
"@ Memphis",
"W 115–98 (OT)",
"Kobe Bryant (25)",
"Pau Gasol (8)",
"Kobe Bryant (7)",
"FedExForum 18,119",
"37–9"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"vishnu\")*(E1=\"durga\")*(A1=\"ganapati\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(B2:B6=\"vishnu\")*(E2:E6=\"durga\")*(A2:A6=\"ganapati\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is in the south-west next to Vishnu on the east, Durga on the west, and in the center of Ganapati?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"vishnu\"",
"*",
"E1",
"=",
"\"durga\"",
"*",
"A1",
"=",
"\"ganapati\"",
"4"
]
}
] | train_2-16327510-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Center",
"North East",
"South East",
"South West",
"North West"
],
[
"2",
"Ganapati",
"Vishnu",
"Shiva",
"Surya (Sun)",
"Durga"
],
[
"3",
"Surya (Sun)",
"Shiva",
"Ganapati",
"Vishnu",
"Durga"
],
[
"4",
"Vishnu",
"Shiva",
"Ganapati",
"Surya (Sun)",
"Durga"
],
[
"5",
"Shiva",
"Vishnu",
"Surya (Sun)",
"Ganapati",
"Durga"
],
[
"6",
"Durga (Devi)",
"Vishnu",
"Shiva",
"Ganapati",
"Surya (Sun)"
]
] |
[
{
"Formula": "SUMIFS(F1,E1,\"2-1\")",
"Formula2": "SUMIFS(F2:F10,E2:E10,\"2-1\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What were the starting odds for the opening odds of 2-1?",
"Tokens": [
"SUMIFS(",
"F1",
"E1",
"\"2-1\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"4-1\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G10,E2:E10=\"4-1\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the jockey with opening odds of 4-1?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"4-1\"",
"4"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(D1, C1=\"Eoin Harty\")))",
"Formula2": "ROWS(UNIQUE(FILTER(D2:D10, C2:C10=\"Eoin Harty\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "HOw many jockeys had eoin harty as a trainer",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"D1",
"C1",
"=",
"\"Eoin Harty\""
]
},
{
"Formula": "SUMIFS(A1,B1,\"Chocolate Candy\")",
"Formula2": "SUMIFS(A2:A10,B2:B10,\"Chocolate Candy\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Which post had the horse named chocolate candy?",
"Tokens": [
"SUMIFS(",
"A1",
"B1",
"\"Chocolate Candy\""
]
}
] | train_1-22517564-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Post",
"Horse name",
"Trainer",
"Jockey",
"Opening Odds",
"Starting Odds",
"Finishing Pos."
],
[
"2",
"1",
"Chocolate Candy",
"Jerry Hollendorfer",
"Garrett Gomez",
"10-1",
"9.50",
"9"
],
[
"3",
"2",
"Dunkirk",
"Todd Pletcher",
"John Velazquez",
"4-1",
"4.60",
"2"
],
[
"4",
"3",
"Mr. Hot Stuff",
"Eoin Harty",
"Edgar Prado",
"15-1",
"22.60",
"8"
],
[
"5",
"4",
"Summer Bird",
"Tim Ice",
"Kent Desormeaux",
"12-1",
"11.90",
"1"
],
[
"6",
"5",
"Luv Gov",
"D. Wayne Lukas",
"Miguel Mena",
"20-1",
"22.40",
"5"
],
[
"7",
"6",
"Charitable Man",
"Kiaran McLaughlin",
"Alan Garcia",
"3-1",
"4.60",
"4"
],
[
"8",
"7",
"Mine That Bird",
"Bennie L. Woolley, Jr.",
"Calvin Borel",
"2-1",
"1.25",
"3"
],
[
"9",
"8",
"Flying Private",
"D. Wayne Lukas",
"Julien Leparoux",
"12-1",
"17.30",
"6"
],
[
"10",
"9",
"Miner's Escape",
"Nick Zito",
"Joze Lezcano",
"15-1",
"22.00",
"10"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"გაღმა ნაპირი\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,C2:C12=\"გაღმა ნაპირი\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "which year was the original title გაღმა ნაპირი",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"გაღმა ნაპირი\"",
"1"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(A1, B1=\"27 Missing Kisses\")))",
"Formula2": "ROWS(UNIQUE(FILTER(A2:A12, B2:B12=\"27 Missing Kisses\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "how many times was 27 missing kisses used in nomination",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"A1",
"B1",
"=",
"\"27 Missing Kisses\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Otar Iosseliani\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,D2:D12=\"Otar Iosseliani\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "when was otar iosseliani's film selected",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"Otar Iosseliani\"",
"1"
]
}
] | train_1-18069789-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year [e ] (Ceremony)",
"Film title used in nomination",
"Original title",
"Director",
"Main Language(s)",
"Result"
],
[
"2",
"1996 (69th)",
"A Chef in Love",
"შეყვარებული მზარეულის 1001 რეცეპტი",
"Nana Dzhordzhadze",
"French , Georgian",
"Nominee"
],
[
"3",
"1999 (72nd)",
"Here Comes the Dawn",
"აქ თენდება",
"Zaza Urushadze",
"Georgian",
"Not Nominated"
],
[
"4",
"2000 (73rd)",
"27 Missing Kisses",
"ზაფხული, ანუ 27 მოპარული კოცნა",
"Nana Dzhordzhadze",
"Georgian , Russian",
"Not Nominated"
],
[
"5",
"2001 (74th)",
"Migration of the Angel",
"ანგელოზის გადაფრენა",
"Nodar Managadze",
"Georgian",
"Not Nominated"
],
[
"6",
"2005 (78th)",
"Tbilisi, Tbilisi",
"თბილისი-თბილისი",
"Levan Zaqareishvili",
"Georgian",
"Not Nominated"
],
[
"7",
"2007 (80th)",
"Russian Triangle",
"რუსული სამკუთხედი",
"Aleko Tsabadze",
"Russian",
"Not Nominated"
],
[
"8",
"2008 (81st)",
"Mediator",
"მედიატორი",
"Dito Tsintsadze",
"English , German , Russian",
"Not Nominated"
],
[
"9",
"2009 (82nd)",
"The Other Bank",
"გაღმა ნაპირი",
"George Ovashvili",
"Georgian , Abkhaz , Russian",
"Not Nominated"
],
[
"10",
"2010 (83rd)",
"Street Days",
"ქუჩის დღეები",
"Levan Koguashvili",
"Georgian",
"Not Nominated"
],
[
"11",
"2011 (84th)",
"Chantrapas",
"შანტრაპა",
"Otar Iosseliani",
"French , Georgian",
"Not Nominated"
],
[
"12",
"2012 (85th)",
"Keep Smiling",
"გაიღიმეთ",
"Rusudan Chkonia",
"Georgian",
"Not Nominated"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"united states\")*(D1=\"71-71=142\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(C2:C13=\"united states\")*(D2:D13=\"71-71=142\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the to par of the United States with the score of 71-71=142?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"united states\"",
"*",
"D1",
"=",
"\"71-71=142\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"71-70=141\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"71-70=141\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What place had a score of 71-70=141?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"71-70=141\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"72-69=141\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"72-69=141\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which player had a score of 72-69=141?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"72-69=141\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"t7\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=\"t7\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the score of T7 place?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"t7\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"ben hogan\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,B2:B13=\"ben hogan\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What place is Ben Hogan?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"ben hogan\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"e\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"e\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What place has a to par of E?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"e\"",
"1"
]
}
] | train_2-17290135-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par"
],
[
"2",
"1",
"Peter Thomson",
"Australia",
"70-69=139",
"–1"
],
[
"3",
"2",
"Ben Hogan",
"United States",
"72-68=140",
"E"
],
[
"4",
"T3",
"Jerry Barber",
"United States",
"72-69=141",
"+1"
],
[
"5",
"T3",
"Wes Ellis",
"United States",
"71-70=141",
"+1"
],
[
"6",
"T3",
"Ed Furgol",
"United States",
"71-70=141",
"+1"
],
[
"7",
"T3",
"Cary Middlecoff",
"United States",
"71-70=141",
"+1"
],
[
"8",
"T7",
"Julius Boros",
"United States",
"71-71=142",
"+2"
],
[
"9",
"T7",
"Ted Kroll",
"United States",
"72-70=142",
"+2"
],
[
"10",
"T7",
"Arnold Palmer",
"United States",
"72-70=142",
"+2"
],
[
"11",
"T10",
"Fred Haas",
"United States",
"72-71=143",
"+3"
],
[
"12",
"T10",
"Billy Maxwell",
"United States",
"72-71=143",
"+3"
],
[
"13",
"T10",
"Frank Taylor, Jr. (a)",
"United States",
"72-71=143",
"+3"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:H1,E1=\"air canada centre\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,6)),SUMX(CHOOSECOLS(query1,8)))),FILTER(query1,(CHOOSECOLS(query1,2)>17033)*(CHOOSECOLS(query1,3)<3)))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:H11,E2:E11=\"air canada centre\"),SUMMARIZE(CHOOSECOLS(query1,7),SUMX(CHOOSECOLS(query1,6)),SUMX(CHOOSECOLS(query1,8)))),FILTER(query1,(CHOOSECOLS(query1,2)>17033)*(CHOOSECOLS(query1,3)<3)))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num",
"*",
"CHOOSECOLS(",
"query1",
"Num",
"<",
"Num"
],
"Level": "hard",
"Question": "Which record has an Attendance larger than 17,033, and a Location of air canada centre, and less than 3 points?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"H1",
"E1",
"=",
"\"air canada centre\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"7",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"SUMX(",
"CHOOSECOLS(",
"query1",
"8",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"17033",
"*",
"CHOOSECOLS(",
"query1",
"3",
"<",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(D1=\"3–2\")*(G1=\"3–2–3\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H11,(D2:D11=\"3–2\")*(G2:G11=\"3–2–3\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which location has a Score of 3–2, and a Record of 3–2–3?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"D1",
"=",
"\"3–2\"",
"*",
"G1",
"=",
"\"3–2–3\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"october 29, 2008\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H11,B2:B11=\"october 29, 2008\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which score has a Date of october 29, 2008?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"B1",
"=",
"\"october 29, 2008\"",
"4"
]
}
] | test_2-16864968-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Game",
"Date",
"Opponent",
"Score",
"Location",
"Attendance",
"Record",
"Points"
],
[
"2",
"1",
"October 9, 2008",
"@ Detroit Red Wings",
"3–2",
"Joe Louis Arena",
"20,066",
"1–0–0",
"2"
],
[
"3",
"2",
"October 11, 2008",
"Montreal Canadiens",
"1–6",
"Air Canada Centre",
"19,370",
"1–1–0",
"2"
],
[
"4",
"3",
"October 13, 2008",
"St. Louis Blues",
"4–5 (SO)",
"Air Canada Centre",
"19,045",
"1–1–1",
"3"
],
[
"5",
"4",
"October 17, 2008",
"@ New York Rangers",
"0–1 (SO)",
"Madison Square Garden",
"18,200",
"1–1–2",
"4"
],
[
"6",
"5",
"October 18, 2008",
"@ Pittsburgh Penguins",
"1–4",
"Mellon Arena",
"17,033",
"1–2–2",
"4"
],
[
"7",
"6",
"October 21, 2008",
"Anaheim Ducks",
"2–3 (SO)",
"Air Canada Centre",
"19,222",
"1–2–3",
"5"
],
[
"8",
"7",
"October 23, 2008",
"@ Boston Bruins",
"4–2",
"TD Banknorth Garden",
"12,274",
"2–2–3",
"7"
],
[
"9",
"8",
"October 25, 2008",
"Ottawa Senators",
"3–2",
"Air Canada Centre",
"19,232",
"3–2–3",
"9"
],
[
"10",
"9",
"October 28, 2008",
"Tampa Bay Lightning",
"2–3",
"Air Canada Centre",
"19,348",
"3–3–3",
"9"
],
[
"11",
"10",
"October 29, 2008",
"@ New Jersey Devils",
"6–5 (SO)",
"Prudential Center",
"14,119",
"4–3–3",
"11"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)>13))",
"Formula2": "LET(query1,SUMMARIZE(C2:C15,SUMX(A2:A15)),FILTER(query1,CHOOSECOLS(query1,2)>13))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Who is the opponent for the game that occurred after week 13?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"13"
]
}
] | train_2-15093587-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Attendance"
],
[
"2",
"1",
"September 18, 1972",
"at Minnesota Vikings",
"W 24-21",
"47,900"
],
[
"3",
"2",
"September 24, 1972",
"St. Louis Cardinals",
"W 24-10",
"53,039"
],
[
"4",
"3",
"October 1, 1972",
"at New England Patriots",
"L 24-23",
"60,999"
],
[
"5",
"4",
"October 8, 1972",
"Philadelphia Eagles",
"W 14-0",
"53,039"
],
[
"6",
"5",
"October 15, 1972",
"at St. Louis Cardinals",
"W 33-3",
"50,454"
],
[
"7",
"6",
"October 22, 1972",
"Dallas Cowboys",
"W 24-20",
"53,039"
],
[
"8",
"7",
"October 29, 1972",
"at New York Giants",
"W 23-16",
"62,878"
],
[
"9",
"8",
"November 5, 1972",
"at New York Jets",
"W 35-17",
"63,962"
],
[
"10",
"9",
"November 12, 1972",
"New York Giants",
"W 27-13",
"53,039"
],
[
"11",
"10",
"November 20, 1972",
"Atlanta Falcons",
"W 24-13",
"53,034"
],
[
"12",
"11",
"November 26, 1972",
"Green Bay Packers",
"W 21-16",
"53,039"
],
[
"13",
"12",
"December 3, 1972",
"at Philadelphia Eagles",
"W 23-7",
"65,720"
],
[
"14",
"13",
"December 9, 1972",
"at Dallas Cowboys",
"L 34-24",
"65,136"
],
[
"15",
"14",
"December 17, 1972",
"Buffalo Bills",
"L 24-17",
"53,039"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=11))",
"Formula2": "LET(query1,SUMMARIZE(D2:D17,SUMX(A2:A17)),FILTER(query1,CHOOSECOLS(query1,2)=11))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What was the result of the game on week 11?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"11"
]
},
{
"Formula": "SUM(FILTER(G1, (F1=\"rich stadium\")*(C1=\"miami dolphins\")*(A1>2)))",
"Formula2": "SUM(FILTER(G2:G17, (F2:F17=\"rich stadium\")*(C2:C17=\"miami dolphins\")*(A2:A17>2)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "After week 2, how many people attended the game at Rich Stadium against the Miami Dolphins?",
"Tokens": [
"SUM(",
"FILTER(",
"G1",
"F1",
"=",
"\"rich stadium\"",
"*",
"C1",
"=",
"\"miami dolphins\"",
"*",
"A1",
">",
"2"
]
}
] | train_2-16028479-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Record",
"Game Site",
"Attendance"
],
[
"2",
"1",
"September 4, 1988",
"Minnesota Vikings",
"W 13–10",
"1–0",
"Rich Stadium",
"76,783"
],
[
"3",
"2",
"September 11, 1988",
"Miami Dolphins",
"W 9–6",
"2–0",
"Rich Stadium",
"79,520"
],
[
"4",
"3",
"September 18, 1988",
"at New England Patriots",
"W 16–14",
"3–0",
"Sullivan Stadium",
"55,945"
],
[
"5",
"4",
"September 25, 1988",
"Pittsburgh Steelers",
"W 36–28",
"4–0",
"Rich Stadium",
"78,735"
],
[
"6",
"5",
"October 2, 1988",
"at Chicago Bears",
"L 24–3",
"4–1",
"Soldier Field",
"62,793"
],
[
"7",
"6",
"October 9, 1988",
"Indianapolis Colts",
"W 34–23",
"5–1",
"Rich Stadium",
"76,018"
],
[
"8",
"7",
"October 17, 1988",
"at New York Jets",
"W 37–14",
"6–1",
"The Meadowlands",
"70,218"
],
[
"9",
"8",
"October 23, 1988",
"New England Patriots",
"W 23–20",
"7–1",
"Rich Stadium",
"76,824"
],
[
"10",
"9",
"October 30, 1988",
"Green Bay Packers",
"W 28–0",
"8–1",
"Rich Stadium",
"79,176"
],
[
"11",
"10",
"November 6, 1988",
"at Seattle Seahawks",
"W 13–3",
"9–1",
"Kingdome",
"61,074"
],
[
"12",
"11",
"November 14, 1988",
"at Miami Dolphins",
"W 31–6",
"10–1",
"Joe Robbie Stadium",
"67,091"
],
[
"13",
"12",
"November 20, 1988",
"New York Jets",
"W 9–6 (OT)",
"11–1",
"Rich Stadium",
"78,389"
],
[
"14",
"13",
"November 27, 1988",
"at Cincinnati Bengals",
"L 35–21",
"11–2",
"Riverfront Stadium",
"58,672"
],
[
"15",
"14",
"December 4, 1988",
"at Tampa Bay Buccaneers",
"L 10–5",
"11–3",
"Tampa Stadium",
"49,498"
],
[
"16",
"15",
"December 11, 1988",
"Los Angeles Raiders",
"W 37–21",
"12–3",
"Rich Stadium",
"77,348"
],
[
"17",
"16",
"December 18, 1988",
"at Indianapolis Colts",
"L 17–14",
"12–4",
"Hoosier Dome",
"59,908"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Eldon\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"Eldon\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the total number of status for eldon",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"Eldon\"",
"2"
]
},
{
"Formula": "SUMIFS(C1,A1,\"Balmoral\")",
"Formula2": "SUMIFS(C2:C7,A2:A7,\"Balmoral\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the area km 2 for balmoral",
"Tokens": [
"SUMIFS(",
"C1",
"A1",
"\"Balmoral\""
]
}
] | test_1-171361-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Official Name",
"Status",
"Area km 2",
"Population",
"Census Ranking"
],
[
"2",
"Addington",
"Parish",
"1024.99",
"2727",
"1,064 of 5,008"
],
[
"3",
"Dalhousie",
"Parish",
"121.73",
"2323",
"1,205 of 5,008"
],
[
"4",
"Saint-Quentin",
"Parish",
"2,478.88",
"1578",
"1,549 of 5,008"
],
[
"5",
"Durham",
"Parish",
"410.28",
"1303",
"1,736 of 5,008"
],
[
"6",
"Eldon",
"Parish",
"1,681.51",
"779",
"2,406 of 5,008"
],
[
"7",
"Balmoral",
"Parish",
"1,098.18",
"619",
"2,726 of 5,008"
]
] |
[
{
"Formula": "SUMIFS(A1,C1,\"terry cook\")",
"Formula2": "SUMIFS(A2:A12,C2:C12,\"terry cook\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "When was terry cook picked?",
"Tokens": [
"SUMIFS(",
"A1",
"C1",
"\"terry cook\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"todd hammel\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,C2:C12=\"todd hammel\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What position is todd hammel?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"todd hammel\"",
"4"
]
}
] | train_2-11468831-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pick",
"Round",
"Player",
"Position",
"School"
],
[
"2",
"4",
"Round 1",
"Keith McCants",
"Linebacker",
"Alabama"
],
[
"3",
"30",
"Round 2",
"Reggie Cobb",
"Running Back",
"Tennessee"
],
[
"4",
"87",
"Round 4",
"Jess Anderson",
"Tight End",
"Mississippi State"
],
[
"5",
"108",
"Round 4",
"Tony Mayberry",
"Center",
"Wake Forest"
],
[
"6",
"114",
"Round 5",
"Ian Beckles",
"Guard",
"Indiana"
],
[
"7",
"141",
"Round 6",
"Derrick Douglas",
"Running Back",
"Louisiana Tech"
],
[
"8",
"171",
"Round 7",
"Donnie Gardner",
"Defensive End",
"Kentucky"
],
[
"9",
"224",
"Round 9",
"Terry Cook",
"Defensive End",
"Fresno State"
],
[
"10",
"254",
"Round 10",
"Mike Busch",
"Tight End",
"Iowa State"
],
[
"11",
"281",
"Round 11",
"Terry Anthony",
"Wide Receiver",
"Florida State"
],
[
"12",
"307",
"Round 12",
"Todd Hammel",
"Quarterback",
"Stephen F. Austin"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"richmond\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"richmond\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the name of the venue when the home team is Richmond?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"richmond\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"15.14 (104)\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"15.14 (104)\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the date of the game when the away team score is 15.14 (104)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"15.14 (104)\"",
"7"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,B1=\"13.7 (85)\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>21122))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G7,B2:B7=\"13.7 (85)\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>21122))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Who is the away team when the crowd is larger than 21,122 and the home team score is 13.7 (85)?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"13.7 (85)\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"3",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"21122"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"princes park\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"princes park\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the home team score when the venue is Princes Park?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"princes park\"",
"2"
]
}
] | train_2-10887680-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Hawthorn",
"12.24 (96)",
"Geelong",
"8.13 (61)",
"Princes Park",
"11,066",
"3 June 1978"
],
[
"3",
"Richmond",
"12.14 (86)",
"Fitzroy",
"11.14 (80)",
"MCG",
"21,122",
"3 June 1978"
],
[
"4",
"North Melbourne",
"13.7 (85)",
"Essendon",
"12.10 (82)",
"Arden Street Oval",
"28,828",
"3 June 1978"
],
[
"5",
"South Melbourne",
"24.18 (162)",
"Melbourne",
"14.8 (92)",
"Lake Oval",
"15,738",
"5 June 1978"
],
[
"6",
"Footscray",
"19.11 (125)",
"Carlton",
"15.14 (104)",
"Western Oval",
"30,197",
"5 June 1978"
],
[
"7",
"Collingwood",
"18.23 (131)",
"St Kilda",
"14.13 (97)",
"VFL Park",
"72,669",
"5 June 1978"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:I1,C1=\"new orleans\"),SUMMARIZE(CHOOSECOLS(query1,8),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>2))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:I6,C2:C6=\"new orleans\"),SUMMARIZE(CHOOSECOLS(query1,8),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>2))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What is the location and attendance after game 2, and the team New Orleans?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"new orleans\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"8",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"2"
]
}
] | train_2-17355408-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",
"1",
"April 19",
"New Orleans",
"W 113–84 (OT)",
"Billups (36)",
"Nenê (14)",
"Billups (8)",
"Pepsi Center 19,536",
"1–0"
],
[
"3",
"2",
"April 22",
"New Orleans",
"W 108–93 (OT)",
"Billups (31)",
"Nenê (8)",
"Anthony (9)",
"Pepsi Center 19,623",
"2–0"
],
[
"4",
"3",
"April 25",
"@ New Orleans",
"L 93–95 (OT)",
"Anthony (25)",
"Martin (10)",
"Billups (6)",
"New Orleans Arena 17,489",
"2–1"
],
[
"5",
"4",
"April 27",
"@ New Orleans",
"W 121–63 (OT)",
"Anthony (26)",
"Andersen (8)",
"Billups (8)",
"New Orleans Arena 17,236",
"3–1"
],
[
"6",
"5",
"April 29",
"New Orleans",
"W 107–86 (OT)",
"Anthony (34)",
"Andersen , Martin , Nenê (7)",
"Billups (11)",
"Pepsi Center 19,744",
"4–1"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"February 18\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I12,B2:B12=\"February 18\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what team play in february 18 in the supersonic season ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"B1",
"=",
"\"February 18\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Boston Celtics\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I12,C2:C12=\"Boston Celtics\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the score in february 12 of the boston celtics team",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"C1",
"=",
"\"Boston Celtics\"",
"4"
]
}
] | train_1-17382360-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
[
"2",
"43",
"February 2",
"@ Indiana Pacers",
"L 100-106",
"G. Payton (19)",
"D. McKey (7)",
"G. Payton (5)",
"Market Square Arena 13,064",
"20–23"
],
[
"3",
"44",
"February 4",
"@ Charlotte Hornets",
"W 100-93",
"E. Johnson (34)",
"M. Cage (18)",
"G. Payton (9)",
"Charlotte Coliseum 23,901",
"21–23"
],
[
"4",
"45",
"February 6",
"Los Angeles Clippers",
"W 107-104",
"E. Johnson (27)",
"S. Kemp (7)",
"G. Payton (9)",
"Seattle Center Coliseum 12,021",
"22–23"
],
[
"5",
"46",
"February 12",
"Boston Celtics",
"L 111-114",
"E. Johnson (29)",
"M. Cage (10)",
"G. Payton (13)",
"Seattle Center Coliseum 14,594",
"22–24"
],
[
"6",
"47",
"February 14",
"@ Orlando Magic",
"W 102-90",
"D. McKey (21)",
"D. McKey , O. Polynice (9)",
"N. McMillan (7)",
"Orlando Arena 15,077",
"23–24"
],
[
"7",
"48",
"February 16",
"@ Atlanta Hawks",
"L 113-122",
"D. McKey (30)",
"O. Polynice (9)",
"S. Threatt (9)",
"Omni Coliseum 15,924",
"23–25"
],
[
"8",
"49",
"February 18",
"@ Detroit Pistons",
"L 83-85",
"E. Johnson (20)",
"S. Kemp (13)",
"N. McMillan (7)",
"The Palace of Auburn Hills 21,454",
"23–26"
],
[
"9",
"50",
"February 19",
"@ Philadelphia 76ers",
"L 104-107 (OT)",
"R. Pierce (18)",
"S. Kemp (12)",
"G. Payton (7)",
"The Spectrum 15,248",
"23–27"
],
[
"10",
"51",
"February 21",
"@ New York Knicks",
"W 120-101",
"R. Pierce (26)",
"S. Kemp (13)",
"N. McMillan , G. Payton , S. Threatt (5)",
"Madison Square Garden 12,515",
"24–27"
],
[
"11",
"52",
"February 23",
"Phoenix Suns",
"L 110-120",
"S. Kemp (25)",
"S. Kemp (11)",
"G. Payton (11)",
"Seattle Center Coliseum 14,692",
"24–28"
],
[
"12",
"53",
"February 24",
"Utah Jazz",
"W 103-91",
"S. Threatt (30)",
"M. Cage (14)",
"G. Payton (16)",
"Seattle Center Coliseum 12,080",
"25–28"
]
] |
[
{
"Formula": "SUMIFS(F1,C1,\"argentina\")",
"Formula2": "SUMIFS(F2:F11,C2:C11,\"argentina\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "what is the money for argentina?",
"Tokens": [
"SUMIFS(",
"F1",
"C1",
"\"argentina\""
]
},
{
"Formula": "SUMIFS(F1,B1,\"trevor immelman\")",
"Formula2": "SUMIFS(F2:F11,B2:B11,\"trevor immelman\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "what is the money for trevor immelman?",
"Tokens": [
"SUMIFS(",
"F1",
"B1",
"\"trevor immelman\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"ireland\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,C2:C11=\"ireland\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "what is the place for ireland?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"ireland\"",
"1"
]
}
] | train_2-12531523-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Place",
"Player",
"Country",
"Score",
"To par",
"Money ( $ )"
],
[
"2",
"1",
"Trevor Immelman",
"South Africa",
"68-68-69-75=280",
"–8",
"1,350,000"
],
[
"3",
"2",
"Tiger Woods",
"United States",
"72-71-68-72=283",
"–5",
"810,000"
],
[
"4",
"T3",
"Stewart Cink",
"United States",
"72-69-71-72=284",
"–4",
"435,000"
],
[
"5",
"T3",
"Brandt Snedeker",
"United States",
"69-68-70-77=284",
"–4",
"435,000"
],
[
"6",
"T5",
"Steve Flesch",
"United States",
"72-67-69-78=286",
"–2",
"273,750"
],
[
"7",
"T5",
"Pádraig Harrington",
"Ireland",
"74-71-69-72=286",
"–2",
"273,750"
],
[
"8",
"T5",
"Phil Mickelson",
"United States",
"71-68-75-72=286",
"–2",
"273,750"
],
[
"9",
"T8",
"Miguel Ángel Jiménez",
"Spain",
"77-70-72-68=287",
"–1",
"217,500"
],
[
"10",
"T8",
"Robert Karlsson",
"Sweden",
"70-73-71-73=287",
"–1",
"217,500"
],
[
"11",
"T8",
"Andrés Romero",
"Argentina",
"72-72-70-73=287",
"–1",
"217,500"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Year They Were Born\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,B2:B12=\"Year They Were Born\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "With theme the Year They Were Born, what is the song of choice?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Year They Were Born\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=7)*(B1=\"Motown\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,(E2:E12=7)*(B2:B12=\"Motown\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "With order number 7 and the theme is Motown, who were the original artists?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"7",
"*",
"B1",
"=",
"\"Motown\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Bette Midler\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,D2:D12=\"Bette Midler\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "With an original artist names Bette Midler, what is the order number?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"Bette Midler\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Tina Turner\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,D2:D12=\"Tina Turner\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "With original artist of Tina Turner, what is the week number?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"Tina Turner\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"N/A\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,B2:B12=\"N/A\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the original artist with a theme of N/A?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"N/A\"",
"4"
]
}
] | train_1-21501565-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Week #",
"Theme",
"Song choice",
"Original artist",
"Order #",
"Result"
],
[
"2",
"Audition",
"N/A",
"\" All I Do \"",
"Stevie Wonder",
"N/A",
"Advanced"
],
[
"3",
"Hollywood",
"First Solo",
"\" I Will Always Love You \"",
"Dolly Parton",
"N/A",
"Advanced"
],
[
"4",
"Hollywood",
"Group Performance",
"\" Get Ready \"",
"The Temptations",
"N/A",
"Advanced"
],
[
"5",
"Hollywood",
"Second Solo",
"\" If I Ain't Got You \"",
"Alicia Keys",
"N/A",
"Advanced"
],
[
"6",
"Top 36/Semi-Final 3",
"Billboard Hot 100 Hits to Date",
"\" Be Without You \"",
"Mary J. Blige",
"12",
"Advanced"
],
[
"7",
"Top 13",
"Michael Jackson",
"\" The Way You Make Me Feel \"",
"Michael Jackson",
"1",
"Safe"
],
[
"8",
"Top 11",
"Grand Ole Opry",
"\" Independence Day \"",
"Martina McBride",
"4",
"Safe"
],
[
"9",
"Top 10",
"Motown",
"\" (Love Is Like A) Heat Wave \"",
"Martha and the Vandellas",
"7",
"Safe"
],
[
"10",
"Top 9",
"Top Downloads",
"\" I Surrender \"",
"Celine Dion",
"7",
"Safe"
],
[
"11",
"Top 8",
"Year They Were Born",
"\" What's Love Got to Do with It \"",
"Tina Turner",
"3",
"Bottom 3"
],
[
"12",
"Top 7",
"Songs from the Cinema",
"\" The Rose \" - The Rose",
"Bette Midler",
"7",
"Bottom 2"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"~3,644,070\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,F2:F6=\"~3,644,070\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "How many broadband subscribers are there where the population is ~3,644,070?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"~3,644,070\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"~355,100\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,D2:D6=\"~355,100\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the broadband penetration where there are ~355,100 broadband subscribers?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"~355,100\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"~47,372\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"~47,372\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "How many broadband subscribers are there where there are ~47,372 users?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"~47,372\"",
"4"
]
}
] | test_2-12837881-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Year",
"Number of Users",
"Penetration",
"Number of Broadband Subscribers",
"Broadband Penetration",
"Population",
"Data provided by"
],
[
"2",
"2000",
"~47,372",
"1.3%",
"no data",
"no data",
"~3,644,070",
"ITU"
],
[
"3",
"2005",
"~525,663",
"14.6%",
"~10,400",
"0.28%",
"~3,600,436",
"ITU"
],
[
"4",
"2010",
"~1,151,000",
"32.3%",
"~269,100",
"7.53%",
"~3,563,695",
"ITU / ANRCETI"
],
[
"5",
"2011",
"~1,352,600",
"38.0%",
"~355,100",
"10.02%",
"~3,559,500",
"ITU / ANRCETI"
],
[
"6",
"2012",
"~1,543,700",
"43.4%",
"~417,200 (fixed) ~178,500 (mobile)",
"11.85% (fixed) 5.0% (mobile)",
"~3,559,500",
"ITU / ANRCETI"
]
] |
[
{
"Formula": "SUM(FILTER(D1, B1=91.3))",
"Formula2": "SUM(FILTER(D2:D13, B2:B13=91.3))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Which ERP W is the lowest one that has a Frequency MHz of 91.3?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"B1",
"=",
"91.3"
]
},
{
"Formula": "LET(query1,SUMMARIZE(E1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=107.5))",
"Formula2": "LET(query1,SUMMARIZE(E2:E13,SUMX(B2:B13)),FILTER(query1,CHOOSECOLS(query1,2)=107.5))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "Which Class has a Frequency MHz of 107.5?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"E1",
"SUMX(",
"B1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"107.5"
]
},
{
"Formula": "SUMIFS(B1,C1,\"byron, ga\")",
"Formula2": "SUMIFS(B2:B13,C2:C13,\"byron, ga\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Which Frequency MHz is the highest one that has a City of license of byron, ga?",
"Tokens": [
"SUMIFS(",
"B1",
"C1",
"\"byron, ga\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"wsja\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,A2:A13=\"wsja\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which FCC info has a Call sign of wsja?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"wsja\"",
"6"
]
}
] | train_2-14986573-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Call sign",
"Frequency MHz",
"City of license",
"ERP W",
"Class",
"FCC info"
],
[
"2",
"WLPE",
"91.7",
"Augusta, GA",
"1,150",
"A",
"FCC"
],
[
"3",
"WGPH",
"91.5",
"Vidalia, GA",
"31,000",
"C2",
"FCC"
],
[
"4",
"WWGF",
"107.5",
"Donalsonville, GA",
"6,000",
"A",
"FCC"
],
[
"5",
"WPWB",
"90.5",
"Byron, GA",
"16,500",
"C2",
"FCC"
],
[
"6",
"WLPF",
"98.5",
"Ocilla, GA",
"2,300",
"A",
"FCC"
],
[
"7",
"WZIQ",
"106.5",
"Smithville, GA",
"2,450",
"A",
"[http://www.fcc.gov/fcc-bin/fmq?call= WZIQ FCC]"
],
[
"8",
"WLPG",
"91.7",
"Florence, SC",
"20,000",
"C2",
"FCC"
],
[
"9",
"WPMA",
"102.7",
"Greensboro, GA",
"7,500",
"C3",
"FCC"
],
[
"10",
"WTHP",
"94.3",
"Gibson, GA",
"6,300",
"C3",
"FCC"
],
[
"11",
"WLPT",
"88.3",
"Jesup, GA",
"20,000",
"C1",
"FCC"
],
[
"12",
"WSJA",
"91.3",
"York, AL",
"5,000",
"A",
"FCC"
],
[
"13",
"WLGP",
"100.3",
"Jacksonville, NC",
"100,000",
"C1",
"[http://www.fcc.gov/fcc-bin/fmq?call= WLGP FCC]"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"115\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"115\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When was the aircraft introduced that could seat 115 people?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"115\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"replaced by 737-300s\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"replaced by 737-300s\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What year was the aircraft retired when it was replaced by 737-300s?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"replaced by 737-300s\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"—\")*(B1=2004)),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(C2:C7=\"—\")*(B2:B7=2004)),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What aircraft was introduced in 2004 and has a retired of —?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"—\"",
"*",
"B1",
"=",
"2004",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"148/9\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"148/9\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which aircraft has 148/9 seating?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"148/9\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"in service\")*(B1=2008)),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(E2:E7=\"in service\")*(B2:B7=2008)),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "How many people can be seated on the aircraft that was introduced in 2008 and has notes of in service?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"in service\"",
"*",
"B1",
"=",
"2008",
"4"
]
}
] | train_2-180466-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Aircraft",
"Introduced",
"Retired",
"Seating",
"Notes"
],
[
"2",
"Airbus A319-100",
"2004",
"—",
"156",
"In service"
],
[
"3",
"Airbus A320-200",
"2008",
"—",
"180",
"In service"
],
[
"4",
"Airbus A321-200",
"2008",
"2010",
"220",
"Inherited from GB Airways"
],
[
"5",
"Boeing 737-204",
"1995",
"1996",
"115",
"Replaced by 737-300s"
],
[
"6",
"Boeing 737-300",
"1996",
"2007",
"148/9",
"Replaced by A319s"
],
[
"7",
"Boeing 737-700",
"2000",
"2011",
"149",
"Replaced by A319s and A320s"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Florida 13\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,A2:A15=\"Florida 13\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who are the candidates in Florida 13 district?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Florida 13\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=1988),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,D2:D15=1988),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "How many different pairs of candidates were there for the district first elected in 1988?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"1988",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Florida 10\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,A2:A15=\"Florida 10\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who were candidates in Florida 10 district?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Florida 10\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Florida 9\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,A2:A15=\"Florida 9\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What party got elected in Florida 9 district?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"A1",
"=",
"\"Florida 9\"",
"3"
]
}
] | train_1-19753079-12 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"Florida 4",
"Ander Crenshaw",
"Republican",
"2000",
"Re-elected",
"Ander Crenshaw (R) 77.2% Troy Stanley (I) 22.8%"
],
[
"3",
"Florida 5",
"Ginny Brown-Waite",
"Republican",
"2002",
"Retired Republican hold",
"Rich Nugent (R) 67.4% Jim Piccillo (D) 32.6%"
],
[
"4",
"Florida 6",
"Cliff Stearns",
"Republican",
"1988",
"Re-elected",
"Cliff Stearns (R) 71.5% Steve Schonberg (I) 28.5%"
],
[
"5",
"Florida 7",
"John Mica",
"Republican",
"1992",
"Re-elected",
"John Mica (R) 69.0% Heather Beaven (D) 31.0%"
],
[
"6",
"Florida 9",
"Gus Bilirakis",
"Republican",
"2006",
"Re-elected",
"Gus Bilirakis (R) 71.4% Anita de Palma (D) 28.6%"
],
[
"7",
"Florida 10",
"Bill Young",
"Republican",
"1970",
"Re-elected",
"Bill Young (R) 65.9% Charlie Justice (D) 34.1%"
],
[
"8",
"Florida 11",
"Kathy Castor",
"Democratic",
"2006",
"Re-elected",
"Kathy Castor (D) 59.6% Mike Prendergast (R) 40.4%"
],
[
"9",
"Florida 13",
"Vern Buchanan",
"Republican",
"2006",
"Re-elected",
"Vern Buchanan (R) 68.9% James Golden (D) 31.1%"
],
[
"10",
"Florida 15",
"Bill Posey",
"Republican",
"2008",
"Re-elected",
"Bill Posey (R) 64.7% Shannon Roberts (D) 35.3%"
],
[
"11",
"Florida 16",
"Tom Rooney",
"Republican",
"2008",
"Re-elected",
"Tom Rooney (R) 66.9% Jim Horn (D) 33.1%"
],
[
"12",
"Florida 19",
"Ted Deutch",
"Democratic",
"2010",
"Re-elected",
"Ted Deutch (D) 62.6% Joe Budd (R) 37.3%"
],
[
"13",
"Florida 21",
"Lincoln Diaz-Balart",
"Republican",
"1992",
"Retired Republican hold",
"Mario Diaz-Balart (R) unopposed"
],
[
"14",
"Florida 21",
"Mario Diaz-Balart (Moved from 25th district)",
"Republican",
"2002",
"Re-elected",
"Mario Diaz-Balart (R) unopposed"
],
[
"15",
"Florida 22",
"Ron Klein",
"Democratic",
"2006",
"Lost re-election Republican gain",
"Allen West (R) 54.4% Ron Klein (D) 45.6%"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"jack cole\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,D2:D8=\"jack cole\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What year was jack cole nominated?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"jack cole\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"howard bay and patton campbell\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,D2:D8=\"howard bay and patton campbell\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What award ceremony was howard bay and patton campbell nominated?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"howard bay and patton campbell\"",
"2"
]
}
] | train_2-177860-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Award Ceremony",
"Category",
"Nominee",
"Result"
],
[
"2",
"1966",
"Tony Award",
"Best Musical",
"Best Musical",
"Won"
],
[
"3",
"1966",
"Tony Award",
"Best Performance by a Leading Actor in a Musical",
"Richard Kiley",
"Won"
],
[
"4",
"1966",
"Tony Award",
"Best Direction of a Musical",
"Albert Marre",
"Won"
],
[
"5",
"1966",
"Tony Award",
"Best Original Score",
"Mitch Leigh and Joe Darion",
"Won"
],
[
"6",
"1966",
"Tony Award",
"Best Choreography",
"Jack Cole",
"Nominated"
],
[
"7",
"1966",
"Tony Award",
"Best Scenic Design",
"Howard Bay",
"Won"
],
[
"8",
"1966",
"Tony Award",
"Best Costume Design",
"Howard Bay and Patton Campbell",
"Nominated"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"chito victolero\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"chito victolero\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What college has Chito Victolero?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"chito victolero\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"jojo manalo\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"jojo manalo\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What college has Jojo Manalo?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"jojo manalo\"",
"5"
]
},
{
"Formula": "SUM(FILTER(A1, (E1=\"perpetual help\")*(D1=\"coca-cola tigers\")))",
"Formula2": "SUM(FILTER(A2:A9, (E2:E9=\"perpetual help\")*(D2:D9=\"coca-cola tigers\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What is the pick number for the College of Perpetual help with the Coca-Cola Tigers as a PBA team?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"E1",
"=",
"\"perpetual help\"",
"*",
"D1",
"=",
"\"coca-cola tigers\""
]
}
] | train_2-10810530-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Pick",
"Player",
"Country of origin*",
"PBA team",
"College"
],
[
"2",
"11",
"Gilbert Lao",
"Philippines",
"Coca-Cola Tigers",
"Santo Tomas"
],
[
"3",
"12",
"Christian Nicdao",
"Philippines",
"Talk 'N Text Phone Pals",
"Far Eastern"
],
[
"4",
"13",
"Chito Victolero",
"Philippines",
"Sta. Lucia Realtors",
"Mapua"
],
[
"5",
"14",
"Rainier Sison",
"Philippines",
"Shell Turbo Chargers",
"Ateneo de Manila"
],
[
"6",
"15",
"Edwin Bacani",
"Philippines",
"Shell Turbo Chargers",
"Far Eastern"
],
[
"7",
"16",
"Gilbert Malabanan",
"Philippines",
"Barangay Ginebra Kings",
"Perpetual Help"
],
[
"8",
"17",
"Jojo Manalo",
"Philippines",
"Coca-Cola Tigers",
"Perpetual Help"
],
[
"9",
"18",
"Alvin Castro",
"Philippines",
"San Miguel Beermen",
"La Salle-Manila"
]
] |
[
{
"Formula": "SUM(FILTER(E1, A1=5))",
"Formula2": "SUM(FILTER(E2:E15, A2:A15=5))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is Attendance, when Week is 5?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"A1",
"=",
"5"
]
}
] | test_2-15915981-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Attendance"
],
[
"2",
"1",
"September 16, 1973",
"San Francisco 49ers",
"W 21–13",
"68,275"
],
[
"3",
"2",
"September 23, 1973",
"at Oakland Raiders",
"L 7–12",
"74,121"
],
[
"4",
"3",
"September 30, 1973",
"New England Patriots",
"W 44–23",
"62,508"
],
[
"5",
"4",
"October 7, 1973",
"New York Jets",
"W 31–3",
"63,850"
],
[
"6",
"5",
"October 15, 1973",
"at Cleveland Browns",
"W 17–9",
"70,070"
],
[
"7",
"6",
"October 21, 1973",
"Buffalo Bills",
"W 27–6",
"65,241"
],
[
"8",
"7",
"October 28, 1973",
"at New England Patriots",
"W 30–14",
"57,617"
],
[
"9",
"8",
"November 4, 1973",
"at New York Jets",
"W 24–14",
"57,791"
],
[
"10",
"9",
"November 11, 1973",
"Baltimore Colts",
"W 44–0",
"60,332"
],
[
"11",
"10",
"November 18, 1973",
"at Buffalo Bills",
"W 17–0",
"77,138"
],
[
"12",
"11",
"November 22, 1973",
"at Dallas Cowboys",
"W 14–7",
"58,089"
],
[
"13",
"12",
"December 3, 1973",
"Pittsburgh Steelers",
"W 30–26",
"68,901"
],
[
"14",
"13",
"December 9, 1973",
"at Baltimore Colts",
"L 3–16",
"58,446"
],
[
"15",
"14",
"December 15, 1973",
"Detroit Lions",
"W 34–7",
"53,375"
]
] |
[
{
"Formula": "SUM(FILTER(D1, E1<1))",
"Formula2": "SUM(FILTER(D2:D7, E2:E7<1))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "How many UK events won for the contestant that won under 1 US event?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"E1",
"<",
"1"
]
},
{
"Formula": "SUMIFS(E1,A1,\"jason bennett\")",
"Formula2": "SUMIFS(E2:E7,A2:A7,\"jason bennett\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many US events did jason bennett win?",
"Tokens": [
"SUMIFS(",
"E1",
"A1",
"\"jason bennett\""
]
}
] | train_2-12538190-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name",
"From",
"Discipline",
"Events won (UK Series)",
"Events won (US Series)"
],
[
"2",
"Bradley Johnson",
"United States Oklahoma",
"Strongman",
"2",
"3"
],
[
"3",
"Corey Rennell",
"United States Alaska",
"Outdoorsman",
"0",
"0"
],
[
"4",
"Jason Bennett",
"United States Florida",
"BMX racer and Tree surgeon",
"2",
"3"
],
[
"5",
"Mark Boban",
"United Kingdom Birmingham",
"Kickboxing and Salsa Dance",
"1",
"1"
],
[
"6",
"Rajko Radovic",
"United Kingdom Middlesex",
"Fitness Guru",
"2",
"3"
],
[
"7",
"Richard Massey",
"United Kingdom Oxford",
"Cricket and Rugby",
"1",
"2"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"David Nalbandian\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H8,F2:F8=\"David Nalbandian\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "In what edition is Ungur's opponent David Nalbandian?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"F1",
"=",
"\"David Nalbandian\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,(G1=\"Lose\")*(B1=\"Play-off\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H8,(G2:G8=\"Lose\")*(B2:B8=\"Play-off\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When was the win/lose lose and the round a play-off?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"G1",
"=",
"\"Lose\"",
"*",
"B1",
"=",
"\"Play-off\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"Sergiy Stakhovsky\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H8,F2:F8=\"Sergiy Stakhovsky\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "In what round did he play against Sergiy Stakhovsky?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"H1",
"F1",
"=",
"\"Sergiy Stakhovsky\"",
"2"
]
}
] | test_1-24099476-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Edition",
"Round",
"Date",
"Against",
"Surface",
"Opponent",
"Win/Lose",
"Result"
],
[
"2",
"2010 Europe/Africa Zone Group I",
"QF",
"7–8 May 2010",
"Ukraine",
"Clay",
"Sergiy Stakhovsky",
"Lose",
"2–6, 7–6 (7–3) , 5–7, 5–7"
],
[
"3",
"2010 World Group Play-offs",
"Play-off",
"17–19 September 2010",
"Ecuador",
"Clay",
"Giovanni Lapentti",
"Win",
"6–7 (2–7) , 4–6, 6–3, 6–4, 6–1"
],
[
"4",
"2010 World Group Play-offs",
"Play-off",
"17–19 September 2010",
"Ecuador",
"Clay",
"Emilio Gómez",
"Win",
"6–3, 6–4"
],
[
"5",
"2011 World Group",
"1R",
"4–6 March 2011",
"Argentina",
"Clay",
"David Nalbandian",
"Lose",
"3–6, 2–6, 7–5, 4–6"
],
[
"6",
"2011 World Group",
"1R",
"4–6 March 2011",
"Argentina",
"Clay",
"Juan Mónaco",
"Win",
"6–4, 2–6, 6–3"
],
[
"7",
"2011 World Group Play-offs",
"Play-off",
"16–18 September 2011",
"Czech Republic",
"Clay",
"Radek Štěpánek",
"Lose",
"3–6, 2–6, 0–6"
],
[
"8",
"2013 Europe/Africa Zone Group I",
"1R",
"1–3 February 2013",
"Denmark",
"Hard (indoor)",
"Martin Pedersen",
"Win",
"6–2, 7–6 (7–3) , 4–6, 4–6, 6–2"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"caphouse colliery\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=\"caphouse colliery\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What year did the Caphouse Colliery railway close?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"caphouse colliery\"",
"3"
]
}
] | train_2-16767662-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Name",
"Opened",
"Closed",
"Length",
"Location"
],
[
"2",
"Campbeltown and Machrihanish Light Railway",
"1877",
"1932",
"miles (km)",
"Mull of Kintyre , Scotland"
],
[
"3",
"Caphouse Colliery",
"1988",
"present",
"c. yards (m)",
"National Coal Mining Museum , Wakefield"
],
[
"4",
"Corris Railway",
"1859",
"present",
"miles (km)",
"Machynlleth , Wales"
],
[
"5",
"Hendra China Stone Quarry",
"1860s",
"after 1967",
"Unknown",
"Nanpean , England"
],
[
"6",
"Huncoat Colliery",
"Unknown",
"1968?",
"Unknown",
"Huncoat , England"
],
[
"7",
"Plynlimon and Hafan Tramway",
"1897",
"1899",
"miles (km)",
"Talybont , Wales"
],
[
"8",
"Quarry Close China Stone Works",
"1863",
"1973",
"Unknown",
"Nanpean , England"
],
[
"9",
"Talyllyn Railway",
"1865",
"Present",
"miles (km)",
"Tywyn , Wales"
],
[
"10",
"York Gasworks Company",
"1915",
"1959",
"c. feet (m)",
"York , England"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"mcg\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"mcg\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the home team at MCG?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"mcg\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"carlton\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"carlton\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was Carlton's away team opponents?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"carlton\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"south melbourne\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"south melbourne\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was home team South Melbourne's opponents score?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"south melbourne\"",
"4"
]
}
] | train_2-10809823-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Richmond",
"17.15 (117)",
"Essendon",
"17.22 (124)",
"MCG",
"51,548",
"5 April 1980"
],
[
"3",
"North Melbourne",
"7.14 (56)",
"Collingwood",
"7.19 (61)",
"Arden Street Oval",
"24,363",
"5 April 1980"
],
[
"4",
"Melbourne",
"22.8 (140)",
"Fitzroy",
"17.14 (116)",
"VFL Park",
"28,802",
"5 April 1980"
],
[
"5",
"Carlton",
"14.25 (109)",
"Geelong",
"15.14 (104)",
"Princes Park",
"32,614",
"7 April 1980"
],
[
"6",
"St Kilda",
"11.17 (83)",
"Hawthorn",
"15.26 (116)",
"Moorabbin Oval",
"22,265",
"7 April 1980"
],
[
"7",
"South Melbourne",
"14.17 (101)",
"Footscray",
"10.13 (73)",
"Lake Oval",
"19,191",
"7 April 1980"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"inside soap awards\")*(D1=\"best actress\")*(A1=2007)),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,(C2:C19=\"inside soap awards\")*(D2:D19=\"best actress\")*(A2:A19=2007)),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What film won best actress at the 2007 Inside Soap Awards?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"inside soap awards\"",
"*",
"D1",
"=",
"\"best actress\"",
"*",
"A1",
"=",
"2007",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"best dramatic performance\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,D2:D19=\"best dramatic performance\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What character won the best dramatic performance award?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"best dramatic performance\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"jacqui mcqueen\")*(A1<2011)),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F19,(F2:F19=\"jacqui mcqueen\")*(A2:A19<2011)),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num",
"Num"
],
"Level": "medium",
"Question": "In what category was character Jacqui Mcqueen nominated before 2011?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"jacqui mcqueen\"",
"*",
"A1",
"<",
"2011",
"4"
]
}
] | test_2-11086216-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Year",
"Result",
"Award",
"Category",
"Film or series",
"Character"
],
[
"2",
"2007",
"Nominated*",
"Inside Soap Awards",
"Best Actress",
"Hollyoaks",
"Jacqui McQueen"
],
[
"3",
"2009",
"Nominated*",
"Inside Soap Awards",
"Best Actress",
"Hollyoaks",
"Jacqui McQueen"
],
[
"4",
"2009",
"Won",
"Inside Soap Awards",
"Best Family (for McQueen family )",
"Hollyoaks",
"Jacqui McQueen"
],
[
"5",
"2010",
"Nominated*",
"Inside Soap Awards",
"Best Actress",
"Hollyoaks",
"Jacqui McQueen"
],
[
"6",
"2011",
"Nominated*",
"National Television Awards",
"Outstanding Serial Drama Performance",
"Hollyoaks",
"Jacqui McQueen"
],
[
"7",
"2011",
"Nominated",
"All About Soap Bubble Awards",
"Best Actress",
"Hollyoaks",
"Jacqui McQueen"
],
[
"8",
"2011",
"Shortlisted*",
"British Soap Awards",
"Best Actress",
"Hollyoaks",
"Jacqui McQueen"
],
[
"9",
"2011",
"Nominated",
"British Soap Awards",
"Best Dramatical Performance",
"Hollyoaks",
"Jacqui McQueen"
],
[
"10",
"2011",
"Nominated*",
"TV Choice Awards",
"Best Soap Actress",
"Hollyoaks",
"Jacqui McQueen"
],
[
"11",
"2011",
"Shortlisted*",
"Inside Soap Awards",
"Best Actress",
"Hollyoaks",
"Jacqui McQueen"
],
[
"12",
"2011",
"Nominated*",
"Inside Soap Awards",
"Best Dramatical Performance",
"Hollyoaks",
"Jacqui McQueen"
],
[
"13",
"2011",
"Nominated*",
"Inside Soap Awards",
"Best Wedding",
"Hollyoaks",
"Jacqui McQueen"
],
[
"14",
"2011",
"Nominated",
"Royal Television Society North West Awards",
"Best Performance in a Continuing Drama",
"Hollyoaks",
"Jacqui McQueen"
],
[
"15",
"2012",
"Nominated*",
"National Television Awards",
"Outstanding Serial Drama Performance",
"Hollyoaks",
"Jacqui McQueen"
],
[
"16",
"2012",
"Nominated",
"Shorty Awards",
"Best Actress",
"n/a",
"n/a"
],
[
"17",
"2012",
"Nominated",
"All About Soap Awards",
"Best Actress",
"Hollyoaks",
"Jacqui McQueen"
],
[
"18",
"2013",
"Won",
"British Soap Awards",
"Best Actress",
"Hollyoaks",
"Jacqui McQueen"
],
[
"19",
"2013",
"Nominated",
"British Soap Awards",
"Best Dramatic Performance",
"Hollyoaks",
"Jacqui McQueen"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"10.24%\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G20,C2:C20=\"10.24%\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the other value associated with a Christianity value of 10.24%?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"10.24%\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(F1=\"0.13%\")*(E1=\"0.01%\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G20,(F2:F20=\"0.13%\")*(E2:E20=\"0.01%\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the Judaism percentage associated with Buddhism at 0.01% and Other at 0.13%?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"0.13%\"",
"*",
"E1",
"=",
"\"0.01%\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"0.08%\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G20,F2:F20=\"0.08%\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the percentage of Atheism associated with an other percentage of 0.08%?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"0.08%\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"52.32%\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G20,C2:C20=\"52.32%\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the percentage of Buddhists associated with a Christianity percentage of 52.32%?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"52.32%\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"2.51%\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G20,C2:C20=\"2.51%\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the percentage of Judaism associated with Christianity at 2.51%?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"2.51%\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"1.86%\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G20,G2:G20=\"1.86%\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the value of other religions associated with atheism at 1.86%?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"1.86%\"",
"6"
]
}
] | train_2-16642-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Ethnicity",
"Islam",
"Christianity",
"Judaism",
"Buddhism",
"Other",
"Atheism"
],
[
"2",
"TOTALS",
"70.20%",
"26.32%",
"0.03%",
"0.09%",
"0.02%",
"2.82%"
],
[
"3",
"Kazakh",
"98.34%",
"0.39%",
"0.02%",
"0.01%",
"0.02%",
"0.98%"
],
[
"4",
"Russian",
"1.43%",
"91.64%",
"0.04%",
"0.02%",
"0.03%",
"6.09%"
],
[
"5",
"Uzbek",
"99.05%",
"0.39%",
"0.01%",
"0.01%",
"0.02%",
"0.37%"
],
[
"6",
"Ukrainian",
"0.94%",
"90.74%",
"0.03%",
"0.01%",
"0.02%",
"7.31%"
],
[
"7",
"Uyghur",
"98.35%",
"0.51%",
"0.02%",
"0.01%",
"0.03%",
"0.61%"
],
[
"8",
"Tatar",
"79.57%",
"10.24%",
"0.02%",
"0.03%",
"0.06%",
"8.11%"
],
[
"9",
"German",
"1.58%",
"81.59%",
"0.05%",
"0.04%",
"0.11%",
"13.96%"
],
[
"10",
"Korean",
"5.24%",
"49.35%",
"0.21%",
"11.40%",
"0.14%",
"28.51%"
],
[
"11",
"Turkish",
"99.13%",
"0.30%",
"0.01%",
"0.01%",
"0.02%",
"0.33%"
],
[
"12",
"Azeri",
"94.81%",
"2.51%",
"0.02%",
"0.02%",
"0.03%",
"1.86%"
],
[
"13",
"Belorussian",
"0.79%",
"90.16%",
"0.04%",
"0.01%",
"0.03%",
"7.82%"
],
[
"14",
"Dungan",
"98.93%",
"0.37%",
"0.01%",
"0.03%",
"0.04%",
"0.34%"
],
[
"15",
"Kurdish",
"98.28%",
"0.53%",
"0.03%",
"0.02%",
"0.02%",
"0.74%"
],
[
"16",
"Tajik",
"97.78%",
"0.91%",
"0.01%",
"0.02%",
"0.08%",
"0.85%"
],
[
"17",
"Polish",
"0.69%",
"90.07%",
"0.04%",
"0.01%",
"0.13%",
"7.30%"
],
[
"18",
"Chechen",
"93.69%",
"2.99%",
"0.02%",
"0.01%",
"0.05%",
"2.08%"
],
[
"19",
"Kyrgyz",
"96.67%",
"0.89%",
"0.03%",
"0.03%",
"0.02%",
"1.51%"
],
[
"20",
"Others",
"34.69%",
"52.32%",
"0.82%",
"0.91%",
"0.13%",
"8.44%"
]
] |
[
{
"Formula": "SUMIFS(E1,C1,\"trevor gleeson\")",
"Formula2": "SUMIFS(E2:E11,C2:C11,\"trevor gleeson\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the total capacity for coach Trevor Gleeson?",
"Tokens": [
"SUMIFS(",
"E1",
"C1",
"\"trevor gleeson\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"andrej lemanis\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,C2:C11=\"andrej lemanis\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is home ground for coach Andrej Lemanis?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"andrej lemanis\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"trevor gleeson\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,C2:C11=\"trevor gleeson\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which region is Coach Trevor Gleeson in?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"trevor gleeson\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"nzl\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"nzl\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the home ground in region NZL?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"nzl\"",
"4"
]
}
] | test_2-16653153-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Team",
"Region",
"Coach",
"Home ground",
"Capacity"
],
[
"2",
"Adelaide 36ers",
"SA",
"Scott Ninnis",
"Distinctive Homes Dome",
"8,000"
],
[
"3",
"Cairns Taipans",
"QLD",
"Mark Beecroft",
"Cairns Convention Centre",
"5,300"
],
[
"4",
"Gold Coast Blaze",
"QLD",
"Brendan Joyce",
"Gold Coast Convention and Exhibition Centre",
"5,269"
],
[
"5",
"Melbourne Tigers",
"VIC",
"Alan Westover",
"State Netball Centre",
"3,500"
],
[
"6",
"New Zealand Breakers",
"NZL",
"Andrej Lemanis",
"North Shore Events Centre",
"4,400"
],
[
"7",
"Perth Wildcats",
"WA",
"Conner Henry",
"Challenge Stadium",
"4,500"
],
[
"8",
"South Dragons",
"VIC",
"Brian Goorjian",
"Hisense Arena",
"10,500"
],
[
"9",
"Sydney Spirit",
"NSW",
"Rob Beveridge",
"State Sports Centre",
"5,006"
],
[
"10",
"Townsville Crocodiles",
"QLD",
"Trevor Gleeson",
"Townsville Entertainment Centre",
"5,257"
],
[
"11",
"Wollongong Hawks",
"NSW",
"Eric Cooks",
"WIN Entertainment Centre",
"6,000"
]
] |
[
{
"Formula": "AVERAGE(FILTER(F1,A1=4))",
"Formula2": "AVERAGE(FILTER(F2:F15,A2:A15=4))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the average attendance at a week 4 game?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"F1",
"A1",
"=",
"4"
]
},
{
"Formula": "FILTER(E1,D1=\"l 24–14\")",
"Formula2": "FILTER(E2:E15,D2:D15=\"l 24–14\")",
"Funcs": [
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "What venue held that game with a result of l 24–14?",
"Tokens": [
"FILTER(",
"E1",
"D1",
"=",
"\"l 24–14\""
]
},
{
"Formula": "AVERAGE(FILTER(A1,(B1=\"november 22, 1964\")*(F1>\"48,065\")))",
"Formula2": "AVERAGE(FILTER(A2:A15,(B2:B15=\"november 22, 1964\")*(F2:F15>\"48,065\")))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Str"
],
"Level": "easy",
"Question": "What is the average week of the game on November 22, 1964 attended by 48,065?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"A1",
"B1",
"=",
"\"november 22, 1964\"",
"*",
"F1",
">",
"\"48,065\""
]
}
] | dev_2-14878026-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Venue",
"Attendance"
],
[
"2",
"1",
"September 13, 1964",
"Chicago Bears",
"W 23–12",
"City Stadium",
"42,327"
],
[
"3",
"2",
"September 20, 1964",
"Baltimore Colts",
"L 21–20",
"City Stadium",
"42,327"
],
[
"4",
"3",
"September 28, 1964",
"at Detroit Lions",
"W 14–10",
"Tiger Stadium",
"59,203"
],
[
"5",
"4",
"October 4, 1964",
"Minnesota Vikings",
"L 24–23",
"City Stadium",
"42,327"
],
[
"6",
"5",
"October 11, 1964",
"San Francisco 49ers",
"W 24–14",
"Milwaukee County Stadium",
"47,380"
],
[
"7",
"6",
"October 18, 1964",
"at Baltimore Colts",
"L 24–21",
"Memorial Stadium",
"60,213"
],
[
"8",
"7",
"October 25, 1964",
"Los Angeles Rams",
"L 27–17",
"Milwaukee County Stadium",
"47,617"
],
[
"9",
"8",
"November 1, 1964",
"at Minnesota Vikings",
"W 42–13",
"Metropolitan Stadium",
"44,278"
],
[
"10",
"9",
"November 8, 1964",
"Detroit Lions",
"W 30–7",
"City Stadium",
"42,327"
],
[
"11",
"10",
"November 15, 1964",
"at San Francisco 49ers",
"L 24–14",
"Kezar Stadium",
"38,483"
],
[
"12",
"11",
"November 22, 1964",
"Cleveland Browns",
"W 28–21",
"Milwaukee County Stadium",
"48,065"
],
[
"13",
"12",
"November 29, 1964",
"at Dallas Cowboys",
"W 45–21",
"Cotton Bowl",
"44,975"
],
[
"14",
"13",
"December 5, 1964",
"at Chicago Bears",
"W 17–3",
"Wrigley Field",
"43,636"
],
[
"15",
"14",
"December 13, 1964",
"at Los Angeles Rams",
"T 24–24",
"Los Angeles Memorial Coliseum",
"40,735"
]
] |
[
{
"Formula": "SUMIFS(F1,C1,\"gina carano\")",
"Formula2": "SUMIFS(F2:F12,C2:C12,\"gina carano\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Name the total number of rounds for gina carano",
"Tokens": [
"SUMIFS(",
"F1",
"C1",
"\"gina carano\""
]
}
] | train_2-13653576-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Res.",
"Record",
"Opponent",
"Method",
"Event",
"Round",
"Time",
"Location"
],
[
"2",
"Win",
"7-4",
"Ashley Sanchez",
"Decision (unanimous)",
"RFA 2 - Yvel vs. Alexander",
"3",
"5:00",
"Kearney, Nebraska , United States"
],
[
"3",
"Win",
"6-4",
"Angela Samaro",
"TKO (elbows)",
"KOTC - Shockwave",
"3",
"1:00",
"Oroville, California , United States"
],
[
"4",
"Win",
"5-4",
"Shana Olsen",
"Decision (unanimous)",
"Crowbar MMA - Spring Brawl 2",
"3",
"5:00",
"Fargo, North Dakota , United States"
],
[
"5",
"Loss",
"4-4",
"Shayna Baszler",
"Submission (kneebar)",
"The Cage Inc. - Battle At The Border 7",
"1",
"4:03",
"Hankinson, North Dakota , United States"
],
[
"6",
"Win",
"4-3",
"Alexis Davis",
"Decision (unanimous)",
"RW 9: Mayhem In The Mist 4",
"3",
"5:00",
"Niagara Falls, New York , United States"
],
[
"7",
"Win",
"3-3",
"Lizbeth Carreiro",
"TKO (punches)",
"Freestyle Cage Fighting 44",
"1",
"2:55",
"Claremore, Oklahoma , United States"
],
[
"8",
"Loss",
"2-3",
"Miesha Tate",
"Decision (unanimous)",
"Strikeforce: Melendez vs. Thomson",
"3",
"3:00",
"San Jose, California , United States"
],
[
"9",
"Win",
"2-2",
"Michelle Maher",
"Decision (split)",
"MOTM - Melee on the Mountain",
"5",
"5:00",
"Friant, California , United States"
],
[
"10",
"Loss",
"1-2",
"Michelle Maher",
"Decision (unanimous)",
"Strikeforce: Young Guns",
"3",
"3:00",
"San Jose, California , United States"
],
[
"11",
"Loss",
"1-1",
"Gina Carano",
"Decision (unanimous)",
"Strikeforce: Triple Threat",
"3",
"2:00",
"San Jose, California , United States"
],
[
"12",
"Win",
"1-0",
"Michelle Maher",
"KO (punches)",
"WC - Warriors Cup",
"1",
"1:05",
"Stockton, California , United States"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"ny rangers\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G16,D2:D16=\"ny rangers\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Name the visitor for home of ny rangers",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"ny rangers\"",
"2"
]
}
] | train_2-11128774-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Visitor",
"Score",
"Home",
"Decision",
"Attendance",
"Record"
],
[
"2",
"January 2",
"Vancouver",
"2 – 2",
"San Jose",
"Whitmore",
"11,089",
"23–10–4"
],
[
"3",
"January 4",
"Tampa Bay",
"0 – 7",
"Vancouver",
"McLean",
"15,578",
"24–10–4"
],
[
"4",
"January 6",
"Vancouver",
"5 – 2",
"Toronto",
"McLean",
"15,720",
"25–10–4"
],
[
"5",
"January 8",
"Vancouver",
"3 – 6",
"Detroit",
"McLean",
"19,875",
"25–11–4"
],
[
"6",
"January 9",
"Vancouver",
"5 – 4",
"NY Islanders",
"Whitmore",
"11,661",
"26–11–4"
],
[
"7",
"January 11",
"Vancouver",
"3 – 3",
"NY Rangers",
"McLean",
"17,641",
"26–11–5"
],
[
"8",
"January 12",
"Vancouver",
"2 – 3",
"New Jersey",
"Whitmore",
"9,125",
"26–12–5"
],
[
"9",
"January 15",
"Buffalo",
"1 – 4",
"Vancouver",
"McLean",
"16,150",
"27–12–5"
],
[
"10",
"January 16",
"Hartford",
"3 – 8",
"Vancouver",
"Whitmore",
"15,631",
"28–12–5"
],
[
"11",
"January 19",
"Pittsburgh",
"5 – 2",
"Vancouver",
"McLean",
"16,150",
"28–13–5"
],
[
"12",
"January 21",
"Vancouver",
"5 – 4",
"Los Angeles",
"McLean",
"16,005",
"29–13–5"
],
[
"13",
"January 23",
"Vancouver",
"3 – 3",
"Minnesota",
"Whitmore",
"13,512",
"29–13–6"
],
[
"14",
"January 24",
"Vancouver",
"2 – 6",
"Chicago",
"McLean",
"17,859",
"29–14–6"
],
[
"15",
"January 27",
"Chicago",
"4 – 4",
"Vancouver",
"Whitmore",
"16,150",
"29–14–7"
],
[
"16",
"January 30",
"Detroit",
"4 – 4",
"Vancouver",
"McLean",
"16,150",
"29–14–8"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Hugh Leonard\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,C2:C13=\"Hugh Leonard\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the airdate when the story is listed as hugh leonard?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"C1",
"=",
"\"Hugh Leonard\"",
"6"
]
}
] | train_1-15739098-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Episode",
"Title",
"Story",
"Adapted by",
"Director",
"Airdate",
"Exists?"
],
[
"2",
"201",
"“ The Machine Stops ”",
"E. M. Forster",
"Kenneth Cavender & Clive Donner",
"Phillip Saville",
"6 October 1966",
"Yes"
],
[
"3",
"202",
"“Frankenstein Mark II”",
"Hugh Whitmore",
"n/a",
"Peter Duguid",
"13 October 1966",
"No"
],
[
"4",
"203",
"“Lambda 1”",
"Colin Kapp",
"Bruce Stewart",
"George Spenton-Foster",
"20 October 1966",
"Yes"
],
[
"5",
"204",
"“ Level Seven ”",
"Mordecai Roshwald",
"J. B. Priestley",
"Rudolph Cartier",
"27 October 1966",
"Yes"
],
[
"6",
"205",
"“Second Childhood”",
"Hugh Leonard",
"n/a",
"John Gorrie",
"10 November 1966",
"No"
],
[
"7",
"206",
"“The World in Silence”",
"John Rankine",
"Robert Gould",
"Naomi Capon",
"17 November 1966",
"No"
],
[
"8",
"207",
"“The Eye”",
"Henry Kuttner",
"Stanley Miller",
"Peter Sasdy",
"24 November 1966",
"No"
],
[
"9",
"208",
"“ Tunnel Under the World ”",
"Frederik Pohl",
"David Campton",
"Alan Cooke",
"1 December 1966",
"Yes"
],
[
"10",
"209",
"“The Fastest Draw”",
"Larry Eisenberg",
"Hugh Whitmore",
"Herbert Wise",
"8 December 1966",
"No"
],
[
"11",
"210",
"“Too Many Cooks”",
"Larry Eisenberg",
"Hugh Whitmore",
"John Gibson",
"15 December 1965",
"No"
],
[
"12",
"211",
"“Walk's End”",
"William Trevor",
"n/a",
"Ian Curteis",
"22 December 1966",
"No"
],
[
"13",
"212",
"“ Satisfaction Guaranteed ”",
"Isaac Asimov",
"Hugh Leonard",
"John Gorrie",
"29 December 1966",
"No"
]
] |
[
{
"Formula": "MIN(FILTER(E1, A1=14))",
"Formula2": "MIN(FILTER(E2:E17, A2:A17=14))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What week 14 has the lowest attendance?",
"Tokens": [
"MIN(",
"FILTER(",
"E1",
"A1",
"=",
"14"
]
},
{
"Formula": "SUM(FILTER(A1, (E1>55767)*(B1=\"september 28, 1986\")))",
"Formula2": "SUM(FILTER(A2:A17, (E2:E17>55767)*(B2:B17=\"september 28, 1986\")))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "Which sum of week that had an attendance larger than 55,767 on September 28, 1986?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"E1",
">",
"55767",
"*",
"B1",
"=",
"\"september 28, 1986\""
]
},
{
"Formula": "MAXIFS(E1,B1,\"september 14, 1986\")",
"Formula2": "MAXIFS(E2:E17,B2:B17,\"september 14, 1986\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the highest attendance on September 14, 1986?",
"Tokens": [
"MAXIFS(",
"E1",
"B1",
"\"september 14, 1986\""
]
}
] | train_2-12536732-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Attendance"
],
[
"2",
"1",
"September 7, 1986",
"Cincinnati Bengals",
"W 24–14",
"43,430"
],
[
"3",
"2",
"September 14, 1986",
"at Seattle Seahawks",
"L 23–17",
"61,068"
],
[
"4",
"3",
"September 21, 1986",
"Houston Oilers",
"W 27–13",
"43,699"
],
[
"5",
"4",
"September 28, 1986",
"at Buffalo Bills",
"W 20–17",
"67,555"
],
[
"6",
"5",
"October 5, 1986",
"Los Angeles Raiders",
"L 24–17",
"74,430"
],
[
"7",
"6",
"October 12, 1986",
"at Cleveland Browns",
"L 20–7",
"71,278"
],
[
"8",
"7",
"October 19, 1986",
"San Diego Chargers",
"W 42–41",
"55,767"
],
[
"9",
"8",
"October 26, 1986",
"Tampa Bay Buccaneers",
"W 27–20",
"36,230"
],
[
"10",
"9",
"November 2, 1986",
"at San Diego Chargers",
"W 24–23",
"48,518"
],
[
"11",
"10",
"November 9, 1986",
"Seattle Seahawks",
"W 27–7",
"53,268"
],
[
"12",
"11",
"November 16, 1986",
"at Denver Broncos",
"L 38–17",
"75,745"
],
[
"13",
"12",
"November 23, 1986",
"at St. Louis Cardinals",
"L 23–14",
"29,680"
],
[
"14",
"13",
"November 30, 1986",
"Buffalo Bills",
"L 17–14",
"31,492"
],
[
"15",
"14",
"December 7, 1986",
"Denver Broncos",
"W 37–10",
"47,019"
],
[
"16",
"15",
"December 14, 1986",
"at Los Angeles Raiders",
"W 20–17",
"60,952"
],
[
"17",
"16",
"December 21, 1986",
"at Pittsburgh Steelers",
"W 24–19",
"47,150"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"treviso\")*(D1=\"loan return\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,(C2:C14=\"treviso\")*(D2:D14=\"loan return\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is moving from Treviso with a loan return?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"treviso\"",
"*",
"D1",
"=",
"\"loan return\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"acquafresca\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,B2:B14=\"acquafresca\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the nationality of Acquafresca?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"acquafresca\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"summer\")*(C1=\"free agent\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,(E2:E14=\"summer\")*(C2:C14=\"free agent\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the type if the transfer window is summer and the moving from category is free agent?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"E1",
"=",
"\"summer\"",
"*",
"C1",
"=",
"\"free agent\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"são paulo\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,C2:C14=\"são paulo\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the transfer window for the moving from of São Paulo?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"\"são paulo\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(D1=\"transfer\")*(A1=\"bra\")),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,(D2:D14=\"transfer\")*(A2:A14=\"bra\")),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the moving from with a transfer and the nationality of Bra?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"transfer\"",
"*",
"A1",
"=",
"\"bra\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"maaroufi\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,B2:B14=\"maaroufi\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the end date for Maaroufi?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"maaroufi\"",
"6"
]
}
] | test_2-17634886-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Nat.",
"Name",
"Moving from",
"Type",
"Transfer window",
"Ends"
],
[
"2",
"HUN",
"Filkor",
"Grosseto",
"Loan End",
"Summer",
"2010"
],
[
"3",
"BRA",
"Adriano",
"São Paulo",
"Loan End",
"Summer",
"2010"
],
[
"4",
"ITA",
"Acquafresca",
"Cagliari",
"Co-ownership Termination",
"Summer",
"undisclosed"
],
[
"5",
"ITA",
"Bonucci",
"Treviso",
"Co-ownership Termination",
"Summer",
"undisclosed"
],
[
"6",
"ARG",
"Crespo",
"Free Agent",
"Transfer",
"Summer",
"undisclosed"
],
[
"7",
"BRA",
"Mancini",
"Roma",
"Transfer",
"Summer",
"2012"
],
[
"8",
"CHI",
"Jiménez",
"Ternana",
"Co-ownership",
"Summer",
"2011"
],
[
"9",
"GHA",
"Muntari",
"Portsmouth",
"Transfer",
"Summer",
"2012"
],
[
"10",
"POR",
"Quaresma",
"Porto",
"Transfer",
"Summer",
"2012"
],
[
"11",
"NGA",
"Victor Obinna",
"Chievo",
"Transfer",
"Summer",
"2012"
],
[
"12",
"ITA",
"Bonucci",
"Treviso",
"Loan Return",
"Winter",
"undisclosed"
],
[
"13",
"BEL MAR",
"Maaroufi",
"Twente",
"Loan Return",
"Winter",
"2009"
],
[
"14",
"ITA",
"Viviano",
"Brescia",
"Co-ownership",
"Winter",
"undisclosed"
]
] |
[
{
"Formula": "MAX(E1)",
"Formula2": "MAX(E2:E15)",
"Funcs": [
"MAX(",
"Cell"
],
"Level": "easy",
"Question": "What is the highest number of poles?",
"Tokens": [
"MAX(",
"E1"
]
},
{
"Formula": "SUM(FILTER(H1, I1=170))",
"Formula2": "SUM(FILTER(H2:H15, I2:I15=170))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "How many f/laps were there when he scored 170 points?",
"Tokens": [
"SUM(",
"FILTER(",
"H1",
"I1",
"=",
"170"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:J1,J1=\"13th\"),SUMMARIZE(CHOOSECOLS(query1,9),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=30))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:J15,J2:J15=\"13th\"),SUMMARIZE(CHOOSECOLS(query1,9),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=30))",
"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": "When there were 30 races and the final placing was 13th, how many points were scored?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"J1",
"J1",
"=",
"\"13th\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"9",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"30"
]
}
] | train_1-26794530-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I",
"J"
],
[
"1",
"Season",
"Series",
"Team Name",
"Races",
"Poles",
"Wins",
"Podiums",
"F/Laps",
"Points",
"Final Placing"
],
[
"2",
"2008",
"Formula BMW Americas",
"Amir Nasr Racing",
"2",
"0",
"0",
"0",
"0",
"6",
"13th"
],
[
"3",
"2009",
"Formula 3 Sudamericana",
"Cesário Fórmula",
"17",
"1",
"1",
"7",
"1",
"81",
"3rd"
],
[
"4",
"2010",
"Toyota Racing Series",
"Giles Motorsport",
"12",
"0",
"1",
"3",
"1",
"536",
"8th"
],
[
"5",
"2010",
"British Formula Three",
"Carlin",
"30",
"0",
"0",
"1",
"0",
"45",
"13th"
],
[
"6",
"2010",
"GP3 Series",
"Carlin",
"10",
"0",
"0",
"1",
"0",
"7",
"19th"
],
[
"7",
"2010",
"Masters of Formula 3",
"Carlin",
"1",
"0",
"0",
"0",
"0",
"N/A",
"7th"
],
[
"8",
"2010",
"Formula Three Sudamericana",
"Cesário Fórmula",
"7",
"0",
"3",
"5",
"2",
"128",
"8th"
],
[
"9",
"2010",
"Macau Grand Prix",
"Fortec Motorsport",
"1",
"0",
"0",
"0",
"0",
"N/A",
"22nd"
],
[
"10",
"2011",
"Formula 3 Brazil Open",
"Cesário Fórmula",
"1",
"1",
"1",
"1",
"1",
"N/A",
"1st"
],
[
"11",
"2011",
"British Formula Three",
"Fortec Motorsport",
"30",
"1",
"3",
"7",
"2",
"170",
"7th"
],
[
"12",
"2011",
"Macau Grand Prix",
"Fortec Motorsport",
"1",
"0",
"0",
"0",
"0",
"N/A",
"7th"
],
[
"13",
"2011",
"Masters of Formula 3",
"Mucke Motorsport",
"1",
"0",
"0",
"0",
"0",
"N/A",
"8th"
],
[
"14",
"2012",
"Formula Renault 3.5 Series",
"DAMS",
"17",
"0",
"0",
"0",
"0",
"8",
"23rd"
],
[
"15",
"2012",
"Formula 3 Brazil Open",
"Cesário Fórmula",
"1",
"1",
"1",
"1",
"1",
"N/A",
"1st"
]
] |
[
{
"Formula": "MINIFS(D1,B1,\"89.3 fm\")",
"Formula2": "MINIFS(D2:D6,B2:B6,\"89.3 fm\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the least ERP W when the freguency MHz is 89.3 fm?",
"Tokens": [
"MINIFS(",
"D1",
"B1",
"\"89.3 fm\""
]
},
{
"Formula": "AVERAGEIFS(D1,A1,\"k216fo\")",
"Formula2": "AVERAGEIFS(D2:D6,A2:A6,\"k216fo\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Call sign k216fo has what average ERP W?",
"Tokens": [
"AVERAGEIFS(",
"D1",
"A1",
"\"k216fo\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"k248am\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"k248am\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What city does call sign K248am have its license in?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"k248am\"",
"3"
]
},
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)>197))",
"Formula2": "LET(query1,SUMMARIZE(A2:A6,SUMX(D2:D6)),FILTER(query1,CHOOSECOLS(query1,2)>197))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What call sign has ERP W greater than 197?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"197"
]
}
] | train_2-15728409-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Call sign",
"Frequency MHz",
"City of license",
"ERP W",
"FCC info"
],
[
"2",
"K206BP",
"89.1 FM",
"Weslaco, TX",
"197",
"FCC"
],
[
"3",
"K216FO",
"91.1 FM",
"Guadalupe, AZ",
"11",
"FCC"
],
[
"4",
"K248AM",
"97.5 FM",
"McAllen, TX",
"250",
"FCC"
],
[
"5",
"W207BF",
"89.3 FM",
"Goshen, IN",
"22",
"FCC"
],
[
"6",
"W208BF",
"89.5 FM",
"Elkhart, IN",
"9",
"FCC"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"chicago bears\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E17,C2:C17=\"chicago bears\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On which date was the opponent the Chicago Bears?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"chicago bears\"",
"2"
]
},
{
"Formula": "SUMIFS(A1,B1,\"october 30, 1983\")",
"Formula2": "SUMIFS(A2:A17,B2:B17,\"october 30, 1983\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Which week was on october 30, 1983?",
"Tokens": [
"SUMIFS(",
"A1",
"B1",
"\"october 30, 1983\""
]
}
] | train_2-18747741-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Attendance"
],
[
"2",
"1",
"September 4, 1983",
"at Tampa Bay Buccaneers",
"W 11-0",
"62,154"
],
[
"3",
"2",
"September 11, 1983",
"Cleveland Browns",
"L 31-26",
"60,095"
],
[
"4",
"3",
"September 18, 1983",
"Atlanta Falcons",
"L 30-14",
"54,622"
],
[
"5",
"4",
"September 25, 1983",
"at Minnesota Vikings",
"L 20-17",
"58,254"
],
[
"6",
"5",
"October 2, 1983",
"at Los Angeles Rams",
"L 21-10",
"49,403"
],
[
"7",
"6",
"October 9, 1983",
"Green Bay Packers",
"W 38-14",
"67,738"
],
[
"8",
"7",
"October 16, 1983",
"Chicago Bears",
"W 31-17",
"66,709"
],
[
"9",
"8",
"October 23, 1983",
"at Washington Redskins",
"L 38-17",
"43,189"
],
[
"10",
"9",
"October 30, 1983",
"at Chicago Bears",
"W 38-17",
"58,764"
],
[
"11",
"10",
"November 7, 1983",
"New York Giants",
"W 15-9",
"68,985"
],
[
"12",
"11",
"November 13, 1983",
"at Houston Oilers",
"L 27-17",
"40,660"
],
[
"13",
"12",
"November 20, 1983",
"at Green Bay Packers",
"W 23-20 OT",
"50,050"
],
[
"14",
"13",
"November 24, 1983",
"Pittsburgh Steelers",
"W 45-3",
"77,724"
],
[
"15",
"14",
"December 5, 1983",
"Minnesota Vikings",
"W 13-2",
"79,169"
],
[
"16",
"15",
"December 11, 1983",
"at Cincinnati Bengals",
"L 17-9",
"45,728"
],
[
"17",
"16",
"December 18, 1983",
"Tampa Bay Buccaneers",
"W 23-20",
"78,392"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"15 june 1992\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"15 june 1992\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "On the Date of 15 June 1992 what is the Score that is listed?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"15 june 1992\"",
"3"
]
}
] | train_2-1290115-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Venue",
"Score",
"Result",
"Competition"
],
[
"2",
"15 June 1992",
"Idrottsparken , Norrköping , Sweden",
"2–0",
"2–0",
"UEFA Euro 1992"
],
[
"3",
"9 September 1992",
"Parken Stadium , Copenhagen, Denmark",
"2–1",
"2–1",
"Friendly"
],
[
"4",
"14 April 1993",
"Ruhrstadion , Bochum , Germany",
"2–1",
"6–1",
"Friendly"
],
[
"5",
"14 April 1993",
"Ruhrstadion, Bochum, Germany",
"4–1",
"6–1",
"Friendly"
],
[
"6",
"19 June 1993",
"Silverdome , Detroit , USA",
"1–0",
"2–1",
"U.S. Cup"
]
] |
[
{
"Formula": "AVERAGEIFS(B1,F1,\"jimmy mulville\")",
"Formula2": "AVERAGEIFS(B2:B7,F2:F7,\"jimmy mulville\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the average episode number where jimmy mulville was the 4th performer?",
"Tokens": [
"AVERAGEIFS(",
"B1",
"F1",
"\"jimmy mulville\""
]
},
{
"Formula": "SUMIFS(B1,E1,\"hugh laurie\")",
"Formula2": "SUMIFS(B2:B7,E2:E7,\"hugh laurie\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the total number of episodes where hugh laurie was the 3rd performer?",
"Tokens": [
"SUMIFS(",
"B1",
"E1",
"\"hugh laurie\""
]
},
{
"Formula": "MINIFS(B1,F1,\"john bird\")",
"Formula2": "MINIFS(B2:B7,F2:F7,\"john bird\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the lowest episode number where john bird was the 4th performer?",
"Tokens": [
"MINIFS(",
"B1",
"F1",
"\"john bird\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"rory bremner\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,F2:F7=\"rory bremner\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the 3rd performer when Rory Bremner was the 4th performer?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"rory bremner\"",
"5"
]
}
] | train_2-14934885-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Date",
"Episode",
"Performer 1",
"Performer 2",
"Performer 3",
"Performer 4"
],
[
"2",
"2 January 1988",
"1",
"John Sessions",
"Stephen Fry",
"Dawn French",
"Lenny Henry"
],
[
"3",
"9 January 1988",
"2",
"John Sessions",
"Stephen Fry",
"Hugh Laurie",
"Enn Reitel"
],
[
"4",
"16 January 1988",
"3",
"John Sessions",
"Stephen Fry",
"Nonny Williams",
"Jimmy Mulville"
],
[
"5",
"23 January 1988",
"4",
"John Sessions",
"Stephen Fry",
"Kate Robbins",
"Griff Rhys Jones"
],
[
"6",
"30 January 1988",
"5",
"John Sessions",
"Stephen Fry",
"Jimmy Mulville",
"John Bird"
],
[
"7",
"6 February 1988",
"6",
"John Sessions",
"Stephen Fry",
"Jon Glover",
"Rory Bremner"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"John S. Wood\"),6))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,B2:B9=\"John S. Wood\"),6))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What candidates ran in the election when john s. wood was the incumbent?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"John S. Wood\"",
"6"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=1914),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,D2:D9=1914),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What was the result of the election held in 1914?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"1914",
"5"
]
}
] | train_1-1342331-11 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Incumbent",
"Party",
"First elected",
"Result",
"Candidates"
],
[
"2",
"Georgia 1",
"Homer C. Parker",
"Democratic",
"1931",
"Lost renomination Democratic hold",
"Hugh Peterson (D) Unopposed"
],
[
"3",
"Georgia 2",
"Edward E. Cox",
"Democratic",
"1924",
"Re-elected",
"Edward E. Cox (D) Unopposed"
],
[
"4",
"Georgia 3",
"Bryant T. Castellow",
"Democratic",
"1932",
"Re-elected",
"Bryant T. Castellow (D) Unopposed"
],
[
"5",
"Georgia 5",
"Robert Ramspeck",
"Democratic",
"1929",
"Re-elected",
"Robert Ramspeck (D) Unopposed"
],
[
"6",
"Georgia 6",
"Carl Vinson",
"Democratic",
"1914",
"Re-elected",
"Carl Vinson (D) Unopposed"
],
[
"7",
"Georgia 7",
"Malcolm C. Tarver",
"Democratic",
"1926",
"Re-elected",
"Malcolm C. Tarver (D) Unopposed"
],
[
"8",
"Georgia 8",
"Braswell Deen",
"Democratic",
"1932",
"Re-elected",
"Braswell Deen (D) Unopposed"
],
[
"9",
"Georgia 9",
"John S. Wood",
"Democratic",
"1930",
"Lost renomination Democratic hold",
"B. Frank Whelchel (D) Unopposed"
]
] |
[
{
"Formula": "LET(query1,LET(query1,FILTER(A1:G1,A1=\"april 8\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>19141))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:G9,A2:A9=\"april 8\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>19141))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "Who was the visiting team on April 8 where more than 19,141 were in attendance?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"april 8\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"6",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"19141"
]
}
] | train_2-11961701-8 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Visitor",
"Score",
"Home",
"Leading scorer",
"Attendance",
"Record"
],
[
"2",
"April 2",
"New Orleans",
"106–77",
"Miami",
"Chris Quinn (18)",
"19,122",
"13–62"
],
[
"3",
"April 4",
"Miami",
"99–105",
"Washington",
"Ricky Davis (33)",
"18,875",
"13–63"
],
[
"4",
"April 6",
"Detroit",
"91–75",
"Miami",
"Earl Barron (20)",
"19,141",
"13–64"
],
[
"5",
"April 8",
"Chicago",
"88–95",
"Miami",
"Kasib Powell (18)",
"19,175",
"14–64"
],
[
"6",
"April 11",
"Memphis",
"96–91",
"Miami",
"Earl Barron (22)",
"19,017",
"14–65"
],
[
"7",
"April 13",
"Miami",
"76–84",
"Cleveland",
"Ricky Davis (17)",
"20,562",
"14–66"
],
[
"8",
"April 14",
"Miami",
"75–91",
"Toronto",
"Daequan Cook (22)",
"18,855",
"14–67"
],
[
"9",
"April 16",
"Atlanta",
"99–113",
"Miami",
"Jason Williams (17)",
"19,073",
"15–67"
]
] |
[
{
"Formula": "ROWS(UNIQUE(FILTER(F1, B1=\"Friday, May 25\")))",
"Formula2": "ROWS(UNIQUE(FILTER(F2:F10, B2:B10=\"Friday, May 25\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many records are listed on Friday, May 25?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"F1",
"B1",
"=",
"\"Friday, May 25\""
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(D1, B1=\"Saturday, June 9\")))",
"Formula2": "ROWS(UNIQUE(FILTER(D2:D10, B2:B10=\"Saturday, June 9\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many opponents were played on Saturday, June 9?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"D1",
"B1",
"=",
"\"Saturday, June 9\""
]
},
{
"Formula": "SUMIFS(A1,G1,\"Commerzbank-Arena\")",
"Formula2": "SUMIFS(A2:A10,G2:G10,\"Commerzbank-Arena\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "In what week was the first game played at the Commerzbank-Arena?",
"Tokens": [
"SUMIFS(",
"A1",
"G1",
"\"Commerzbank-Arena\""
]
}
] | train_1-10392906-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H"
],
[
"1",
"Week",
"Date",
"Kickoff",
"Opponent",
"Final score",
"Team record",
"Game site",
"Attendance"
],
[
"2",
"1",
"Saturday, April 14",
"7:00 p.m.",
"at Frankfurt Galaxy",
"L 14–30",
"0–1",
"Commerzbank-Arena",
"38125"
],
[
"3",
"2",
"Friday, April 20",
"8:00 p.m.",
"Rhein Fire",
"L 10–16",
"0–2",
"Amsterdam ArenA",
"14611"
],
[
"4",
"3",
"Saturday, April 28",
"6:00 p.m.",
"at Berlin Thunder",
"W 14–10",
"1–2",
"Olympic Stadium",
"11942"
],
[
"5",
"4",
"Sunday, May 6",
"3:00 p.m.",
"Frankfurt Galaxy",
"W 19–17",
"2–2",
"Amsterdam ArenA",
"10788"
],
[
"6",
"5",
"Saturday, May 12",
"6:00 p.m.",
"at Hamburg Sea Devils",
"L 17–24",
"2–3",
"AOL Arena",
"15271"
],
[
"7",
"6",
"Friday, May 18",
"8:00 p.m.",
"Hamburg Sea Devils",
"W 41–31",
"3–3",
"Amsterdam ArenA",
"9384"
],
[
"8",
"7",
"Friday, May 25",
"8:00 p.m.",
"Cologne Centurions",
"L 7–30",
"3–4",
"Amsterdam ArenA",
"11714"
],
[
"9",
"8",
"Sunday, June 3",
"4:00 p.m.",
"at Rhein Fire",
"L 38–41",
"3–5",
"LTU arena",
"20355"
],
[
"10",
"9",
"Saturday, June 9",
"6:00 p.m.",
"at Cologne Centurions",
"L 13–31",
"3–6",
"RheinEnergieStadion",
"12878"
]
] |
[
{
"Formula": "SUM(FILTER(A1, (D1=\"away\")*(F1=5000)))",
"Formula2": "SUM(FILTER(A2:A7, (D2:D7=\"away\")*(F2:F7=5000)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "Which game had an attendance of 5,000 and was away?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"D1",
"=",
"\"away\"",
"*",
"F1",
"=",
"5000"
]
}
] | train_2-12640874-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Game",
"Date",
"Opponent",
"Venue",
"Result",
"Attendance"
],
[
"2",
"1",
"18 July 2007",
"Darlington",
"Away",
"2–0",
"4,500"
],
[
"3",
"2",
"21 July 2007",
"Scunthorpe United",
"Away",
"0–1",
"5,388"
],
[
"4",
"3",
"28 July 2007",
"Bohemian",
"Away",
"1–0",
"5,033"
],
[
"5",
"4",
"30 July 2007",
"Cork City",
"Away",
"1–1",
"9,000"
],
[
"6",
"5",
"1 August 2007",
"Galway United",
"Away",
"4–0",
"5,000"
],
[
"7",
"6",
"4 August 2007",
"Juventus",
"Home",
"1–1",
"25,852"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(A1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=297))",
"Formula2": "LET(query1,SUMMARIZE(A2:A11,SUMX(D2:D11)),FILTER(query1,CHOOSECOLS(query1,2)=297))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What player has a total of 297?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"A1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"297"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,F1=\"t2\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<289))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F11,F2:F11=\"t2\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<289))",
"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 country has a total less than 289 and finished t2?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"t2\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"289"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"t35\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,F2:F11=\"t35\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which player finished t35?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"F1",
"=",
"\"t35\"",
"1"
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=1979),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>289))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F11,C2:C11=1979),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>289))",
"Funcs": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"Num",
"SUMX(",
"CHOOSECOLS(",
"query1",
"Num",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
">",
"Num"
],
"Level": "hard",
"Question": "What finish has a total of more than 289 and won in 1979?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"C1",
"=",
"1979",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"6",
"SUMX(",
"CHOOSECOLS(",
"query1",
"4",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"289"
]
}
] | train_2-16490473-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Player",
"Country",
"Year(s) won",
"Total",
"To par",
"Finish"
],
[
"2",
"Seve Ballesteros",
"Spain",
"1980 , 1983",
"285",
"–3",
"T2"
],
[
"3",
"Ben Crenshaw",
"United States",
"1984",
"286",
"–2",
"T4"
],
[
"4",
"Bernhard Langer",
"West Germany",
"1985",
"289",
"+1",
"T7"
],
[
"5",
"Jack Nicklaus",
"United States",
"1963 , 1965 , 1966 , 1972 , 1975 , 1986",
"289",
"+1",
"T7"
],
[
"6",
"Tom Watson",
"United States",
"1977 , 1981",
"289",
"+1",
"T7"
],
[
"7",
"Craig Stadler",
"United States",
"1982",
"291",
"+3",
"T17"
],
[
"8",
"Fuzzy Zoeller",
"United States",
"1979",
"295",
"+7",
"T27"
],
[
"9",
"Gary Player",
"South Africa",
"1961 , 1974 , 1978",
"297",
"+9",
"T35"
],
[
"10",
"Tommy Aaron",
"United States",
"1973",
"305",
"+17",
"T50"
],
[
"11",
"Billy Casper",
"United States",
"1970",
"305",
"+17",
"T50"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"7 january 2003\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"7 january 2003\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What round was on 7 January 2003?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"7 january 2003\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"17 december 2002\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"17 december 2002\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the result F_A on 17 December 2002?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"17 december 2002\"",
"4"
]
},
{
"Formula": "SUMIFS(E1,A1,\"7 january 2003\")",
"Formula2": "SUMIFS(E2:E7,A2:A7,\"7 january 2003\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What attendance was on 7 January 2003?",
"Tokens": [
"SUMIFS(",
"E1",
"A1",
"\"7 january 2003\""
]
}
] | train_2-13167639-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Round",
"Opponents",
"Result F–A",
"Attendance"
],
[
"2",
"5 November 2002",
"Round 3",
"Leicester City",
"2–0",
"47,848"
],
[
"3",
"3 December 2002",
"Round 4",
"Burnley",
"2–0",
"22,034"
],
[
"4",
"17 December 2002",
"Round 5",
"Chelsea",
"1–0",
"57,985"
],
[
"5",
"7 January 2003",
"Semi-final First leg",
"Blackburn Rovers",
"1–1",
"62,740"
],
[
"6",
"22 January 2003",
"Semi-final Second leg",
"Blackburn Rovers",
"3–1",
"29,048"
],
[
"7",
"2 March 2003",
"Final",
"Liverpool",
"0–2",
"74,500"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"mom's radio 101.9 zamboanga\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"mom's radio 101.9 zamboanga\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the callsign of Mom's Radio 101.9 Zamboanga?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"mom's radio 101.9 zamboanga\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"101.5mhz\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,C2:C8=\"101.5mhz\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the power when the frequency is 101.5mhz?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"C1",
"=",
"\"101.5mhz\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"10kw\")*(A1=\"mom's radio 95.9 naga\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(D2:D8=\"10kw\")*(A2:A8=\"mom's radio 95.9 naga\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the location of Mom's Radio 95.9 Naga having a power of 10kw?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"10kw\"",
"*",
"A1",
"=",
"\"mom's radio 95.9 naga\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"tacloban\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"tacloban\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the callsign in Tacloban?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"E1",
"=",
"\"tacloban\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"mom's radio 101.5 tacloban\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"mom's radio 101.5 tacloban\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What's the power of Mom's Radio 101.5 Tacloban?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"\"mom's radio 101.5 tacloban\"",
"4"
]
}
] | train_2-17487395-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Branding",
"Callsign",
"Frequency",
"Power (kW)",
"Location"
],
[
"2",
"Mom's Radio 97.9 Laoag",
"DWSN-FM",
"97.9MHz",
"5kW",
"Laoag"
],
[
"3",
"Mom's Radio 95.9 Naga",
"DZRB-FM",
"95.9MHz",
"10kW",
"Naga"
],
[
"4",
"Mom's Radio 90.3 Bacolod",
"DYCP-FM",
"90.3MHz",
"5kW",
"Bacolod"
],
[
"5",
"Mom's Radio 88.3 Cebu",
"DYAP-FM",
"88.3MHz",
"5kW",
"Cebu"
],
[
"6",
"Mom's Radio 101.5 Tacloban",
"DYJP-FM",
"101.5MHz",
"2.5kW",
"Tacloban"
],
[
"7",
"Mom's Radio 101.9 Zamboanga",
"DXJP-FM",
"101.9MHz",
"5kW",
"Zamboanga"
],
[
"8",
"Mom's Radio 97.9 Davao",
"DXSS",
"97.9MHz",
"10kW",
"Davao"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(B1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=1180))",
"Formula2": "LET(query1,SUMMARIZE(B2:B12,SUMX(E2:E12)),FILTER(query1,CHOOSECOLS(query1,2)=1180))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "who is the provider when up (up to kbit/s) is 1180?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"B1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"1180"
]
},
{
"Formula": "MAX(FILTER(D1, (C1=\"yes\")*(E1=1180)*(B1=\"1&1\")))",
"Formula2": "MAX(FILTER(D2:D12, (C2:C12=\"yes\")*(E2:E12=1180)*(B2:B12=\"1&1\")))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
"=",
"Str"
],
"Level": "easy",
"Question": "what is the highest down (up to kbits/s) when resale is yes, up ( up to kbit/s) is 1180 and provider is 1&1?",
"Tokens": [
"MAX(",
"FILTER(",
"D1",
"C1",
"=",
"\"yes\"",
"*",
"E1",
"=",
"1180",
"*",
"B1",
"=",
"\"1&1\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=24000))",
"Formula2": "LET(query1,SUMMARIZE(C2:C12,SUMX(D2:D12)),FILTER(query1,CHOOSECOLS(query1,2)=24000))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "what is the resale when the down (up to kbit/s) is 24000?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"D1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"24000"
]
},
{
"Formula": "AVERAGE(FILTER(D1, (B1=\"willy.tel\")*(E1>1984)))",
"Formula2": "AVERAGE(FILTER(D2:D12, (B2:B12=\"willy.tel\")*(E2:E12>1984)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the average down (up to kbit/s) when the provider is willy.tel and the up (kbit/s) is more than 1984?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"B1",
"=",
"\"willy.tel\"",
"*",
"E1",
">",
"1984"
]
}
] | train_2-1773908-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"DSL Type",
"Provider",
"Resale",
"Down (up to kbit/s)",
"Up (up to kbit/s)"
],
[
"2",
"ADSL2+",
"Deutsche Telekom AG",
"no",
"16000",
"1180"
],
[
"3",
"ADSL2+",
"Alice DSL/HanseNet",
"some",
"16000",
"1024"
],
[
"4",
"ADSL2+",
"Vodafone AG/Arcor AG",
"yes",
"16000",
"1024"
],
[
"5",
"ADSL2+",
"1&1",
"yes",
"16000",
"1180"
],
[
"6",
"ADSL2+",
"QSC/Telefónica",
"some",
"16000",
"1024"
],
[
"7",
"ADSL2+",
"Versatel",
"yes",
"16000",
"800"
],
[
"8",
"ADSL2+",
"Congstar",
"yes",
"16000",
"1180"
],
[
"9",
"ADSL2+",
"Netcologne",
"no",
"18000",
"1024"
],
[
"10",
"ADSL2+",
"M-net",
"no",
"18000",
"1024"
],
[
"11",
"ADSL2+",
"Willy.tel",
"no",
"24000",
"1984"
],
[
"12",
"ADSL2+",
"T-M-Net.de",
"no",
"22000",
"1420"
]
] |
[
{
"Formula": "MIN(FILTER(D1, (E1<10)*(B1<0)))",
"Formula2": "MIN(FILTER(D2:D11, (E2:E11<10)*(B2:B11<0)))",
"Funcs": [
"MIN(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the fewest bronze medals when the total medals is less than 10, and the gold medals less than 0?",
"Tokens": [
"MIN(",
"FILTER(",
"D1",
"E1",
"<",
"10",
"*",
"B1",
"<",
"0"
]
},
{
"Formula": "AVERAGE(FILTER(D1, (A1=\"8\")*(E1>2)))",
"Formula2": "AVERAGE(FILTER(D2:D11, (A2:A11=\"8\")*(E2:E11>2)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "With 8 as the rank, and a total of more than 2 medals what is the average bronze medals?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"A1",
"=",
"\"8\"",
"*",
"E1",
">",
"2"
]
},
{
"Formula": "MAXIFS(E1,A1,\"8\")",
"Formula2": "MAXIFS(E2:E11,A2:A11,\"8\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the maximum total medals when the rank is 8?",
"Tokens": [
"MAXIFS(",
"E1",
"A1",
"\"8\""
]
},
{
"Formula": "MAX(FILTER(B1, (D1<49)*(C1=22)*(E1<60)))",
"Formula2": "MAX(FILTER(B2:B11, (D2:D11<49)*(C2:C11=22)*(E2:E11<60)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Num",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the largest number of gold medals when the bronze medals is less than 49, and there is 22 silver medals, and the total is less than 60?",
"Tokens": [
"MAX(",
"FILTER(",
"B1",
"D1",
"<",
"49",
"*",
"C1",
"=",
"22",
"*",
"E1",
"<",
"60"
]
},
{
"Formula": "AVERAGE(FILTER(D1, (A1=\"total\")*(B1>59)))",
"Formula2": "AVERAGE(FILTER(D2:D11, (A2:A11=\"total\")*(B2:B11>59)))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "When the number of gold medals is greater than 59, and the rank is total, what is the average bronze medals?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"D1",
"A1",
"=",
"\"total\"",
"*",
"B1",
">",
"59"
]
}
] | train_2-177520-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Rank",
"Gold",
"Silver",
"Bronze",
"Total"
],
[
"2",
"1",
"25",
"22",
"13",
"60"
],
[
"3",
"2",
"20",
"16",
"18",
"54"
],
[
"4",
"3",
"6",
"4",
"8",
"18"
],
[
"5",
"4",
"3",
"4",
"2",
"9"
],
[
"6",
"5",
"3",
"4",
"1",
"8"
],
[
"7",
"6",
"2",
"3",
"5",
"10"
],
[
"8",
"7",
"0",
"2",
"1",
"3"
],
[
"9",
"8",
"0",
"1",
"1",
"2"
],
[
"10",
"9",
"0",
"1",
"0",
"1"
],
[
"11",
"Total",
"59",
"57",
"49",
"165"
]
] |
[
{
"Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=12))",
"Formula2": "LET(query1,SUMMARIZE(D2:D13,SUMX(A2:A13)),FILTER(query1,CHOOSECOLS(query1,2)=12))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is the week 12 result?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"D1",
"SUMX(",
"A1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"12"
]
}
] | test_2-11172543-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Week",
"Date",
"Opponent",
"Result",
"Attendance"
],
[
"2",
"1",
"September 25, 1955",
"at San Francisco 49ers",
"W 23-14",
"60,100"
],
[
"3",
"2",
"October 2, 1955",
"Pittsburgh Steelers",
"W 27-26",
"45,816"
],
[
"4",
"3",
"October 9, 1955",
"at Detroit Lions",
"W 17-10",
"54,836"
],
[
"5",
"4",
"October 16, 1955",
"at Green Bay Packers",
"L 30-28",
"26,960"
],
[
"6",
"5",
"October 23, 1955",
"Detroit Lions",
"W 24-13",
"68,690"
],
[
"7",
"6",
"October 30, 1955",
"Chicago Bears",
"L 31-20",
"69,587"
],
[
"8",
"7",
"November 6, 1955",
"San Francisco 49ers",
"W 27-14",
"85,302"
],
[
"9",
"8",
"November 13, 1955",
"at Chicago Bears",
"L 24-3",
"50,187"
],
[
"10",
"9",
"November 20, 1955",
"at Baltimore Colts",
"T 17-17",
"41,186"
],
[
"11",
"10",
"November 27, 1955",
"at Philadelphia Eagles",
"W 23-21",
"31,648"
],
[
"12",
"11",
"December 4, 1955",
"Baltimore Colts",
"W 20-14",
"37,024"
],
[
"13",
"12",
"December 11, 1955",
"Green Bay Packers",
"W 31-17",
"90,535"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"1998-11-08\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,D2:D12=\"1998-11-08\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What organization had the founding date of 1998-11-08? ",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"1998-11-08\"",
"2"
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(A1, D1=\"1997-12-12\")))",
"Formula2": "ROWS(UNIQUE(FILTER(A2:A12, D2:D12=\"1997-12-12\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many letters were given to the organization with a founding date of 1997-12-12? ",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"A1",
"D1",
"=",
"\"1997-12-12\""
]
}
] | train_1-2538117-12 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Letters",
"Organization",
"Nickname",
"Founding Date",
"Founding University",
"Type"
],
[
"2",
"ΑΙΟ",
"Alpha Iota Omicron",
"\"AIO\"",
"1998-10-16",
"University of Michigan",
"Fraternity"
],
[
"3",
"ΒΧΘ",
"Beta Chi Theta 2",
"\"Beta Chi/BCT\"",
"1999-06-02",
"University of California, Los Angeles",
"Fraternity"
],
[
"4",
"ΒΚΓ",
"Beta Kappa Gamma",
"\"BKG\"",
"1999-05-06",
"University of Texas at Austin",
"Fraternity"
],
[
"5",
"ΔΣΙ",
"Delta Sigma Iota",
"\"DSI\"",
"2000-08-15",
"Pennsylvania State University",
"Fraternity"
],
[
"6",
"ΔΕΨ",
"Delta Epsilon Psi",
"\"DEPsi/D.E.Psi\"",
"1998-10-01",
"University of Texas at Austin",
"Fraternity"
],
[
"7",
"ΔΘΨ",
"Delta Theta Psi",
"\"DTPsi\"",
"2002-01-14",
"University of Michigan",
"Sorority"
],
[
"8",
"ΔΚΔ",
"Delta Kappa Delta 1",
"\"DKD\"",
"2000-08-15",
"Texas A&M University",
"Sorority"
],
[
"9",
"ΔEΣΙ",
"Delta Epsilon Sigma Iota",
"\"Desi\"",
"1997-12-12",
"University at Buffalo, SUNY",
"Fraternity"
],
[
"10",
"ΔΦΩ",
"Delta Phi Omega",
"\"DPO\"",
"1998-12-06",
"University of Houston",
"Sorority"
],
[
"11",
"ΙΝΔ",
"Iota Nu Delta",
"\"IND\"",
"1994-02-07",
"Binghamton University",
"Fraternity"
],
[
"12",
"ΚΦΓ",
"Kappa Phi Gamma",
"\"KPhiG\"",
"1998-11-08",
"University of Texas at Austin",
"Sorority"
]
] |
[
{
"Formula": "SUMIFS(B1,G1,\"captured\")",
"Formula2": "SUMIFS(B2:B8,G2:G8,\"captured\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many ships ended up being 'Captured'?",
"Tokens": [
"SUMIFS(",
"B1",
"G1",
"\"captured\""
]
},
{
"Formula": "SORTBY(CHOOSE({1,2},C1,D1),C1,-1)",
"Formula2": "SORTBY(CHOOSE({1,2},C2:C8,D2:D8),C2:C8,-1)",
"Funcs": [
"SORTBY(",
"CHOOSE(",
"Num",
"Num",
"Cell",
"Cell",
"Cell",
"-",
"Num"
],
"Level": "easy",
"Question": "List the name and tonnage ordered by in descending alphaetical order for the names.",
"Tokens": [
"SORTBY(",
"CHOOSE(",
"1",
"2",
"C1",
"D1",
"C1",
"-",
"1"
]
},
{
"Formula": "SUMIFS(B1,G1,\"captured\")",
"Formula2": "SUMIFS(B2:B8,G2:G8,\"captured\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "the number of captured ships",
"Tokens": [
"SUMIFS(",
"B1",
"G1",
"\"captured\""
]
},
{
"Formula": "SORT(UNIQUE(HSTACK(C1,B1,D1)), 1, -1)",
"Formula2": "SORT(UNIQUE(HSTACK(C2:C8,B2:B8,D2:D8)), 1, -1)",
"Funcs": [
"SORT(",
"UNIQUE(",
"HSTACK(",
"Cell",
"Cell",
"Cell",
"Num",
"-",
"Num"
],
"Level": "medium",
"Question": "The names of ships from z to a with corresponding tonnage.",
"Tokens": [
"SORT(",
"UNIQUE(",
"HSTACK(",
"C1",
"B1",
"D1",
"1",
"-",
"1"
]
}
] | battle_death_ship | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"lost in battle",
"ship id",
"name",
"tonnage",
"ship type",
"location",
"disposition of ship"
],
[
"2",
"8",
"1",
"Lettice",
"t",
"Brig",
"English Channel",
"Captured"
],
[
"3",
"7",
"2",
"Bon Accord",
"t",
"Brig",
"English Channel",
"Captured"
],
[
"4",
"6",
"3",
"Mary",
"t",
"Brig",
"English Channel",
"Captured"
],
[
"5",
"5",
"4",
"HMS Avon",
"391",
"18-gun Brig",
"English Channel",
"Wrecked"
],
[
"6",
"5",
"5",
"Three Brothers",
"t",
"Brig",
"SW Approaches",
"Scuttled"
],
[
"7",
"4",
"6",
"Bacchus",
"t",
"Brig",
"English Channel",
"Sank"
],
[
"8",
"8",
"7",
"HMS Atalanta",
"225",
"8 gun Brig",
"Mid-Atlantic",
"Captured"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"baltimore county, howard\")*(F1=\"environmental matters (vice-chair)\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,(B2:B9=\"baltimore county, howard\")*(F2:F9=\"environmental matters (vice-chair)\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When Baltimore County, Howard are represented, what's the first elected when the committee is environmental matters (vice-chair)?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"baltimore county, howard\"",
"*",
"F1",
"=",
"\"environmental matters (vice-chair)\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"howard\")*(C1=\"turner, frank s. frank s. turner\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,(B2:B9=\"howard\")*(C2:C9=\"turner, frank s. frank s. turner\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What party is the delegate of Turner, Frank S. Frank S. Turner of Howard County?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"howard\"",
"*",
"C1",
"=",
"\"turner, frank s. frank s. turner\"",
"4"
]
}
] | train_2-14009909-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"District",
"Counties Represented",
"Delegate",
"Party",
"First Elected",
"Committee"
],
[
"2",
"09.1 9A",
"Howard",
"Bates, Gail H. Gail H. Bates",
"Republican",
"2002",
"Appropriations"
],
[
"3",
"09.1 9A",
"Howard",
"Miller, Warren E. Warren E. Miller",
"Republican",
"2003",
"Economic Matters"
],
[
"4",
"12.1 12A",
"Baltimore County , Howard",
"DeBoy, Steven J. Sr. Steven J. DeBoy, Sr.",
"Democratic",
"2002",
"Appropriations"
],
[
"5",
"12.1 12A",
"Baltimore County , Howard",
"Malone, James E. Jr. James E. Malone, Jr.",
"Democratic",
"1994",
"Environmental Matters (Vice-Chair)"
],
[
"6",
"12.2 12B",
"Howard",
"Bobo, Elizabeth Elizabeth Bobo",
"Democratic",
"1994",
"Environmental Matters"
],
[
"7",
"13",
"Howard",
"Pendergrass, Shane E. Shane Pendergrass",
"Democratic",
"1994",
"Health and Government Operations"
],
[
"8",
"13",
"Howard",
"Guzzone, Guy Guy Guzzone",
"Democratic",
"2006",
"Appropriations"
],
[
"9",
"13",
"Howard",
"Turner, Frank S. Frank S. Turner",
"Democratic",
"1994",
"Ways and Means"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Space shuttle vacuum\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"Space shuttle vacuum\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What engine type is used in a Space Shuttle Vacuum scenario?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"F1",
"B1",
"=",
"\"Space shuttle vacuum\"",
"1"
]
},
{
"Formula": "SUMIFS(F1,B1,\"Space shuttle vacuum\")",
"Formula2": "SUMIFS(F2:F7,B2:B7,\"Space shuttle vacuum\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the effective exhaust velocity in a Space Shuttle Vacuum?",
"Tokens": [
"SUMIFS(",
"F1",
"B1",
"\"Space shuttle vacuum\""
]
},
{
"Formula": "MAX(FILTER(E1, F1=4423))",
"Formula2": "MAX(FILTER(E2:E7, F2:F7=4423))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the maximum specific impulse with a 4423 m/s effective exhaust velocity?",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"F1",
"=",
"4423"
]
},
{
"Formula": "SUM(FILTER(D1, E1=453))",
"Formula2": "SUM(FILTER(D2:D7, E2:E7=453))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num"
],
"Level": "easy",
"Question": "What is the SFC when the specific impulse is 453?",
"Tokens": [
"SUM(",
"FILTER(",
"D1",
"E1",
"=",
"453"
]
}
] | train_1-15944-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Engine type",
"Scenario",
"SFC in lb/(lbf·h)",
"SFC in g/(kN·s)",
"Specific impulse (s)",
"Effective exhaust velocity (m/s)"
],
[
"2",
"NK-33 rocket engine",
"Vacuum",
"10.9",
"309",
"331",
"3240"
],
[
"3",
"SSME rocket engine",
"Space shuttle vacuum",
"7.95",
"225",
"453",
"4423"
],
[
"4",
"Ramjet",
"Mach 1",
"4.5",
"127",
"800",
"7877"
],
[
"5",
"J-58 turbojet",
"SR-71 at Mach 3.2 (Wet)",
"1.9",
"53.8",
"1900",
"18587"
],
[
"6",
"Rolls-Royce/Snecma Olympus 593",
"Concorde Mach 2 cruise (Dry)",
"1.195",
"33.8",
"3012",
"29553"
],
[
"7",
"CF6-80C2B1F turbofan",
"Boeing 747-400 cruise",
"0.605",
"17.1",
"5950",
"58400"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"Charlotte Arena\"),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,H2:H14=\"Charlotte Arena\"),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What was the score when the heat played at charlotte arena?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"I1",
"H1",
"=",
"\"Charlotte Arena\"",
"4"
]
},
{
"Formula": "SUMIFS(A1,I1,\"40-20\")",
"Formula2": "SUMIFS(A2:A14,I2:I14,\"40-20\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many games had the team played after they were 40-20?",
"Tokens": [
"SUMIFS(",
"A1",
"I1",
"\"40-20\""
]
}
] | train_1-13762472-7 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G",
"H",
"I"
],
[
"1",
"Game",
"Date",
"Team",
"Score",
"High points",
"High rebounds",
"High assists",
"Location Attendance",
"Record"
],
[
"2",
"57",
"March 1",
"@ Boston",
"W 103–96 (OT)",
"Dwyane Wade (24)",
"Shaquille O'Neal (9)",
"Jason Williams (9)",
"FleetCenter",
"37-20"
],
[
"3",
"58",
"March 4",
"Atlanta",
"W 95–83 (OT)",
"Shaquille O'Neal (21)",
"Shaquille O'Neal (8)",
"Jason Williams (7)",
"American Airlines Arena",
"38-20"
],
[
"4",
"59",
"March 6",
"@ Charlotte",
"W 106–105 (OT)",
"Shaquille O'Neal (35)",
"Udonis Haslem (13)",
"Jason Williams (5)",
"Charlotte Arena",
"39-20"
],
[
"5",
"60",
"March 8",
"Washington",
"W 118–112 (OT)",
"Dwyane Wade (40)",
"Shaquille O'Neal (11)",
"Dwyane Wade , Jason Williams (5)",
"American Airlines Arena",
"40-20"
],
[
"6",
"61",
"March 10",
"Golden State",
"L 106–111 (OT)",
"Dwyane Wade (42)",
"Shaquille O'Neal (15)",
"Dwyane Wade (6)",
"American Airlines Arena",
"40-21"
],
[
"7",
"62",
"March 12",
"Cleveland",
"W 98–92 (OT)",
"Dwyane Wade (35)",
"Dwyane Wade (9)",
"Dwyane Wade (7)",
"American Airlines Arena",
"41-21"
],
[
"8",
"64",
"March 16",
"Boston",
"W 107–104 (OT)",
"Dwyane Wade (30)",
"Udonis Haslem , Shaquille O'Neal (11)",
"Dwyane Wade (6)",
"American Airlines Arena",
"43-21"
],
[
"9",
"65",
"March 18",
"@ Chicago",
"W 85–84 (OT)",
"Dwyane Wade (15)",
"Udonis Haslem (11)",
"Jason Williams (5)",
"United Center",
"44-21"
],
[
"10",
"66",
"March 19",
"@ New York",
"W 111–100 (OT)",
"Dwyane Wade (30)",
"Udonis Haslem (7)",
"Dwyane Wade , Jason Williams (9)",
"Madison Square Garden",
"45-21"
],
[
"11",
"67",
"March 21",
"@ Minnesota",
"L 96–100 (OT)",
"Dwyane Wade (35)",
"Alonzo Mourning (12)",
"Dwyane Wade (8)",
"American Airlines Arena",
"45-22"
],
[
"12",
"68",
"March 22",
"@ Detroit",
"L 73–82 (OT)",
"Shaquille O'Neal (27)",
"Udonis Haslem (12)",
"Dwyane Wade (9)",
"The Palace of Auburn Hills",
"45-23"
],
[
"13",
"69",
"March 24",
"Charlotte",
"W 114–93 (OT)",
"Dwyane Wade (24)",
"Shaquille O'Neal (9)",
"Dwyane Wade (8)",
"American Airlines Arena",
"46-23"
],
[
"14",
"70",
"March 27",
"Indiana",
"W 96–91 (OT)",
"Shaquille O'Neal (23)",
"Shaquille O'Neal (11)",
"Dwyane Wade (5)",
"American Airlines Arena",
"47-23"
]
] |
[
{
"Formula": "MAXIFS(E1,B1,\"yardbirds aka roger the engineer\")",
"Formula2": "MAXIFS(E2:E6,B2:B6,\"yardbirds aka roger the engineer\")",
"Funcs": [
"MAXIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the highest chart number for the song Yardbirds aka Roger the Engineer?",
"Tokens": [
"MAXIFS(",
"E1",
"B1",
"\"yardbirds aka roger the engineer\""
]
},
{
"Formula": "AVERAGEIFS(E1,A1,\"11/1965\")",
"Formula2": "AVERAGEIFS(E2:E6,A2:A6,\"11/1965\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the average chart number for 11/1965?",
"Tokens": [
"AVERAGEIFS(",
"E1",
"A1",
"\"11/1965\""
]
},
{
"Formula": "LET(query1,SUMMARIZE(C1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=52))",
"Formula2": "LET(query1,SUMMARIZE(C2:C6,SUMX(E2:E6)),FILTER(query1,CHOOSECOLS(query1,2)=52))",
"Funcs": [
"LET(",
"query1",
"SUMMARIZE(",
"Cell",
"SUMX(",
"Cell",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"Num",
"=",
"Num"
],
"Level": "hard",
"Question": "What is origin country for a title that charted at 52?",
"Tokens": [
"LET(",
"query1",
"SUMMARIZE(",
"C1",
"SUMX(",
"E1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"=",
"52"
]
}
] | train_2-15258059-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Date",
"Title",
"Origin",
"Label & Cat. no.",
"Chart no."
],
[
"2",
"6/1965",
"For Your Love",
"US",
"Epic LN 24167/BN-26167",
"96"
],
[
"3",
"11/1965",
"Having a Rave Up with The Yardbirds",
"US",
"Epic LN 24177/BN 26177",
"53"
],
[
"4",
"7/1966",
"Yardbirds aka Roger the Engineer",
"UK",
"Columbia SX 6063/SCX 6063",
"20"
],
[
"5",
"7/1966",
"Over Under Sideways Down",
"US",
"Epic LN 24210/BN 26210",
"52"
],
[
"6",
"8/1967",
"Little Games",
"US",
"Epic LN 24313/BN 26313",
"80"
]
] |
[
{
"Formula": "AVERAGEIFS(E1,B1,\"dunfermline athletic\")",
"Formula2": "AVERAGEIFS(E2:E6,B2:B6,\"dunfermline athletic\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Can you tell me the average Attendance rhat has the Opponent of dunfermline athletic?",
"Tokens": [
"AVERAGEIFS(",
"E1",
"B1",
"\"dunfermline athletic\""
]
},
{
"Formula": "AVERAGEIFS(E1,F1,\"steven, johnston, walters, mccoist, i.ferguson\")",
"Formula2": "AVERAGEIFS(E2:E6,F2:F6,\"steven, johnston, walters, mccoist, i.ferguson\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "Can you tell me the average Attendance that has the Scorers of steven, johnston, walters, mccoist, i.ferguson?",
"Tokens": [
"AVERAGEIFS(",
"E1",
"F1",
"\"steven, johnston, walters, mccoist, i.ferguson\""
]
}
] | test_2-16649722-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Date",
"Opponent",
"Venue",
"Result",
"Attendance",
"Scorers"
],
[
"2",
"15 August 1989",
"Arbroath",
"H",
"4–0",
"31,762",
"McCoist (3), I.Ferguson"
],
[
"3",
"23 August 1989",
"Greenock Morton",
"A",
"2–1",
"11,821",
"Walters, Pickering (o.g.)"
],
[
"4",
"30 August 1989",
"Hamilton Academical",
"A",
"3–0",
"9,162",
"Walters (2), Steven"
],
[
"5",
"19 September 1989",
"Dunfermline Athletic",
"N",
"5–0",
"41,643",
"Steven, Johnston, Walters, McCoist, I.Ferguson"
],
[
"6",
"22 October 1989",
"Aberdeen",
"N",
"1–2",
"61,190",
"Walters (pen.)"
]
] |
[
{
"Formula": "AVERAGE(FILTER(C1, D1>126))",
"Formula2": "AVERAGE(FILTER(C2:C13, D2:D13>126))",
"Funcs": [
"AVERAGE(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the average Points, when Played is greater than 126?",
"Tokens": [
"AVERAGE(",
"FILTER(",
"C1",
"D1",
">",
"126"
]
},
{
"Formula": "SUM(FILTER(B1, (E1=\"36/40\")*(D1>126)))",
"Formula2": "SUM(FILTER(B2:B13, (E2:E13=\"36/40\")*(D2:D13>126)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the sum of Average, when 2006 is \"36/40\", and when Played is greater than 126?",
"Tokens": [
"SUM(",
"FILTER(",
"B1",
"E1",
"=",
"\"36/40\"",
"*",
"D1",
">",
"126"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"tacuary\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G13,A2:A13=\"tacuary\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is 2006, when Team is \"Tacuary\"?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"tacuary\"",
"5"
]
}
] | train_2-17334827-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Team",
"Average",
"Points",
"Played",
"2006",
"2007",
"2008"
],
[
"2",
"Libertad",
"2.179",
"279",
"126",
"83/40",
"95/44",
"101/44"
],
[
"3",
"Cerro Porteño",
"2.023",
"259",
"126",
"92/40",
"92/44",
"75/44"
],
[
"4",
"Nacional",
"1.484",
"190",
"126",
"53/40",
"60/44",
"77/44"
],
[
"5",
"Olimpia",
"1.406",
"180",
"126",
"50/40",
"76/44",
"54/44"
],
[
"6",
"Sol de América",
"1.363",
"120",
"86",
"N/A",
"57/44",
"63/44"
],
[
"7",
"Sportivo Luqueño",
"1.335",
"171",
"126",
"56/40",
"66/44",
"49/44"
],
[
"8",
"Tacuary",
"1.335",
"171",
"126",
"66/40",
"51/44",
"54/44"
],
[
"9",
"Guaraní",
"1.265",
"162",
"126",
"42/40",
"41/44",
"79/44"
],
[
"10",
"2 de Mayo",
"1.126",
"142",
"126",
"58/40",
"34/44",
"50/42"
],
[
"11",
"12 de Octubre",
"1.132",
"145",
"126",
"42/40",
"49/44",
"53/44"
],
[
"12",
"3 de Febrero",
"1.062",
"136",
"126",
"36/40",
"49/44",
"51/44"
],
[
"13",
"Silvio Pettirossi",
"0.500",
"22",
"42",
"N/A",
"N/A",
"22/44"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2003),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,A2:A14=2003),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Num",
"Num"
],
"Level": "medium",
"Question": "What is the LLWS when the Year is 2003?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"=",
"2003",
"4"
]
},
{
"Formula": "MINIFS(A1,C1,\"peabody\")",
"Formula2": "MINIFS(A2:A14,C2:C14,\"peabody\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the earliest Year when the City is Peabody?",
"Tokens": [
"MINIFS(",
"A1",
"C1",
"\"peabody\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"4th place\")*(C1=\"westport\")),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E14,(D2:D14=\"4th place\")*(C2:C14=\"westport\")),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the total number of Years when the LLWS is 4th place, and when the City is Westport?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"4th place\"",
"*",
"C1",
"=",
"\"westport\"",
"1"
]
}
] | train_2-13011547-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Champion",
"City",
"LLWS",
"Record"
],
[
"2",
"2001",
"Lincoln LL",
"Lincoln",
"Group Stage",
"0–3"
],
[
"3",
"2002",
"Jesse Burkett LL",
"Worcester",
"4th Place",
"3–3"
],
[
"4",
"2003",
"American LL",
"Saugus",
"4th Place",
"4–2"
],
[
"5",
"2004",
"Lincoln LL",
"Lincoln",
"Group Stage",
"1–2"
],
[
"6",
"2005",
"Westbrook LL",
"Westbrook",
"Group Stage",
"1–2"
],
[
"7",
"2006",
"Portsmouth LL",
"Portsmouth",
"U.S. Semifinal",
"2–2"
],
[
"8",
"2007",
"Walpole American LL",
"Walpole",
"Group Stage",
"1–2"
],
[
"9",
"2008",
"Shelton National LL",
"Shelton",
"Group Stage",
"1–2"
],
[
"10",
"2009",
"Peabody Western LL",
"Peabody",
"Group Stage",
"1–2"
],
[
"11",
"2010",
"Fairfield American LL",
"Fairfield",
"Group Stage",
"1–2"
],
[
"12",
"2011",
"Cumberland American LL",
"Cumberland",
"Round 1",
"1–2"
],
[
"13",
"2012",
"Fairfield American LL",
"Fairfield",
"Round 3",
"2–2"
],
[
"14",
"2013",
"Westport LL",
"Westport",
"4th Place",
"3–3"
]
] |
[
{
"Formula": "SUMIFS(A1,B1,\"int. adac preis von zweibrücken\")",
"Formula2": "SUMIFS(A2:A11,B2:B11,\"int. adac preis von zweibrücken\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What shows for round when the race was Int. Adac Preis Von Zweibrücken?",
"Tokens": [
"SUMIFS(",
"A1",
"B1",
"\"int. adac preis von zweibrücken\""
]
},
{
"Formula": "SUMIFS(A1,C1,\"norisring\")",
"Formula2": "SUMIFS(A2:A11,C2:C11,\"norisring\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the round for the Norisring circuit?",
"Tokens": [
"SUMIFS(",
"A1",
"C1",
"\"norisring\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"6 july\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<8))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:F11,D2:D11=\"6 july\"),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 race was a round smaller than 8, on 6 july?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"F1",
"D1",
"=",
"\"6 july\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
"<",
"8"
]
},
{
"Formula": "SUMIFS(A1,B1,\"int. adac-preis der tourenwagen von sachsen-anhalt\")",
"Formula2": "SUMIFS(A2:A11,B2:B11,\"int. adac-preis der tourenwagen von sachsen-anhalt\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the round for the Int. Adac-Preis Der Tourenwagen Von Sachsen-Anhalt?",
"Tokens": [
"SUMIFS(",
"A1",
"B1",
"\"int. adac-preis der tourenwagen von sachsen-anhalt\""
]
}
] | train_2-17701581-2 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Round",
"Race",
"Circuit",
"Date",
"Event",
"Winning driver"
],
[
"2",
"1",
"Int. ADAC-Preis Hockenheim",
"Hockenheimring",
"19 April",
"Sprint Race",
"Uwe Alzen Manuel Reuter"
],
[
"3",
"2",
"60. Int. ADAC Eifelrennen",
"Nürburgring",
"10 May",
"Sprint Race",
"Roland Asch Johnny Cecotto"
],
[
"4",
"3",
"Sachsenring",
"Sachsenring",
"24 May",
"Sprint Race",
"Johnny Cecotto Johnny Cecotto"
],
[
"5",
"4",
"200 Meilen von Nürnberg",
"Norisring",
"6 July",
"Sprint Race",
"Jörg van Ommen Laurent Aiello"
],
[
"6",
"5",
"ADAC-Regio-Preis Lahr",
"Regio-Ring",
"19 July",
"Sprint Race",
"Uwe Alzen Gabriele Tarquini"
],
[
"7",
"6",
"35. Int. ADAC - Flugplatzrennen",
"Wunstorf",
"2 August",
"Sprint Race",
"Laurent Aiello Manuel Reuter"
],
[
"8",
"7",
"Int. ADAC Preis von Zweibrücken",
"Zweibrücken",
"16 August",
"Sprint Race",
"Johnny Cecotto Johnny Cecotto"
],
[
"9",
"8",
"Int. ADAC Alpentrophäe",
"Salzburgring",
"30 August",
"Sprint Race",
"Laurent Aiello Laurent Aiello"
],
[
"10",
"9",
"Int. ADAC-Preis der Tourenwagen von Sachsen-Anhalt",
"Motorsport Arena Oschersleben",
"13 September",
"Sprint Race",
"Laurent Aiello Laurent Aiello"
],
[
"11",
"10",
"25. ADAC Bilstein Supersprint",
"Nürburgring",
"4 October",
"Sprint Race",
"Manuel Reuter Eric Hélary"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1<2010)*(C1=\"chan ming shu\")),4))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(A2:A7<2010)*(C2:C7=\"chan ming shu\")),4))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who won silver in the year before 2010, the year Chan Ming Shu won gold?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"<",
"2010",
"*",
"C1",
"=",
"\"chan ming shu\"",
"4"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1<2010)*(D1=\"hei zhi hong\")),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(A2:A7<2010)*(D2:D7=\"hei zhi hong\")),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"<",
"Num",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the location for the year under 2010 and the year Hei Zhi Hong won silver?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
"<",
"2010",
"*",
"D1",
"=",
"\"hei zhi hong\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1>2006),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7>2006),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
">",
"Num",
"Num"
],
"Level": "medium",
"Question": "Which location had a year over 2006?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"A1",
">",
"2006",
"2"
]
}
] | train_2-14783550-10 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Year",
"Location",
"Gold",
"Silver",
"Bronze"
],
[
"2",
"1990",
"Beijing",
"Chen Sitan",
"Wang Zengxiang",
"Nobutsugu Arai"
],
[
"3",
"1994",
"Hiroshima",
"Masaru Masuda",
"Chan Ming Shu",
"Han Gyeong Su Daniel Go"
],
[
"4",
"1998",
"Bangkok",
"Chan Ming Shu",
"Toshiya Watanabe",
"Nguyen Anh Minh"
],
[
"5",
"2002",
"Busan",
"Yang Seong Chan",
"Chan Ming Shu",
"Bobby Co"
],
[
"6",
"2006",
"Doha",
"Wu Yanan",
"Hei Zhi Hong",
"Goh Qiu Bin"
],
[
"7",
"2010",
"Guangzhou",
"Wu Yanan",
"Nguyen Thanh Tung",
"Hsiao Yung-jih"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"windy hill\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"windy hill\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the home team when VFL played at Windy Hill?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"E1",
"=",
"\"windy hill\"",
"1"
]
},
{
"Formula": "SUMIFS(F1,E1,\"glenferrie oval\")",
"Formula2": "SUMIFS(F2:F7,E2:E7,\"glenferrie oval\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the attendance when the VFL played Glenferrie Oval?",
"Tokens": [
"SUMIFS(",
"F1",
"E1",
"\"glenferrie oval\""
]
},
{
"Formula": "SUMIFS(F1,C1,\"north melbourne\")",
"Formula2": "SUMIFS(F2:F7,C2:C7,\"north melbourne\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What was the attendance when North Melbourne was the away team?",
"Tokens": [
"SUMIFS(",
"F1",
"C1",
"\"north melbourne\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"essendon\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"essendon\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When did Essendon play as the home team?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"essendon\"",
"7"
]
}
] | train_2-10750694-15 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Home team",
"Home team score",
"Away team",
"Away team score",
"Venue",
"Crowd",
"Date"
],
[
"2",
"Richmond",
"10.14 (74)",
"South Melbourne",
"12.14 (86)",
"Punt Road Oval",
"19,000",
"2 August 1952"
],
[
"3",
"Hawthorn",
"9.3 (57)",
"Melbourne",
"12.13 (85)",
"Glenferrie Oval",
"9,000",
"2 August 1952"
],
[
"4",
"Footscray",
"7.6 (48)",
"North Melbourne",
"8.9 (57)",
"Western Oval",
"14,760",
"2 August 1952"
],
[
"5",
"St Kilda",
"7.13 (55)",
"Geelong",
"9.16 (70)",
"Junction Oval",
"12,000",
"2 August 1952"
],
[
"6",
"Essendon",
"13.10 (88)",
"Collingwood",
"12.17 (89)",
"Windy Hill",
"21,000",
"2 August 1952"
],
[
"7",
"Fitzroy",
"5.15 (45)",
"Carlton",
"5.14 (44)",
"Brunswick Street Oval",
"29,000",
"2 August 1952"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"chāojí mǎlìōu shìjiè\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"chāojí mǎlìōu shìjiè\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Which game modes have Pinyin of chāojí mǎlìōu shìjiè?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"E1",
"B1",
"=",
"\"chāojí mǎlìōu shìjiè\"",
"5"
]
}
] | train_2-1616608-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Chinese Title",
"Pinyin",
"Released Date",
"Genre",
"Game Modes"
],
[
"2",
"极速F-ZERO未来赛车",
"Jísù F-ZERO Wèilái Sàichē",
"2007",
"Racing",
"Single-Player, Muti-Player (1-4)"
],
[
"3",
"超级马力欧世界",
"Chāojí Mǎlìōu Shìjiè",
"2006",
"Platform",
"Single-Player, Muti-Player"
],
[
"4",
"耀西岛",
"Yàoxi Dǎo",
"2006",
"Platform",
"Single-Player"
],
[
"5",
"密特罗德 融合",
"Mìtèluōdé Rónghé",
"2006",
"Shooter",
"Single-Player"
],
[
"6",
"瓦力欧制造",
"Wǎlìōu Zhìzào",
"2005",
"Minigames",
"Single-Player"
],
[
"7",
"密特罗德:零点任务",
"Mìtèluōdé: Língdiǎn Rènwù",
"2005",
"Shooter",
"Single-Player"
],
[
"8",
"超级马力欧2",
"Chāojí Mǎlìōu 2",
"2004",
"Platform",
"Single-Player"
],
[
"9",
"瓦力欧寻宝记",
"Wǎlìōu Xúnbǎo Jì",
"2004",
"Platform",
"Single-Player"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"16 july 1946\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,F2:F6=\"16 july 1946\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When was the person who died on 16 July 1946 born?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"F1",
"=",
"\"16 july 1946\"",
"2"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"29 september 1766\"),7))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"29 september 1766\"),7))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is the spouse of the person born on 29 September 1766?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"29 september 1766\"",
"7"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"29 september 1766\"),1))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"29 september 1766\"),1))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who is born on 29 September 1766?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"29 september 1766\"",
"1"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"10 may 1788\"),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"10 may 1788\"),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was born on 10 May 1788 that ceased to be queen?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"10 may 1788\"",
"5"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"30 october 1816 husband's accession\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,D2:D6=\"30 october 1816 husband's accession\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "How is the marriage of who became queen on 30 October 1816 husband's accession?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"30 october 1816 husband's accession\"",
"3"
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"15 april 1820\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,D2:D6=\"15 april 1820\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "When was the person who became queen on 15 April 1820 born?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"D1",
"=",
"\"15 april 1820\"",
"2"
]
}
] | test_2-14155268-3 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Name",
"Birth",
"Marriage",
"Became Queen",
"Ceased to be Queen",
"Death",
"Spouse"
],
[
"2",
"Charlotte, Princess Royal",
"29 September 1766",
"18 May 1797",
"1 January 1806 elevated from Electress",
"30 October 1816 husband's death",
"5 October 1828",
"Frederick I"
],
[
"3",
"Catherine Pavlovna of Russia",
"10 May 1788",
"24 January 1816",
"30 October 1816 husband's accession",
"19 January 1819",
"19 January 1819",
"William I"
],
[
"4",
"Pauline Therese of Württemberg",
"4 September 1800",
"15 April 1820",
"15 April 1820",
"25 June 1864 husband's death",
"10 May 1873",
"William I"
],
[
"5",
"Olga Nikolaevna of Russia",
"11 September 1822",
"13 July 1848",
"25 June 1864 husband's accession",
"6 October 1891 husband's death",
"30 October 1892",
"Charles I"
],
[
"6",
"Charlotte of Schaumburg-Lippe",
"10 October 1864",
"8 April 1886",
"6 October 1891 husband's accession",
"30 November 1918 husband's abdication",
"16 July 1946",
"William II"
]
] |
[
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Linfield College\"),3))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,A2:A9=\"Linfield College\"),3))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the nickname of Linfield College?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"A1",
"=",
"\"Linfield College\"",
"3"
]
},
{
"Formula": "SUMIFS(D1,E1,\"Private/Baptist\")",
"Formula2": "SUMIFS(D2:D9,E2:E9,\"Private/Baptist\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "When was the private/baptist school founded?",
"Tokens": [
"SUMIFS(",
"D1",
"E1",
"\"Private/Baptist\""
]
},
{
"Formula": "ROWS(UNIQUE(FILTER(F1, G1=\"1931, 1949 1\")))",
"Formula2": "ROWS(UNIQUE(FILTER(F2:F9, G2:G9=\"1931, 1949 1\")))",
"Funcs": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str"
],
"Level": "medium",
"Question": "How many different items appear in the enrollment column that joined in 1931, 1949 1?",
"Tokens": [
"ROWS(",
"UNIQUE(",
"FILTER(",
"F1",
"G1",
"=",
"\"1931, 1949 1\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"1926, 1996 2\"),2))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,G2:G9=\"1926, 1996 2\"),2))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "What is the location of the University that joined in 1926, 1996 2?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"G1",
"=",
"\"1926, 1996 2\"",
"2"
]
},
{
"Formula": "MIN(D1)",
"Formula2": "MIN(D2:D9)",
"Funcs": [
"MIN(",
"Cell"
],
"Level": "easy",
"Question": "When was the earliest founded university?",
"Tokens": [
"MIN(",
"D1"
]
}
] | train_1-261941-1 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Institution",
"Location",
"Nickname",
"Founded",
"Type",
"Enrollment",
"Joined"
],
[
"2",
"George Fox University",
"Newberg, Oregon",
"Bruins",
"1885",
"Private/Quaker",
"3519",
"1996"
],
[
"3",
"Lewis & Clark College",
"Portland, Oregon",
"Pioneers",
"1867",
"Private/Non-sectarian",
"3433",
"1931, 1949 1"
],
[
"4",
"Linfield College",
"McMinnville, Oregon",
"Wildcats",
"1849",
"Private/Baptist",
"2664",
"1926"
],
[
"5",
"Pacific University",
"Forest Grove, Oregon",
"Boxers",
"1849",
"Private/United Church of Christ",
"3302",
"1926"
],
[
"6",
"Pacific Lutheran University",
"Tacoma, Washington",
"Lutes",
"1890",
"Private/Lutheran",
"3461",
"1965"
],
[
"7",
"University of Puget Sound",
"Tacoma, Washington",
"Loggers",
"1888",
"Private/Non-sectarian",
"2600",
"1926, 1996 2"
],
[
"8",
"Whitman College",
"Walla Walla, Washington",
"Missionaries",
"1859",
"Private/Non-sectarian",
"1475",
"1926"
],
[
"9",
"Whitworth University",
"Spokane, Washington",
"Pirates",
"1890",
"Private/Presbyterian",
"2886",
"1970, 1988 3"
]
] |
[
{
"Formula": "SUMIFS(F1,A1,\"1/11\")",
"Formula2": "SUMIFS(F2:F16,A2:A16,\"1/11\")",
"Funcs": [
"SUMIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "How many people attended the match on 1/11?",
"Tokens": [
"SUMIFS(",
"F1",
"A1",
"\"1/11\""
]
},
{
"Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(B1=\"golden state warriors\")*(D1=\"dallas mavericks\")),5))",
"Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G16,(B2:B16=\"golden state warriors\")*(D2:D16=\"dallas mavericks\")),5))",
"Funcs": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"Cell",
":",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"=",
"Str",
"Num"
],
"Level": "medium",
"Question": "Who was the leading scorer in the match when the Golden State Warriors were visiting the Dallas Mavericks?",
"Tokens": [
"UNIQUE(",
"CHOOSECOLS(",
"FILTER(",
"A1",
":",
"G1",
"B1",
"=",
"\"golden state warriors\"",
"*",
"D1",
"=",
"\"dallas mavericks\"",
"5"
]
}
] | test_2-11964379-6 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F",
"G"
],
[
"1",
"Date",
"Visitor",
"Score",
"Home",
"Leading scorer",
"Attendance",
"Record"
],
[
"2",
"1/2",
"Golden State Warriors",
"99–121",
"Dallas Mavericks",
"Stephen Jackson",
"20,172",
"19–14"
],
[
"3",
"1/4",
"New Orleans Hornets",
"104–116",
"Golden State Warriors",
"Baron Davis",
"19,596",
"19–15"
],
[
"4",
"1/7",
"San Antonio Spurs",
"130–121",
"Golden State Warriors",
"Baron Davis",
"19,107",
"20–15"
],
[
"5",
"1/9",
"Golden State Warriors",
"91–109",
"Portland Trail Blazers",
"Matt Barnes",
"20,415",
"20–16"
],
[
"6",
"1/11",
"Memphis Grizzlies",
"116–104",
"Golden State Warriors",
"Monta Ellis",
"19,224",
"21–16"
],
[
"7",
"1/13",
"Indiana Pacers",
"106–101",
"Golden State Warriors",
"Monta Ellis",
"19,044",
"22–16"
],
[
"8",
"1/15",
"Golden State Warriors",
"105–98",
"Minnesota Timberwolves",
"Baron Davis",
"10,777",
"23–16"
],
[
"9",
"1/16",
"Golden State Warriors",
"117–125",
"Indiana Pacers",
"Baron Davis",
"11,501",
"23–17"
],
[
"10",
"1/18",
"Golden State Warriors",
"119–111",
"Chicago Bulls",
"Baron Davis",
"21,896",
"24–17"
],
[
"11",
"1/19",
"Golden State Warriors",
"119–99",
"Milwaukee Bucks",
"Al Harrington",
"16,615",
"25–17"
],
[
"12",
"1/21",
"Minnesota Timberwolves",
"108–109",
"Golden State Warriors",
"Monta Ellis",
"19,144",
"25–18"
],
[
"13",
"1/24",
"New Jersey Nets",
"121–119",
"Golden State Warriors",
"Monta Ellis",
"19,596",
"26–18"
],
[
"14",
"1/27",
"New York Knicks",
"106–104",
"Golden State Warriors",
"Stephen Jackson",
"19,596",
"27–18"
],
[
"15",
"1/29",
"Golden State Warriors",
"107–111",
"Houston Rockets",
"Stephen Jackson",
"16,586",
"27–19"
],
[
"16",
"1/30",
"Golden State Warriors",
"116–103",
"New Orleans Hornets",
"Stephen Jackson",
"14,410",
"28–19"
]
] |
[
{
"Formula": "MINIFS(A1,B1,\"bruce taylor\")",
"Formula2": "MINIFS(A2:A19,B2:B19,\"bruce taylor\")",
"Funcs": [
"MINIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is the lowest position for bruce taylor?",
"Tokens": [
"MINIFS(",
"A1",
"B1",
"\"bruce taylor\""
]
},
{
"Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"118.8km/h\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>5))",
"Formula2": "LET(query1,LET(query1,FILTER(A2:E19,D2:D19=\"118.8km/h\"),SUMMARIZE(CHOOSECOLS(query1,2),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": "Which pilot has a position above 5 and a speed of 118.8km/h?",
"Tokens": [
"LET(",
"query1",
"LET(",
"query1",
"FILTER(",
"A1",
":",
"E1",
"D1",
"=",
"\"118.8km/h\"",
"SUMMARIZE(",
"CHOOSECOLS(",
"query1",
"2",
"SUMX(",
"CHOOSECOLS(",
"query1",
"1",
"FILTER(",
"query1",
"CHOOSECOLS(",
"query1",
"2",
">",
"5"
]
},
{
"Formula": "AVERAGEIFS(A1,B1,\"erwin sommer\")",
"Formula2": "AVERAGEIFS(A2:A19,B2:B19,\"erwin sommer\")",
"Funcs": [
"AVERAGEIFS(",
"Cell",
"Cell",
"Str"
],
"Level": "easy",
"Question": "What is Erwin Sommer's average position?",
"Tokens": [
"AVERAGEIFS(",
"A1",
"B1",
"\"erwin sommer\""
]
}
] | train_2-14091394-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Position",
"Pilot",
"Glider",
"Speed",
"Distance"
],
[
"2",
"1",
"Sebastian Kawa",
"Diana 2",
"123.4km/h",
"282.0km"
],
[
"3",
"2",
"Ben Flewett",
"ASW 27",
"123.3km/h",
"282.0km"
],
[
"4",
"3",
"Steve Jones",
"Ventus 2ax",
"122.4km/h",
"282.0km"
],
[
"5",
"4",
"Petr Krejcirik",
"Ventus 2ax",
"121.6km/h",
"282.0km"
],
[
"6",
"5",
"Uli Schwenk",
"Ventus 2ax",
"121.4km/h",
"282.0km"
],
[
"7",
"6",
"Herbert Weiss",
"ASG 29",
"120.5km/h",
"282.0km"
],
[
"8",
"7",
"Mark Holliday",
"ASW 27",
"120.2km/h",
"282.0km"
],
[
"9",
"8",
"Christophe Ruch",
"Ventus 2a",
"119.4km/h",
"282.0km"
],
[
"10",
"9",
"Giorgio Galetto",
"Ventus 2ax",
"118.9km/h",
"282.0km"
],
[
"11",
"10",
"Mario Kiessling",
"Ventus 2ax",
"118.8km/h",
"282.0km"
],
[
"12",
"11",
"Peter Harvey",
"ASW 27",
"118.6km/h",
"282.0km"
],
[
"13",
"12",
"Bruce Taylor",
"ASW 27",
"117.6km/h",
"282.0km"
],
[
"14",
"13",
"Vladimir Panafutin",
"LS6C",
"115.7km/h",
"282.0km"
],
[
"15",
"14",
"Didier Hauss",
"Ventus 2cxT",
"115.4km/h",
"282.0km"
],
[
"16",
"15",
"Oscar Goudriaan",
"Ventus",
"109.6km/h",
"282.0km"
],
[
"17",
"16",
"Erwin Sommer",
"Ventus 2ax",
"96.7km/h",
"282.0km"
],
[
"18",
"17",
"Tim McAllister",
"Ventus C",
"92.8km/h",
"282.0km"
],
[
"19",
"18",
"Michael Sommer",
"ASG 29",
"10.7km/h",
"282.0km"
]
] |
[
{
"Formula": "SUM(FILTER(A1, F1>0))",
"Formula2": "SUM(FILTER(A2:A7, F2:F7>0))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the rank when the col is larger than 0?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"F1",
">",
"0"
]
},
{
"Formula": "SUM(FILTER(A1, (E1=1628)*(F1>0)))",
"Formula2": "SUM(FILTER(A2:A7, (E2:E7=1628)*(F2:F7>0)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "What is the rank when the elevation is 1,628, and Col (m) is larger than 0?",
"Tokens": [
"SUM(",
"FILTER(",
"A1",
"E1",
"=",
"1628",
"*",
"F1",
">",
"0"
]
},
{
"Formula": "SUM(FILTER(E1, (C1=\"vanuatu\")*(A1<3)))",
"Formula2": "SUM(FILTER(E2:E7, (C2:C7=\"vanuatu\")*(A2:A7<3)))",
"Funcs": [
"SUM(",
"FILTER(",
"Cell",
"Cell",
"=",
"Str",
"*",
"Cell",
"<",
"Num"
],
"Level": "easy",
"Question": "What is the elevation of Vanuatu, when the rank is smaller than 3?",
"Tokens": [
"SUM(",
"FILTER(",
"E1",
"C1",
"=",
"\"vanuatu\"",
"*",
"A1",
"<",
"3"
]
}
] | train_2-18946749-5 | [
[
"0",
"A",
"B",
"C",
"D",
"E",
"F"
],
[
"1",
"Rank",
"Peak",
"Country",
"Island",
"Elevation (m)",
"Col (m)"
],
[
"2",
"1",
"Mount Popomanaseu",
"Solomon Islands",
"Guadalcanal",
"2,335",
"0"
],
[
"3",
"2",
"Mont Orohena",
"French Polynesia",
"Tahiti",
"2,241",
"0"
],
[
"4",
"3",
"Mount Tabwemasana",
"Vanuatu",
"Espiritu Santo",
"1,879",
"0"
],
[
"5",
"4",
"Silisili",
"Samoa",
"Savai'i",
"1,858",
"0"
],
[
"6",
"5",
"Mount Veve",
"Solomon Islands",
"Kolombangara",
"1,768",
"0"
],
[
"7",
"6",
"Mont Panié",
"New Caledonia",
"Grande Terre",
"1,628",
"0"
]
] |
[
{
"Formula": "MAX(FILTER(A1, B1>1))",
"Formula2": "MAX(FILTER(A2:A9, B2:B9>1))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Name the most games with drawn more than 1",
"Tokens": [
"MAX(",
"FILTER(",
"A1",
"B1",
">",
"1"
]
},
{
"Formula": "MAX(FILTER(E1, (C1=2)*(A1>7)))",
"Formula2": "MAX(FILTER(E2:E9, (C2:C9=2)*(A2:A9>7)))",
"Funcs": [
"MAX(",
"FILTER(",
"Cell",
"Cell",
"=",
"Num",
"*",
"Cell",
">",
"Num"
],
"Level": "easy",
"Question": "Name the most points with lost of 2 and games more than 7",
"Tokens": [
"MAX(",
"FILTER(",
"E1",
"C1",
"=",
"2",
"*",
"A1",
">",
"7"
]
}
] | test_2-14137714-4 | [
[
"0",
"A",
"B",
"C",
"D",
"E"
],
[
"1",
"Games",
"Drawn",
"Lost",
"Points difference",
"Points"
],
[
"2",
"7",
"1",
"0",
"37 - 13",
"13"
],
[
"3",
"7",
"1",
"1",
"29 - 13",
"11"
],
[
"4",
"7",
"0",
"2",
"29 - 22",
"10"
],
[
"5",
"7",
"0",
"4",
"18 - 24",
"6"
],
[
"6",
"7",
"0",
"4",
"31 - 36",
"6"
],
[
"7",
"7",
"0",
"4",
"36 - 25",
"6"
],
[
"8",
"7",
"0",
"5",
"28 - 38",
"4"
],
[
"9",
"7",
"0",
"7",
"17 - 54",
"0"
]
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.