t5Formulas
listlengths
1
209
TableName
stringlengths
4
51
Table
listlengths
4
28
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Minnesota\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"Minnesota\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the NFL team of the player whose college is Minnesota?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"Minnesota\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Defensive Back\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,D2:D13=\"Defensive Back\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What college did the defensive back attend?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"Defensive Back\"", "5" ] }, { "Formula": "SUMIFS(A1,E1,\"Florida State\")", "Formula2": "SUMIFS(A2:A13,E2:E13,\"Florida State\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the pick number of the player whose college is Florida State?", "Tokens": [ "SUMIFS(", "A1", "E1", "\"Florida State\"" ] }, { "Formula": "ROWS(UNIQUE(FILTER(E1, A1=269)))", "Formula2": "ROWS(UNIQUE(FILTER(E2:E13, A2:A13=269)))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "medium", "Question": "How many colleges did pick number 269 attend?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "E1", "A1", "=", "269" ] }, { "Formula": "SUMIFS(A1,D1,\"Tight End\")", "Formula2": "SUMIFS(A2:A13,D2:D13,\"Tight End\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How many picks played Tight end?", "Tokens": [ "SUMIFS(", "A1", "D1", "\"Tight End\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Western Kentucky\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=\"Western Kentucky\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the position of the player whose college is Western Kentucky?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"Western Kentucky\"", "4" ] } ]
train_1-14650162-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pick #", "NFL Team", "Player", "Position", "College" ], [ "2", "18", "Green Bay Packers", "Tony Bennett", "Linebacker", "Mississippi" ], [ "3", "19", "Green Bay Packers", "Darrell Thompson", "Running Back", "Minnesota" ], [ "4", "48", "Green Bay Packers", "LeRoy Butler", "Strong Safety", "Florida State" ], [ "5", "75", "Green Bay Packers", "Bobby Houston", "Linebacker", "North Carolina State" ], [ "6", "102", "Green Bay Packers", "Jackie Harris", "Tight End", "Louisiana-Monroe" ], [ "7", "132", "Green Bay Packers", "Charles Wilson", "Wide Receiver", "Memphis State" ], [ "8", "159", "Green Bay Packers", "Bryce Paup", "Defensive End", "Northern Iowa" ], [ "9", "186", "Green Bay Packers", "Lester Archambeau", "Defensive End", "Stanford" ], [ "10", "215", "Green Bay Packers", "Roger Brown", "Cornerback", "Virginia Tech" ], [ "11", "242", "Green Bay Packers", "Kirk Baumgartner", "Quarterback", "Wisconsin-Stevens Point" ], [ "12", "269", "Green Bay Packers", "Jerome Martin", "Defensive Back", "Western Kentucky" ], [ "13", "299", "Green Bay Packers", "Harry Jackson", "Running Back", "St. Cloud State" ] ]
[ { "Formula": "MINIFS(A1,D1,\"8:13.67\")", "Formula2": "MINIFS(A2:A7,D2:D7,\"8:13.67\")", "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the lowest ranking for 8:13.67?", "Tokens": [ "MINIFS(", "A1", "D1", "\"8:13.67\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"kazakhstan\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"kazakhstan\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the time for Kazakhstan?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"kazakhstan\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"south africa\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"south africa\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What are the notes for South Africa?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"south africa\"", "5" ] }, { "Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)>5))", "Formula2": "LET(query1,SUMMARIZE(C2:C7,SUMX(A2:A7)),FILTER(query1,CHOOSECOLS(query1,2)>5))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "What country is ranked higher than 5?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "5" ] }, { "Formula": "SUM(FILTER(A1, (E1=\"fc\")*(C1=\"south africa\")))", "Formula2": "SUM(FILTER(A2:A7, (E2:E7=\"fc\")*(C2:C7=\"south africa\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the total rank and fc notes from South Africa?", "Tokens": [ "SUM(", "FILTER(", "A1", "E1", "=", "\"fc\"", "*", "C1", "=", "\"south africa\"" ] } ]
train_2-18662695-13
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Athlete", "Country", "Time", "Notes" ], [ "2", "1", "Rika Geyser", "South Africa", "7:59.67", "FC" ], [ "3", "2", "Soraya Jadue", "Chile", "8:13.67", "FC" ], [ "4", "3", "Inga Dudchenko", "Kazakhstan", "8:16.95", "FC" ], [ "5", "4", "Camila Vargas", "El Salvador", "8:22.35", "FD" ], [ "6", "5", "Latt Shwe Zin", "Myanmar", "8:24.23", "FD" ], [ "7", "6", "Lee Ka Man", "Hong Kong", "8:30.80", "FE" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"ikumi yoshimatsu\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,C2:C15=\"ikumi yoshimatsu\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What's the national title of miss international ikumi yoshimatsu?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"ikumi yoshimatsu\"", "4" ] }, { "Formula": "MINIFS(A1,B1,\"philippines\")", "Formula2": "MINIFS(A2:A15,B2:B15,\"philippines\")", "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What's the earliest year the philippines won?", "Tokens": [ "MINIFS(", "A1", "B1", "\"philippines\"" ] }, { "Formula": "AVERAGEIFS(A1,B1,\"lebanon\")", "Formula2": "AVERAGEIFS(A2:A15,B2:B15,\"lebanon\")", "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What's the average year lebanon won?", "Tokens": [ "AVERAGEIFS(", "A1", "B1", "\"lebanon\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"małgorzata rożniecka\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,C2:C15=\"małgorzata rożniecka\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What country or territory is małgorzata rożniecka from?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"małgorzata rożniecka\"", "2" ] } ]
train_2-1816311-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Country/Territory", "Miss International", "National title", "Location" ], [ "2", "2013", "TBA", "TBA", "TBA", "Tokyo , Japan" ], [ "3", "2012", "Japan", "Ikumi Yoshimatsu", "Miss Japan", "Okinawa , Japan" ], [ "4", "2011", "Ecuador", "Fernanda Cornejo", "Miss Ecuador", "Chengdu , China" ], [ "5", "2010", "Venezuela", "Elizabeth Mosquera", "Miss Venezuela", "Chengdu , China" ], [ "6", "2009", "Mexico", "Anagabriela Espinoza", "Nuestra Belleza México", "Chengdu , China" ], [ "7", "2008", "Spain", "Alejandra Andreu", "Miss Spain", "Macau , China" ], [ "8", "2007", "Mexico", "Priscila Perales", "Nuestra Belleza México", "Tokyo , Japan" ], [ "9", "2006", "Venezuela", "Daniela di Giacomo", "Miss Venezuela", "Beijing , China" ], [ "10", "2005", "Philippines", "Lara Quigaman", "Binibining Pilipinas", "Tokyo , Japan" ], [ "11", "2004", "Colombia", "Jeymmy Vargas", "Miss Colombia", "Beijing , China" ], [ "12", "2003", "Venezuela", "Goizeder Azúa", "Miss Venezuela", "Tokyo , Japan" ], [ "13", "2002", "Lebanon", "Christina Sawaya", "Miss Lebanon", "Tokyo , Japan" ], [ "14", "2001", "Poland", "Małgorzata Rożniecka", "Miss Polonia", "Tokyo , Japan" ], [ "15", "2000", "Venezuela", "Vivian Urdaneta", "Miss Venezuela", "Tokyo , Japan" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"ben hogan\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"ben hogan\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Ben Hogan's Place?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"ben hogan\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"jerry barber\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,B2:B11=\"jerry barber\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Jerry Barber's To par?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"jerry barber\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"t2\")*(B1=\"dow finsterwald\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(A2:A11=\"t2\")*(B2:B11=\"dow finsterwald\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Score of T2 Place Player Dow Finsterwald?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"t2\"", "*", "B1", "=", "\"dow finsterwald\"", "4" ] } ]
train_2-17198476-5
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "1", "Mike Souchak", "United States", "68-67-73=208", "–5" ], [ "3", "T2", "Jerry Barber", "United States", "69-71-70=210", "–3" ], [ "4", "T2", "Julius Boros", "United States", "73-69-68=210", "–3" ], [ "5", "T2", "Dow Finsterwald", "United States", "71-69-70=210", "–3" ], [ "6", "T5", "Ben Hogan", "United States", "75-67-69=211", "–2" ], [ "7", "T5", "Jack Nicklaus (a)", "United States", "71-71-69=211", "–2" ], [ "8", "T7", "Don Cherry (a)", "United States", "70-71-71=212", "–1" ], [ "9", "T7", "Jack Fleck", "United States", "70-70-72=212", "–1" ], [ "10", "T7", "Johnny Pott", "United States", "75-68-69=212", "–1" ], [ "11", "10", "Gary Player", "South Africa", "70-72-71=213", "E" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(D1, B1=\"Channel 4\")))", "Formula2": "ROWS(UNIQUE(FILTER(D2:D15, B2:B15=\"Channel 4\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many digital terrestrial channels are there for channel 4?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "D1", "B1", "=", "\"Channel 4\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"10\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,D2:D15=\"10\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the channel that is on digital terrestrial channel 10?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"10\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"ITV3\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,B2:B15=\"ITV3\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the digital terrestria channel number for itv3?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"ITV3\"", "4" ] }, { "Formula": "SUMIFS(A1,D1,\"5 44 (+1)\")", "Formula2": "SUMIFS(A2:A15,D2:D15,\"5 44 (+1)\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the position of digital channel 5 44 (+1)?", "Tokens": [ "SUMIFS(", "A1", "D1", "\"5 44 (+1)\"" ] } ]
train_1-182410-10
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Position", "Channel", "Analogue terrestrial channel", "Digital terrestrial channel", "Internet" ], [ "2", "1", "BBC One", "1", "1 50 (HD)", "bbc.co.uk" ], [ "3", "2", "ITV", "3", "3 33 (+1) 51 (HD)", "ITV - itv.com" ], [ "4", "3", "BBC Two", "2", "2", "bbc.co.uk" ], [ "5", "4", "Channel 4", "4 N/A (in Wales)", "4 8 (in Wales) 13 (+1) 52 (HD, not Wales)", "channel4.com" ], [ "6", "4", "S4C", "N/A", "4 (in Wales) 53 (HD, in Wales) N/A (rest of UK)", "s4c.co.uk" ], [ "7", "5", "Channel 5", "5", "5 44 (+1)", "N/A" ], [ "8", "6", "ITV3", "N/A", "10", "itv.com" ], [ "9", "7", "ITV2", "N/A", "6 27 (+1)", "itv.com" ], [ "10", "8", "E4", "N/A", "28 29 (+1)", "e4.com" ], [ "11", "9", "Sky Sports 1", "N/A", "N/A", "skysports.com" ], [ "12", "10", "Sky1", "N/A", "N/A", "sky.com" ], [ "13", "11", "CBeebies", "N/A", "71", "bbc.co.uk" ], [ "14", "12", "ITV4", "N/A", "24", "itv.com" ], [ "15", "13", "BBC Three", "N/A", "7", "bbc.co.uk" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=3686))", "Formula2": "LET(query1,SUMMARIZE(A2:A6,SUMX(E2:E6)),FILTER(query1,CHOOSECOLS(query1,2)=3686))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "When was the attendance 3686?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "3686" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"victoria\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"victoria\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the away team whose home is Victoria?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"victoria\"", "4" ] }, { "Formula": "SUMIFS(E1,D1,\"real espana\")", "Formula2": "SUMIFS(E2:E6,D2:D6,\"real espana\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What was the attendance when the away team was Real Espana?", "Tokens": [ "SUMIFS(", "E1", "D1", "\"real espana\"" ] } ]
test_2-17026847-9
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Home", "Score", "Away", "Attendance" ], [ "2", "23 August 2008", "Marathón", "4:0", "Motagua", "2187" ], [ "3", "23 August 2008", "Victoria", "1:0", "Vida", "4202" ], [ "4", "24 August 2008", "Platense", "2:2", "Hispano", "1272" ], [ "5", "24 August 2008", "Olimpia", "2:1", "Real Espana", "3686" ], [ "6", "24 August 2008", "Real Juventud", "0:3", "Deportes Savio", "1165" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"texas international open\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,B2:B7=\"texas international open\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the margin of victory at the Texas International Open?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"texas international open\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"−3 (74-68-72-71=285)\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"−3 (74-68-72-71=285)\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the margin of victory in the tournament with a winning score of −3 (74-68-72-71=285)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"−3 (74-68-72-71=285)\"", "4" ] } ]
train_2-1510351-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Tournament", "Winning score", "Margin of victory", "Runner(s)-up" ], [ "2", "9 Jul 1954", "The Open Championship", "−9 (72-71-69-71=283)", "1 stroke", "Bobby Locke , Dai Rees , Syd Scott" ], [ "3", "8 Jul 1955", "The Open Championship", "−7 (71-68-70-72=281)", "2 strokes", "John Fallon" ], [ "4", "4 Jun 1956", "Texas International Open", "−13 (67-68-69-63=267)", "Playoff", "Cary Middlecoff , Gene Littler" ], [ "5", "6 Jul 1956", "The Open Championship", "+2 (70-70-72-74=286)", "3 strokes", "Flory Van Donck" ], [ "6", "4 Jul 1958", "The Open Championship", "−6 (33-72-67-73=278)", "Playoff", "Dave Thomas" ], [ "7", "9 Jul 1965", "The Open Championship", "−3 (74-68-72-71=285)", "2 strokes", "Brian Huggett , Christy O'Connor Snr" ] ]
[ { "Formula": "AVERAGE(FILTER(A1,D1=\"george thomas\"))", "Formula2": "AVERAGE(FILTER(A2:A13,D2:D13=\"george thomas\"))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "In what Round was George Thomas Picked?", "Tokens": [ "AVERAGE(", "FILTER(", "A1", "D1", "=", "\"george thomas\"" ] }, { "Formula": "MIN(FILTER(A1,(B1>1)*(C1>140)))", "Formula2": "MIN(FILTER(A2:A13,(B2:B13>1)*(C2:C13>140)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What was the first Round with a Pick # greater than 1 and 140 Overall?", "Tokens": [ "MIN(", "FILTER(", "A1", "B1", ">", "1", "*", "C1", ">", "140" ] }, { "Formula": "FILTER(B1,D1=\"aundray bruce\")", "Formula2": "FILTER(B2:B13,D2:D13=\"aundray bruce\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is Aundray Bruce's Pick #?", "Tokens": [ "FILTER(", "B1", "D1", "=", "\"aundray bruce\"" ] }, { "Formula": "ROWS(FILTER(A1,(F1=\"virginia tech\")*(C1>306)))", "Formula2": "ROWS(FILTER(A2:A13,(F2:F13=\"virginia tech\")*(C2:C13>306)))", "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "In what Round with an Overall greater than 306 was the pick from the College of Virginia Tech?", "Tokens": [ "ROWS(", "FILTER(", "A1", "F1", "=", "\"virginia tech\"", "*", "C1", ">", "306" ] } ]
dev_2-15198842-23
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Round", "Pick #", "Overall", "Name", "Position", "College" ], [ "2", "1", "1", "1", "Aundray Bruce", "Linebacker", "Auburn" ], [ "3", "2", "1", "28", "Marcus Cotton", "Linebacker", "USC" ], [ "4", "3", "1", "56", "Alex Higdon", "Tight End", "Ohio State" ], [ "5", "5", "1", "110", "Charles Dimry", "Cornerback", "UNLV" ], [ "6", "6", "1", "138", "George Thomas", "Wide Receiver", "UNLV" ], [ "7", "6", "3", "140", "Houston Hoover", "Guard", "Jackson State" ], [ "8", "7", "1", "166", "Michael Haynes", "Wide Receiver", "Northern Arizona" ], [ "9", "8", "1", "194", "Phillip Brown", "Linebacker", "Alabama" ], [ "10", "9", "1", "222", "James Primus", "Running Back", "UCLA" ], [ "11", "10", "1", "250", "Stan Clayton", "Offensive Tackle", "Penn State" ], [ "12", "11", "1", "278", "James Milling", "Wide Receiver", "Maryland" ], [ "13", "12", "1", "306", "Carter Wiley", "Defensive Back", "Virginia Tech" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"University of Richmond\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,A2:A14=\"University of Richmond\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What are the the University of Richmond's school colors?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"University of Richmond\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"University of New Hampshire\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G14,A2:A14=\"University of New Hampshire\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What are the school colors of the University of New Hampshire?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"University of New Hampshire\"", "7" ] } ]
train_1-1221089-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Institution", "Location", "Founded", "Type", "Joined", "Nickname", "Colors" ], [ "2", "Boston University", "Boston, MA", "1839", "Private", "1973", "Terriers", "Scarlet & White" ], [ "3", "University of Connecticut", "Storrs, CT", "1881", "Public", "1946", "Huskies", "National Flag Blue & White" ], [ "4", "University of Delaware", "Newark, DE", "1743", "Private and Public", "1986", "Fightin' Blue Hens", "Royal Blue & Gold" ], [ "5", "College of the Holy Cross", "Worcester, MA", "1843", "Private", "1971", "Crusaders", "Purple & White" ], [ "6", "James Madison University", "Harrisonburg, VA", "1908", "Public", "1993", "Dukes", "Purple & Gold" ], [ "7", "University of Maine", "Orono, ME", "1865", "Public", "1946", "Black Bears", "Dark Blue & Light Blue" ], [ "8", "University of Massachusetts Amherst", "Amherst, MA", "1863", "Public", "1946", "Aggies/Redmen/Minutemen", "Maroon & White" ], [ "9", "University of New Hampshire", "Durham, NH", "1866", "Public", "1946", "Wildcats", "UNH Blue & White" ], [ "10", "Northeastern University", "Boston, MA", "1898", "Private", "1993", "Huskies", "Black & Red" ], [ "11", "University of Rhode Island", "Kingston, RI", "1892", "Public", "1946", "Rams", "Keaney blue, White, & Navy Blue" ], [ "12", "University of Richmond", "Richmond, VA", "1830", "Private", "1986", "Spiders", "UR Blue & UR Red" ], [ "13", "University of Vermont", "Burlington, VT", "1791", "Public", "1946", "Catamounts", "Green & Gold" ], [ "14", "Villanova University", "Villanova, PA", "1842", "Private", "1988", "Wildcats", "Blue & White" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Houseboat\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G20,C2:C20=\"Houseboat\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What's the season number of the episode titled \"Houseboat\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"Houseboat\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Grad School\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G20,C2:C20=\"Grad School\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What's the season number of the episode titled \"Grad school\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"Grad School\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"3ADK-03\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G20,G2:G20=\"3ADK-03\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who directed the episode with a production code 3ADK-03?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"3ADK-03\"", "4" ] } ]
train_1-12033013-3
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "No. in series", "No. in season", "Title", "Directed by", "Written by", "Original air date", "Production code" ], [ "2", "34", "1", "\"Racing in the Streets\"", "Brian Hargrove", "Chris Sheridan", "November14,2001", "3ADK-01" ], [ "3", "35", "2", "\"Amy's Birthday\"", "Gary Shimokawa", "John R. Morey", "November21,2001", "3ADK-03" ], [ "4", "36", "3", "\"Tommy's Not Gay\"", "Gary Shimokawa", "Christopher Case", "November28,2001", "3ADK-04" ], [ "5", "37", "4", "\"Shannon's Song\"", "Joe Regalbuto", "Sally Lapiduss", "December5,2001", "3ADK-08" ], [ "6", "38", "5", "\"Grad School\"", "Gary Shimokawa", "Jennifer Fisher", "December12,2001", "3ADK-02" ], [ "7", "39", "6", "\"Houseboat\"", "Joe Regalbuto", "Jim Hope", "December19,2001", "3ADK-06" ], [ "8", "40", "7", "\"The Trial\"", "Jack Kenny", "Christopher Titus", "January2,2002", "3ADK-05" ], [ "9", "41", "8", "\"Grandma Titus\"", "Brian Hargrove", "Shawn Thomas", "January9,2002", "2ADK-25" ], [ "10", "42", "9", "\"Errrr\"", "Jack Kenny", "Chris Sheridan", "January16,2002", "3ADK-13" ], [ "11", "43", "10", "\"Tommy's Crush\"", "Kevin Rodney Sullivan", "Patrick Meighan", "January23,2002", "3ADK-09" ], [ "12", "44", "11", "\"Into Thin Air\"", "John Amodeo", "Robert Hawkins", "January30,2002", "3ADK-11" ], [ "13", "45", "12", "\"Too Damn Good\"", "Gary Shimokawa", "David L. Moses", "February6,2002", "3ADK-16" ], [ "14", "46", "13", "\"Bachelor Party\"", "Leslie Kolins Small", "Jennifer Fisher", "February13,2002", "3ADK-15" ], [ "15", "47", "14", "\"Hot Streak\"", "Joe Regalbuto", "Patrick Meighan & John R. Morey", "February20,2002", "3ADK-14" ], [ "16", "48", "15", "\"The Session\"", "Brian Hargrove", "Matt Ember", "March6,2002", "3ADK-10" ], [ "17", "49", "16", "\"Same Courtesy\"", "Bill Shea", "Christopher Case", "March20,2002", "3ADK-12" ], [ "18", "50", "17", "\"After Mrs. Shafter\"", "Bill Shea", "Shawn Thomas", "July29,2002", "3ADK-17" ], [ "19", "51", "18", "\"The Visit\"", "Katy Garretson", "Christopher Titus", "July29,2002", "3ADK-18" ], [ "20", "52/53", "19/20", "\"Insanity Genetic\"", "Kevin Rodney Sullivan Gary Shimokawa", "Jim Hope Nancy Steen & Matt Ember", "August5,2002", "3ADK-19/3ADK-20" ] ]
[ { "Formula": "ROWS(FILTER(D1,(E1=\"17th\")*(F1>0)))", "Formula2": "ROWS(FILTER(D2:D16,(E2:E16=\"17th\")*(F2:F16>0)))", "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "How many Points have a Rank of 17th, and Wins larger than 0?", "Tokens": [ "ROWS(", "FILTER(", "D1", "E1", "=", "\"17th\"", "*", "F1", ">", "0" ] }, { "Formula": "FILTER(F1,(B1=\"500cc\")*(A1<1975))", "Formula2": "FILTER(F2:F16,(B2:B16=\"500cc\")*(A2:A16<1975))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "Which Wins have a Class of 500cc, and a Year smaller than 1975?", "Tokens": [ "FILTER(", "F1", "B1", "=", "\"500cc\"", "*", "A1", "<", "1975" ] }, { "Formula": "MAX(FILTER(F1,(B1=\"500cc\")*(D1<6)))", "Formula2": "MAX(FILTER(F2:F16,(B2:B16=\"500cc\")*(D2:D16<6)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "Which Wins is the highest one that has a Class of 500cc, and Points smaller than 6?", "Tokens": [ "MAX(", "FILTER(", "F1", "B1", "=", "\"500cc\"", "*", "D1", "<", "6" ] }, { "Formula": "MIN(FILTER(D1,(A1>1974)*(E1=\"15th\")))", "Formula2": "MIN(FILTER(D2:D16,(A2:A16>1974)*(E2:E16=\"15th\")))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which Points is the lowest one that has a Year larger than 1974, and a Rank of 15th?", "Tokens": [ "MIN(", "FILTER(", "D1", "A1", ">", "1974", "*", "E1", "=", "\"15th\"" ] } ]
dev_2-14889951-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Class", "Team", "Points", "Rank", "Wins" ], [ "2", "1973", "250cc", "Yamaha", "21", "11th", "0" ], [ "3", "1973", "350cc", "Yamaha", "16", "13th", "0" ], [ "4", "1974", "250cc", "Yamaha", "50", "3rd", "0" ], [ "5", "1974", "350cc", "Yamaha", "47", "3rd", "0" ], [ "6", "1974", "500cc", "Yamaha", "8", "21st", "0" ], [ "7", "1975", "250cc", "Yamaha", "48", "5th", "0" ], [ "8", "1975", "350cc", "Yamaha", "32", "5th", "0" ], [ "9", "1975", "500cc", "Yamaha", "6", "20th", "0" ], [ "10", "1976", "250cc", "Yamaha", "6", "22nd", "0" ], [ "11", "1976", "350cc", "Yamaha", "18", "14th", "0" ], [ "12", "1977", "250cc", "Yamaha", "2", "33rd", "0" ], [ "13", "1977", "350cc", "Yamaha", "15", "17th", "0" ], [ "14", "1978", "350cc", "Yamaha", "9", "17th", "0" ], [ "15", "1979", "350cc", "Yamaha", "12", "15th", "0" ], [ "16", "1980", "500cc", "Yamaha", "10", "16th", "0" ] ]
[ { "Formula": "MIN(F1)", "Formula2": "MIN(F2:F9)", "Funcs": [ "MIN(", "Cell" ], "Level": "easy", "Question": "What is the Cuchumela Municipality minimum?", "Tokens": [ "MIN(", "F1" ] }, { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=7))", "Formula2": "LET(query1,SUMMARIZE(A2:A9,SUMX(C2:C9)),FILTER(query1,CHOOSECOLS(query1,2)=7))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "If Villa Rivero Municipality if 7, what is the language?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "7" ] }, { "Formula": "ROWS(UNIQUE(FILTER(A1, E1=3)))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A9, E2:E9=3)))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "medium", "Question": "What is the language total number if the Tacachi Municipality is 3?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "E1", "=", "3" ] }, { "Formula": "SUMIFS(D1,A1,\"Another native\")", "Formula2": "SUMIFS(D2:D9,A2:A9,\"Another native\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "If the language is another native, what is the San Benito Municipality total number?", "Tokens": [ "SUMIFS(", "D1", "A1", "\"Another native\"" ] } ]
train_1-2509112-3
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Language", "Punata Municipality", "Villa Rivero Municipality", "San Benito Municipality", "Tacachi Municipality", "Cuchumuela Municipality" ], [ "2", "Quechua", "21255", "5387", "10529", "953", "1767" ], [ "3", "Aymara", "256", "16", "94", "4", "3" ], [ "4", "Guaraní", "25", "4", "9", "1", "1" ], [ "5", "Another native", "22", "7", "6", "0", "1" ], [ "6", "Spanish", "20797", "3394", "9650", "674", "851" ], [ "7", "Foreign", "148", "14", "48", "3", "1" ], [ "8", "Only native", "4232", "2201", "2450", "350", "968" ], [ "9", "Native and Spanish", "17096", "3194", "8105", "603", "801" ] ]
[ { "Formula": "SUM(FILTER(D1, (G1=1958)*(B1=\"clarksville\")))", "Formula2": "SUM(FILTER(D2:D11, (G2:G11=1958)*(B2:B11=\"clarksville\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "what is the enrollement for the year joined 1958 in clarksville?", "Tokens": [ "SUM(", "FILTER(", "D1", "G1", "=", "1958", "*", "B1", "=", "\"clarksville\"" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:G1,(E1=\"aaa\")*(C1=\"dragons\")),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>611))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G11,(E2:E11=\"aaa\")*(C2:C11=\"dragons\")),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>611))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "what is the #/county that is ihsaa class aaa, has enrollment higher than 611 and the dragons is the mascot?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "E1", "=", "\"aaa\"", "*", "C1", "=", "\"dragons\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "6", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "611" ] } ]
train_2-18833029-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "School", "Location", "Mascot", "Enrollment", "IHSAA Class", "# / County", "Year Joined" ], [ "2", "Austin *", "Austin", "Eagles", "437", "AA", "72 Scott", "1958" ], [ "3", "Brownstown Central", "Brownstown", "Braves", "611", "AAA", "36 Jackson", "1965" ], [ "4", "Charlestown", "Charlestown", "Pirates", "702", "AAA", "10 Clark", "1958" ], [ "5", "Clarksville", "Clarksville", "Generals", "530", "AA", "10 Clark", "1958" ], [ "6", "Corydon Central", "Corydon", "Panthers", "819", "AAA", "31 Harrison", "1958" ], [ "7", "Eastern (Pekin)", "New Pekin", "Musketeers", "552", "AA", "88 Washington", "2003" ], [ "8", "North Harrison", "Ramsey", "Cougars", "702", "AAA", "31 Harrison", "1978" ], [ "9", "Salem", "Salem", "Lions", "656", "AAA", "88 Washington", "1958" ], [ "10", "Scottsburg", "Scottsburg", "Warriors", "865", "AAA", "72 Scott", "1958" ], [ "11", "Silver Creek", "Sellersburg", "Dragons", "644", "AAA", "10 Clark", "1958" ] ]
[ { "Formula": "SUMIFS(B1,C1,\"17/02/1979\")", "Formula2": "SUMIFS(B2:B6,C2:C6,\"17/02/1979\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the against for 17/02/1979?", "Tokens": [ "SUMIFS(", "B1", "C1", "\"17/02/1979\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"24/11/1979\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"24/11/1979\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "On 24/11/1979, what is the opposing teams?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"24/11/1979\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"24/11/1979\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"24/11/1979\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Where was the venue for 24/11/1979?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"24/11/1979\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"24/11/1979\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,C2:C6=\"24/11/1979\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the status for 24/11/1979?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"24/11/1979\"", "5" ] } ]
test_2-18178924-10
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Opposing Teams", "Against", "Date", "Venue", "Status" ], [ "2", "Scotland", "13", "03/02/1979", "Twickenham , London", "Five Nations" ], [ "3", "Ireland", "12", "17/02/1979", "Lansdowne Road , Dublin", "Five Nations" ], [ "4", "France", "6", "03/03/1979", "Twickenham , London", "Five Nations" ], [ "5", "Wales", "27", "17/03/1979", "Cardiff Arms Park , Cardiff", "Five Nations" ], [ "6", "New Zealand", "10", "24/11/1979", "Twickenham , London", "Test Match" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=1986)*(D1=9)),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(A2:A6=1986)*(D2:D6=9)),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What value for U.S. dance occurred in 1986 when the value of U.S. R&B was 9?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "1986", "*", "D1", "=", "9", "5" ] } ]
train_2-1023439-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Title", "U.S.", "U.S. R&B", "U.S. dance" ], [ "2", "1984", "\" Pretty Mess \"", "75", "15", "13" ], [ "3", "1985", "\" Mechanical Emotion \"", "107", "23", "—" ], [ "4", "1986", "\" Under the Influence \"", "56", "9", "6" ], [ "5", "1986", "\"Animals\"", "—", "—", "—" ], [ "6", "1988", "\"Undress\"", "—", "—", "—" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,F1=\"offaly\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)=9))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F13,F2:F13=\"offaly\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),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 Player has a Total of 9, and an Opposition of offaly?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "F1", "=", "\"offaly\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "9" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"offaly\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,F2:F13=\"offaly\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which County has an Opposition of offaly?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"offaly\"", "3" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,D1=\"0-9\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<11))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F13,D2:D13=\"0-9\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,5)))),FILTER(query1,CHOOSECOLS(query1,2)<11))", "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 Total smaller than 11, and a Tally of 0-9?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "D1", "=", "\"0-9\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "5", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "11" ] } ]
test_2-18984749-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Player", "County", "Tally", "Total", "Opposition" ], [ "2", "1", "Pat Fox", "Tipperary", "1-10", "13", "Kerry" ], [ "3", "1", "John Fenton", "Cork", "0-13", "13", "Tipperary" ], [ "4", "3", "John Fenton", "Cork", "0-12", "12", "Tipperary" ], [ "5", "4", "Christy Heffernan", "Kilkenny", "2-5", "11", "Westmeath" ], [ "6", "4", "Harry Ryan", "Kilkenny", "2-5", "11", "Antrim" ], [ "7", "4", "John Fenton", "Cork", "1-8", "11", "Limerick" ], [ "8", "4", "Pat Fox", "Tipperary", "0-11", "11", "Cork" ], [ "9", "8", "Nicky English", "Tipperary", "2-4", "10", "Clare" ], [ "10", "8", "Paddy Kelly", "Limerick", "0-10", "10", "Waterford" ], [ "11", "10", "Ger Fennelly", "Kilkenny", "0-9", "9", "Offaly" ], [ "12", "10", "Pat Fox", "Tipperary", "0-9", "9", "Cork" ], [ "13", "10", "John Houlihan", "Wexford", "0-9", "9", "Kilkenny" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"March 9, 1865\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"March 9, 1865\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What change caused a change of staff in March 9, 1865?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"March 9, 1865\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"New seat\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"New seat\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the successor for the new seat?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"New seat\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"March 15, 1865\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"March 15, 1865\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the reason for change in staff in formal installations on March 15, 1865?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"March 15, 1865\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"New seat\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"New seat\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the successor for the new seat?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"New seat\"", "4" ] } ]
train_1-2147588-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "State (class)", "Vacator", "Reason for change", "Successor", "Date of successors formal installation" ], [ "2", "Maryland (3)", "Vacant", "Sen. Thomas H. Hicks died during previous congress", "John Creswell (UU)", "March 9, 1865" ], [ "3", "New Jersey (2)", "Vacant", "Presented credentials as Sen-elect", "John P. Stockton (D)", "March 15, 1865" ], [ "4", "Tennessee (2)", "Vacant", "Tennessee re-admitted to the Union", "Joseph S. Fowler (UU)", "July 24, 1866" ], [ "5", "Tennessee (1)", "Vacant", "Tennessee re-admitted to the Union", "David T. Patterson (U)", "July 28, 1866" ], [ "6", "Vermont (3)", "Jacob Collamer (R)", "Died November 9, 1865", "Luke P. Poland (R)", "November 21, 1865" ], [ "7", "Vermont (1)", "Solomon Foot (R)", "Died March 28, 1866", "George F. Edmunds (R)", "April 3, 1866" ], [ "8", "New Jersey (1)", "William Wright (D)", "Died November 1, 1866", "Frederick T. Frelinghuysen (R)", "November 12, 1866" ], [ "9", "Nebraska (1)", "New seat", "Nebraska admitted to the Union March 1, 1867.", "Thomas Tipton (R)", "March 1, 1867" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(C1, B1=11)))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C13, B2:B13=11)))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "medium", "Question": "How many titles have the number 11", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "B1", "=", "11" ] }, { "Formula": "SUMIFS(A1,H1,\"Mrs. Briar\")", "Formula2": "SUMIFS(A2:A13,H2:H13,\"Mrs. Briar\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How many have Mrs. briar as a villain", "Tokens": [ "SUMIFS(", "A1", "H1", "\"Mrs. Briar\"" ] }, { "Formula": "SUM(FILTER(A1, B1=8))", "Formula2": "SUM(FILTER(A2:A13, B2:B13=8))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "how many have the number 8", "Tokens": [ "SUM(", "FILTER(", "A1", "B1", "=", "8" ] }, { "Formula": "SUMIFS(B1,C1,\"The Tale of the Room for Rent\")", "Formula2": "SUMIFS(B2:B13,C2:C13,\"The Tale of the Room for Rent\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How many have the title \"the tale of the room for rent\"", "Tokens": [ "SUMIFS(", "B1", "C1", "\"The Tale of the Room for Rent\"" ] } ]
train_1-10470082-5
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "No.", "#", "Title", "Director", "Writer", "US air date", "Storyteller", "Villains" ], [ "2", "40", "1", "\"The Tale of the Renegade Virus\"", "Ron Oliver", "Andrew Mitchell & Gerard Lewis", "October 1, 1994", "Gary", "The Virus" ], [ "3", "41", "2", "\"The Tale of the Long Ago Locket\"", "David Winning", "Gerald Wexler", "October 8, 1994", "Sam", "The British" ], [ "4", "42", "3", "\"The Tale of the Water Demons\"", "Ron Oliver", "Scott Peters", "October 15, 1994", "Tucker", "The Victims' Ghosts" ], [ "5", "43", "4", "\"The Tale of Cutter's Treasure (1)\"", "D. J. MacHale", "Chloe Brown", "October 29, 1994", "Gary and Frank", "Jonas Cutter" ], [ "6", "44", "5", "\"The Tale of Cutter's Treasure (Part. 2)\"", "D. J. MacHale", "Chloe Brown", "October 29, 1994", "Gary and Frank", "Jonas Cutter" ], [ "7", "45", "6", "\"The Tale of the Quiet Librarian\"", "David Winning", "Susan Kim", "November 5, 1994", "Kiki", "Ms. MacGregor" ], [ "8", "46", "7", "\"The Tale of the Silent Servant\"", "Jean-Marie Comeau", "Wendy Brotherlin", "November 12, 1994", "Betty Ann", "The Scarecrow" ], [ "9", "47", "8", "\"The Tale of the Room for Rent\"", "Will Dixon", "Lucy Falcone", "November 19, 1994", "Sam", "The Pilot Ghost" ], [ "10", "48", "9", "\"The Tale of the Ghastly Grinner\"", "Ron Oliver", "Ron Oliver", "December 3, 1994", "Betty Ann", "The Ghastly Grinner" ], [ "11", "49", "10", "\"The Tale of the Fire Ghost\"", "Jean-Marie Comeau", "Scott Peters", "December 10, 1994", "Tucker", "The Fire Ghost" ], [ "12", "50", "11", "\"The Tale of the Unfinished Painting\"", "David Winning", "Lucy Falcone", "January 14, 1995", "Gary", "Mrs. Briar" ], [ "13", "51", "12", "\"The Tale of the Closet Keepers\"", "Iain Paterson", "Teleplay By: David Preston Story By: Michael Kevis", "January 7, 1995", "Kiki", "The Zookeepers" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(B1, A1=\"Massachusetts 3rd\")))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B6, A2:A6=\"Massachusetts 3rd\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many seats became avaliable in Massachusetts 3rd district?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "A1", "=", "\"Massachusetts 3rd\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"November 26, 1800\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"November 26, 1800\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who left office on November 26, 1800?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"November 26, 1800\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Massachusetts 3rd\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,A2:A6=\"Massachusetts 3rd\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the latest to take office in Massachusetts 3rd district?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"Massachusetts 3rd\"", "4" ] } ]
train_1-224840-4
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "District", "Vacator", "Reason for change", "Successor", "Date successor seated" ], [ "2", "New York 1st", "Jonathan Havens (DR)", "Died October 25, 1799", "John Smith (DR)", "February 27, 1800" ], [ "3", "Connecticut At-large", "Jonathan Brace (F)", "Resigned sometime in 1800", "John Cotton Smith (F)", "November 17, 1800" ], [ "4", "Virginia 13th", "John Marshall (F)", "Resigned June 7, 1800 to become Secretary of State", "Littleton W. Tazewell (DR)", "November 26, 1800" ], [ "5", "Massachusetts 3rd", "Samuel Lyman (F)", "Resigned November 6, 1800", "Ebenezer Mattoon (F)", "February 2, 1801" ], [ "6", "Pennsylvania 8th", "Thomas Hartley (F)", "Died December 21, 1800", "John Stewart (DR)", "February 3, 1801" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=68))", "Formula2": "LET(query1,SUMMARIZE(A2:A12,SUMX(D2:D12)),FILTER(query1,CHOOSECOLS(query1,2)=68))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "In which area was there a score of 68?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "68" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"t1\")*(C1=\"united states\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(A2:A12=\"t1\")*(C2:C12=\"united states\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which player had a position of t1 and played in the united states?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"t1\"", "*", "C1", "=", "\"united states\"", "2" ] }, { "Formula": "AVERAGEIFS(D1,B1,\"linda wessberg\")", "Formula2": "AVERAGEIFS(D2:D12,B2:B12,\"linda wessberg\")", "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What person had an opponent of linda wessberg and scored an average score?", "Tokens": [ "AVERAGEIFS(", "D1", "B1", "\"linda wessberg\"" ] } ]
test_2-18324411-4
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Place", "Player", "Country", "Score", "To par" ], [ "2", "T1", "Pat Hurst", "United States", "67", "–6" ], [ "3", "T1", "Ji Young Oh", "South Korea", "67", "–6" ], [ "4", "3", "Song-Hee Kim", "South Korea", "68", "–5" ], [ "5", "T4", "Louise Friberg", "Sweden", "69", "–4" ], [ "6", "T4", "Ji-Yai Shin", "South Korea", "69", "–4" ], [ "7", "T4", "Mariajo Uribe (a)", "Colombia", "69", "–4" ], [ "8", "T7", "Helen Alfredsson", "Sweden", "70", "–3" ], [ "9", "T7", "Paula Creamer", "United States", "70", "–3" ], [ "10", "T7", "Laura Davies", "England", "70", "–3" ], [ "11", "T7", "Catriona Matthew", "Scotland", "70", "–3" ], [ "12", "T7", "Linda Wessberg", "United States", "70", "–3" ] ]
[ { "Formula": "MIN(FILTER(B1, (A1>22)*(C1=\"toronto maple leafs\")))", "Formula2": "MIN(FILTER(B2:B13, (A2:A13>22)*(C2:C13=\"toronto maple leafs\")))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the earliest game in November with more than 22 Games and Toronto Maple Leafs as the Opponent?", "Tokens": [ "MIN(", "FILTER(", "B1", "A1", ">", "22", "*", "C1", "=", "\"toronto maple leafs\"" ] } ]
train_2-14173105-4
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "November", "Opponent", "Score", "Record", "Points" ], [ "2", "14", "3", "@ Mighty Ducks of Anaheim", "3–3 OT", "6–5–2–1", "15" ], [ "3", "15", "5", "@ San Jose Sharks", "3–1", "7–5–2–1", "17" ], [ "4", "16", "6", "@ Los Angeles Kings", "5–3", "8–5–2–1", "19" ], [ "5", "17", "9", "@ New Jersey Devils", "1–2", "8–6–2–1", "19" ], [ "6", "18", "11", "Carolina Hurricanes", "4–1", "9–6–2–1", "21" ], [ "7", "19", "13", "San Jose Sharks", "3–2", "10–6–2–1", "23" ], [ "8", "20", "18", "Dallas Stars", "1–1 OT", "10–6–3–1", "24" ], [ "9", "21", "20", "Tampa Bay Lightning", "4–1", "11–6–3–1", "26" ], [ "10", "22", "22", "@ Tampa Bay Lightning", "1–4", "11–7–3–1", "26" ], [ "11", "23", "24", "@ Florida Panthers", "6–1", "12–7–3–1", "28" ], [ "12", "24", "26", "Toronto Maple Leafs", "3–2 OT", "13–7–3–1", "30" ], [ "13", "25", "28", "@ Ottawa Senators", "3–3 OT", "13–7–4–1", "31" ] ]
[ { "Formula": "MAX(FILTER(B1,(A1=\"port fairy\")*(F1>2333)))", "Formula2": "MAX(FILTER(B2:B7,(A2:A7=\"port fairy\")*(F2:F7>2333)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "How many wins for Port Fairy and against more than 2333?", "Tokens": [ "MAX(", "FILTER(", "B1", "A1", "=", "\"port fairy\"", "*", "F1", ">", "2333" ] }, { "Formula": "ROWS(FILTER(C1,E1<0))", "Formula2": "ROWS(FILTER(C2:C7,E2:E7<0))", "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "<", "Num" ], "Level": "easy", "Question": "How many byes when the draws are less than 0?", "Tokens": [ "ROWS(", "FILTER(", "C1", "E1", "<", "0" ] }, { "Formula": "MAX(FILTER(E1,(A1=\"hawkesdale\")*(B1>9)))", "Formula2": "MAX(FILTER(E2:E7,(A2:A7=\"hawkesdale\")*(B2:B7>9)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "How many draws when the Port Fairy FL is Hawkesdale and there are more than 9 wins?", "Tokens": [ "MAX(", "FILTER(", "E1", "A1", "=", "\"hawkesdale\"", "*", "B1", ">", "9" ] } ]
dev_2-17746037-3
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Port Fairy FL", "Wins", "Byes", "Losses", "Draws", "Against" ], [ "2", "Penshurst", "12", "0", "2", "1", "706" ], [ "3", "Macarthur", "12", "0", "3", "0", "842" ], [ "4", "Hawkesdale", "9", "0", "6", "0", "909" ], [ "5", "Yambuk", "7", "0", "7", "1", "1081" ], [ "6", "Bessiebelle", "4", "0", "11", "0", "1182" ], [ "7", "Port Fairy", "0", "0", "15", "0", "2333" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"calgary\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"calgary\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was recruited from Calgary?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"calgary\"", "3" ] } ]
train_2-10812938-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pick #", "CFL Team", "Player", "Position", "College" ], [ "2", "1", "Edmonton Eskimos (via Hamilton )", "Adam Braidwood", "DE", "Washington State" ], [ "3", "2", "BC Lions (via Winnipeg )", "Jay Pottinger", "LB", "McMaster" ], [ "4", "3", "Saskatchewan Roughriders", "Andrew Fantuz", "SB", "Western Ontario" ], [ "5", "4", "BC Lions (via Calgary )", "Ricky Foley", "LB", "York" ], [ "6", "5", "Toronto Argonauts", "Daniel Federkeil", "DL", "Calgary" ], [ "7", "6", "BC Lions", "Dean Valli", "OL", "Simon Fraser" ], [ "8", "7", "Montreal Alouettes", "Eric Deslauriers", "WR", "Eastern Michigan" ], [ "9", "8", "Hamilton Tiger-Cats (via Edmonton)", "Cedric Gagne-Marcoux", "OL", "Central Florida" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"victoria park\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"victoria park\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What did the team score when playing at home in victoria park?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"victoria park\"", "2" ] }, { "Formula": "SUMIFS(F1,D1,\"11.14 (80)\")", "Formula2": "SUMIFS(F2:F7,D2:D7,\"11.14 (80)\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What was the top crowd when the away team scored 11.14 (80)?", "Tokens": [ "SUMIFS(", "F1", "D1", "\"11.14 (80)\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"st kilda\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"st kilda\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What did st kilda score at home?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"st kilda\"", "2" ] }, { "Formula": "SUMIFS(F1,A1,\"collingwood\")", "Formula2": "SUMIFS(F2:F7,A2:A7,\"collingwood\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What was the top crowd when collingwood played home?", "Tokens": [ "SUMIFS(", "F1", "A1", "\"collingwood\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"western oval\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"western oval\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which team plays home in western oval venue?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"western oval\"", "1" ] } ]
train_2-10826385-16
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Melbourne", "11.18 (84)", "Richmond", "19.9 (123)", "MCG", "32,416", "22 July 1972" ], [ "3", "Footscray", "13.11 (89)", "Hawthorn", "19.16 (130)", "Western Oval", "18,400", "22 July 1972" ], [ "4", "Fitzroy", "10.9 (69)", "Geelong", "12.13 (85)", "Junction Oval", "11,046", "22 July 1972" ], [ "5", "Collingwood", "17.6 (108)", "North Melbourne", "11.14 (80)", "Victoria Park", "18,049", "22 July 1972" ], [ "6", "Carlton", "20.13 (133)", "Essendon", "17.15 (117)", "Princes Park", "26,206", "22 July 1972" ], [ "7", "St Kilda", "14.11 (95)", "South Melbourne", "9.5 (59)", "VFL Park", "13,184", "22 July 1972" ] ]
[ { "Formula": "SUM(FILTER(C1, (E1=\"aug 5\")*(A1>1980)))", "Formula2": "SUM(FILTER(C2:C6, (E2:E6=\"aug 5\")*(A2:A6>1980)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "How many world rankings are after Aug 5, 1980 ?", "Tokens": [ "SUM(", "FILTER(", "C1", "E1", "=", "\"aug 5\"", "*", "A1", ">", "1980" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"8.22.72\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,B2:B6=\"8.22.72\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "On which date is there a performance of more than 8.22.72?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"8.22.72\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"rome\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"rome\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "The venue of Rome has which date?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"rome\"", "5" ] } ]
train_2-15168755-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Performance", "World Ranking", "Venue", "Date" ], [ "2", "1979", "8.22.72", "3", "Turin", "Jun 9" ], [ "3", "1980", "8.12.5", "4", "Rome", "Aug 5" ], [ "4", "1981", "8.13.32", "1", "Zagreb", "Aug 16" ], [ "5", "1982", "8.22.34", "14", "Berlin", "Aug 20" ], [ "6", "1983", "8.21.17", "19", "Helsinki", "Aug 12" ] ]
[ { "Formula": "AVERAGEIFS(F1,A1,\"melbourne\")", "Formula2": "AVERAGEIFS(F2:F7,A2:A7,\"melbourne\")", "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What was the average crowd size when Melbourne was the home team?", "Tokens": [ "AVERAGEIFS(", "F1", "A1", "\"melbourne\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"north melbourne\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"north melbourne\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was North Melbourne's score when they were the home team?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"north melbourne\"", "4" ] } ]
train_2-10767118-15
[ [ "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.17 (107)", "North Melbourne", "6.14 (50)", "MCG", "8,421", "10 August 1929" ], [ "3", "Footscray", "11.6 (72)", "Richmond", "14.15 (99)", "Western Oval", "13,000", "10 August 1929" ], [ "4", "Essendon", "15.10 (100)", "Hawthorn", "13.14 (92)", "Windy Hill", "11,000", "10 August 1929" ], [ "5", "Collingwood", "13.9 (87)", "Geelong", "8.12 (60)", "Victoria Park", "14,000", "10 August 1929" ], [ "6", "Carlton", "17.17 (119)", "South Melbourne", "11.15 (81)", "Princes Park", "20,000", "10 August 1929" ], [ "7", "St Kilda", "21.16 (142)", "Fitzroy", "10.15 (75)", "Junction Oval", "14,500", "10 August 1929" ] ]
[ { "Formula": "SUM(FILTER(F1, E1=2))", "Formula2": "SUM(FILTER(F2:F9, E2:E9=2))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "When the quiabaya municipality is 2 what is the combaya municipality?", "Tokens": [ "SUM(", "FILTER(", "F1", "E1", "=", "2" ] }, { "Formula": "SUM(FILTER(C1, D1=4.321))", "Formula2": "SUM(FILTER(C2:C9, D2:D9=4.321))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the guanay municipality when the tacacoma municipality is 4.321?", "Tokens": [ "SUM(", "FILTER(", "C1", "D1", "=", "4.321" ] }, { "Formula": "SUM(FILTER(B1, E1=33))", "Formula2": "SUM(FILTER(B2:B9, E2:E9=33))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "How many people in the sorata municipality when the quiabaya municipality has 33?", "Tokens": [ "SUM(", "FILTER(", "B1", "E1", "=", "33" ] }, { "Formula": "SUM(FILTER(F1, E1=33))", "Formula2": "SUM(FILTER(F2:F9, E2:E9=33))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the number for combaya municipality when quiabaya municipality is 33?", "Tokens": [ "SUM(", "FILTER(", "F1", "E1", "=", "33" ] }, { "Formula": "SUM(FILTER(G1, D1=6))", "Formula2": "SUM(FILTER(G2:G9, D2:D9=6))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": " tipuani municipality when tacacoma municipality is 6?", "Tokens": [ "SUM(", "FILTER(", "G1", "D1", "=", "6" ] }, { "Formula": "SUM(FILTER(C1, F1=0))", "Formula2": "SUM(FILTER(C2:C9, F2:F9=0))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the number for the guanay municipality when combaya municipality is 0?", "Tokens": [ "SUM(", "FILTER(", "C1", "F1", "=", "0" ] } ]
train_1-2509202-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Language", "Sorata Municipality", "Guanay Municipality", "Tacacoma Municipality", "Quiabaya Municipality", "Combaya Municipality", "Tipuani Municipality", "Mapiri Municipality", "Teoponte Municipality" ], [ "2", "Quechua", "363", "1.653", "1.058", "33", "20", "1.587", "3.649", "756" ], [ "3", "Aymara", "16.029", "3.405", "4.389", "2.269", "2.522", "2.534", "1.767", "2.837" ], [ "4", "Guaraní", "7", "5", "1", "0", "0", "20", "6", "6" ], [ "5", "Another native", "8", "94", "17", "2", "1", "18", "7", "22" ], [ "6", "Spanish", "11.223", "10.064", "4.321", "1.391", "1.214", "8.594", "8.567", "6.211" ], [ "7", "Foreign", "70", "86", "6", "6", "1", "61", "17", "33" ], [ "8", "Only native", "6.680", "737", "1.599", "1.023", "1.363", "190", "363", "472" ], [ "9", "Native and Spanish", "9.540", "4.123", "3.389", "1.256", "1.162", "3.499", "4.653", "2.925" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"european championships\")*(E1=\"66.81 m\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(B2:B12=\"european championships\")*(E2:E12=\"66.81 m\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Year has a Competition of european championships, and Notes of 66.81 m?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"european championships\"", "*", "E1", "=", "\"66.81 m\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"berlin, germany\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,C2:C12=\"berlin, germany\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Position has a Venue of berlin, germany?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"berlin, germany\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"arles, france\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,C2:C12=\"arles, france\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which competition was held in Arles, France?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"arles, france\"", "2" ] } ]
train_2-17849260-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Competition", "Venue", "Position", "Notes" ], [ "2", "2007", "European U23 Championships", "Debrecen , Hungary", "1st", "62.17 m" ], [ "3", "2007", "World Championships", "Osaka, Japan", "8th", "61.03 m" ], [ "4", "2007", "World Athletics Final", "Stuttgart, Germany", "8th", "55.62 m" ], [ "5", "2009", "World Championships", "Berlin, Germany", "6th", "63.23 m" ], [ "6", "2010", "European Cup Winter Throwing", "Arles, France", "3rd", "60.56 m" ], [ "7", "2010", "European Championships", "Barcelona, Spain", "1st", "66.81 m" ], [ "8", "2011", "World Championships", "Daegu, South Korea", "9th (q)", "60.21 m" ], [ "9", "2012", "European Championships", "Helsinki, Finland", "3rd", "63.69 m" ], [ "10", "2012", "Olympic Games", "London, United Kingdom", "3rd", "64.91 m" ], [ "11", "2013", "European Cup Winter Throwing", "Castellón , Spain", "3rd", "61.97 m" ], [ "12", "2013", "World Championships", "Moscow, Russia", "4th", "64.78 m" ] ]
[ { "Formula": "SUMIFS(C1,B1,\"luxembourg\")", "Formula2": "SUMIFS(C2:C9,B2:B9,\"luxembourg\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "Luxembourg received how many gold medals?", "Tokens": [ "SUMIFS(", "C1", "B1", "\"luxembourg\"" ] } ]
train_2-11149631-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "Cyprus", "39", "28", "24", "91" ], [ "3", "2", "Iceland", "26", "23", "27", "76" ], [ "4", "3", "Luxembourg", "18", "21", "23", "62" ], [ "5", "4", "Monaco", "11", "8", "18", "37" ], [ "6", "5", "Andorra", "8", "14", "9", "31" ], [ "7", "6", "Malta", "7", "13", "18", "38" ], [ "8", "7", "San Marino", "6", "9", "7", "22" ], [ "9", "8", "Liechtenstein", "5", "5", "3", "13" ] ]
[ { "Formula": "FILTER(E1,B1=\"england\")", "Formula2": "FILTER(E2:E9,B2:B9=\"england\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What's england's to par?", "Tokens": [ "FILTER(", "E1", "B1", "=", "\"england\"" ] }, { "Formula": "FILTER(B1,F1=\"t49\")", "Formula2": "FILTER(B2:B9,F2:F9=\"t49\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What country had a finish of t49?", "Tokens": [ "FILTER(", "B1", "F1", "=", "\"t49\"" ] }, { "Formula": "FILTER(B1,F1=\"t42\")", "Formula2": "FILTER(B2:B9,F2:F9=\"t42\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What country had a finish of t42?", "Tokens": [ "FILTER(", "B1", "F1", "=", "\"t42\"" ] }, { "Formula": "FILTER(F1,D1=288)", "Formula2": "FILTER(F2:F9,D2:D9=288)", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What's the finish for the total 288?", "Tokens": [ "FILTER(", "F1", "D1", "=", "288" ] } ]
dev_2-18135501-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Country", "Year(s) won", "Total", "To par", "Finish" ], [ "2", "Greg Norman", "Australia", "1986", "275", "–13", "T2" ], [ "3", "Tom Watson", "United States", "1975 , 1977 , 1980 , 1982 , 1983", "277", "–11", "4" ], [ "4", "Nick Faldo", "England", "1987", "281", "–7", "T11" ], [ "5", "Jack Nicklaus", "United States", "1966 , 1970 , 1978", "286", "–2", "T30" ], [ "6", "Lee Trevino", "United States", "1971 , 1972", "288", "E", "T42" ], [ "7", "Sandy Lyle", "Scotland", "1985", "289", "+1", "T46" ], [ "8", "Johnny Miller", "United States", "1976", "290", "+2", "T49" ], [ "9", "Seve Ballesteros", "Spain", "1979 , 1984 , 1988", "299", "+11", "T77" ] ]
[ { "Formula": "MAXIFS(D1,H1,\"1.97 million\")", "Formula2": "MAXIFS(D2:D10,H2:H10,\"1.97 million\")", "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the largest average for the episode with 1.97 million Hong Kong viewers?", "Tokens": [ "MAXIFS(", "D1", "H1", "\"1.97 million\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=\"1.92 million\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,H2:H10=\"1.92 million\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the English title of the episode with 1.92 million Hong Kong viewers?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "H1", "=", "\"1.92 million\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=\"1.92 million\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,H2:H10=\"1.92 million\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the English name of the episode with 1.92 million HK viewers?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "H1", "=", "\"1.92 million\"", "2" ] }, { "Formula": "SUMIFS(F1,B1,\"The Mysteries of Love\")", "Formula2": "SUMIFS(F2:F10,B2:B10,\"The Mysteries of Love\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the premiere number for the episode titled \"The Mysteries of Love\" in English?", "Tokens": [ "SUMIFS(", "F1", "B1", "\"The Mysteries of Love\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=\"1.97 million\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,H2:H10=\"1.97 million\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Chinese name of the episode with 1.97 million Hong Kong viewers?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "H1", "=", "\"1.97 million\"", "3" ] } ]
test_1-24856090-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Rank", "English title", "Chinese title", "Average", "Peak", "Premiere", "Finale", "HK viewers" ], [ "2", "1", "Can't Buy Me Love", "公主嫁到", "34", "45", "33", "35", "2.15 million" ], [ "3", "2", "No Regrets", "巾幗梟雄之義海豪情", "33", "47", "31", "34", "2.11 million" ], [ "4", "3", "The Mysteries of Love", "談情說案", "32", "42", "31", "35", "2.04 million" ], [ "5", "4", "A Pillow Case of Mystery II", "施公奇案 II", "31", "39", "30", "31", "1.99 million" ], [ "6", "5", "A Watchdog's Tale", "老友狗狗", "31", "36", "30", "31", "1.97 million" ], [ "7", "6", "When Lanes Merge", "情越雙白線", "31", "37", "29", "32", "1.96 million" ], [ "8", "7", "Every Move You Make", "讀心神探", "31", "36", "29", "32", "1.95 million" ], [ "9", "8", "Gun Metal Grey", "刑警", "30", "36", "30", "30", "1.92 million" ], [ "10", "9", "Ghost Writer", "蒲松齡", "30", "41", "28", "33", "1.91 million" ] ]
[ { "Formula": "FILTER(G1,F1=\"Chocolate\")", "Formula2": "FILTER(G2:G5,F2:F5=\"Chocolate\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the description of the product named \"Chocolate\"?", "Tokens": [ "FILTER(", "G1", "F1", "=", "\"Chocolate\"" ] }, { "Formula": "FILTER(G1,F1=\"Chocolate\")", "Formula2": "FILTER(G2:G5,F2:F5=\"Chocolate\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Return the description of the product called \"Chocolate\".", "Tokens": [ "FILTER(", "G1", "F1", "=", "\"Chocolate\"" ] }, { "Formula": "LET(a,SORTBY(CHOOSE({1,2},F1,C1),H1,-1),FILTER(a,SEQUENCE(ROWS(a))<=1))", "Formula2": "LET(a,SORTBY(CHOOSE({1,2},F2:F5,C2:C5),H2:H5,-1),FILTER(a,SEQUENCE(ROWS(a))<=1))", "Funcs": [ "LET(", "a", "SORTBY(", "CHOOSE(", "Num", "Num", "Cell", "Cell", "Cell", "-", "Num", "FILTER(", "a", "SEQUENCE(", "ROWS(", "a", "<=", "Num" ], "Level": "hard", "Question": "What is the name and category code of the product with the highest price?", "Tokens": [ "LET(", "a", "SORTBY(", "CHOOSE(", "1", "2", "F1", "C1", "H1", "-", "1", "FILTER(", "a", "SEQUENCE(", "ROWS(", "a", "<=", "1" ] }, { "Formula": "SUMMARIZE(C1,AVERAGEX(H1))", "Formula2": "SUMMARIZE(C2:C5,AVERAGEX(H2:H5))", "Funcs": [ "SUMMARIZE(", "Cell", "AVERAGEX(", "Cell" ], "Level": "easy", "Question": "Return the average price of products that have each category code.", "Tokens": [ "SUMMARIZE(", "C1", "AVERAGEX(", "H1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"chocolate\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H5,F2:F5=\"chocolate\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Chocolate product description", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"chocolate\"", "7" ] }, { "Formula": "LET(query1,FILTER(A1:H1,F1=\"chocolate\"),UNIQUE(CHOOSECOLS(query1,7,1)))", "Formula2": "LET(query1,FILTER(A2:H5,F2:F5=\"chocolate\"),UNIQUE(CHOOSECOLS(query1,7,1)))", "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num" ], "Level": "hard", "Question": "What is chocolate's description and product id?", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "H1", "F1", "=", "\"chocolate\"", "UNIQUE(", "CHOOSECOLS(", "query1", "7", "1" ] }, { "Formula": "TAKE(SORT(SUMMARIZE(HSTACK(F1,C1,A1),SUMX(H1)), 4, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(HSTACK(F2:F5,C2:C5,A2:A5),SUMX(H2:H5)), 4, -1), 1)", "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "HSTACK(", "Cell", "Cell", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ], "Level": "hard", "Question": "The name, category and id of the most expensive product.", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "HSTACK(", "F1", "C1", "A1", "SUMX(", "H1", "4", "-", "1", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"chocolate\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H5,F2:F5=\"chocolate\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "The description of product \"Chocolate\"", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"chocolate\"", "7" ] }, { "Formula": "LET(query1,FILTER(A1:H1,F1=\"chocolate\"),UNIQUE(CHOOSECOLS(query1,7,1)))", "Formula2": "LET(query1,FILTER(A2:H5,F2:F5=\"chocolate\"),UNIQUE(CHOOSECOLS(query1,7,1)))", "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num" ], "Level": "hard", "Question": "What is the description, product id of product named \"Chocolate\"?", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "H1", "F1", "=", "\"chocolate\"", "UNIQUE(", "CHOOSECOLS(", "query1", "7", "1" ] } ]
customer_complaints_products
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "product id", "parent product id", "product category code", "date product first available", "date product discontinued", "product name", "product description", "product price" ], [ "2", "117", "4", "Food", "9/29/1988 17:54", "12/20/1987 13:46", "Chocolate", "Handmade chocolate", "2.88" ], [ "3", "118", "3", "Book", "6/25/1974 12:26", "8/20/1991 5:22", "The Great Gatsby", "American novel", "35" ], [ "4", "119", "8", "Hardware", "12/18/1994 15:13", "7/2/1997 18:26", "Keyboard", "Designed for games", "109.99" ], [ "5", "120", "9", "Hardware", "6/20/1998 15:04", "6/26/1980 10:40", "Mouse", "Blue tooth mouse", "23.35" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"Brazilian Grand Prix\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,B2:B16=\"Brazilian Grand Prix\"),8))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the make of the car that won the brazilian grand prix?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"Brazilian Grand Prix\"", "8" ] }, { "Formula": "LET(query1,SUMMARIZE(F1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=8))", "Formula2": "LET(query1,SUMMARIZE(F2:F16,SUMX(A2:A16)),FILTER(query1,CHOOSECOLS(query1,2)=8))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Who drove the fastest lap for round 8?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "F1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "8" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"Jerez\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,D2:D16=\"Jerez\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What day was the grand prix in jerez?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"Jerez\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"Detroit\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,D2:D16=\"Detroit\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What event was in detroit?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"Detroit\"", "2" ] }, { "Formula": "ROWS(UNIQUE(FILTER(B1, (H1=\"McLaren - Honda\")*(F1=\"Nigel Mansell\"))))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B16, (H2:H16=\"McLaren - Honda\")*(F2:F16=\"Nigel Mansell\"))))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many events did nigel mansell drive the fastest and a mclaren - honda win?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "H1", "=", "\"McLaren - Honda\"", "*", "F1", "=", "\"Nigel Mansell\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"French Grand Prix\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,B2:B16=\"French Grand Prix\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What day is the french grand prix", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"French Grand Prix\"", "3" ] } ]
train_1-1139087-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Rd.", "Grand Prix", "Date", "Location", "Pole Position", "Fastest Lap", "Winning Driver", "Constructor", "Report" ], [ "2", "1", "Brazilian Grand Prix", "3 April", "Jacarepaguá", "Ayrton Senna", "Gerhard Berger", "Alain Prost", "McLaren - Honda", "Report" ], [ "3", "2", "San Marino Grand Prix", "1 May", "Imola", "Ayrton Senna", "Alain Prost", "Ayrton Senna", "McLaren - Honda", "Report" ], [ "4", "3", "Monaco Grand Prix", "15 May", "Monaco", "Ayrton Senna", "Ayrton Senna", "Alain Prost", "McLaren - Honda", "Report" ], [ "5", "4", "Mexican Grand Prix", "29 May", "Hermanos Rodríguez", "Ayrton Senna", "Alain Prost", "Alain Prost", "McLaren - Honda", "Report" ], [ "6", "5", "Canadian Grand Prix", "12 June", "Circuit Gilles Villeneuve", "Ayrton Senna", "Ayrton Senna", "Ayrton Senna", "McLaren - Honda", "Report" ], [ "7", "6", "Detroit Grand Prix", "19 June", "Detroit", "Ayrton Senna", "Alain Prost", "Ayrton Senna", "McLaren - Honda", "Report" ], [ "8", "7", "French Grand Prix", "3 July", "Paul Ricard", "Alain Prost", "Alain Prost", "Alain Prost", "McLaren - Honda", "Report" ], [ "9", "8", "British Grand Prix", "10 July", "Silverstone", "Gerhard Berger", "Nigel Mansell", "Ayrton Senna", "McLaren - Honda", "Report" ], [ "10", "9", "German Grand Prix", "24 July", "Hockenheimring", "Ayrton Senna", "Alessandro Nannini", "Ayrton Senna", "McLaren - Honda", "Report" ], [ "11", "10", "Hungarian Grand Prix", "7 August", "Hungaroring", "Ayrton Senna", "Alain Prost", "Ayrton Senna", "McLaren - Honda", "Report" ], [ "12", "11", "Belgian Grand Prix", "28 August", "Spa-Francorchamps", "Ayrton Senna", "Gerhard Berger", "Ayrton Senna", "McLaren - Honda", "Report" ], [ "13", "12", "Italian Grand Prix", "11 September", "Monza", "Ayrton Senna", "Michele Alboreto", "Gerhard Berger", "Ferrari", "Report" ], [ "14", "13", "Portuguese Grand Prix", "25 September", "Estoril", "Alain Prost", "Gerhard Berger", "Alain Prost", "McLaren - Honda", "Report" ], [ "15", "14", "Spanish Grand Prix", "2 October", "Jerez", "Ayrton Senna", "Alain Prost", "Alain Prost", "McLaren - Honda", "Report" ], [ "16", "15", "Japanese Grand Prix", "30 October", "Suzuka", "Ayrton Senna", "Ayrton Senna", "Ayrton Senna", "McLaren - Honda", "Report" ] ]
[ { "Formula": "MIN(FILTER(C1, (A1=10)*(D1=\"terry daniels\")))", "Formula2": "MIN(FILTER(C2:C16, (A2:A16=10)*(D2:D16=\"terry daniels\")))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the lowest overall draft pick number for terry daniels who was picked in round 10?", "Tokens": [ "MIN(", "FILTER(", "C1", "A1", "=", "10", "*", "D1", "=", "\"terry daniels\"" ] }, { "Formula": "SUM(FILTER(A1, (F1=\"tennessee\")*(C1>153)*(B1<14)))", "Formula2": "SUM(FILTER(A2:A16, (F2:F16=\"tennessee\")*(C2:C16>153)*(B2:B16<14)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the sum of the rounds where the draft pick came from the college of tennessee and had an overall pick number bigger than 153 and a pick less than 14?", "Tokens": [ "SUM(", "FILTER(", "A1", "F1", "=", "\"tennessee\"", "*", "C1", ">", "153", "*", "B1", "<", "14" ] }, { "Formula": "LET(query1,SUMMARIZE(E1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=133))", "Formula2": "LET(query1,SUMMARIZE(E2:E16,SUMX(C2:C16)),FILTER(query1,CHOOSECOLS(query1,2)=133))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What position did the draft pick number play that was overall pick number 133?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "133" ] }, { "Formula": "SUM(FILTER(C1, A1=8))", "Formula2": "SUM(FILTER(C2:C16, A2:A16=8))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the overall pick number for the player who was picked on round 8?", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", "=", "8" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,E1=\"ot\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,3)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)>226)*(CHOOSECOLS(query1,3)<12)))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F16,E2:E16=\"ot\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,3)),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,(CHOOSECOLS(query1,2)>226)*(CHOOSECOLS(query1,3)<12)))", "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": "What college did the player who had the position of OT come from who was pick number less than 12 and a overall pick number bigger than 226?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "E1", "=", "\"ot\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "6", "SUMX(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "226", "*", "CHOOSECOLS(", "query1", "3", "<", "12" ] } ]
train_2-17100961-52
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Round", "Pick", "Overall", "Name", "Position", "College" ], [ "2", "2", "22", "49", "Vernon Dean", "CB", "San Diego State" ], [ "3", "3", "6", "61", "Carl Powell", "WR", "Jackson State" ], [ "4", "4", "16", "99", "Todd Liebenstein", "DE", "Nevada-Las Vegas" ], [ "5", "5", "22", "133", "Mike Williams", "TE", "Alabama A&M" ], [ "6", "6", "14", "153", "Lamont Jeffers", "LB", "Tennessee" ], [ "7", "7", "13", "180", "John Schactner", "LB", "Northern Arizona" ], [ "8", "8", "28", "223", "Ralph Warthen", "DT", "Gardner-Webb" ], [ "9", "9", "3", "226", "Ken Coffey", "DB", "Southwest Texas State [r ]" ], [ "10", "9", "15", "238", "Randy Trautman", "DT", "Boise State" ], [ "11", "10", "3", "254", "Harold Smith", "DE", "Kentucky State" ], [ "12", "10", "14", "265", "Terry Daniels", "DB", "Tennessee" ], [ "13", "11", "2", "281", "Dan Miller", "K", "Miami (FL)" ], [ "14", "11", "12", "291", "Bob Holly", "QB", "Princeton" ], [ "15", "12", "3", "309", "Donald Laster", "OT", "Tennessee State" ], [ "16", "12", "16", "322", "Jeff Goff", "LB", "Arkansas" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,C1=\"Cleveland\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,C2:C15=\"Cleveland\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When did the Portland Trail Blazers play against Cleveland?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "C1", "=", "\"Cleveland\"", "2" ] } ]
train_1-23286158-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", "35", "January 2", "Golden State", "W 105–89 (OT)", "Brandon Roy (37)", "Martell Webster (11)", "Andre Miller (6)", "Rose Garden 20,507", "22-13" ], [ "3", "36", "January 4", "@ Los Angeles Clippers", "L 95–105 (OT)", "Martell Webster (25)", "Jeff Pendergraph (7)", "Andre Miller (16)", "Staples Center 15,104", "22-14" ], [ "4", "37", "January 5", "Memphis", "L 105–109 (OT)", "Brandon Roy (27)", "Andre Miller (10)", "Brandon Roy (9)", "Rose Garden 20,278", "22-15" ], [ "5", "38", "January 8", "Lakers", "W 107–98 (OT)", "Brandon Roy (32)", "Juwan Howard (10)", "Andre Miller (7)", "Rose Garden 20,629", "23-15" ], [ "6", "39", "January 10", "Cleveland", "L 94–106 (OT)", "Brandon Roy (34)", "LaMarcus Aldridge (13)", "Andre Miller (8)", "Rose Garden 20,614", "23-16" ], [ "7", "40", "January 13", "Milwaukee", "W 120–108 (OT)", "Brandon Roy (22)", "LaMarcus Aldridge , Juwan Howard (7)", "LaMarcus Aldridge , Andre Miller (6)", "Rose Garden 20,465", "24-16" ], [ "8", "41", "January 15", "Orlando", "W 102–87 (OT)", "Martell Webster (24)", "LaMarcus Aldridge (14)", "Andre Miller (9)", "Rose Garden 20,650", "25-16" ], [ "9", "42", "January 18", "@ Washington", "L 92–97 (OT)", "LaMarcus Aldridge , Andre Miller (22)", "LaMarcus Aldridge (15)", "Jerryd Bayless (8)", "Verizon Center 12,209", "25-17" ], [ "10", "43", "January 20", "@ Philadelphia", "W 98–90 (OT)", "Andre Miller (24)", "LaMarcus Aldridge (9)", "Steve Blake (5)", "Wachovia Center 12,607", "26-17" ], [ "11", "44", "January 22", "@ Boston", "L 95–98 (OT)", "Andre Miller (28)", "Juwan Howard (12)", "Andre Miller (8)", "TD Garden 18,624", "26-18" ], [ "12", "45", "January 23", "@ Detroit", "W 97–93 (OT)", "Martell Webster (28)", "LaMarcus Aldridge (8)", "Andre Miller (13)", "Palace of Auburn Hills 19,114", "27-18" ], [ "13", "46", "January 25", "New Orleans", "L 97–98 (OT)", "LaMarcus Aldridge , Juwan Howard (16)", "Juwan Howard , Rudy Fernandez (7)", "Andre Miller (10)", "Rose Garden 20,249", "27-19" ], [ "14", "47", "January 27", "Utah", "L 95–106 (OT)", "LaMarcus Aldridge (25)", "Juwan Howard (11)", "Andre Miller , Jerryd Bayless (4)", "Rose Garden 20,384", "27-20" ], [ "15", "48", "January 29", "@ Houston", "L 100–104 (OT)", "Rudy Fernandez (25)", "Nicolas Batum (9)", "Steve Blake (9)", "Toyota Center 16,129", "27-21" ] ]
[ { "Formula": "SUM(C1)", "Formula2": "SUM(C2:C9)", "Funcs": [ "SUM(", "Cell" ], "Level": "easy", "Question": "How many customers are there?", "Tokens": [ "SUM(", "C1" ] }, { "Formula": "SUM(A1)", "Formula2": "SUM(A2:A9)", "Funcs": [ "SUM(", "Cell" ], "Level": "easy", "Question": "Count the number of customers.", "Tokens": [ "SUM(", "A1" ] }, { "Formula": "TAKE(SORT(LET(query1,FILTER(A1:H1,B1=\"good credit rating\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))), 2, 1), 1)", "Formula2": "TAKE(SORT(LET(query1,FILTER(A2:H9,B2:B9=\"good credit rating\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))), 2, 1), 1)", "Funcs": [ "TAKE(", "SORT(", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "Num", "Num", "Num" ], "Level": "hard", "Question": "Which city has the least number of customers whose type code is \"Good Credit Rating\"?", "Tokens": [ "TAKE(", "SORT(", "LET(", "query1", "FILTER(", "A1", ":", "H1", "B1", "=", "\"good credit rating\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "1", "2", "1", "1" ] }, { "Formula": "TAKE(SORT(LET(query1,FILTER(A1:H1,B1=\"good credit rating\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))), 2, 1), 1)", "Formula2": "TAKE(SORT(LET(query1,FILTER(A2:H9,B2:B9=\"good credit rating\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))), 2, 1), 1)", "Funcs": [ "TAKE(", "SORT(", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "Num", "Num", "Num" ], "Level": "hard", "Question": "Return the city with the customer type code \"Good Credit Rating\" that had the fewest customers.", "Tokens": [ "TAKE(", "SORT(", "LET(", "query1", "FILTER(", "A1", ":", "H1", "B1", "=", "\"good credit rating\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "1", "2", "1", "1" ] }, { "Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(A1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(B2:B9,SUMX(A2:A9)), 2, -1), 1)", "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ], "Level": "hard", "Question": "How many customers are there in the customer type with the most customers?", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "B1", "SUMX(", "A1", "2", "-", "1", "1" ] }, { "Formula": "TAKE(SORT(SUMMARIZE(F1,SUMX(A1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(F2:F9,SUMX(A2:A9)), 2, -1), 1)", "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ], "Level": "hard", "Question": "Which state has the most customers?", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "F1", "SUMX(", "A1", "2", "-", "1", "1" ] }, { "Formula": "TAKE(SORT(SUMMARIZE(F1,SUMX(A1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(F2:F9,SUMX(A2:A9)), 2, -1), 1)", "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ], "Level": "hard", "Question": "Give the state that has the most customers.", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "F1", "SUMX(", "A1", "2", "-", "1", "1" ] }, { "Formula": "TAKE(SORT(LET(query1,FILTER(A1:H1,B1=\"good credit rating\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))), 2, 1), 1)", "Formula2": "TAKE(SORT(LET(query1,FILTER(A2:H9,B2:B9=\"good credit rating\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))), 2, 1), 1)", "Funcs": [ "TAKE(", "SORT(", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "Num", "Num", "Num" ], "Level": "hard", "Question": "The city with least good credit rating customers.", "Tokens": [ "TAKE(", "SORT(", "LET(", "query1", "FILTER(", "A1", ":", "H1", "B1", "=", "\"good credit rating\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "1", "2", "1", "1" ] }, { "Formula": "TAKE(SORT(LET(query1,FILTER(A1:H1,B1=\"good credit rating\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))), 2, 1), 1)", "Formula2": "TAKE(SORT(LET(query1,FILTER(A2:H9,B2:B9=\"good credit rating\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))), 2, 1), 1)", "Funcs": [ "TAKE(", "SORT(", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "Num", "Num", "Num" ], "Level": "hard", "Question": "Which city has the fewest \"Good Credit Rating\" customers?", "Tokens": [ "TAKE(", "SORT(", "LET(", "query1", "FILTER(", "A1", ":", "H1", "B1", "=", "\"good credit rating\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "1", "2", "1", "1" ] }, { "Formula": "TAKE(SORT(SUMMARIZE(F1,SUMX(A1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(F2:F9,SUMX(A2:A9)), 2, -1), 1)", "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ], "Level": "hard", "Question": "Which state do the most customers come from?", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "F1", "SUMX(", "A1", "2", "-", "1", "1" ] }, { "Formula": "TAKE(SORT(SUMMARIZE(F1,SUMX(A1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(F2:F9,SUMX(A2:A9)), 2, -1), 1)", "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ], "Level": "hard", "Question": "State with most customers ", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "F1", "SUMX(", "A1", "2", "-", "1", "1" ] }, { "Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(A1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(B2:B9,SUMX(A2:A9)), 2, -1), 1)", "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ], "Level": "hard", "Question": "The number of customers that the type with the most customers has", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "B1", "SUMX(", "A1", "2", "-", "1", "1" ] }, { "Formula": "TAKE(SORT(SUMMARIZE(F1,SUMX(A1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(F2:F9,SUMX(A2:A9)), 2, -1), 1)", "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ], "Level": "hard", "Question": "The state where the most customers come from.", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "F1", "SUMX(", "A1", "2", "-", "1", "1" ] }, { "Formula": "TAKE(SORT(SUMMARIZE(B1,SUMX(A1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(B2:B9,SUMX(A2:A9)), 2, -1), 1)", "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ], "Level": "hard", "Question": "The number of customers under the type having the most customers.", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "B1", "SUMX(", "A1", "2", "-", "1", "1" ] }, { "Formula": "TAKE(SORT(SUMMARIZE(F1,SUMX(A1)), 2, -1), 1)", "Formula2": "TAKE(SORT(SUMMARIZE(F2:F9,SUMX(A2:A9)), 2, -1), 1)", "Funcs": [ "TAKE(", "SORT(", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "Num", "-", "Num", "Num" ], "Level": "hard", "Question": "State with the most customers", "Tokens": [ "TAKE(", "SORT(", "SUMMARIZE(", "F1", "SUMX(", "A1", "2", "-", "1", "1" ] } ]
customer_complaints_customers
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "customer id", "customer type code", "address line 1", "address line 2", "town city", "state", "email address", "phone number" ], [ "2", "113", "Good Credit Rating", "144 Legros Landing", "Apt. 551", "Maryamport", "Kansas", "hsteuber@example.org", "6963347450" ], [ "3", "114", "Good Credit Rating", "039 Jedidiah Estate Suite 537", "Apt. 245", "Sauerberg", "Hawaii", "cayla.satterfield@example.net", "470-803-0244" ], [ "4", "115", "Good Credit Rating", "92189 Gulgowski Ranch Apt. 683", "Apt. 828", "Tyreekhaven", "Tennessee", "vida86@example.com", "997.698.4779x882" ], [ "5", "116", "Good Credit Rating", "72144 Katlynn Flat Suite 512", "Suite 959", "Hansenbury", "Tennessee", "vbogisich@example.org", "548.373.3603x59134" ], [ "6", "117", "Good Credit Rating", "1566 Ramona Overpass Apt. 464", "Suite 151", "North Alisaville", "Florida", "ubeier@example.org", "044-468-4549" ], [ "7", "118", "Defaults on payments", "425 Roman Tunnel", "Apt. 495", "Funkstad", "Colorado", "lavonne.frami@example.com", "+38(3)9011433816" ], [ "8", "119", "Good Credit Rating", "05355 Marcelle Radial", "Suite 054", "Port Joshuah", "Pennsylvania", "paige.hyatt@example.com", "1-369-302-7623x576" ], [ "9", "120", "Defaults on payments", "518 Mann Park", "Suite 035", "West Annamariestad", "Iowa", "rzulauf@example.org", "578.019.7943x328" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"nov. 25\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H17,B2:B17=\"nov. 25\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Opponents in the game with a Date of nov. 25?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "\"nov. 25\"", "6" ] } ]
train_2-18847736-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Game", "Date", "Opponent", "Result", "Dolphins points", "Opponents", "Record", "Attendance" ], [ "2", "1", "Sept. 2", "at Buffalo Bills", "Win", "9", "7", "1–0", "69,441" ], [ "3", "2", "Sept. 9", "Seattle Seahawks", "Win", "19", "10", "2–0", "56,233" ], [ "4", "3", "Sept. 16", "at Minnesota Vikings", "Win", "27", "12", "3–0", "46,187" ], [ "5", "4", "Sept. 23", "Chicago Bears", "Win", "31", "16", "4–0", "66,011" ], [ "6", "5", "Sept. 30", "at New York Jets", "Loss", "27", "33", "4–1", "51,496" ], [ "7", "6", "Oct. 8", "at Oakland Raiders", "Loss", "3", "13", "4–2", "52,419" ], [ "8", "7", "Oct. 14", "Buffalo Bills", "Win", "17", "7", "5–2", "45,597" ], [ "9", "8", "Oct. 21", "at New England Patriots", "Loss", "13", "28", "5–3", "61,096" ], [ "10", "9", "Oct. 28", "Green Bay Packers", "Win", "27", "7", "6–3", "47,741" ], [ "11", "10", "Nov. 5", "Houston Oilers", "Loss", "6", "9", "6–4", "70,273" ], [ "12", "11", "Nov. 11", "Baltimore Colts", "Win", "19", "0", "7–4", "50,193" ], [ "13", "12", "Nov. 18", "at Cleveland Browns", "Loss (OT)", "24", "30", "7–5", "80,374" ], [ "14", "13", "Nov. 25", "at Baltimore Colts", "Win", "28", "24", "8–5", "38,016" ], [ "15", "14", "Nov. 29", "New England Patriots", "Win", "39", "24", "9–5", "69,174" ], [ "16", "15", "Dec. 9", "at Detroit Lions", "Win", "28", "10", "10–5", "78,087" ], [ "17", "16", "Dec. 15", "New York Jets", "Loss", "24", "27", "10–6", "49,915" ] ]
[ { "Formula": "MIN(FILTER(E1, B1=2))", "Formula2": "MIN(FILTER(E2:E10, B2:B10=2))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "Name the least pa for w being 2", "Tokens": [ "MIN(", "FILTER(", "E1", "B1", "=", "2" ] }, { "Formula": "MINIFS(G1,A1,\"Joëlle Belley (Glenmore)\")", "Formula2": "MINIFS(G2:G10,A2:A10,\"Joëlle Belley (Glenmore)\")", "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "Name the least ends lost for joëlle belley (glenmore)", "Tokens": [ "MINIFS(", "G1", "A1", "\"Joëlle Belley (Glenmore)\"" ] } ]
train_1-29546142-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Skip (Club)", "W", "L", "PF", "PA", "Ends Won", "Ends Lost", "Blank Ends", "Stolen Ends" ], [ "2", "Chantal Osborne (Thurso)", "7", "2", "66", "42", "40", "33", "7", "16" ], [ "3", "Marie-France Larouche (Etchemin)", "7", "2", "81", "38", "40", "28", "6", "14" ], [ "4", "Kim Mastine (Lacolle)", "7", "2", "63", "54", "37", "36", "8", "8" ], [ "5", "Ève Bélisle (TMR/Etchemin)", "6", "3", "63", "45", "39", "34", "9", "14" ], [ "6", "Marie-Christine Cantin (Etchemin)", "6", "3", "64", "30", "40", "29", "6", "17" ], [ "7", "Julie Hamel (Chicoutimi)", "5", "4", "66", "55", "43", "38", "5", "10" ], [ "8", "Joëlle Belley (Glenmore)", "3", "6", "49", "60", "33", "39", "4", "11" ], [ "9", "Hélène Pelchat (Victoria)", "2", "7", "43", "67", "29", "39", "6", "7" ], [ "10", "Siân Canavan (Royal Montreal/Montreal West)", "1", "8", "36", "82", "27", "43", "3", "4" ] ]
[ { "Formula": "SUMIFS(A1,C1,\"portland international raceway\")", "Formula2": "SUMIFS(A2:A13,C2:C13,\"portland international raceway\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What round was the circuit portland international raceway?", "Tokens": [ "SUMIFS(", "A1", "C1", "\"portland international raceway\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"portland international raceway\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,C2:C13=\"portland international raceway\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When was the circuit portland international raceway?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"portland international raceway\"", "5" ] }, { "Formula": "SUMIFS(A1,D1,\"toronto, ontario\")", "Formula2": "SUMIFS(A2:A13,D2:D13,\"toronto, ontario\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "Which round had a city/location of Toronto, Ontario?", "Tokens": [ "SUMIFS(", "A1", "D1", "\"toronto, ontario\"" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,C1=\"streets of denver\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<11))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E13,C2:C13=\"streets of denver\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<11))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "For which location was the round smaller than 11 and the circuit streets of denver?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "C1", "=", "\"streets of denver\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "11" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"cleveland, ohio\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=6))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E13,D2:D13=\"cleveland, ohio\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)=6))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What day was the location Cleveland, Ohio in Round 6?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "\"cleveland, ohio\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "6" ] } ]
train_2-16952105-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Race Name", "Circuit", "City/Location", "Date" ], [ "2", "1", "2006 Imperial Capital Bank Atlantic Race", "Streets of Long Beach", "Long Beach, California", "April 9" ], [ "3", "2", "2006 Fast Trac 100", "Streets of Houston", "Houston, Texas", "May 13" ], [ "4", "3", "2006 Monterrey", "Fundidora Park", "Monterrey , Mexico", "May 21" ], [ "5", "4", "2006 Trinity Carpet 100K", "Portland International Raceway", "Portland, Oregon", "June 18" ], [ "6", "5", "2006 Gehl Atlantic Championship of Cleveland 1", "Cleveland Burke Lakefront Airport", "Cleveland, Ohio", "June 24" ], [ "7", "6", "2006 Gehl Atlantic Championship of Cleveland 2", "Cleveland Burke Lakefront Airport", "Cleveland, Ohio", "June 25" ], [ "8", "7", "2006 Toronto", "Exhibition Place", "Toronto, Ontario", "July 9" ], [ "9", "8", "2006 Edmonton", "Edmonton City Centre Airport", "Edmonton, Alberta", "July 23" ], [ "10", "9", "2006 San José", "Streets of San Jose", "San Jose, California", "July 30" ], [ "11", "10", "2006 Denver", "Streets of Denver", "Denver, Colorado", "August 13" ], [ "12", "11", "2006 Montréal", "Circuit Gilles Villeneuve", "Montreal, Quebec", "August 27" ], [ "13", "12", "2006 Gehl Championship Finale", "Road America", "Elkhart Lake, Wisconsin", "September 24" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"IP01003\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,F2:F7=\"IP01003\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who directed the episode with production code ip01003? ", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"IP01003\"", "3" ] } ]
test_1-29273057-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "No. in series", "Title", "Directed by", "Written by", "Original air date", "Production code" ], [ "2", "1", "\" The Gang Gets Racist \"", "John Fortenberry", "Charlie Day & Rob McElhenney", "August4,2005", "IP01001" ], [ "3", "2", "\" Charlie Wants an Abortion \"", "John Fortenberry", "Charlie Day & Rob McElhenney", "August11,2005", "IP01003" ], [ "4", "3", "\" Underage Drinking: A National Concern \"", "Dan Attias", "Rob McElhenney", "August18,2005", "IP01006" ], [ "5", "4", "\" Charlie Has Cancer \"", "Rob McElhenney", "Rob McElhenney", "August25,2005", "IP01004" ], [ "6", "5", "\" Gun Fever \"", "Dan Attias", "Glenn Howerton", "September1,2005", "IP01005" ], [ "7", "6", "\" The Gang Finds a Dead Guy \"", "Dan Attias", "Rob McElhenney", "September8,2005", "IP01007" ] ]
[ { "Formula": "MAX(FILTER(D1, (A1>1)*(E1>369)*(C1=\"zabel-wsp\")))", "Formula2": "MAX(FILTER(D2:D11, (A2:A11>1)*(E2:E11>369)*(C2:C11=\"zabel-wsp\")))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the most noteworthy Bike No that has a Position bigger than 1, and a Points bigger than 369, and an Equipment of zabel-wsp?", "Tokens": [ "MAX(", "FILTER(", "D1", "A1", ">", "1", "*", "E1", ">", "369", "*", "C1", "=", "\"zabel-wsp\"" ] }, { "Formula": "SUM(FILTER(A1, D1=4))", "Formula2": "SUM(FILTER(A2:A11, D2:D11=4))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the aggregate number of Position that has a Bike No of 4?", "Tokens": [ "SUM(", "FILTER(", "A1", "D1", "=", "4" ] } ]
train_2-16729457-17
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Position", "Driver / Passenger", "Equipment", "Bike No", "Points" ], [ "2", "1", "Daniël Willemsen / Kenny van Gaalen", "Zabel -WSP", "1", "452" ], [ "3", "2", "Etienne Bax / Kaspars Stupelis", "Zabel-WSP", "5", "447" ], [ "4", "3", "Ben Adriaenssen / Sven Verbrugge", "KTM-WSP", "6", "385" ], [ "5", "4", "Joris Hendrickx / Kaspars Liepins", "KTM - VMC", "222", "369" ], [ "6", "5", "Jan Hendrickx / Tim Smeuninx", "Zabel-VMC", "3", "369" ], [ "7", "6", "Valentin Giraud / Nicolas Musset", "KTM-WHT", "138", "334" ], [ "8", "7", "Vaclav Rozehnal / Marek Rozehnal", "Zabel-VMC", "11", "240" ], [ "9", "8", "Marcel Willemsen / Gertie Eggink", "Zabel-MEFO", "21", "223" ], [ "10", "9", "Maris Rupeiks / Elvijs Mucenieks", "Zabel-WSP", "4", "194" ], [ "11", "10", "Andy Bürgler / Raphael Markert", "KTM-VMC", "14", "188" ] ]
[ { "Formula": "SUM(FILTER(E1, (B1=\"2011–2013\")*(C1<1)))", "Formula2": "SUM(FILTER(E2:E11, (B2:B11=\"2011–2013\")*(C2:C11<1)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the Win % in the Span of 2011–2013 with a Lost of less than 1?", "Tokens": [ "SUM(", "FILTER(", "E1", "B1", "=", "\"2011–2013\"", "*", "C1", "<", "1" ] }, { "Formula": "SUM(FILTER(D1, (B1=\"2011–2013\")*(E1<80)))", "Formula2": "SUM(FILTER(D2:D11, (B2:B11=\"2011–2013\")*(E2:E11<80)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "How many games were Tied during the Span of 2011–2013 with a less than 80% Win %?", "Tokens": [ "SUM(", "FILTER(", "D1", "B1", "=", "\"2011–2013\"", "*", "E1", "<", "80" ] } ]
train_2-15860092-6
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Opposition", "Span", "Lost", "Tied", "Win %" ], [ "2", "Chennai Super Kings", "2008–2013", "8", "0", "40.00" ], [ "3", "Delhi Daredevils", "2008–2013", "4", "0", "60.00" ], [ "4", "Kings XI Punjab", "2008–2013", "5", "0", "55.00" ], [ "5", "Mumbai Indians", "2008–2013", "10", "0", "20.00" ], [ "6", "Pune Warriors India", "2011–2013", "1", "0", "80.00" ], [ "7", "Rajasthan Royals", "2008–2013", "5", "1", "50.00" ], [ "8", "Royal Challengers Bangalore", "2008–2013", "6", "0", "47.33" ], [ "9", "Sunrisers Hyderabad", "2013", "1", "0", "50.00" ], [ "10", "Deccan Chargers", "2008–2012", "2", "0", "77.78" ], [ "11", "Kochi Tuskers Kerala", "2011", "2", "0", "0.00" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"haloalkane\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"haloalkane\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What prefix has Haloalkane as the chemical class?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"haloalkane\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"rx\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"rx\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which example has rx as the formula?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"rx\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"chloroethane (ethyl chloride)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,F2:F6=\"chloroethane (ethyl chloride)\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which chemical class uses the example Chloroethane (ethyl chloride)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"chloroethane (ethyl chloride)\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"bromo\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"bromo\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What prefix has Bromo as the group?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"bromo\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"ri\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,C2:C6=\"ri\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the chemical class for ri?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"ri\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"iodoalkane\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"iodoalkane\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What prefix has chemical class Iodoalkane?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"iodoalkane\"", "4" ] } ]
train_2-10911-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Chemical class", "Group", "Formula", "Prefix", "Suffix", "Example" ], [ "2", "haloalkane", "halo", "RX", "halo-", "alkyl halide", "Chloroethane (Ethyl chloride)" ], [ "3", "fluoroalkane", "fluoro", "RF", "fluoro-", "alkyl fluoride", "Fluoromethane (Methyl fluoride)" ], [ "4", "chloroalkane", "chloro", "RCl", "chloro-", "alkyl chloride", "Chloromethane (Methyl chloride)" ], [ "5", "bromoalkane", "bromo", "RBr", "bromo-", "alkyl bromide", "Bromomethane (Methyl bromide)" ], [ "6", "iodoalkane", "iodo", "RI", "iodo-", "alkyl iodide", "Iodomethane (Methyl iodide)" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"american civil war and indian wars\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"american civil war and indian wars\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What rank does the person participating in American Civil war and indian wars?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"american civil war and indian wars\"", "2" ] } ]
test_2-1516389-4
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank order", "Rank", "Name", "Date", "Active service" ], [ "2", "13", "Admiral", "David G. Farragut", "25 July 1866", "War of 1812 , Mexican War , and American Civil War" ], [ "3", "14", "General of the Army", "Ulysses S. Grant", "25 July 1866", "Mexican War and American Civil War" ], [ "4", "15", "General of the Army", "William T. Sherman", "4 March 1869", "Mexican War , American Civil War , and Indian Wars" ], [ "5", "16", "Admiral", "David D. Porter", "17 October 1870", "Mexican War and American Civil War" ], [ "6", "17", "General of the Army", "Philip H. Sheridan", "1 June 1888", "American Civil War and Indian Wars" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(C1,SUMX(B1),SUMX(A1)),FILTER(query1,(CHOOSECOLS(query1,2)>21)*(CHOOSECOLS(query1,3)=75)))", "Formula2": "LET(query1,SUMMARIZE(C2:C15,SUMX(B2:B15),SUMX(A2:A15)),FILTER(query1,(CHOOSECOLS(query1,2)>21)*(CHOOSECOLS(query1,3)=75)))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "who is the opponent after march 21 and the game is 75?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "B1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "21", "*", "CHOOSECOLS(", "query1", "3", "=", "75" ] }, { "Formula": "SUM(FILTER(A1, B1=15))", "Formula2": "SUM(FILTER(A2:A15, B2:B15=15))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "what is the game when march is 15?", "Tokens": [ "SUM(", "FILTER(", "A1", "B1", "=", "15" ] }, { "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1),SUMX(B1)),FILTER(query1,(CHOOSECOLS(query1,2)>66)*(CHOOSECOLS(query1,3)=28)))", "Formula2": "LET(query1,SUMMARIZE(D2:D15,SUMX(A2:A15),SUMX(B2:B15)),FILTER(query1,(CHOOSECOLS(query1,2)>66)*(CHOOSECOLS(query1,3)=28)))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "what is the score when the game is higher than 66 on march 28?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "66", "*", "CHOOSECOLS(", "query1", "3", "=", "28" ] } ]
test_2-17562956-7
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Game", "March", "Opponent", "Score", "Record" ], [ "2", "64", "2", "Boston Bruins", "2 - 1", "30-25-9" ], [ "3", "65", "5", "Buffalo Sabres", "4 - 2", "31-25-9" ], [ "4", "66", "8", "@ Montreal Canadiens", "5 - 2", "31-26-9" ], [ "5", "67", "9", "Minnesota North Stars", "4 - 2", "32-26-9" ], [ "6", "68", "12", "Colorado Rockies", "6 - 0", "33-26-9" ], [ "7", "69", "15", "@ Toronto Maple Leafs", "8 - 4", "34-26-9" ], [ "8", "70", "16", "St. Louis Blues", "5 - 2", "35-26-9" ], [ "9", "71", "19", "@ Edmonton Oilers", "4 - 2", "35-27-9" ], [ "10", "72", "21", "@ Winnipeg Jets", "4 - 2", "35-28-9" ], [ "11", "73", "23", "Montreal Canadiens", "6 - 1", "35-29-9" ], [ "12", "74", "25", "Buffalo Sabres", "3 - 3", "35-29-10" ], [ "13", "75", "28", "@ Atlanta Flames", "4 - 2", "35-30-10" ], [ "14", "76", "29", "@ St. Louis Blues", "4 - 3", "36-30-10" ], [ "15", "77", "31", "Detroit Red Wings", "7 - 5", "37-30-10" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(F1)),FILTER(query1,CHOOSECOLS(query1,2)>30080))", "Formula2": "LET(query1,SUMMARIZE(A2:A7,SUMX(F2:F7)),FILTER(query1,CHOOSECOLS(query1,2)>30080))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "Who played as the home team when the attendance was more than 30,080?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "F1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "30080" ] }, { "Formula": "MAXIFS(F1,E1,\"junction oval\")", "Formula2": "MAXIFS(F2:F7,E2:E7,\"junction oval\")", "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What was the highest attendance at Junction Oval?", "Tokens": [ "MAXIFS(", "F1", "E1", "\"junction oval\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"hawthorn\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"hawthorn\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the away teams score when Hawthorn played as the home team?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"hawthorn\"", "4" ] } ]
train_2-10775890-12
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "St Kilda", "11.13 (79)", "South Melbourne", "9.3 (57)", "Junction Oval", "24,700", "16 July 1960" ], [ "3", "North Melbourne", "9.19 (73)", "Melbourne", "15.13 (103)", "Arden Street Oval", "9,600", "16 July 1960" ], [ "4", "Geelong", "11.13 (79)", "Footscray", "8.4 (52)", "Kardinia Park", "14,388", "16 July 1960" ], [ "5", "Hawthorn", "10.13 (73)", "Essendon", "16.11 (107)", "Glenferrie Oval", "23,500", "16 July 1960" ], [ "6", "Fitzroy", "17.10 (112)", "Collingwood", "13.18 (96)", "Brunswick Street Oval", "30,080", "16 July 1960" ], [ "7", "Richmond", "8.8 (56)", "Carlton", "15.20 (110)", "Punt Road Oval", "13,500", "16 July 1960" ] ]
[ { "Formula": "FILTER(E1,D1=\"10:1\")", "Formula2": "FILTER(E2:E11,D2:D11=\"10:1\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What Type of game has a Results¹ of 10:1?", "Tokens": [ "FILTER(", "E1", "D1", "=", "\"10:1\"" ] }, { "Formula": "FILTER(D1,(E1=\"friendly\")*(B1=\"belgrade\")*(A1=\"november 2\"))", "Formula2": "FILTER(D2:D11,(E2:E11=\"friendly\")*(B2:B11=\"belgrade\")*(A2:A11=\"november 2\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "With the Type is game of friendly and the City Belgrade and November 2 as the Date what were the Results¹?", "Tokens": [ "FILTER(", "D1", "E1", "=", "\"friendly\"", "*", "B1", "=", "\"belgrade\"", "*", "A1", "=", "\"november 2\"" ] }, { "Formula": "FILTER(B1,A1=\"december 21\")", "Formula2": "FILTER(B2:B11,A2:A11=\"december 21\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the name of the City with December 21 as a Date?", "Tokens": [ "FILTER(", "B1", "A1", "=", "\"december 21\"" ] }, { "Formula": "FILTER(E1,A1=\"july 29\")", "Formula2": "FILTER(E2:E11,A2:A11=\"july 29\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What Type of game was played on Date of July 29?", "Tokens": [ "FILTER(", "E1", "A1", "=", "\"july 29\"" ] }, { "Formula": "FILTER(D1,(E1=\"friendly\")*(A1=\"june 25\"))", "Formula2": "FILTER(D2:D11,(E2:E11=\"friendly\")*(A2:A11=\"june 25\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the Results¹ that was a friendly game and played on June 25?", "Tokens": [ "FILTER(", "D1", "E1", "=", "\"friendly\"", "*", "A1", "=", "\"june 25\"" ] } ]
dev_2-14305653-30
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "City", "Opponent", "Results¹", "Type of game" ], [ "2", "June 25", "Zagreb", "Norway", "4:1", "Friendly" ], [ "3", "July 15", "Helsinki , Finland", "India", "10:1", "1952 Summer Olympics" ], [ "4", "July 20", "Helsinki , Finland", "Soviet Union", "5:5", "1952 Summer Olympics" ], [ "5", "July 22", "Tampere , Finland", "Soviet Union", "3:1", "1952 Summer Olympics" ], [ "6", "July 25", "Tampere , Finland", "Denmark", "5:3", "1952 Summer Olympics" ], [ "7", "July 29", "Helsinki , Finland", "West Germany", "3:1", "1952 Summer Olympics" ], [ "8", "August 2", "Helsinki , Finland", "Hungary", "0:2", "1952 Summer Olympics" ], [ "9", "September 21", "Belgrade", "Austria", "4:2", "Friendly" ], [ "10", "November 2", "Belgrade", "Egypt", "5:0", "Friendly" ], [ "11", "December 21", "Ludwigshafen , Germany", "West Germany", "2:3", "Friendly" ] ]
[ { "Formula": "SUM(FILTER(D1, (B1=\"350cc\")*(E1=\"5th\")))", "Formula2": "SUM(FILTER(D2:D14, (B2:B14=\"350cc\")*(E2:E14=\"5th\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "How many points did ginger have when she was ranked 5th on a 350cc class bike?", "Tokens": [ "SUM(", "FILTER(", "D1", "B1", "=", "\"350cc\"", "*", "E1", "=", "\"5th\"" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,E1=\"16th\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>12))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F14,E2:E14=\"16th\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)>12))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "What year was she ranked 16th with over 12 points?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "E1", "=", "\"16th\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "12" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,(B1=\"350cc\")*(E1=\"16th\")),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>0))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F14,(B2:B14=\"350cc\")*(E2:E14=\"16th\")),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>0))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "What year was she on a 350cc class bike, ranked 16th, with over 0 wins?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "B1", "=", "\"350cc\"", "*", "E1", "=", "\"16th\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "0" ] }, { "Formula": "SUM(FILTER(D1, (C1=\"bultaco\")*(E1=\"6th\")))", "Formula2": "SUM(FILTER(D2:D14, (C2:C14=\"bultaco\")*(E2:E14=\"6th\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "How many points did she have with team bultaco, ranked 6th?", "Tokens": [ "SUM(", "FILTER(", "D1", "C1", "=", "\"bultaco\"", "*", "E1", "=", "\"6th\"" ] } ]
train_2-15230272-3
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Class", "Team", "Points", "Rank", "Wins" ], [ "2", "1965", "125cc", "Bultaco", "1", "24th", "0" ], [ "3", "1965", "250cc", "Bultaco", "4", "20th", "0" ], [ "4", "1966", "250cc", "Bultaco", "8", "10th", "1" ], [ "5", "1967", "125cc", "Bultaco", "1", "28th", "0" ], [ "6", "1967", "250cc", "Bultaco", "9", "7th", "0" ], [ "7", "1968", "125cc", "Bultaco", "15", "3rd", "0" ], [ "8", "1968", "250cc", "Bultaco", "19", "5th", "0" ], [ "9", "1968", "350cc", "Bultaco", "12", "5th", "0" ], [ "10", "1969", "125cc", "Bultaco", "29", "6th", "0" ], [ "11", "1969", "350cc", "Bultaco", "12", "16th", "0" ], [ "12", "1969", "500cc", "Bultaco", "10", "26th", "0" ], [ "13", "1970", "250cc", "Yamaha", "12", "19th", "0" ], [ "14", "1970", "500cc", "Kawasaki", "62", "2nd", "0" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Bubba Starling\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"Bubba Starling\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the hometown of Bubba Starling?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"Bubba Starling\"", "4" ] }, { "Formula": "ROWS(UNIQUE(FILTER(C1, A1=\"Bubba Starling\")))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C8, A2:A8=\"Bubba Starling\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many schools did Bubba Starling attend?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "A1", "=", "\"Bubba Starling\"" ] } ]
train_1-11677100-17
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Position", "School", "Hometown", "MLB Draft" ], [ "2", "Dylan Bundy", "Pitcher/Infielder", "Owasso High School", "Owasso, OK", "1st Round - 4th Pick of 2010 Draft ( Rangers )" ], [ "3", "Kevin Cron", "Catcher / Pitcher", "Mountain Pointe High School", "Phoenix, AZ", "Attended TCU *" ], [ "4", "Francisco Lindor", "Infielder", "Montverde Academy", "Montverde, FL", "1st Round - 9th Pick of 2011 Draft ( Indians )" ], [ "5", "Trevor Mitsui", "Infielder", "Shorewood High School", "Shoreline, WA", "Attended Washington *" ], [ "6", "Josh Bell", "Outfielder", "Jesuit College Preparatory School", "Dallas, TX", "2nd Round - 61st Pick of 2011 Draft ( Pirates )" ], [ "7", "Bubba Starling", "Outfielder", "Gardner Edgerton High School", "Gardner, KS", "1st Round - 5th Pick of 2011 Draft ( Royals )" ], [ "8", "Blake Swihart", "Catcher", "Cleveland High School", "Rio Rancho, NM", "1st Round - 26th Pick of 2011 Draft ( Red Sox )" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"february 2\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,B2:B20=\"february 2\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the record on February 2?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"february 2\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"february 2\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F20,B2:B20=\"february 2\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the location of the game on February 2?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"february 2\"", "5" ] } ]
train_2-17342287-7
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "Date", "Opponent", "Score", "Location/Attendance", "Record" ], [ "2", "51", "February 1", "Detroit Pistons", "100–81", "New York", "35–16" ], [ "3", "52", "February 2", "@ Detroit Pistons", "93–99", "Cobo Arena", "35–17" ], [ "4", "53", "February 4", "St. Louis Hawks", "117–95", "Boston Garden", "36–17" ], [ "5", "54", "February 5", "@ Baltimore Bullets", "94–113", "Baltimore Civic Center", "36–18" ], [ "6", "55", "February 6", "Philadelphia 76ers", "100–99", "Boston Garden", "37–18" ], [ "7", "56", "February 7", "San Francisco Warriors", "112–107", "Philadelphia", "38–18" ], [ "8", "57", "February 9", "New York Knicks", "121–117", "Boston Garden", "39–18" ], [ "9", "58", "February 10", "San Francisco Warriors", "117–128", "Providence, RI", "39–19" ], [ "10", "59", "February 11", "San Francisco Warriors", "99–96", "Boston Garden", "40–19" ], [ "11", "60", "February 12", "Philadelphia 76ers", "85–83", "Syracuse, NY", "41–19" ], [ "12", "61", "February 13", "Los Angeles Lakers", "110–120", "Boston Garden", "41–20" ], [ "13", "62", "February 15", "@ Cincinnati Royals", "123–136", "Cincinnati Gardens", "41–21" ], [ "14", "63", "February 18", "@ San Francisco Warriors", "106–128", "San Francisco Civic Auditorium", "41–22" ], [ "15", "64", "February 19", "@ Los Angeles Lakers", "115–111", "Los Angeles Memorial Sports Arena", "42–22" ], [ "16", "65", "February 21", "@ Los Angeles Lakers", "115–108", "Los Angeles Memorial Sports Arena", "43–22" ], [ "17", "66", "February 22", "@ San Francisco Warriors", "116–108", "San Francisco Civic Auditorium", "44–22" ], [ "18", "67", "February 24", "St. Louis Hawks", "134–106", "Boston Garden", "45–22" ], [ "19", "68", "February 26", "@ New York Knicks", "100–95", "Madison Square Garden", "46–22" ], [ "20", "69", "February 27", "@ Baltimore Bullets", "92–132", "Baltimore Civic Center", "46–23" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=1954),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,A2:A10=1954),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What is the Qual listed on the Year of 1954?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "1954", "3" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=144.683),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>27))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F10,C2:C10=144.683),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)>27))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "Which Year has a Qual of 144.683 and Lap larger than 27?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "C1", "=", "144.683", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "27" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=27),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,D2:D10=27),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What's the Qual listed with a Rank of 27?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "27", "3" ] } ]
train_2-1252112-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Start", "Qual", "Rank", "Finish", "Laps" ], [ "2", "1953", "21", "135.747", "23", "6", "200" ], [ "3", "1954", "2", "139.789", "3", "27", "111" ], [ "4", "1955", "17", "139.416", "18", "9", "200" ], [ "5", "1956", "16", "140.977", "28", "24", "134" ], [ "6", "1957", "29", "140.203", "27", "28", "53" ], [ "7", "1959", "13", "144.683", "3", "14", "200" ], [ "8", "1961", "23", "144.219", "30", "31", "27" ], [ "9", "1962", "33", "146.318", "31", "22", "74" ], [ "10", "Totals", "Totals", "Totals", "Totals", "Totals", "999" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(F1=\"charles hollings\")*(D1=\"charles hollings\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,(F2:F17=\"charles hollings\")*(D2:D17=\"charles hollings\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the round or race of the winning driver Charles Hollings and what was his pole position?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"charles hollings\"", "*", "D1", "=", "\"charles hollings\"", "1" ] } ]
train_2-12527369-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Round / Race", "Circuit", "Date", "Pole Position", "Fastest Lap", "Winning driver", "Winning team" ], [ "2", "1 / 1", "Eastern Creek Raceway", "4 February", "Stuart Kostera", "Chris Alajajian", "Stuart Kostera", "Team BRM" ], [ "3", "1 / 2", "Eastern Creek Raceway", "4 February", "Charles Hollings", "Chris Alajajian", "Tim Macrow", "Scud Racing" ], [ "4", "2 / 1", "Oran Park Raceway", "22 April", "Charles Hollings", "Charles Hollings", "Charles Hollings", "Astuti Motorsport" ], [ "5", "2 / 2", "Oran Park Raceway", "22 April", "Charles Hollings", "Marco Mapelli", "Charles Hollings", "Astuti Motorsport" ], [ "6", "3 / 1", "Phillip Island", "6 May", "James Winslow", "Mat Sofi", "James Winslow", "Piccola Scuderia Course" ], [ "7", "3 / 2", "Phillip Island", "6 May", "James Winslow", "Leanne Tander", "Leanne Tander", "Tandersport" ], [ "8", "4 / 1", "Mallala Motor Sport Park", "1 July", "Michael Trimble", "Marco Mapelli", "James Winslow", "Piccola Scuderia Course" ], [ "9", "4 / 2", "Mallala Motor Sport Park", "1 July", "Michael Trimble", "Michael Trimble", "Tim Macrow", "Scud Racing" ], [ "10", "5 / 1", "Eastern Creek Raceway", "15 July", "Tim Macrow", "Marco Mapelli", "Charles Hollings", "Astuti Motorsport" ], [ "11", "5 / 2", "Eastern Creek Raceway", "15 July", "Leanne Tander", "Marco Mapelli", "Marco Mapelli", "Team BRM" ], [ "12", "6 / 1", "Phillip Island", "12 August", "James Winslow", "Mat Sofi", "Tim Macrow", "Scud Racing" ], [ "13", "6 / 2", "Phillip Island", "12 August", "Cancelled due to rain", "Leanne Tander", "Leanne Tander", "Tandersport" ], [ "14", "7 / 1", "Symmons Plains Raceway", "2 September", "Leanne Tander", "James Winslow", "James Winslow", "Astuti Motorsport" ], [ "15", "7 / 2", "Tasmanian Super Prix", "2 September", "Charles Hollings", "Mat Sofi", "Barton Mawer", "Team BRM" ], [ "16", "8 / 1", "Oran Park Raceway", "4 November", "Leanne Tander", "Leanne Tander", "Charles Hollings", "Astuti Motorsport" ], [ "17", "8 / 2", "Oran Park Raceway", "4 November", "Leanne Tander", "Tim Macrow", "Tim Macrow", "Scud Racing" ] ]
[ { "Formula": "FILTER(E1,C1=\"south africa\")", "Formula2": "FILTER(E2:E8,C2:C8=\"south africa\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What are the notes for the athlete from South Africa?", "Tokens": [ "FILTER(", "E1", "C1", "=", "\"south africa\"" ] }, { "Formula": "FILTER(E1,C1=\"spain\")", "Formula2": "FILTER(E2:E8,C2:C8=\"spain\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What are the notes for the athlete from Spain?", "Tokens": [ "FILTER(", "E1", "C1", "=", "\"spain\"" ] }, { "Formula": "AVERAGE(FILTER(A1,B1=\"calvin mokoto\"))", "Formula2": "AVERAGE(FILTER(A2:A8,B2:B8=\"calvin mokoto\"))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is Calvin Mokoto's average rank?", "Tokens": [ "AVERAGE(", "FILTER(", "A1", "B1", "=", "\"calvin mokoto\"" ] }, { "Formula": "FILTER(A1,B1=\"andreas kiligkaridis\")", "Formula2": "FILTER(A2:A8,B2:B8=\"andreas kiligkaridis\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is Andreas Kiligkaridis rank?", "Tokens": [ "FILTER(", "A1", "B1", "=", "\"andreas kiligkaridis\"" ] } ]
dev_2-18646220-5
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Athletes", "Country", "Time", "Notes" ], [ "2", "1", "David Cal", "Spain", "3:58.756", "QF" ], [ "3", "2", "Andreas Dittmer", "Germany", "4:00.505", "QS" ], [ "4", "3", "Aldo Pruna Díaz", "Cuba", "4:02.351", "QS" ], [ "5", "4", "Thomas Hall", "Canada", "4:05.198", "QS" ], [ "6", "5", "Andreas Kiligkaridis", "Greece", "4:18.488", "QS" ], [ "7", "6", "Yuriy Cheban", "Ukraine", "4:23.188", "QS" ], [ "8", "7", "Calvin Mokoto", "South Africa", "4:33.887", "QS" ] ]
[ { "Formula": "SUM(FILTER(C1, B1<2))", "Formula2": "SUM(FILTER(C2:C7, B2:B7<2))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the comp for games less than 2?", "Tokens": [ "SUM(", "FILTER(", "C1", "B1", "<", "2" ] }, { "Formula": "MAX(FILTER(C1, (E1<52.8)*(D1<0)))", "Formula2": "MAX(FILTER(C2:C7, (E2:E7<52.8)*(D2:D7<0)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the highest comp for ratings less than 52.8 and yards less than 0?", "Tokens": [ "MAX(", "FILTER(", "C1", "E1", "<", "52.8", "*", "D1", "<", "0" ] }, { "Formula": "SUM(FILTER(D1, E1=118.7))", "Formula2": "SUM(FILTER(D2:D7, E2:E7=118.7))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the sum of yards for a 118.7 rating?", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "=", "118.7" ] }, { "Formula": "MAX(FILTER(D1, (E1>52.8)*(B1>13)))", "Formula2": "MAX(FILTER(D2:D7, (E2:E7>52.8)*(B2:B7>13)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the highest yards for a rating larger than 52.8 and more than 13 games?", "Tokens": [ "MAX(", "FILTER(", "D1", "E1", ">", "52.8", "*", "B1", ">", "13" ] } ]
test_2-18733329-4
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Games", "Comp", "Yards", "Rating" ], [ "2", "Jeff Komlo", "16", "183", "2238", "52.8" ], [ "3", "Scott Hunter", "13", "18", "321", "69.3" ], [ "4", "Joe Reed", "2", "14", "164", "67.7" ], [ "5", "Jerry Golsteyn", "1", "2", "16", "0.0" ], [ "6", "Tom Skladany", "2", "0", "0", "28.6" ], [ "7", "Larry Swider", "14", "1", "36", "118.7" ] ]
[ { "Formula": "FILTER(B1,(A1<2008)*(E1>337)*(G1=\"3rd\"))", "Formula2": "FILTER(B2:B14,(A2:A14<2008)*(E2:E14>337)*(G2:G14=\"3rd\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which team finished 3rd in class with 337 laps before 2008?", "Tokens": [ "FILTER(", "B1", "A1", "<", "2008", "*", "E1", ">", "337", "*", "G1", "=", "\"3rd\"" ] }, { "Formula": "FILTER(D1,(F1=\"dnf\")*(E1=252))", "Formula2": "FILTER(D2:D14,(F2:F14=\"dnf\")*(E2:E14=252))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num" ], "Level": "easy", "Question": "In which class had 252 laps and a position of dnf?", "Tokens": [ "FILTER(", "D1", "F1", "=", "\"dnf\"", "*", "E1", "=", "252" ] }, { "Formula": "FILTER(F1,(G1=\"3rd\")*(E1<338))", "Formula2": "FILTER(F2:F14,(G2:G14=\"3rd\")*(E2:E14<338))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "Which position finished 3rd in class and completed less than 338 laps?", "Tokens": [ "FILTER(", "F1", "G1", "=", "\"3rd\"", "*", "E1", "<", "338" ] }, { "Formula": "FILTER(F1,A1=1997)", "Formula2": "FILTER(F2:F14,A2:A14=1997)", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What was the position in 1997?", "Tokens": [ "FILTER(", "F1", "A1", "=", "1997" ] } ]
dev_2-12576820-3
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Year", "Team", "Co-Drivers", "Class", "Laps", "Pos.", "Class Pos." ], [ "2", "1996", "West Competition David Price Racing", "John Nielsen Thomas Bscher", "GT1", "338", "4th", "3rd" ], [ "3", "1997", "Team BMW Motorsport BMW Team Schnitzer", "Roberto Ravaglia Eric Hélary", "GT1", "358", "3rd", "2nd" ], [ "4", "1999", "Konrad Motorsport Talkline Racing for Holland", "Jan Lammers Tom Coronel", "LMP", "213", "DNF", "DNF" ], [ "5", "2000", "Konrad Motorsport Racing for Holland", "Jan Lammers Tom Coronel", "LMP900", "38", "DNF", "DNF" ], [ "6", "2002", "Spyker Automobielen", "Norman Simon Hans Hugenholtz", "GT", "142", "DNF", "DNF" ], [ "7", "2003", "Veloqx Prodrive Racing", "Tomáš Enge Jamie Davies", "GTS", "336", "10th", "1st" ], [ "8", "2004", "Prodrive Racing", "Alain Menu Tomáš Enge", "GTS", "325", "11th", "4th" ], [ "9", "2005", "Aston Martin Racing", "Pedro Lamy Tomáš Enge", "GT1", "327", "DNF", "DNF" ], [ "10", "2006", "Convers MenX Team", "Alexey Vasilyev Robert Pergl", "GT1", "196", "DNF", "DNF" ], [ "11", "2007", "Aston Martin Racing", "Johnny Herbert Tomáš Enge", "GT1", "337", "9th", "4th" ], [ "12", "2008", "IPB Spartak Racing Reiter Engineering", "Mike Hezemans Roman Rusinov", "GT1", "266", "NC", "NC" ], [ "13", "2009", "Aston Martin Racing", "Stuart Hall Harold Primat", "LMP1", "252", "DNF", "DNF" ], [ "14", "2010", "Young Driver AMR", "Tomáš Enge Christoffer Nygaard", "GT1", "311", "22nd", "3rd" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"south africa\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,B2:B9=\"south africa\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is South Africa's to par?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"south africa\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"t20\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,F2:F9=\"t20\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who had a finish of t20?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"t20\"", "1" ] } ]
train_2-18139254-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Country", "Year(s) won", "Total", "To par", "Finish" ], [ "2", "Seve Ballesteros", "Spain", "1979 , 1984", "273", "–11", "1" ], [ "3", "Nick Faldo", "England", "1987", "279", "–5", "3" ], [ "4", "Sandy Lyle", "Scotland", "1985", "283", "–1", "T7" ], [ "5", "Bob Charles", "New Zealand", "1963", "287", "+3", "T20" ], [ "6", "Jack Nicklaus", "United States", "1966 , 1970 , 1978", "288", "+4", "T25" ], [ "7", "Tom Watson", "United States", "1975 , 1977 , 1980 , 1982 , 1983", "290", "+6", "T28" ], [ "8", "Johnny Miller", "United States", "1976", "295", "+11", "T52" ], [ "9", "Gary Player", "South Africa", "1959 , 1968 , 1974", "297", "+13", "T60" ] ]
[ { "Formula": "MAX(FILTER(F1, (A1=\"charles pauley\")*(C1<60)))", "Formula2": "MAX(FILTER(F2:F6, (A2:A6=\"charles pauley\")*(C2:C6<60)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What was the highest long of Charles Pauley with fewer than 60 yards?", "Tokens": [ "MAX(", "FILTER(", "F1", "A1", "=", "\"charles pauley\"", "*", "C1", "<", "60" ] } ]
train_2-11783842-12
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "Rec.", "Yards", "Avg.", "TD's", "Long" ], [ "2", "Charles Pauley", "6", "60", "10", "1", "17" ], [ "3", "Sean Scott", "5", "37", "7.4", "0", "11" ], [ "4", "J.J. McKelvey", "4", "48", "12", "1", "32" ], [ "5", "Jerrian James", "4", "44", "11", "1", "23" ], [ "6", "Wes Ours", "1", "9", "9", "0", "9" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"hispano\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"hispano\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Home for away of hispano?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"hispano\"", "2" ] } ]
train_2-17026847-15
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Home", "Score", "Away", "Attendance" ], [ "2", "4 October 2008", "Vida", "1:3", "Marathón", "811" ], [ "3", "4 October 2008", "Real España", "3:2", "Motagua", "5436" ], [ "4", "5 October 2008", "Deportes Savio", "2:1", "Platense", "2204" ], [ "5", "5 October 2008", "Real Juventud", "3:1", "Hispano", "535" ], [ "6", "5 October 2008", "Olimpia", "2:1", "Victoria", "1107" ] ]
[ { "Formula": "MAX(C1)", "Formula2": "MAX(C2:C12)", "Funcs": [ "MAX(", "Cell" ], "Level": "easy", "Question": "What is the highest L of the tournament?", "Tokens": [ "MAX(", "C1" ] }, { "Formula": "MAX(FILTER(B1, C1=0))", "Formula2": "MAX(FILTER(B2:B12, C2:C12=0))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the highest W of the 0 L?", "Tokens": [ "MAX(", "FILTER(", "B1", "C1", "=", "0" ] } ]
train_1-29542147-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Skip (Club)", "W", "L", "PF", "PA", "Ends Won", "Ends Lost", "Blank Ends", "Stolen Ends" ], [ "2", "Cheryl Bernard (Calgary Curling Club)", "4", "1", "36", "21", "21", "19", "6", "8" ], [ "3", "Dana Ferguson (Saville Sports Centre)", "4", "2", "44", "35", "26", "24", "5", "6" ], [ "4", "Heather Nedohin (Saville Sports Centre)", "4", "2", "42", "30", "26", "21", "7", "4" ], [ "5", "Shannon Kleibrink (Calgary Winter Club)", "3", "0", "25", "11", "14", "7", "3", "5" ], [ "6", "Renee Sonnenberg (Saville Sports Centre)", "2", "3", "25", "26", "16", "23", "3", "4" ], [ "7", "Desiree Owen (Saville Sports Centre)", "2", "3", "29", "37", "19", "22", "5", "5" ], [ "8", "Crystal Webster (Calgary Winter Club)", "3", "3", "31", "35", "23", "21", "6", "5" ], [ "9", "Jessie Kaufman (Saville Sports Centre)", "2", "3", "32", "31", "16", "21", "3", "3" ], [ "10", "Casey Scheidegger (Lethbridge Curling Club)", "2", "3", "23", "27", "17", "15", "5", "5" ], [ "11", "Valerie Sweeting (Saville Sports Centre)", "1", "3", "24", "26", "16", "14", "4", "6" ], [ "12", "Tanilla Doyle (Highwood Curling Club)", "1", "3", "18", "34", "16", "15", "1", "3" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"2nd\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H17,A2:A17=\"2nd\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the Sp of the 2nd Position?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "A1", "=", "\"2nd\"", "6" ] }, { "Formula": "SUMIFS(D1,F1,\"200/1\")", "Formula2": "SUMIFS(D2:D17,F2:F17,\"200/1\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How old was the horse when the SP was 200/1?", "Tokens": [ "SUMIFS(", "D1", "F1", "\"200/1\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"11th\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H17,A2:A17=\"11th\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the distance for the 11th position?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "A1", "=", "\"11th\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,A1=\"7th\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H17,A2:A17=\"7th\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the jockey in 7th position?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "A1", "=", "\"7th\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=\"11-2\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H17,E2:E17=\"11-2\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the distance when the handicap was 11-2?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "E1", "=", "\"11-2\"", "7" ] } ]
test_1-22265261-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Position", "Horse", "Jockey", "Age", "Handicap (st-lb)", "SP", "Distance", "Prize money" ], [ "2", "1st", "Mon Mome", "Liam Treadwell", "9", "11-0", "100/1", "Won by 12 s length", "£506,970" ], [ "3", "2nd", "Comply or Die", "Timmy Murphy", "10", "11-6", "14/1", "1¼ lengths", "£190,980" ], [ "4", "3rd", "My Will", "Ruby Walsh", "9", "11-4", "8/1", "4½ lengths", "£95,580" ], [ "5", "4th", "State Of Play", "Paul Moloney", "9", "11-2", "14/1", "¾ length", "£47,790" ], [ "6", "5th", "Cerium", "Keith Mercer", "8", "10-5", "100/1", "4 lengths", "£23,940" ], [ "7", "6th", "Big Fella Thanks", "Christian Williams", "7", "11-1", "14/1", "1¾ lengths", "£11,970" ], [ "8", "7th", "Butler's Cabin", "Tony McCoy", "9", "10-13", "7/1 favourite", "¾ length", "Nil" ], [ "9", "8th", "Southern Vic", "Niall Madden", "10", "10-9", "33/1", "5 lengths", "Nil" ], [ "10", "9th", "Snowy Morning", "Andrew McNamara", "9", "11-8", "33/1", "9 lengths", "Nil" ], [ "11", "10th", "Arteea", "Johnny Farrelly", "10", "10-5", "200/1", "4½ lengths", "Nil" ], [ "12", "11th", "Irish Invader", "Paul Townend", "8", "10-9", "16/1", "3 lengths", "Nil" ], [ "13", "12th", "Idle Talk", "Brian Harding", "10", "10-5", "66/1", "3½ lengths", "Nil" ], [ "14", "13th", "Darkness", "Wayne Hutchinson", "10", "10-9", "16/1", "25 lengths", "Nil" ], [ "15", "14th", "Preists Leap", "Philip Enright", "9", "11-5", "100/1", "24 lengths", "Nil" ], [ "16", "15th", "Offshore Account", "David Casey", "9", "10-13", "20/1", "12 lengths", "Nil" ], [ "17", "16th", "Battlecry", "Tom Scudamore", "8", "10-10", "33/1", "A distance", "Nil" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,(F1=\"laurent aiello laurent aiello\")*(C1=\"wunstorf\")),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>1))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F11,(F2:F11=\"laurent aiello laurent aiello\")*(C2:C11=\"wunstorf\")),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>1))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "What is Event, when Winning Driver is \"Laurent Aiello Laurent Aiello\", when Round is greater than 1, and when Circuit is \"Wunstorf\"?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "F1", "=", "\"laurent aiello laurent aiello\"", "*", "C1", "=", "\"wunstorf\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "1" ] }, { "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": "What is Date, when Round is \"2\"?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "2" ] }, { "Formula": "LET(query1,SUMMARIZE(E1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=10))", "Formula2": "LET(query1,SUMMARIZE(E2:E11,SUMX(A2:A11)),FILTER(query1,CHOOSECOLS(query1,2)=10))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What is Event, when Round is \"10\"?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "E1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "10" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,C1=\"norisring\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<10))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F11,C2:C11=\"norisring\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<10))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "What is Date, when Round is less than 10, and when Circuit is \"Norisring\"?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "C1", "=", "\"norisring\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "10" ] } ]
train_2-17932082-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Round", "Race", "Circuit", "Date", "Event", "Winning driver" ], [ "2", "1", "Int. ADAC-Preis Hockenheim", "Hockenheimring", "27 April", "Sprint Race", "Laurent Aiello Laurent Aiello" ], [ "3", "2", "Bergischer Löwe Zolder", "Zolder", "11 May", "Sprint Race", "Joachim Winkelhock Joachim Winkelhock" ], [ "4", "3", "75. Eifelrennen", "Nürburgring", "25 May", "Sprint Race", "Laurent Aiello Laurent Aiello" ], [ "5", "4", "70. Geburstags des Sachsenringen", "Sachsenring", "15 June", "Sprint Race", "Johnny Cecotto Johnny Cecotto" ], [ "6", "5", "55. Int. ADAC Norisring Rennen", "Norisring", "29 June", "Sprint Race", "Joachim Winkelhock Joachim Winkelhock" ], [ "7", "6", "ADAC Wunstorf", "Wunstorf", "13 July", "Sprint Race", "Laurent Aiello Laurent Aiello" ], [ "8", "7", "Int. ADAC Preis von Zweibrücken", "Zweibrücken", "10 August", "Sprint Race", "Laurent Aiello Emanuele Pirro" ], [ "9", "8", "Int. ADAC Alpentrophäe", "Salzburgring", "24 August", "Sprint Race", "Laurent Aiello Laurent Aiello" ], [ "10", "9", "Int. ADAC-Preis Regio Ring Lahr", "Regio-Ring", "7 September", "Sprint Race", "Johnny Cecotto Joachim Winkelhock" ], [ "11", "10", "24. ADAC Bilstein Supersprint", "Nürburgring", "5 October", "Sprint Race", "Laurent Aiello Laurent Aiello" ] ]
[ { "Formula": "SUM(FILTER(F1, (B1>11)*(A1=\"st josephs\")))", "Formula2": "SUM(FILTER(F2:F13, (B2:B13>11)*(A2:A13=\"st josephs\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which Against has more than 11 wins, and a Geelong FL of st josephs?", "Tokens": [ "SUM(", "FILTER(", "F1", "B1", ">", "11", "*", "A1", "=", "\"st josephs\"" ] } ]
train_2-17982112-10
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Geelong FL", "Wins", "Byes", "Losses", "Draws", "Against" ], [ "2", "South Barwon", "16", "0", "2", "0", "1040" ], [ "3", "Newtown & Chilwell", "14", "0", "4", "0", "1224" ], [ "4", "St Josephs", "12", "0", "6", "0", "1198" ], [ "5", "Leopold", "12", "0", "6", "0", "1477" ], [ "6", "Bell Park", "11", "0", "7", "0", "1277" ], [ "7", "Lara", "11", "0", "7", "0", "1549" ], [ "8", "Colac", "11", "0", "7", "0", "1541" ], [ "9", "St Marys", "9", "0", "9", "0", "1527" ], [ "10", "Geelong West St Peters", "5", "0", "13", "0", "1610" ], [ "11", "North Shore", "3", "0", "15", "0", "1555" ], [ "12", "St Albans", "3", "0", "15", "0", "1933" ], [ "13", "Grovedale", "1", "0", "17", "0", "2355" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"February 8\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I12,B2:B12=\"February 8\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": " what's the team where date is february 8", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"February 8\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,F1=\"Nick Collison (14)\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I12,F2:F12=\"Nick Collison (14)\"),8))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": " what's the location attendance where high rebounds is nick collison (14)", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "F1", "=", "\"Nick Collison (14)\"", "8" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"W 105–92 (OT)\"),9))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I12,D2:D12=\"W 105–92 (OT)\"),9))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": " what's the record where score is w 105–92 (ot)", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"W 105–92 (OT)\"", "9" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"14–39\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I12,I2:I12=\"14–39\"),8))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": " what's the location attendance where record is 14–39", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "I1", "=", "\"14–39\"", "8" ] }, { "Formula": "MAXIFS(A1,E1,\"Mickaël Gelabale (21)\")", "Formula2": "MAXIFS(A2:A12,E2:E12,\"Mickaël Gelabale (21)\")", "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "what is the maximum game where high points is mickaël gelabale (21)", "Tokens": [ "MAXIFS(", "A1", "E1", "\"Mickaël Gelabale (21)\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"KeyArena 13,627\"),9))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I12,H2:H12=\"KeyArena 13,627\"),9))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": " what's the record where location attendance is keyarena 13,627", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "\"KeyArena 13,627\"", "9" ] } ]
train_1-11964154-9
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "47", "February 2", "New York", "W 86–85 (OT)", "Kevin Durant (21)", "Nick Collison (12)", "Earl Watson (8)", "KeyArena 12,783", "12–35" ], [ "3", "48", "February 4", "Chicago", "L 108–118 (OT)", "Wally Szczerbiak (21)", "Nick Collison (9)", "Earl Watson (8)", "KeyArena 10,935", "12–36" ], [ "4", "49", "February 6", "@ Sacramento", "W 105–92 (OT)", "Earl Watson (23)", "Earl Watson Chris Wilcox (10)", "Earl Watson (10)", "ARCO Arena 13,136", "13–36" ], [ "5", "50", "February 8", "@ Phoenix", "L 99–103 (OT)", "Chris Wilcox (22)", "Chris Wilcox (15)", "Earl Watson (5)", "US Airways Center 18,422", "13–37" ], [ "6", "51", "February 13", "Utah", "L 93–112 (OT)", "Kevin Durant (19)", "Kurt Thomas (13)", "Earl Watson (14)", "KeyArena 10,618", "13–38" ], [ "7", "52", "February 19", "Memphis", "W 108–101 (OT)", "Earl Watson (26)", "Nick Collison Jeff Green (9)", "Earl Watson (9)", "KeyArena 11,391", "14–38" ], [ "8", "53", "February 21", "@ Portland", "L 88–92 (OT)", "Kevin Durant (20)", "Nick Collison (14)", "Earl Watson (9)", "Rose Garden 20,168", "14–39" ], [ "9", "54", "February 22", "Portland", "W 99–87 (OT)", "Kevin Durant (17)", "Jeff Green (9)", "Earl Watson (4)", "KeyArena 16,640", "15–39" ], [ "10", "55", "February 24", "L. A. Lakers", "L 91–111 (OT)", "Mickaël Gelabale (21)", "Johan Petro (10)", "Earl Watson (8)", "KeyArena 17,072", "15–40" ], [ "11", "56", "February 26", "@ Golden State", "L 99–105 (OT)", "Kevin Durant Jeff Green (21)", "Nick Collison (13)", "Luke Ridnour (15)", "Oracle Arena 19,412", "15–41" ], [ "12", "57", "February 27", "Denver", "L 96–138 (OT)", "Kevin Durant Mickaël Gelabale (16)", "Johan Petro (8)", "Mickaël Gelabale (6)", "KeyArena 13,627", "15–42" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"steven thompson\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"steven thompson\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the transfer window for Steven Thompson?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"steven thompson\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"kevin muscat\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"kevin muscat\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What type is Kevin Muscat?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"kevin muscat\"", "4" ] } ]
train_2-1630649-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Nat.", "Name", "Moving from", "Type", "Transfer window", "Transfer fee" ], [ "2", "ESP", "Mikel Arteta", "Barcelona", "Transfer", "Summer", "£5.8m" ], [ "3", "AUS", "Kevin Muscat", "Wolverhampton Wanderers", "Transfer", "Summer", "Free" ], [ "4", "SCO", "Steven Thompson", "Dundee United", "Transfer", "Winter", "£0.2m" ], [ "5", "FRA", "Jerome Bonnissel", "Bordeaux", "Transfer", "Winter", "Free" ], [ "6", "NOR", "Dan Eggen", "Deportivo Alavés", "Transfer", "Winter", "Free" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"black\")*(A1=1984)),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(C2:C8=\"black\")*(A2:A8=1984)),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What are the additional major sponsors which correspond to the additional color black and a year 1984?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"black\"", "*", "A1", "=", "1984", "5" ] }, { "Formula": "AVERAGEIFS(A1,C1,\"black\")", "Formula2": "AVERAGEIFS(A2:A8,C2:C8,\"black\")", "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the average year of entries with additional color black?", "Tokens": [ "AVERAGEIFS(", "A1", "C1", "\"black\"" ] } ]
test_2-11262643-5
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Main colour(s)", "Additional colour(s)", "Livery", "Additional major sponsor(s)" ], [ "2", "1978", "Yellow", "Black", "ATS Wheels", "Ford, Champion, Air Press, Shell, Goodyear" ], [ "3", "1979", "Yellow", "Black, Red", "ATS Wheels, Arawak, Hotel Freeport", "Goodyear, Shell" ], [ "4", "1980", "Yellow", "Black, Red", "ATS Wheels, Arawak, Hotel Freeport", "Shell, Buler Quartz, Goodyear" ], [ "5", "1981", "Yellow", "White, Black", "ATS Wheels", "ABBA , Shell, Champion" ], [ "6", "1981", "Yellow", "White, Black", "ATS Wheels", "Copec, Tecfin, Liqui Moly, Shell, Champion" ], [ "7", "1983", "Yellow", "Black", "ATS Wheels", "Shell, Goodyear, Steinbock" ], [ "8", "1984", "Yellow", "Black", "ATS Wheels", "Marilena, Steinbock, Shell, Pirelli" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"richmond\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"richmond\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "At what venue was richmond the away team?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"richmond\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"south melbourne\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"south melbourne\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What venue had an away team of south melbourne?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"south melbourne\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"fitzroy\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,A2:A7=\"fitzroy\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was fitzroy's score at home?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"fitzroy\"", "2" ] } ]
test_2-10826072-7
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Melbourne", "22.17 (149)", "North Melbourne", "15.14 (104)", "MCG", "21,069", "15 May 1971" ], [ "3", "Hawthorn", "21.19 (145)", "Richmond", "12.6 (78)", "Glenferrie Oval", "22,956", "15 May 1971" ], [ "4", "Fitzroy", "11.16 (82)", "St Kilda", "13.14 (92)", "Junction Oval", "17,573", "15 May 1971" ], [ "5", "Essendon", "12.17 (89)", "South Melbourne", "16.9 (105)", "Windy Hill", "17,055", "15 May 1971" ], [ "6", "Collingwood", "15.16 (106)", "Geelong", "14.8 (92)", "Victoria Park", "25,525", "15 May 1971" ], [ "7", "Carlton", "12.19 (91)", "Footscray", "11.13 (79)", "VFL Park", "29,195", "15 May 1971" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Salma Nassar\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,E2:E14=\"Salma Nassar\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is every value for Under-11 when value of under-17 is Salma Nassar?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Salma Nassar\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Maria Elena Ubina\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,D2:D14=\"Maria Elena Ubina\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is every value for Under-13 when value for Under-15 is Maria Elena Ubina?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"Maria Elena Ubina\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Maria Elena Ubina\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,D2:D14=\"Maria Elena Ubina\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is every value for Under-17 if Under-15 is Maria Elena Ubina?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"Maria Elena Ubina\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Leong Siu Lynn\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,F2:F14=\"Leong Siu Lynn\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is every value for Under-11 if Under-19 is Leong Siu Lynn?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"Leong Siu Lynn\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Salma Nassar\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,E2:E14=\"Salma Nassar\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who is everyone Under-11 if Under-17 is Salma Nassar?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Salma Nassar\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Reeham Sedky\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,B2:B14=\"Reeham Sedky\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who is every Under-15 if Under-11 is Reeham Sedky?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Reeham Sedky\"", "4" ] } ]
train_1-26368963-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Under-11", "Under-13", "Under-15", "Under-17", "Under-19" ], [ "2", "1999", "unknown", "unknown", "unknown", "Jacqui Inward", "Leong Siu Lynn" ], [ "3", "2000", "Was not played", "Emery Maine", "Lily Lorentzen", "Lauren McCrery", "Michelle Quibell" ], [ "4", "2001", "Was not played", "Emily Park", "Alisha Turner", "Jennifer Blumberg", "Ruchika Kumar" ], [ "5", "2002", "Was not played", "Emily Park", "Rebecca Dudley", "Britt Hebden", "Emma Beddoes" ], [ "6", "2003", "Was not played", "Laura Gemmell", "Emily Park", "Neha Kumar", "Lily Lorentzen" ], [ "7", "2004", "Was not played", "Olivia Blatchford", "Emily Park", "Kristen Lange", "Jenna Gates" ], [ "8", "2005", "Was not played", "Skyler Bouchard", "Laura Gemmell", "Emily Park", "Neha Kumar" ], [ "9", "2006", "Was not played", "Amy Smedira", "Vidya Rajan", "Laura Gemmel", "Kristen Lange" ], [ "10", "2007", "Reeham Sedky", "Claudia Regio", "Amanda Sobhy", "Salma Nassar", "Laura Gemmell" ], [ "11", "2008", "Helen Teegan", "Reeham Sedky", "Maria Elena Ubina", "Amanda Sobhy", "Laura Gemmell" ], [ "12", "2009", "Elena Wagenmans", "Reeham Sedky", "Olivia Fiechter", "Maria Elena Ubina", "Olivia Blatchford" ], [ "13", "2010", "Elena Wagenmans", "Helen Teegan", "Reeham Sedky", "Olivia Fiechter", "Amanda Sobhy" ], [ "14", "2011", "Jamila Abul Enin", "Malak Fayed", "Reeham Sedky", "Sue Ann Yong", "Maria Elena Ubina" ] ]
[ { "Formula": "SUM(FILTER(E1, F1<1))", "Formula2": "SUM(FILTER(E2:E6, F2:F6<1))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ], "Level": "easy", "Question": "How many bronze medals for the nation with less than 1 total?", "Tokens": [ "SUM(", "FILTER(", "E1", "F1", "<", "1" ] }, { "Formula": "SUM(FILTER(E1, (A1<2)*(C1<0)))", "Formula2": "SUM(FILTER(E2:E6, (A2:A6<2)*(C2:C6<0)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "How many bronze medals for the nation ranked above 2, and under 0 golds?", "Tokens": [ "SUM(", "FILTER(", "E1", "A1", "<", "2", "*", "C1", "<", "0" ] }, { "Formula": "SUM(FILTER(D1, (B1=\"japan\")*(C1>1)))", "Formula2": "SUM(FILTER(D2:D6, (B2:B6=\"japan\")*(C2:C6>1)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "How many silvers for japan (1 gold)?", "Tokens": [ "SUM(", "FILTER(", "D1", "B1", "=", "\"japan\"", "*", "C1", ">", "1" ] } ]
train_2-11691613-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "United States", "0", "2", "3", "5" ], [ "3", "2", "Russia", "3", "0", "1", "4" ], [ "4", "3", "Japan", "1", "0", "0", "1" ], [ "5", "3", "Canada", "0", "1", "0", "1" ], [ "6", "3", "Hungary", "0", "1", "0", "1" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"Jason Titley\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,C2:C17=\"Jason Titley\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the distance of jockey Jason Titley?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"Jason Titley\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"Pink Gin\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,B2:B17=\"Pink Gin\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the name of the jockey for Pink Gin?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"Pink Gin\"", "3" ] } ]
test_1-28750142-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Position", "Name", "Jockey", "Age", "Weight (st, lb)", "Starting price", "Distance" ], [ "2", "1st", "Lord Gyllene ( NZL )", "Tony Dobbin", "9", "10-00", "14/1", "Won by 25 lengths" ], [ "3", "2nd", "Suny Bay ( IRE )", "Jamie Osborne", "8", "10-03", "8/1", "2 lengths" ], [ "4", "3rd", "Camelot Knight", "Carl Llewellyn", "11", "10-00", "100/1", "1¾ lengths" ], [ "5", "4th", "Buckboard Bounce", "Paul Carberry", "11", "10-01", "40/1", "1¾ lengths" ], [ "6", "5th", "Master Oats", "Norman Williamson", "11", "11-10", "25/1", "8 lengths" ], [ "7", "6th", "Avro Anson", "Peter Niven", "9", "10-02", "12/1", "7 lengths" ], [ "8", "7th", "Killeshin", "Sean Curran", "11", "10-00", "33/1", "9 lengths" ], [ "9", "8th", "Dakyns Boy", "Timmy Murphy", "12", "10-00", "100/1", "1¼ lengths" ], [ "10", "9th", "Nahthen Lad ( IRE )", "Jason Titley", "8", "10-09", "14/1", "8 lengths" ], [ "11", "10th", "Valiant Warrior", "Russ Garrity", "9", "10-00 [10-03]", "33/1", "12 lengths" ], [ "12", "11th", "Antonin ( FRA )", "Conor O'Dwyer", "9", "10-00", "14/1", "3 lengths" ], [ "13", "12th", "Northern Hide", "Paul Holley", "11", "10-00 [10-01]", "66/1", "22 lengths" ], [ "14", "13th", "Turning Trix", "John Kavanagh", "10", "10-00", "25/1", "13 lengths" ], [ "15", "14th", "Pink Gin", "Mr. Chris Bonner", "10", "10-00", "100/1", "6 lengths" ], [ "16", "15th", "New Co ( IRE )", "David Casey", "9", "10-00", "40/1", "6 lengths" ], [ "17", "16th", "General Wolfe", "Lorcan Wyer", "8", "10-00", "16/1", "A distance" ] ]
[ { "Formula": "SUMIFS(F1,B1,\"21.22 (148)\")", "Formula2": "SUMIFS(F2:F7,B2:B7,\"21.22 (148)\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "If the Home team had a score of 21.22 (148), what is the sum of all Crowds?", "Tokens": [ "SUMIFS(", "F1", "B1", "\"21.22 (148)\"" ] }, { "Formula": "MINIFS(F1,A1,\"carlton\")", "Formula2": "MINIFS(F2:F7,A2:A7,\"carlton\")", "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "If the Home team is carlton, what's the lowest Crowd found?", "Tokens": [ "MINIFS(", "F1", "A1", "\"carlton\"" ] } ]
train_2-10809351-8
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Geelong", "10.15 (75)", "Richmond", "11.13 (79)", "Kardinia Park", "22,500", "4 June 1949" ], [ "3", "Collingwood", "21.22 (148)", "St Kilda", "4.12 (36)", "Victoria Park", "12,000", "4 June 1949" ], [ "4", "Carlton", "14.13 (97)", "North Melbourne", "10.7 (67)", "Princes Park", "29,500", "4 June 1949" ], [ "5", "Melbourne", "10.17 (77)", "Hawthorn", "10.6 (66)", "MCG", "11,000", "4 June 1949" ], [ "6", "South Melbourne", "12.7 (79)", "Fitzroy", "14.14 (98)", "Lake Oval", "12,500", "4 June 1949" ], [ "7", "Footscray", "7.17 (59)", "Essendon", "10.12 (72)", "Western Oval", "12,500", "4 June 1949" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"Assen\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,D2:D13=\"Assen\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Where was Assen held?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "\"Assen\"", "3" ] }, { "Formula": "SUMIFS(A1,E1,\"Kevin Curtain\")", "Formula2": "SUMIFS(A2:A13,E2:E13,\"Kevin Curtain\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What was the number of race that Kevin Curtain won?", "Tokens": [ "SUMIFS(", "A1", "E1", "\"Kevin Curtain\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,D1=\"Misano\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H13,D2:D13=\"Misano\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the date of the race in Misano?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "D1", "=", "\"Misano\"", "2" ] } ]
test_1-10083598-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "No", "Date", "Round", "Circuit", "Pole Position", "Fastest Lap", "Race winner", "Report" ], [ "2", "1", "24 February", "Qatar", "Losail", "Kevin Curtain", "Sébastien Charpentier", "Kenan Sofuoğlu", "Report" ], [ "3", "2", "4 March", "Australia", "Phillip Island", "Fabien Foret", "Sébastien Charpentier", "Fabien Foret", "Report" ], [ "4", "3", "1 April", "Europe", "Donington Park", "Pere Riba", "Katsuaki Fujiwara", "Kenan Sofuoğlu", "Report" ], [ "5", "4", "15 April", "Spain", "Valencia", "Kenan Sofuoğlu", "Katsuaki Fujiwara", "Kenan Sofuoğlu", "Report" ], [ "6", "5", "29 April", "Netherlands", "Assen", "Kenan Sofuoğlu", "Kenan Sofuoğlu", "Kenan Sofuoğlu", "Report" ], [ "7", "6", "13 May", "Italy", "Monza", "Kenan Sofuoğlu", "Kenan Sofuoğlu", "Kenan Sofuoğlu", "Report" ], [ "8", "7", "27 May", "Great Britain", "Silverstone", "Sébastien Charpentier", "Anthony West", "Anthony West", "Report" ], [ "9", "8", "17 June", "San Marino", "Misano", "Broc Parkes", "Anthony West", "Anthony West", "Report" ], [ "10", "9", "22 July", "Czech Republic", "Brno", "Kenan Sofuoğlu", "Kenan Sofuoğlu", "Kenan Sofuoğlu", "Report" ], [ "11", "10", "5 August", "Great Britain", "Brands Hatch", "Sébastien Charpentier", "Broc Parkes", "Broc Parkes", "Report" ], [ "12", "11", "9 September", "Germany", "EuroSpeedway Lausitz", "Sébastien Charpentier", "Kenan Sofuoğlu", "Broc Parkes", "Report" ], [ "13", "12", "30 September", "Italy", "Vallelunga", "Craig Jones", "Kenan Sofuoğlu", "Kenan Sofuoğlu", "Report" ] ]
[ { "Formula": "MAX(FILTER(C1,B1=\"22 October 2009\"))", "Formula2": "MAX(FILTER(C2:C9,B2:B9=\"22 October 2009\"))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "How many viewers were there for airdate is 22 october 2009?", "Tokens": [ "MAX(", "FILTER(", "C1", "B1", "=", "\"22 October 2009\"" ] }, { "Formula": "FILTER(E1,A1=4)", "Formula2": "FILTER(E2:E9,A2:A9=4)", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the cable rank for episode no. 4?", "Tokens": [ "FILTER(", "E1", "A1", "=", "4" ] }, { "Formula": "FILTER(D1,A1=5)", "Formula2": "FILTER(D2:D9,A2:A9=5)", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "Where where the bbc three weekly ranking for episode no. 5?", "Tokens": [ "FILTER(", "D1", "A1", "=", "5" ] }, { "Formula": "FILTER(E1,D1=\"N/A\")", "Formula2": "FILTER(E2:E9,D2:D9=\"N/A\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the cable rank for bbc three weekly ranking of n/a?", "Tokens": [ "FILTER(", "E1", "D1", "=", "\"N/A\"" ] }, { "Formula": "FILTER(E1,B1=\"10 December 2009\")", "Formula2": "FILTER(E2:E9,B2:B9=\"10 December 2009\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the cable rank for the airdate of 10 december 2009?", "Tokens": [ "FILTER(", "E1", "B1", "=", "\"10 December 2009\"" ] }, { "Formula": "ROWS(FILTER(C1,B1=\"26 November 2009\"))", "Formula2": "ROWS(FILTER(C2:C9,B2:B9=\"26 November 2009\"))", "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "How many entries are shown for viewers when the airdate was 26 november 2009?", "Tokens": [ "ROWS(", "FILTER(", "C1", "B1", "=", "\"26 November 2009\"" ] } ]
dev_1-24399615-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Episode no.", "Airdate", "Viewers", "BBC Three weekly ranking", "Cable rank" ], [ "2", "1", "22 October 2009", "492000", "N/A", "N/A" ], [ "3", "2", "29 October 2009", "515000", "N/A", "N/A" ], [ "4", "3", "5 November 2009", "818000", "3", "15" ], [ "5", "4", "12 November 2009", "598000", "10", "N/A" ], [ "6", "5", "19 November 2009", "656000", "7", "N/A" ], [ "7", "6", "26 November 2009", "849000", "4", "15" ], [ "8", "7", "3 December 2009", "648000", "7", "N/A" ], [ "9", "8", "10 December 2009", "705000", "6", "19" ] ]
[ { "Formula": "SUMIFS(A1,B1,\"5/69-6/69\")", "Formula2": "SUMIFS(A2:A6,B2:B6,\"5/69-6/69\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "with build 5/69-6/69 what's the order?", "Tokens": [ "SUMIFS(", "A1", "B1", "\"5/69-6/69\"" ] } ]
train_2-1379652-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Order", "Built", "Serial Numbers", "Quantity", "1st No." ], [ "2", "7955", "5/67-7/67", "32849-32858", "10", "SP 3200-3209" ], [ "3", "7979", "7/67-8/67", "33041-33048", "8", "GN 326-333" ], [ "4", "7174", "5/69-6/69", "34976-34994", "19", "EL 3635-3653" ], [ "5", "7246", "7/70-8/70", "36658-36665", "8", "EL 3654-3661" ], [ "6", "7246", "8/70", "36880-36886", "7", "EL 3662-3668" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,E1=\"b5254 t2\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=2521))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F13,E2:E13=\"b5254 t2\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=2521))", "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 model has a 2521 cm displacement and b5254 t2 engine?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "E1", "=", "\"b5254 t2\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "2521" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,A1=\"2.4 (2001-2007)\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=2435))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F13,A2:A13=\"2.4 (2001-2007)\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)=2435))", "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 engine has a 2435 cm displacement and is named 2.4 (2001-2007)?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "A1", "=", "\"2.4 (2001-2007)\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "2435" ] } ]
test_2-1147701-4
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Model name", "Power (ps)", "Torque (Nm@rpm)", "Displacement (cm³)", "Engine code", "Comment" ], [ "2", "2.0T (Export) (2000-2004)", "163", "240@2200-4800?", "1984", "B5204 T", "Inline 5 with low-pressure turbo" ], [ "3", "2.0T (Export) (2004-2007)", "180", "240@2200-5000", "1984", "B5204 T5", "Inline 5 with low-pressure turbo" ], [ "4", "2.4 (2001-2007)", "140", "220@3300", "2435", "B5244 S2", "Inline 5" ], [ "5", "2.4 (2001-2003)", "170", "230@4500", "2435", "B5244 S", "Inline 5" ], [ "6", "2.4 (2003-2007)", "170", "225@4500", "2435", "B5244 S", "Inline 5" ], [ "7", "2.4T 2.4T AWD (2000-2003)", "200", "285@1800-5000", "2435", "B5244 T3", "Inline 5 with low-pressure turbo" ], [ "8", "2.5T 2.5T AWD (2002-2007)", "210", "320@1500-4500", "2521", "B5254 T2", "Inline 5 with low-pressure turbo" ], [ "9", "T5 (2000-2004)", "250", "330@2400-5200", "2319", "B5234 T3", "Inline 5 with high-pressure turbo" ], [ "10", "T5 (2004-2007)", "260", "350@2100-5000", "2401", "B5244 T5", "Inline 5 with high-pressure turbo" ], [ "11", "R AWD (5-vxl automat) (2004-2006)", "300", "350@1800-6000", "2521", "B5254 T5", "Inline 5 with high-pressure turbo" ], [ "12", "R AWD (6-vxl automat) (2006-2007)", "300", "400@1950-5250", "2521", "B5254 T4", "Inline 5 with high-pressure turbo" ], [ "13", "R AWD (Manuell) (2004-2007)", "300", "400@1950-5250", "2521", "B5254 T4", "Inline 5 with high-pressure turbo" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"hong kong\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"hong kong\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Name, when Venue is \"Hong Kong\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"hong kong\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"motherwell\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,C2:C7=\"motherwell\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Name, when Venue is \"Motherwell\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"motherwell\"", "2" ] } ]
train_2-18098292-3
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Name", "Venue", "Winner", "Runner-up", "Score" ], [ "2", "1991", "Thailand Masters", "Bangkok", "Steve Davis", "Stephen Hendry", "6–3" ], [ "3", "1991", "Hong Kong Challenge", "Hong Kong", "Stephen Hendry", "James Wattana", "9–1" ], [ "4", "1991", "Indian Challenge", "Delhi", "Stephen Hendry", "John Parrott", "9–5" ], [ "5", "1991", "Scottish Masters", "Motherwell", "Mike Hallett", "Steve Davis", "10–6" ], [ "6", "1991", "Humo Masters", "Antwerp", "Mike Hallett", "Neal Foulds", "9–7" ], [ "7", "1991", "Belgian Challenge", "Antwerp", "Steve Davis", "Stephen Hendry", "10–9" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"2002 world cup qualification\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"2002 world cup qualification\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Venue of the 2002 World Cup Qualification?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"2002 world cup qualification\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"friendly\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"friendly\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Venue with the Friendly Competition?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"friendly\"", "2" ] } ]
test_2-1793728-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Venue", "Score", "Result", "Competition" ], [ "2", "2 September 1999", "Varsity Stadium , Toronto, Canada", "1–0", "1–0", "Friendly match" ], [ "3", "9 October 2000", "Winnipeg Soccer Complex , Winnipeg, Canada", "1–0", "1–0", "2002 World Cup Qualification" ], [ "4", "12 February 2003", "June 11 Stadium , Tripoli , Libya", "2–1", "4–2", "Friendly match" ], [ "5", "13 June 2004", "Richardson Memorial Stadium , Kingston , Canada", "4–0", "4–0", "2006 World Cup Qualification" ], [ "6", "16 June 2004", "Richardson Memorial Stadium , Kingston , Canada", "4–0", "4–0", "2006 World Cup Qualification" ], [ "7", "1 March 2006", "Ernst Happel Stadium , Vienna, Austria", "1–0", "2–0", "Friendly" ] ]
[ { "Formula": "FILTER(E1,A1=\"capacity under 500ma constant drain\")", "Formula2": "FILTER(E2:E6,A2:A6=\"capacity under 500ma constant drain\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is NiCd, when Type is \"Capacity under 500mA constant Drain\"?", "Tokens": [ "FILTER(", "E1", "A1", "=", "\"capacity under 500ma constant drain\"" ] }, { "Formula": "FILTER(D1,A1=\"nominal voltage\")", "Formula2": "FILTER(D2:D6,A2:A6=\"nominal voltage\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is Li-FeS 2, when Type is Nominal Voltage?", "Tokens": [ "FILTER(", "D1", "A1", "=", "\"nominal voltage\"" ] } ]
dev_2-1592019-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Type", "Zinc–carbon", "Alkaline", "Li-FeS 2", "NiCd", "NiMH" ], [ "2", "IEC name", "R6", "LR6", "FR6", "KR6", "HR6" ], [ "3", "ANSI/NEDA name", "15D", "15A", "15LF", "1.2K2", "1.2H2" ], [ "4", "Capacity under 500mA constant drain", "400-1700 mAh", "1800-2600 mAh", "2700-3400 mAh", "600– 1000 mAh", "600–2850 mAh" ], [ "5", "Nominal voltage", "1.5 V", "1.5 V", "1.5 V", "1.2 V", "1.2 V" ], [ "6", "Rechargeable", "No", "No", "No", "Yes", "Yes" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(B1),SUMX(D1),SUMX(C1),SUMX(E1)),FILTER(query1,(CHOOSECOLS(query1,2)<16)*(CHOOSECOLS(query1,3)>2)*(CHOOSECOLS(query1,4)>2)*(CHOOSECOLS(query1,5)=14)))", "Formula2": "LET(query1,SUMMARIZE(A2:A8,SUMX(B2:B8),SUMX(D2:D8),SUMX(C2:C8),SUMX(E2:E8)),FILTER(query1,(CHOOSECOLS(query1,2)<16)*(CHOOSECOLS(query1,3)>2)*(CHOOSECOLS(query1,4)>2)*(CHOOSECOLS(query1,5)=14)))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", ">", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What rank has less than 16 gold, more than 2 bronze and silver, and a total of 14?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "B1", "SUMX(", "D1", "SUMX(", "C1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "16", "*", "CHOOSECOLS(", "query1", "3", ">", "2", "*", "CHOOSECOLS(", "query1", "4", ">", "2", "*", "CHOOSECOLS(", "query1", "5", "=", "14" ] }, { "Formula": "SUM(FILTER(C1, (A1=1)*(D1<2)))", "Formula2": "SUM(FILTER(C2:C8, (A2:A8=1)*(D2:D8<2)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What's the silver for rank 1 with less than 2 bronze?", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", "=", "1", "*", "D1", "<", "2" ] }, { "Formula": "MIN(FILTER(E1, (D1<16)*(C1>6)))", "Formula2": "MIN(FILTER(E2:E8, (D2:D8<16)*(C2:C8>6)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What's the lowest total when there's less than 16 bronze and more than 6 silver?", "Tokens": [ "MIN(", "FILTER(", "E1", "D1", "<", "16", "*", "C1", ">", "6" ] }, { "Formula": "MIN(FILTER(B1, (E1>15)*(C1<16)))", "Formula2": "MIN(FILTER(B2:B8, (E2:E8>15)*(C2:C8<16)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What's the lowest gold with a total over 15 and less than 16 silver?", "Tokens": [ "MIN(", "FILTER(", "B1", "E1", ">", "15", "*", "C1", "<", "16" ] } ]
train_2-16744814-5
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "10", "3", "2", "15" ], [ "3", "2", "5", "6", "3", "14" ], [ "4", "3", "1", "4", "7", "12" ], [ "5", "4", "0", "2", "3", "5" ], [ "6", "5", "0", "1", "0", "1" ], [ "7", "6", "0", "0", "1", "1" ], [ "8", "Total", "16", "16", "16", "48" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"may 9\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"may 9\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Visitor, when Date is \"May 9\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"may 9\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"montreal canadiens\")*(A1=\"may 16\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(D2:D8=\"montreal canadiens\")*(A2:A8=\"may 16\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Score, when Home is \"Montreal Canadiens\", and when Date is \"May 16\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"montreal canadiens\"", "*", "A1", "=", "\"may 16\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"may 11\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,A2:A8=\"may 11\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Score, when Date is \"May 11\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"may 11\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"chicago black hawks\")*(A1=\"may 4\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,(D2:D8=\"chicago black hawks\")*(A2:A8=\"may 4\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Visitor, when Home is \"Chicago Black Hawks\", and when Date is \"May 4\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"chicago black hawks\"", "*", "A1", "=", "\"may 4\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"2-0\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E8,E2:E8=\"2-0\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Score, when Record is \"2-0\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"2-0\"", "3" ] } ]
train_2-18184278-5
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Visitor", "Score", "Home", "Record" ], [ "2", "May 4", "Montreal Canadiens", "1–2", "Chicago Black Hawks", "1-0" ], [ "3", "May 6", "Montreal Canadiens", "3–5", "Chicago Black Hawks", "2-0" ], [ "4", "May 9", "Chicago Black Hawks", "2–4", "Montreal Canadiens", "2-1" ], [ "5", "May 11", "Chicago Black Hawks", "2–5", "Montreal Canadiens", "2-2" ], [ "6", "May 13", "Montreal Canadiens", "0–2", "Chicago Black Hawks", "3-2" ], [ "7", "May 16", "Chicago Black Hawks", "3–4", "Montreal Canadiens", "3-3" ], [ "8", "May 18", "Montreal Canadiens", "3–2", "Chicago Black Hawks", "3-4" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Olympikus\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,C2:C10=\"Olympikus\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When olympikus is the main sponsor who is the secondary sponsor?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"Olympikus\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Ale\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,C2:C10=\"Ale\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When ale is the main sponsor who is the secondary sponsor?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"Ale\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"Tim Brasil Brokers\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,E2:E10=\"Tim Brasil Brokers\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When tim brasil brokers are the minor sponsors who is the kit manufacturer?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"Tim Brasil Brokers\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"Olympikus\")*(C1=\"Batavo\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,(B2:B10=\"Olympikus\")*(C2:C10=\"Batavo\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When batavo is the main sponsor and olympikus is the kit manufacturer who are the minor sponsors?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"Olympikus\"", "*", "C1", "=", "\"Batavo\"", "5" ] }, { "Formula": "ROWS(UNIQUE(FILTER(E1, (B1=\"Olympikus\")*(A1=2011))))", "Formula2": "ROWS(UNIQUE(FILTER(E2:E10, (B2:B10=\"Olympikus\")*(A2:A10=2011))))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num" ], "Level": "medium", "Question": "When 2011 is the period and olympikus is the kit manufacturer how many minor sponsors are there?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "E1", "B1", "=", "\"Olympikus\"", "*", "A1", "=", "2011" ] } ]
test_1-187239-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Period", "Kit manufacturer", "Main sponsor", "Secondary sponsor", "Minor sponsors" ], [ "2", "1980–84", "Adidas", "none", "none", "none" ], [ "3", "1984–92", "Adidas", "Petrobras", "none", "none" ], [ "4", "1993–00", "Umbro", "Petrobras", "none", "none" ], [ "5", "2000–09", "Nike", "Petrobras", "none", "none" ], [ "6", "2009", "Olympikus", "Olympikus", "Bozzano", "none" ], [ "7", "2009", "Olympikus", "Ale", "Bozzano", "none" ], [ "8", "2010–2011", "Olympikus", "Batavo", "Banco BMG", "none" ], [ "9", "2011", "Olympikus", "Procter & Gamble", "Banco BMG", "Tim Brasil Brokers" ], [ "10", "2013", "Olympikus", "none", "Banco BMG Mobil", "Tim" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=92),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,E2:E7=92),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Name the website for car number of 92", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "92", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=55),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,E2:E7=55),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Name the year started where car number is 55", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "55", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=1997),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=1997),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Name the car number for 1997", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "1997", "5" ] } ]
train_1-1688640-4
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Team name (Affiliation)", "Year started", "Number of cars", "Current car", "Car #", "Website" ], [ "2", "Blue Sky Solar Racing ( University of Toronto )", "1998", "7", "B-7", "77", "English" ], [ "3", "Éclipse ( École de technologie supérieure )", "1992", "7", "Éclipse 7", "92", "French English" ], [ "4", "Esteban ( École Polytechnique de Montréal )", "1998", "6", "Esteban VI", "55", "French English" ], [ "5", "McMaster Solar Car Project ( McMaster University )", "1997", "4", "Phoenix II", "116", "English" ], [ "6", "Midnight Sun ( University of Waterloo )", "1990", "10", "Midnight Sun X", "24", "English" ], [ "7", "Omega Solar ( Durham College and UOIT )", "2008", "1", "Arctic Sun", "None", "English" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"march 2, 2008\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,F2:F7=\"march 2, 2008\"),8))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When is Part 6, when Part 4 is on March 2, 2008?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"march 2, 2008\"", "8" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:H1,H1=\"january 6, 2008\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>2))", "Formula2": "LET(query1,LET(query1,FILTER(A2:H7,H2:H7=\"january 6, 2008\"),SUMMARIZE(CHOOSECOLS(query1,2),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 Title, when the Episode # is after 2, and when Part 6 is on January 6, 2008?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "H1", "H1", "=", "\"january 6, 2008\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"december 9, 2007\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,F2:F7=\"december 9, 2007\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When is Part 2, when Part 4 is on December 9, 2007?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"december 9, 2007\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"february 10, 2008\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,F2:F7=\"february 10, 2008\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When is Part 1, when Part 4 is on February 10, 2008?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"february 10, 2008\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"january 24, 2008\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H7,G2:G7=\"january 24, 2008\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When is Part 2, when Part 5 is on January 24, 2008?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "\"january 24, 2008\"", "4" ] } ]
train_2-13241993-3
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Episode #", "Title", "Part 1", "Part 2", "Part 3", "Part 4", "Part 5", "Part 6" ], [ "2", "1", "\"Pilot\"", "November 11, 2007", "November 11, 2007", "November 15, 2007", "November 18, 2007", "November 22, 2007", "November 25, 2007" ], [ "3", "2", "\"Compromise\"", "November 29, 2007", "December 2, 2007", "December 6, 2007", "December 9, 2007", "December 13, 2007", "December 16, 2007" ], [ "4", "3", "\"Anxiety\"", "December 20, 2007", "December 23, 2007", "December 27, 2007", "December 30, 2007", "January 3, 2008", "January 6, 2008" ], [ "5", "4", "\"Goodbyes\"", "January 10, 2008", "January 13, 2008", "January 17, 2008", "January 20, 2008", "January 24, 2008", "January 27, 2008" ], [ "6", "5", "\"Finding a Voice\"", "January 31, 2008", "February 3, 2008", "February 7, 2008", "February 10, 2008", "February 14, 2008", "February 17, 2008" ], [ "7", "6", "\"Home Sweet Home\"", "February 21, 2008", "February 24, 2008", "February 28, 2008", "March 2, 2008", "March 6, 2008", "March 9, 2008" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(B1, H1=33)))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B8, H2:H8=33)))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "medium", "Question": "How many styles had a total score of exactly 33?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "H1", "=", "33" ] }, { "Formula": "LET(query1,SUMMARIZE(B1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=8))", "Formula2": "LET(query1,SUMMARIZE(B2:B8,SUMX(E2:E8)),FILTER(query1,CHOOSECOLS(query1,2)=8))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Which style led to a score given by Tor Floysvik of 8?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "8" ] }, { "Formula": "MINIFS(H1,B1,\"Pasodoble\")", "Formula2": "MINIFS(H2:H8,B2:B8,\"Pasodoble\")", "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the smallest total score for the Pasodoble style?", "Tokens": [ "MINIFS(", "H1", "B1", "\"Pasodoble\"" ] } ]
train_1-28677723-9
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Couple", "Style", "Music", "Trine Dehli Cleve", "Tor Fløysvik", "Karianne Gulliksen", "Christer Tornell", "Total" ], [ "2", "Åsleik & Nadia", "Cha-Cha-Cha", "\" YMCA \"— Village People", "8", "8", "8", "8", "32" ], [ "3", "Stig & Alexandra", "Pasodoble", "\" Eye of the Tiger \"— Survivor", "6", "5", "6", "7", "24" ], [ "4", "Stine & Tom-Erik", "Rumba", "\" La Isla Bonita \"— Madonna", "6", "6", "7", "6", "25" ], [ "5", "Cecilie & Tobias", "Tango", "\" Twist In My Sobriety \"— Tanita Tikaram", "5", "4", "6", "6", "21" ], [ "6", "Håvard & Elena", "Cha-Cha-Cha", "\" Never Gonna Give You Up \"— Rick Astley", "8", "7", "8", "7", "30" ], [ "7", "Maria & Asmund", "English Waltz", "\" I Have Nothing \"— Whitney Houston", "7", "5", "7", "6", "25" ], [ "8", "Aylar & Egor", "Tango", "\" That Don't Impress Me Much \"— Shania Twain", "8", "9", "8", "8", "33" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"august 23, 2004\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,B2:B12=\"august 23, 2004\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Score of the match on August 23, 2004?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"august 23, 2004\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"spain f32, gran canaria\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,C2:C12=\"spain f32, gran canaria\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the Score of the Spain F32, Gran Canaria Tournament?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"spain f32, gran canaria\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(A1=\"runner-up\")*(G1=\"6–4, 6–3\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,(A2:A12=\"runner-up\")*(G2:G12=\"6–4, 6–3\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "On what Surface was the match with a Score of 6–4, 6–3 and Runner-up Outcome played?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"runner-up\"", "*", "G1", "=", "\"6–4, 6–3\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"andoni vivanco\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G12,E2:E12=\"andoni vivanco\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Outcome of the match with Partner Andoni Vivanco?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"andoni vivanco\"", "1" ] } ]
train_2-16956201-6
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Outcome", "Date", "Tournament", "Surface", "Partner", "Opponents", "Score" ], [ "2", "Runner-up", "August 4, 2003", "Spain F15, Denia", "Clay", "Karim Maamoun", "Jordi Marse-Vidri & Daniel Muñoz-de la Nava", "6–7 (1–7) , 7–6 (8–6) , 6–4" ], [ "3", "Winner", "August 23, 2004", "Spain F18, Vigo", "Clay", "Martin Vilarrubi", "David Marrero & Carlos Rexach Itoiz", "2–6, 6–3, 6–3" ], [ "4", "Winner", "December 6, 2004", "Spain F32, Gran Canaria", "Clay (i)", "David De Miguel", "Dušan Karol & Roberto Menendez", "4–6, 7–5, 7–5" ], [ "5", "Winner", "November 27, 2005", "Spain F33, Gran Canaria", "Clay", "David De Miguel", "Pablo Andújar & Dušan Karol", "4–6, 6–4, 6–4" ], [ "6", "Winner", "April 3, 2006", "Portugal F2, Faro", "Hard", "Marcel Granollers", "Sebastian Fitz & Franko Škugor", "6–1, 6–1" ], [ "7", "Winner", "July 9, 2007", "Spain F24, Málaga", "Clay", "Gonçalo Nicau", "Carlos Gonzalez & Sergio Pérez-Pérez", "6–4, 6–0" ], [ "8", "Runner-up", "February 25, 2008", "Italy F1, Bari", "Clay", "Ignacio Coll-Riudavets", "Alberto Brizzi & Matteo Volante", "6–4, 6–2" ], [ "9", "Runner-up", "April 7, 2008", "Spain F12, Zaragoza", "Clay", "Andoni Vivanco", "Guillermo Olaso Albert Ramos-Viñolas", "6–3, 6–4" ], [ "10", "Runner-up", "April 12, 2009", "Athens", "Hard", "Jesse Huta Galung", "Rameez Junaid Philipp Marx", "6–4, 6–3" ], [ "11", "Winner", "July 25, 2010", "Póznan", "Clay", "Daniel Muñoz-de la Nava", "James Cerretani Adil Shamasdin", "6–2, 6–3" ], [ "12", "Runner-up", "October 30, 2010", "São Paulo", "Clay", "Daniel Muñoz-de la Nava", "Franco Ferreiro André Sá", "3–6, 7–6 (7–2) , [10–8]" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"OL\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,D2:D9=\"OL\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which CFL Teams drafted an OL in 2006?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"OL\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"Saskatchewan Roughriders\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"Saskatchewan Roughriders\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which college is aligned to the Saskatchewan Roughriders?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"Saskatchewan Roughriders\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"Hamilton Tiger-Cats (via Ottawa)\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=\"Hamilton Tiger-Cats (via Ottawa)\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What Position did the Hamilton Tiger-Cats (via Ottawa) pick in the 2006 Draft.", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"Hamilton Tiger-Cats (via Ottawa)\"", "4" ] }, { "Formula": "MIN(A1)", "Formula2": "MIN(A2:A9)", "Funcs": [ "MIN(", "Cell" ], "Level": "easy", "Question": "What is the earliest pick listed in the table.", "Tokens": [ "MIN(", "A1" ] } ]
train_1-10812938-4
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pick #", "CFL Team", "Player", "Position", "College" ], [ "2", "26", "Edmonton Eskimos (via Hamilton)", "Andrew Brown", "LB", "Lafayette College" ], [ "3", "27", "Calgary Stampeders (via Winnipeg)", "Riley Clayton", "OL", "Manitoba" ], [ "4", "28", "Hamilton Tiger-Cats (via Ottawa)", "Chris Sutherland", "OL", "Saskatchewan" ], [ "5", "29", "Saskatchewan Roughriders", "Peter Hogarth", "OL", "McMaster" ], [ "6", "30", "Calgary Stampeders", "Gerald Commissiong", "RB", "Stanford" ], [ "7", "31", "Toronto Argonauts", "Obed Cétoute", "WR", "Central Michigan" ], [ "8", "32", "Montreal Alouettes (via BC)", "Ivan Birungi", "WR", "Acadia" ], [ "9", "33", "Montreal Alouettes", "Adrian Davis", "DL", "Marshall" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"memorial stadium\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,D2:D17=\"memorial stadium\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What time did the game at memorial stadium take place?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"memorial stadium\"", "5" ] } ]
train_2-14452460-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Week", "Date", "Opponent", "Location", "Time ( ET )", "Result", "Record" ], [ "2", "1", "Sun. Sep. 7", "Houston Oilers", "Three Rivers Stadium", "1:00pm", "W 31–17", "1–0" ], [ "3", "2", "Sun. Sep. 14", "at Baltimore Colts", "Memorial Stadium", "2:00pm", "W 20–17", "2–0" ], [ "4", "3", "Sun. Sep. 21", "at Cincinnati Bengals", "Riverfront Stadium", "1:00pm", "L 30–28", "2–1" ], [ "5", "4", "Sun. Sep. 28", "Chicago Bears", "Three Rivers Stadium", "1:00pm", "W 38–3", "3–1" ], [ "6", "5", "Sun. Oct. 5", "at Minnesota Vikings", "Metropolitan Stadium", "1:00pm", "W 23–17", "4–1" ], [ "7", "6", "Sun. Oct. 12", "Cincinnati Bengals", "Three Rivers Stadium", "1:00pm", "L 17–16", "4–2" ], [ "8", "7", "Mon. Oct. 20", "Oakland Raiders", "Three Rivers Stadium", "9:00pm", "L 45–34", "4–3" ], [ "9", "8", "Sun. Oct. 26", "at Cleveland Browns", "Cleveland Municipal Stadium", "1:00pm", "L 27–26", "4–4" ], [ "10", "9", "Sun. Nov. 2", "Green Bay Packers", "Three Rivers Stadium", "1:00pm", "W 22–20", "5–4" ], [ "11", "10", "Sun. Nov. 9", "at Tampa Bay Buccaneers", "Tampa Stadium", "1:00pm", "W 24–21", "6–4" ], [ "12", "11", "Sun. Nov. 16", "Cleveland Browns", "Three Rivers Stadium", "1:00pm", "W 16–13", "7–4" ], [ "13", "12", "Sun. Nov. 23", "at Buffalo Bills", "Rich Stadium", "1:00pm", "L 28–13", "7–5" ], [ "14", "13", "Sun. Nov. 30", "Miami Dolphins", "Three Rivers Stadium", "1:00pm", "W 23–10", "8–5" ], [ "15", "14", "Thu. Dec. 4", "at Houston Oilers", "Astrodome", "8:30pm", "L 0–6", "8–6" ], [ "16", "15", "Sun. Dec. 14", "Kansas City Chiefs", "Three Rivers Stadium", "1:00pm", "W 21–16", "9–6" ], [ "17", "16", "Mon. Dec. 22", "at San Diego Chargers", "San Diego Stadium", "9:00pm", "L 26–17", "9–7" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"tony boy espinosa\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"tony boy espinosa\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Season, when Name is Tony Boy Espinosa?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"tony boy espinosa\"", "5" ] }, { "Formula": "AVERAGEIFS(C1,B1,\"forward\")", "Formula2": "AVERAGEIFS(C2:C6,B2:B6,\"forward\")", "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the average Number, when Position is Forward?", "Tokens": [ "AVERAGEIFS(", "C1", "B1", "\"forward\"" ] }, { "Formula": "MINIFS(C1,D1,\"misamis institute\")", "Formula2": "MINIFS(C2:C6,D2:D6,\"misamis institute\")", "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the lowest Number, when School/Club Team is Misamis Institute?", "Tokens": [ "MINIFS(", "C1", "D1", "\"misamis institute\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"2006-2012\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=\"2006-2012\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is School/Club Team, when Season is 2006-2012?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"2006-2012\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"2006-2012\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,E2:E6=\"2006-2012\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Acquisition via, when Season is 2006-2012?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"2006-2012\"", "6" ] } ]
test_2-15463188-5
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Position", "Number", "School/Club Team", "Season", "Acquisition via" ], [ "2", "Edgar Echavez", "Guard", "12", "Misamis Institute", "2007", "Free Agency" ], [ "3", "Rosell Ellis", "Forward", "26", "McNeese State", "2002", "Import" ], [ "4", "Ronjay Enrile", "Guard", "21", "Letran", "2006-2012", "Rookie Draft" ], [ "5", "Dennis Espino", "Center", "16", "Santo Tomas", "2009-2011", "Free Agency" ], [ "6", "Tony Boy Espinosa", "Guard", "13", "La Salle", "2006", "Free Agency" ] ]
[ { "Formula": "SUMIFS(E1,B1,\"함흥\")", "Formula2": "SUMIFS(E2:E11,B2:B11,\"함흥\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the 2008 population in 함흥 (Ham Hyung)?", "Tokens": [ "SUMIFS(", "E1", "B1", "\"함흥\"" ] } ]
train_2-16489766-6
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "City", "Korean", "Hancha", "Province", "Population (2008)" ], [ "2", "Pyongyang", "평양", "平壤", "Direct-administered city", "3,255,288" ], [ "3", "Hamhung", "함흥", "咸興", "South Hamgyong", "768,551" ], [ "4", "Chongjin", "청진", "清津", "North Hamgyong", "667,929" ], [ "5", "Nampo", "남포", "南浦", "Special city", "366,341" ], [ "6", "Wonsan", "원산", "元山", "Kangwon", "363,127" ], [ "7", "Sinuiju", "신의주", "新義州", "North Pyongan", "359,341" ], [ "8", "Tanchon", "단천", "端川", "South Hamgyong", "345,876" ], [ "9", "Kaechon", "개천", "价川", "South Pyongan", "319,554" ], [ "10", "Kaesong", "개성", "開城", "Special-level city", "308,440" ], [ "11", "Sariwon", "사리원", "沙里院", "North Hwanghae", "307,764" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"hayashi (28:05)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,D2:D10=\"hayashi (28:05)\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Tell me the Ryuji Hijikata for TAKA Michinoku of Hayashi (28:05)", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"hayashi (28:05)\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"ryuji hijikata\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=\"ryuji hijikata\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Tell me the Ryuji Hijikata for Block A of Ryuji Hijikata", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"ryuji hijikata\"", "3" ] } ]
train_2-11934531-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Block A", "Kaz Hayashi", "Ryuji Hijikata", "TAKA Michinoku", "\"brother\" YASSHI" ], [ "2", "Kaz Hayashi", "X", "Hayashi (13:32)", "Hayashi (28:05)", "Hayashi (3:28)" ], [ "3", "Ryuji Hijikata", "Hayashi (13:32)", "X", "TAKA (13:46)", "Hijikata (3:24)" ], [ "4", "TAKA Michinoku", "Hayashi (28:05)", "TAKA (13:46)", "X", "TAKA (1:54)" ], [ "5", "\"brother\" YASSHI", "Hayashi (3:28)", "Hijikata (3:24)", "TAKA (1:54)", "X" ], [ "6", "Block B", "MAZADA", "Katsuhiko Nakajima", "Katsushi Takemura", "Virus" ], [ "7", "MAZADA", "X", "Draw (30:00)", "Takemura (13:58)", "Virus (12:53)" ], [ "8", "Katsuhiko Nakajima", "Draw (30:00)", "X", "Nakajima (14:17)", "Nakajima (11:01)" ], [ "9", "Katsushi Takemura", "Takemura (13:58)", "Nakajima (14:17)", "X", "Takemura (10:32)" ], [ "10", "Virus", "Virus (12:53)", "Nakajima (11:01)", "Takemura (10:32)", "X" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"december 4, 2009\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,B2:B16=\"december 4, 2009\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the week for december 4, 2009", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"december 4, 2009\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"6-2\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,E2:E16=\"6-2\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the opponent with record of 6-2", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"6-2\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"w 35-21\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,D2:D16=\"w 35-21\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the opponent with result of w 35-21", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"w 35-21\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"w 35-7\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,D2:D16=\"w 35-7\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the date with resultof w 35-7", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"w 35-7\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"3-1\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,E2:E16=\"3-1\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the date with record of 3-1", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"3-1\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"bye\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E16,B2:B16=\"bye\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the week for date of bye", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"bye\"", "1" ] } ]
train_2-15202686-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Record" ], [ "2", "1", "August 28, 2009", "Stephens County", "W 38-8", "1-0" ], [ "3", "2", "September 4, 2009", "Lumpkin County", "W 35-7", "2-0" ], [ "4", "3", "September 11, 2009", "Creekview", "L 35-38", "2-1" ], [ "5", "4", "September 18, 2009", "Chestatee", "W 48-12", "3-1" ], [ "6", "5", "September 25, 2009", "*Johnson", "W 52-24", "4-1" ], [ "7", "6", "October 2, 2009", "*West Hall", "W 62-14", "5-1" ], [ "8", "7", "October 9, 2009", "North Hall", "L 34-37", "5-2" ], [ "9", "8", "October 16, 2009", "*East Hall", "W 69-16", "6-2" ], [ "10", "9", "October 23, 2009", "*West Forsyth", "W 54-51", "7-2" ], [ "11", "10", "Bye", "Bye", "Bye", "Bye" ], [ "12", "11", "November 6, 2009", "*Gainesville", "L 49-17", "7-3" ], [ "13", "P1", "November 13, 2009", "Ridgeland", "W 17-14", "8-3" ], [ "14", "P2", "November 20, 2009", "Grady", "W 35-21", "9-3" ], [ "15", "P3", "November 27, 2009", "Carver, COL", "W 35-33", "10-3" ], [ "16", "P4", "December 4, 2009", "Gainesville", "L 21-29", "10-4" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"tre madden\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,A2:A13=\"tre madden\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the hometown for tre madden?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"tre madden\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"defensive back\")*(E1=\"alabama\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(B2:B13=\"defensive back\")*(E2:E13=\"alabama\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the hometown for the player that is defensive back and went to alabama?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"defensive back\"", "*", "E1", "=", "\"alabama\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"defensive back\")*(C1=\"ridge community high school\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(B2:B13=\"defensive back\")*(C2:C13=\"ridge community high school\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the college for the player that went to ridge community high school and is defensive back?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"defensive back\"", "*", "C1", "=", "\"ridge community high school\"", "5" ] } ]
train_2-11677691-4
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Position", "School", "Hometown", "College" ], [ "2", "Connor McGovern", "Defensive line", "Shanley High School", "Fargo, North Dakota", "Missouri" ], [ "3", "Kevin McReynolds", "Defensive line", "St. John's High School", "Washington, D.C.", "UCLA" ], [ "4", "Jesse Hayes", "Defensive line", "Moeller High School", "Cincinnati, Ohio", "Wisconsin" ], [ "5", "Kris Harley", "Defensive line", "Warren Central High School", "Indianapolis, Indiana", "Virginia Tech" ], [ "6", "Trey DePriest", "Linebacker", "Springfield High School", "Springfield, Ohio", "Alabama" ], [ "7", "Lawrence Thomas", "Linebacker", "Renaissance High School", "Detroit, Michigan", "Michigan State" ], [ "8", "Tre Madden", "Linebacker", "Mission Viejo High School", "Mission Viejo, California", "Southern California" ], [ "9", "Derek Watt", "Linebacker", "Pewaukee High School", "Pewaukee, Wisconsin", "Wisconsin" ], [ "10", "Brandon Mullins", "Linebacker", "Coppell High School", "Coppell, Texas", "Syracuse ( Lacrosse )" ], [ "11", "Karlos Williams", "Defensive back", "Ridge Community High School", "Davenport, Florida", "Florida State" ], [ "12", "Doran Grant", "Defensive back", "St. Vincent – St. Mary High School", "Akron, Ohio", "Ohio State" ], [ "13", "Jabriel Washington", "Defensive back", "Trinity Christian Academy", "Jackson, Tennessee", "Alabama" ] ]
[ { "Formula": "AVERAGE(FILTER(E1,D1<228))", "Formula2": "AVERAGE(FILTER(E2:E11,D2:D11<228))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "<", "Num" ], "Level": "easy", "Question": "What average goals have matches less than 228?", "Tokens": [ "AVERAGE(", "FILTER(", "E1", "D1", "<", "228" ] }, { "Formula": "SUM(FILTER(F1,(E1=153)*(D1>352)))", "Formula2": "SUM(FILTER(F2:F11,(E2:E11=153)*(D2:D11>352)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "How many goals/matches have 153 as the goals with matches greater than 352?", "Tokens": [ "SUM(", "FILTER(", "F1", "E1", "=", "153", "*", "D1", ">", "352" ] }, { "Formula": "MIN(FILTER(E1,(F1>0.43)*(B1=\"joachim streich\")*(D1>378)))", "Formula2": "MIN(FILTER(E2:E11,(F2:F11>0.43)*(B2:B11=\"joachim streich\")*(D2:D11>378)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What are the lowest goal that have goals/matches greater than 0.43 with joachim streich as the name and matches greater than 378?", "Tokens": [ "MIN(", "FILTER(", "E1", "F1", ">", "0.43", "*", "B1", "=", "\"joachim streich\"", "*", "D1", ">", "378" ] }, { "Formula": "FILTER(C1,(E1<229)*(D1=440))", "Formula2": "FILTER(C2:C11,(E2:E11<229)*(D2:D11=440))", "Funcs": [ "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num" ], "Level": "easy", "Question": "What years have goals less than 229, and 440 as matches?", "Tokens": [ "FILTER(", "C1", "E1", "<", "229", "*", "D1", "=", "440" ] } ]
dev_2-1590321-30
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Name", "Years", "Matches", "Goals", "Goals/Matches" ], [ "2", "1", "Joachim Streich", "1969–1985", "378", "229", "0.61" ], [ "3", "2", "Eberhard Vogel", "1962–1982", "440", "188", "0.43" ], [ "4", "3", "Günter Schröter", "1950–1963", "335", "154", "0.46" ], [ "5", "4", "Peter Ducke", "1960–1977", "352", "153", "0.43" ], [ "6", "5", "Henning Frenzel", "1960–1978", "420", "152", "0.36" ], [ "7", "6", "Hans-Jürgen Kreische", "1964–1977", "234", "127", "0.54" ], [ "8", "7", "Rüdiger Schnuphase", "1972–1986", "320", "123", "0.38" ], [ "9", "8", "Dieter Kühn", "1974–1991", "294", "122", "0.41" ], [ "10", "9", "Bernd Bauchspieß", "1959–1973", "264", "120", "0.45" ], [ "11", "10", "Johannes Schöne", "1950–1959", "228", "117", "0.51" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(I1, A1=30)))", "Formula2": "ROWS(UNIQUE(FILTER(I2:I15, A2:A15=30)))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "medium", "Question": "Name the number of records for 30 game", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "I1", "A1", "=", "30" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,B1=\"December 19\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I15,B2:B15=\"December 19\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the team for december 19", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "B1", "=", "\"December 19\"", "3" ] } ]
train_1-23285805-5
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "17", "December 2", "Indiana", "W 110–105 (OT)", "Tyreke Evans (26)", "Spencer Hawes (7)", "Tyreke Evans (6)", "ARCO Arena 10,021", "9-8" ], [ "3", "18", "December 5", "@ Phoenix", "L 107–115 (OT)", "Tyreke Evans (21)", "Kenny Thomas (18)", "Tyreke Evans (7)", "US Airways Center 17,747", "9-9" ], [ "4", "19", "December 6", "Miami", "L 102–115 (OT)", "Tyreke Evans (30)", "Jason Thompson (8)", "Tyreke Evans , Jason Thompson (4)", "ARCO Arena 13,186", "9-10" ], [ "5", "20", "December 8", "@ New Orleans", "L 94–96 (OT)", "Tyreke Evans (25)", "Jason Thompson (9)", "Tyreke Evans (9)", "New Orleans Arena 13,140", "9-11" ], [ "6", "21", "December 9", "@ San Antonio", "L 106–118 (OT)", "Omri Casspi (20)", "Jason Thompson (9)", "Beno Udrih (6)", "AT&T Center 17,353", "9-12" ], [ "7", "22", "December 12", "Minnesota", "W 120–100 (OT)", "Jason Thompson (23)", "Jason Thompson (12)", "Sergio Rodríguez (9)", "ARCO Arena 11,333", "10-12" ], [ "8", "23", "December 15", "@ Portland", "L 88–95 (OT)", "Tyreke Evans (19)", "Jason Thompson (9)", "Beno Udrih (5)", "Rose Garden 20,588", "10-13" ], [ "9", "24", "December 16", "Washington", "W 112–109 (OT)", "Tyreke Evans (26)", "Jason Thompson (13)", "Tyreke Evans (6)", "ARCO Arena 16,579", "11-13" ], [ "10", "25", "December 18", "@ Minnesota", "L 96–116 (OT)", "Omri Casspi (21)", "Jason Thompson", "Tyreke Evans (8)", "Target Center 13,144", "11-14" ], [ "11", "26", "December 19", "@ Milwaukee", "W 96–95 (OT)", "Tyreke Evans (24)", "Jason Thompson (10)", "Jason Thompson (4)", "Bradley Center 13,745", "12-14" ], [ "12", "27", "December 21", "@ Chicago", "W 102–98 (OT)", "Tyreke Evans (23)", "Tyreke Evans (8)", "Sergio Rodríguez (7)", "United Center 19,631", "13-14" ], [ "13", "28", "December 23", "Cleveland", "L 104–117 (OT)", "Tyreke Evans (28)", "Spencer Hawes (12)", "Tyreke Evans (5)", "ARCO Arena 16,407", "13-15" ], [ "14", "29", "December 26", "LA Lakers", "L 103–112 (OT)", "Beno Udrih (23)", "Omri Casspi (10)", "Spencer Hawes (7)", "ARCO Arena 17,345", "13-16" ], [ "15", "30", "December 28", "Denver", "W 106–101 (OT)", "Andrés Nocioni (21)", "Jason Thompson (11)", "Beno Udrih (7)", "ARCO Arena 14,548", "14-16" ] ]
[ { "Formula": "SORTBY(B1,B1,1)", "Formula2": "SORTBY(B2:B11,B2:B11,1)", "Funcs": [ "SORTBY(", "Cell", "Cell", "Num" ], "Level": "easy", "Question": "What are the names of people in ascending alphabetical order?", "Tokens": [ "SORTBY(", "B1", "B1", "1" ] }, { "Formula": "SORTBY(B1,B1,1)", "Formula2": "SORTBY(B2:B11,B2:B11,1)", "Funcs": [ "SORTBY(", "Cell", "Cell", "Num" ], "Level": "easy", "Question": "Return the names of people, ordered alphabetically.", "Tokens": [ "SORTBY(", "B1", "B1", "1" ] }, { "Formula": "LET(a,SORTBY(C1,D1,-1),FILTER(a,SEQUENCE(ROWS(a))<=1))", "Formula2": "LET(a,SORTBY(C2:C11,D2:D11,-1),FILTER(a,SEQUENCE(ROWS(a))<=1))", "Funcs": [ "LET(", "a", "SORTBY(", "Cell", "Cell", "-", "Num", "FILTER(", "a", "SEQUENCE(", "ROWS(", "a", "<=", "Num" ], "Level": "hard", "Question": "What is the age of the tallest person?", "Tokens": [ "LET(", "a", "SORTBY(", "C1", "D1", "-", "1", "FILTER(", "a", "SEQUENCE(", "ROWS(", "a", "<=", "1" ] }, { "Formula": "LET(a,SORTBY(C1,D1,-1),FILTER(a,SEQUENCE(ROWS(a))<=1))", "Formula2": "LET(a,SORTBY(C2:C11,D2:D11,-1),FILTER(a,SEQUENCE(ROWS(a))<=1))", "Funcs": [ "LET(", "a", "SORTBY(", "Cell", "Cell", "-", "Num", "FILTER(", "a", "SEQUENCE(", "ROWS(", "a", "<=", "Num" ], "Level": "hard", "Question": "Return the age of the person with the greatest height.", "Tokens": [ "LET(", "a", "SORTBY(", "C1", "D1", "-", "1", "FILTER(", "a", "SEQUENCE(", "ROWS(", "a", "<=", "1" ] }, { "Formula": "ROWS(UNIQUE(E1))", "Formula2": "ROWS(UNIQUE(E2:E11))", "Funcs": [ "ROWS(", "UNIQUE(", "Cell" ], "Level": "easy", "Question": "How many distinct hometowns did these people have?", "Tokens": [ "ROWS(", "UNIQUE(", "E1" ] }, { "Formula": "ROWS(UNIQUE(E1))", "Formula2": "ROWS(UNIQUE(E2:E11))", "Funcs": [ "ROWS(", "UNIQUE(", "Cell" ], "Level": "easy", "Question": "Count the number of different hometowns of these people.", "Tokens": [ "ROWS(", "UNIQUE(", "E1" ] }, { "Formula": "SORT(UNIQUE(HSTACK(B1,A1)), 2, 1)", "Formula2": "SORT(UNIQUE(HSTACK(B2:B11,A2:A11)), 2, 1)", "Funcs": [ "SORT(", "UNIQUE(", "HSTACK(", "Cell", "Cell", "Num", "Num" ], "Level": "medium", "Question": "all people names by their ids in numerical order", "Tokens": [ "SORT(", "UNIQUE(", "HSTACK(", "B1", "A1", "2", "1" ] }, { "Formula": "SORT(UNIQUE(HSTACK(B1,A1)), 2, 1)", "Formula2": "SORT(UNIQUE(HSTACK(B2:B11,A2:A11)), 2, 1)", "Funcs": [ "SORT(", "UNIQUE(", "HSTACK(", "Cell", "Cell", "Num", "Num" ], "Level": "medium", "Question": "people's names by numerical order of ID", "Tokens": [ "SORT(", "UNIQUE(", "HSTACK(", "B1", "A1", "2", "1" ] }, { "Formula": "HSTACK(ROWS(UNIQUE(E1)), SUM(A1))", "Formula2": "HSTACK(ROWS(UNIQUE(E2:E11)), SUM(A2:A11))", "Funcs": [ "HSTACK(", "ROWS(", "UNIQUE(", "Cell", "SUM(", "Cell" ], "Level": "hard", "Question": "quantity of hometowns and people respectively", "Tokens": [ "HSTACK(", "ROWS(", "UNIQUE(", "E1", "SUM(", "A1" ] }, { "Formula": "SORT(UNIQUE(HSTACK(B1,A1)), 2, 1)", "Formula2": "SORT(UNIQUE(HSTACK(B2:B11,A2:A11)), 2, 1)", "Funcs": [ "SORT(", "UNIQUE(", "HSTACK(", "Cell", "Cell", "Num", "Num" ], "Level": "medium", "Question": "the ids of people in numerical order and their names", "Tokens": [ "SORT(", "UNIQUE(", "HSTACK(", "B1", "A1", "2", "1" ] }, { "Formula": "SORT(UNIQUE(HSTACK(B1,A1)), 2, 1)", "Formula2": "SORT(UNIQUE(HSTACK(B2:B11,A2:A11)), 2, 1)", "Funcs": [ "SORT(", "UNIQUE(", "HSTACK(", "Cell", "Cell", "Num", "Num" ], "Level": "medium", "Question": "The ids of people in numerical order and their names.", "Tokens": [ "SORT(", "UNIQUE(", "HSTACK(", "B1", "A1", "2", "1" ] }, { "Formula": "HSTACK(ROWS(UNIQUE(E1)), SUM(A1))", "Formula2": "HSTACK(ROWS(UNIQUE(E2:E11)), SUM(A2:A11))", "Funcs": [ "HSTACK(", "ROWS(", "UNIQUE(", "Cell", "SUM(", "Cell" ], "Level": "hard", "Question": "the respective number of hometowns and people", "Tokens": [ "HSTACK(", "ROWS(", "UNIQUE(", "E1", "SUM(", "A1" ] } ]
gymnast_people
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "people id", "name", "age", "height", "hometown" ], [ "2", "1", "Paul Hamm", "24", "1.71", "Santo Domingo" ], [ "3", "2", "Lorraine Súarez Carmona", "21", "1.75", "Bonao" ], [ "4", "3", "Ashley Pérez Cabrera", "19", "1.7", "Miami" ], [ "5", "4", "Elizabeth Quiñónez Aroyo", "20", "1.71", "Santo Domingo" ], [ "6", "5", "Eve Tatiana Cruz Oviedo", "19", "1.72", "Santo Domingo" ], [ "7", "6", "Nadia Caba Rodríguez", "22", "1.79", "Santo Domingo" ], [ "8", "7", "Clary Sermina Delgado Cid", "21", "1.75", "Santiago de los Caballeros" ], [ "9", "8", "Marina Castro Medina", "20", "1.76", "Santo Domingo" ], [ "10", "9", "Rosa Clarissa Ortíz Melo", "23", "1.81", "La Romana" ], [ "11", "10", "Endis de los Santos Álvarez", "24", "1.72", "Los Alcarrizos" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"june 15, 2008\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"june 15, 2008\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who were the Paraguay scorers on June 15, 2008?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"june 15, 2008\"", "5" ] } ]
train_2-17334827-6
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Venue", "Score", "Comp", "Paraguay scorers", "Report" ], [ "2", "June 15, 2008", "Defensores del Chaco Asunción , Paraguay", "2 - 0", "WCQ 2010", "Santa Cruz 26' Cabañas 49'", "Report" ], [ "3", "June 18, 2008", "Estadio Hernando Siles La Paz , Bolivia", "4 - 2", "WCQ 2010", "Santa Cruz 66' Haedo Valdez 82'", "Report" ], [ "4", "September 6, 2008", "Estadio Monumental Buenos Aires , Argentina", "1 - 1", "WCQ2010", "Heinze 13'( o.g. )", "Report" ], [ "5", "September 9, 2008", "Defensores del Chaco Asunción , Paraguay", "2 - 0", "WCQ2010", "Riveros 28' Haedo Valdez 45'", "Report" ], [ "6", "October 11, 2008", "El Campín Bogotá , Colombia", "0 - 1", "WCQ2010", "Cabañas 9'", "Report" ], [ "7", "October 15, 2008", "Defensores del Chaco Asunción , Paraguay", "1 - 0", "WCQ2010", "Cardozo 81'", "Report" ], [ "8", "November 19, 2008", "Sultan Qaboos Sports Complex Muscat , Oman", "0 - 1", "F", "Vera 37'", "N/A" ] ]
[ { "Formula": "SUMIFS(F1,H1,\"2.09 million\")", "Formula2": "SUMIFS(F2:F10,H2:H10,\"2.09 million\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "what's the premiere with hk viewers of 2.09 million", "Tokens": [ "SUMIFS(", "F1", "H1", "\"2.09 million\"" ] }, { "Formula": "MIN(A1)", "Formula2": "MIN(A2:A10)", "Funcs": [ "MIN(", "Cell" ], "Level": "easy", "Question": "what is the minimum rank", "Tokens": [ "MIN(", "A1" ] } ]
test_1-11174272-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Rank", "English title", "Chinese title", "Average", "Peak", "Premiere", "Finale", "HK viewers" ], [ "2", "1", "Jewel in the Palace", "大長今", "36", "50", "25", "41", "2.35 million" ], [ "3", "2", "Wars of In-Laws", "我的野蠻奶奶", "34", "38", "34", "35", "2.23 million" ], [ "4", "3", "Life Made Simple", "阿旺新傳", "34", "43", "30", "41", "2.20 million" ], [ "5", "4", "The Academy", "學警雄心", "34", "37", "32", "35", "2.20 million" ], [ "6", "5", "Love Bond", "心花放", "32", "40", "30", "36", "2.12 million" ], [ "7", "6", "The Prince's Shadow", "御用閒人", "32", "40", "30", "34", "2.10 million" ], [ "8", "7", "Just Love", "老婆大人", "32", "37", "32", "32", "2.10 million" ], [ "9", "8", "Scavengers' Paradise", "同撈同煲", "32", "37", "31", "32", "2.09 million" ], [ "10", "9", "Revolving Doors of Vengeance", "酒店風雲", "32", "40", "32", "33", "2.07 million" ] ]
[ { "Formula": "SUM(FILTER(F1, G1=30076))", "Formula2": "SUM(FILTER(F2:F7, G2:G7=30076))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What was the lowes population of 2002 when the 2011 population was 30076?", "Tokens": [ "SUM(", "FILTER(", "F1", "G1", "=", "30076" ] } ]
train_1-2562572-8
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Urban settlement", "Cyrillic Name", "City / municipality", "District", "Population (1991)", "Population (2002)", "Population (2011)" ], [ "2", "Inđija", "Инђија", "Inđija", "Srem", "23061", "26247", "26025" ], [ "3", "Irig", "Ириг", "Irig", "Srem", "4414", "4848", "4415" ], [ "4", "Mačvanska Mitrovica", "Мачванска Митровица", "Sremska Mitrovica", "Srem", "3788", "3896", "3873" ], [ "5", "Ruma", "Рума", "Ruma", "Srem", "28582", "32229", "30076" ], [ "6", "Sremska Mitrovica", "Сремска Митровица", "Sremska Mitrovica", "Srem", "38834", "39084", "37751" ], [ "7", "Stara Pazova", "Стара Пазова", "Stara Pazova", "Srem", "17110", "18645", "18602" ] ]
[ { "Formula": "AVERAGE(FILTER(D1, (C1>14)*(G1>17)))", "Formula2": "AVERAGE(FILTER(D2:D7, (C2:C7>14)*(G2:G7>17)))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "How many average plays have points greater than 14, with an against greater than 17?", "Tokens": [ "AVERAGE(", "FILTER(", "D1", "C1", ">", "14", "*", "G1", ">", "17" ] }, { "Formula": "AVERAGE(FILTER(G1, F1<1))", "Formula2": "AVERAGE(FILTER(G2:G7, F2:F7<1))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "<", "Num" ], "Level": "easy", "Question": "Which average against has a lost less than 1?", "Tokens": [ "AVERAGE(", "FILTER(", "G1", "F1", "<", "1" ] }, { "Formula": "MAX(FILTER(E1, D1<10))", "Formula2": "MAX(FILTER(E2:E7, D2:D7<10))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "<", "Num" ], "Level": "easy", "Question": "Which of the highest drawn has a played less than 10?", "Tokens": [ "MAX(", "FILTER(", "E1", "D1", "<", "10" ] }, { "Formula": "SUM(FILTER(D1, (E1=3)*(A1>4)))", "Formula2": "SUM(FILTER(D2:D7, (E2:E7=3)*(A2:A7>4)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "How many played have 3 as the drawn, and a position greater than 4?", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "=", "3", "*", "A1", ">", "4" ] } ]
train_2-15420044-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Position", "Team", "Points", "Played", "Drawn", "Lost", "Against", "Difference" ], [ "2", "1", "Paulistano", "15", "10", "3", "1", "17", "7" ], [ "3", "2", "Germânia", "14", "10", "2", "2", "8", "14" ], [ "4", "3", "Americano-SP", "14", "10", "2", "2", "10", "5" ], [ "5", "4", "SC Internacional de São Paulo", "13", "10", "3", "2", "12", "8" ], [ "6", "5", "São Paulo Athletic", "4", "10", "0", "8", "27", "- 20" ], [ "7", "6", "Internacional de Santos", "0", "10", "0", "10", "14", "- 14" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:G1,G1=\"south dakota, united states\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,6)))),FILTER(query1,CHOOSECOLS(query1,2)=2))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G19,G2:G19=\"south dakota, united states\"),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,6)))),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": "Who was the opponent of the match in South Dakota, United States which has 2 rounds?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "G1", "=", "\"south dakota, united states\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "6", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "2" ] } ]
train_2-17445678-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Res.", "Record", "Opponent", "Method", "Event", "Round", "Location" ], [ "2", "Loss", "10-6-1", "Hank Weis", "Submission (guillotine choke)", "Kickdown - Sturgis", "1", "South Dakota , United States" ], [ "3", "Loss", "10-5-1", "Don Ortega", "Decision", "PNRF - Explosion", "2", "Mexico" ], [ "4", "Loss", "10-4-1", "Heath Sims", "Submission (strikes)", "SF 2 - On the Move", "2", "Oregon , United States" ], [ "5", "Loss", "10-3-1", "Carlos Condit", "TKO", "ROF 11 - Bring it On", "1", "Colorado , United States" ], [ "6", "NC", "10-2-1", "Doug Evans", "No Contest - Evans kicking in groin", "IFC - Global Domination", "1", "Colorado, United States" ], [ "7", "Win", "10-2-1", "Antoine Skinner", "Submission (omo plata)", "Battleground 1 - War Cry", "2", "Illinois , United States" ], [ "8", "Win", "9-2-1", "Michael Buell", "TKO", "SAMP - Showdown at McGee Park", "2", "Mexico" ], [ "9", "Win", "8-2-1", "Eric DaVila", "Decision", "ROF 5 - Predators", "3", "Colorado, United States" ], [ "10", "Win", "7-2-1", "Brad Blackburn", "Decision", "MFC 4 - New Groundz", "3", "Alberta , Canada" ], [ "11", "Loss", "6-2-1", "Joe Stevenson", "Decision", "UP 1 - Ultimate Pankration 1", "3", "California , United States" ], [ "12", "Win", "6-1-1", "Joe Stevenson", "Decision", "GC 5 - Rumble in the Rockies", "3", "Colorado, United States" ], [ "13", "Win", "5-1-1", "Brian Dunn", "Submission (rear naked choke)", "MSF - Total Destruction", "2", "South Dakota, United States" ], [ "14", "Win", "4-1-1", "Jeff Lindsay", "Decision", "ROF 3 - Ring of Fire 3", "3", "Colorado, United States" ], [ "15", "Win", "3-1-1", "Clint Rather", "Submission (rear naked choke)", "MSF - Night of Thunder", "1", "Colorado, United States" ], [ "16", "Draw", "2-1-1", "CJ Fernandes", "Draw", "UFC 27", "2", "Louisiana , United States" ], [ "17", "Loss", "2-1", "Shonie Carter", "Decision", "UFC 24", "2", "Louisiana, United States" ], [ "18", "Win", "2-0", "Dario Valdez", "Submission", "BRI 5 - Bas Rutten Invitational 5", "1", "Colorado, United States" ], [ "19", "Win", "1-0", "Jason McKeever", "Submission (arm bar)", "BRI 1 - Bas Rutten Invitational 1", "1", "United States" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"washington redskins\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,C2:C18=\"washington redskins\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Channel has an Opponent of washington redskins?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"washington redskins\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(E1=\"espn\")*(B1=\"september 5, 2002\")),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,(E2:E18=\"espn\")*(B2:B18=\"september 5, 2002\")),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which attendance has a Channel of espn, and a Date of september 5, 2002?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"espn\"", "*", "B1", "=", "\"september 5, 2002\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"w 27–20\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G18,D2:D18=\"w 27–20\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Date has a Result of w 27–20?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"w 27–20\"", "2" ] }, { "Formula": "SUM(FILTER(A1, G1=63447))", "Formula2": "SUM(FILTER(A2:A18, G2:G18=63447))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "Which Week has an Attendance of 63,447?", "Tokens": [ "SUM(", "FILTER(", "A1", "G1", "=", "63447" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:G1,(F1=\"giants stadium\")*(C1=\"seattle seahawks\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<13))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G18,(F2:F18=\"giants stadium\")*(C2:C18=\"seattle seahawks\")),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)<13))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "Which Date has a Stadium of giants stadium, and a Week smaller than 13, and an Opponent of seattle seahawks?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "F1", "=", "\"giants stadium\"", "*", "C1", "=", "\"seattle seahawks\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "13" ] } ]
train_2-18988532-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Week", "Date", "Opponent", "Result", "Channel", "Stadium", "Attendance" ], [ "2", "1", "September 5, 2002", "San Francisco 49ers", "L 16–13", "ESPN", "Giants Stadium", "78,748" ], [ "3", "2", "September 15, 2002", "at St. Louis Rams", "W 26–21", "FOX", "Edward Jones Dome", "65,932" ], [ "4", "3", "September 22, 2002", "Seattle Seahawks", "W 9–6", "FOX", "Giants Stadium", "78,551" ], [ "5", "4", "September 29, 2002", "at Arizona Cardinals", "L 21–7", "FOX", "Sun Devil Stadium", "30,014" ], [ "6", "5", "October 6, 2002", "at Dallas Cowboys", "W 21–17", "FOX", "Texas Stadium", "63,447" ], [ "7", "6", "October 13, 2002", "Atlanta Falcons", "L 17–10", "FOX", "Giants Stadium", "78,728" ], [ "8", "7", "Bye", "Bye", "Bye", "Bye", "Bye", "Bye" ], [ "9", "8", "October 28, 2002", "at Philadelphia Eagles", "L 17–3", "ABC", "Veterans Stadium", "65,791" ], [ "10", "9", "November 3, 2002", "Jacksonville Jaguars", "W 24–17", "ESPN", "Giants Stadium", "78,337" ], [ "11", "10", "November 10, 2002", "at Minnesota Vikings", "W 27–20", "FOX", "Hubert H. Humphrey Metrodome", "64,005" ], [ "12", "11", "November 17, 2002", "Washington Redskins", "W 19–17", "FOX", "Giants Stadium", "78,727" ], [ "13", "12", "November 24, 2002", "at Houston Texans", "L 16–14", "FOX", "Reliant Stadium", "70,054" ], [ "14", "13", "December 1, 2002", "Tennessee Titans", "L 32–29", "CBS", "Giants Stadium", "78,640" ], [ "15", "14", "December 8, 2002", "at Washington Redskins", "W 27–21", "FOX", "FedExField", "78,635" ], [ "16", "15", "December 15, 2002", "Dallas Cowboys", "W 37–7", "FOX", "Giants Stadium", "78,698" ], [ "17", "16", "December 22, 2002", "at Indianapolis Colts", "W 44–27", "FOX", "RCA Dome", "56,579" ], [ "18", "17", "December 28, 2002", "Philadelphia Eagles", "W 10–7", "FOX", "Giants Stadium", "78,782" ] ]