t5Formulas
listlengths
1
209
TableName
stringlengths
4
51
Table
listlengths
4
28
[ { "Formula": "MIN(FILTER(E1, (C1=24)*(B1>25.5)*(F1>0)))", "Formula2": "MIN(FILTER(E2:E17, (C2:C17=24)*(B2:B17>25.5)*(F2:F17>0)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the lowest Sack with a Solo of 24, with Tackles larger than 25.5, with Yards larger than 0?", "Tokens": [ "MIN(", "FILTER(", "E1", "C1", "=", "24", "*", "B1", ">", "25.5", "*", "F1", ">", "0" ] }, { "Formula": "SUM(FILTER(C1, (A1=\"sean mcinerney\")*(F1>0)))", "Formula2": "SUM(FILTER(C2:C17, (A2:A17=\"sean mcinerney\")*(F2:F17>0)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the total number of Solo with a Player with sean mcinerney, and Yards larger than 0?", "Tokens": [ "SUM(", "FILTER(", "C1", "A1", "=", "\"sean mcinerney\"", "*", "F1", ">", "0" ] }, { "Formula": "MAX(FILTER(E1, (D1>4)*(G1<0)))", "Formula2": "MAX(FILTER(E2:E17, (D2:D17>4)*(G2:G17<0)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the highest Sack with an Assisted larger than 4, with TD's smaller than 0?", "Tokens": [ "MAX(", "FILTER(", "E1", "D1", ">", "4", "*", "G1", "<", "0" ] } ]
train_2-11939336-6
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Player", "Tackles", "Solo", "Assisted", "Sack", "Yards", "TD's" ], [ "2", "Rex Motes", "26", "24", "4", "0", "0", "0" ], [ "3", "Nathan Creer", "25.5", "24", "3", "0", "0", "0" ], [ "4", "Walter Holman", "21", "17", "8", "2", "3", "0" ], [ "5", "Pete Stubbs", "19.5", "18", "3", "3", "0", "0" ], [ "6", "Michael Witteck", "16", "14", "4", "2", "0", "0" ], [ "7", "Jon Roehlk", "15", "11", "8", "6", "0", "0" ], [ "8", "Dwayne Dixon", "13", "12", "2", "0", "0", "0" ], [ "9", "Sean McInerney", "9", "8", "2", "3", "0", "0" ], [ "10", "Robert Goins", "9", "9", "0", "0", "0", "0" ], [ "11", "Richard DuPree", "8.5", "6", "5", "0", "0", "0" ], [ "12", "Brett Wilson", "8", "7", "2", "0", "0", "0" ], [ "13", "Wes Walton", "7", "4", "6", "2", "0", "0" ], [ "14", "Fernando McWherter", "5", "5", "0", "0", "0", "0" ], [ "15", "Mike Calhoun", "3", "2", "2", "3", "0", "0" ], [ "16", "Kendall Walls", "2", "2", "0", "0", "0", "0" ], [ "17", "Steve Griffin", "1", "1", "0", "0", "0", "0" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"528.17\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,C2:C8=\"528.17\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the major version when the webkit version was 528.17?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"528.17\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"May 12, 2009\")*(B1=\"3.2.3\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(E2:E8=\"May 12, 2009\")*(B2:B8=\"3.2.3\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "List major versions released on May 12, 2009, that had a minor version of 3.2.3.", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"May 12, 2009\"", "*", "B1", "=", "\"3.2.3\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"April 16, 2008\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,E2:E8=\"April 16, 2008\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the minor version released on April 16, 2008?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"April 16, 2008\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"Safari 3\")*(B1=\"3.1.2\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(A2:A8=\"Safari 3\")*(B2:B8=\"3.1.2\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "List all webkit versions when the major version was Safari 3, and the minor version was 3.1.2.", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Safari 3\"", "*", "B1", "=", "\"3.1.2\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"525.29.1\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,C2:C8=\"525.29.1\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "List all OS's with a webkit version of 525.29.1.", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"525.29.1\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"3.1.2\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,B2:B8=\"3.1.2\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the webkit version when the minor version was 3.1.2.?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"3.1.2\"", "3" ] } ]
train_1-24257833-4
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Major version", "Minor version", "WebKit version", "Operating System", "Release date", "Features" ], [ "2", "Safari 3", "3.1.1", "525.17", "Windows XP , Vista", "April 16, 2008", "Improved stability and added security updates." ], [ "3", "Safari 3", "3.1.2", "525.21", "Windows XP , Vista", "June 19, 2008", "Improved stability and added security updates." ], [ "4", "Safari 3", "3.2.1", "525.27.1", "Windows XP , Vista", "November 24, 2008", "Stability improvements." ], [ "5", "Safari 3", "3.2.2", "525.28.1", "Windows XP , Vista", "February 12, 2009", "Security updates." ], [ "6", "Safari 3", "3.2.3", "525.29.1", "Windows XP , Vista", "May 12, 2009", "Security updates." ], [ "7", "Safari 4", "4.0", "528.17", "Windows XP , Vista", "May 12, 2009", "Public beta. Latest security updates." ], [ "8", "Safari 5", "5.0.5", "533.21.1", "Windows XP , Vista , 7", "April 14, 2011", "Security update." ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=1988),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,D2:D16=1988),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Name the genre for release-year of first charted record of 1988", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "1988", "5" ] } ]
train_2-1291598-5
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Artist", "Country of origin", "Period active", "Release-year of first charted record", "Genre", "Claimed sales" ], [ "2", "Santana", "United States", "1966–present", "1969", "Rock", "90 million" ], [ "3", "Gloria Estefan", "United States", "1977–present", "1984", "Latin / Dance / Pop", "90 million" ], [ "4", "R.E.M.", "United States", "1980–2011", "1983", "Alternative rock", "85 million" ], [ "5", "Shania Twain", "Canada", "1993–present", "1993", "Country pop", "80 million" ], [ "6", "B'z", "Japan", "1988–present", "1988", "Rock / Pop rock / Hard rock", "80 million" ], [ "7", "Van Halen", "United States", "1978–present", "1978", "Hard rock / Heavy metal", "80 million" ], [ "8", "Lady Gaga", "United States", "2005–present", "2008", "Pop / Dance / Electronic/ Rock", "80 million" ], [ "9", "Red Hot Chili Peppers", "United States", "1983–present", "1987", "Funk rock / Alternative rock", "80 million" ], [ "10", "Foreigner", "United States", "1976–present", "1977", "Rock / Hard Rock", "80 million" ], [ "11", "The Doors", "United States", "1965–1973", "1967", "Rock", "80 million" ], [ "12", "Reba McEntire", "United States", "1975–present", "1987", "Country / Country Pop", "80 million" ], [ "13", "Meat Loaf", "United States", "1968–present", "1977", "Hard rock", "80 million" ], [ "14", "Barry Manilow", "United States", "1973–present", "1973", "Pop / Soft rock", "80 million" ], [ "15", "Tom Petty", "United States", "1976–present", "1977", "Rock", "80 million" ], [ "16", "New Kids on the Block", "United States", "1984–present", "1986", "Teen pop", "80 million" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"#13 Inspire Motorsports\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,C2:C16=\"#13 Inspire Motorsports\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the lights 2 race two winning team when the lites 1 race one winning team was #13 Inspire Motorsports?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"#13 Inspire Motorsports\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Gary Gibson\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,E2:E16=\"Gary Gibson\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "How many different circuits had Gary Gibson has the Lites 1 race two winning team?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Gary Gibson\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"#11 Performance Tech\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,E2:E16=\"#11 Performance Tech\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who is the lites 2 race two winning team when #11 Performance Tech is the lites 1 race two winning team?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"#11 Performance Tech\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"#66 Gunnar Racing\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,C2:C16=\"#66 Gunnar Racing\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "On which circuit was the lites 1 race one winning team #66 Gunnar Racing?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"#66 Gunnar Racing\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"#13 Inspire Motorsports\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,E2:E16=\"#13 Inspire Motorsports\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "On which circuit was the lites race two winning team #13 Inspire Motorsports?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"#13 Inspire Motorsports\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"#13 Inspire Motorsports\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F16,C2:C16=\"#13 Inspire Motorsports\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the lites 2 race two winning team when #13 Inspire Motorsports was the Lites 1 race one winning team?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"#13 Inspire Motorsports\"", "6" ] } ]
train_1-26638600-3
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rnd", "Circuit", "Lites 1 Race One Winning Team", "Lites 2 Race One Winning Team", "Lites 1 Race Two Winning Team", "Lites 2 Race Two Winning Team" ], [ "2", "1", "Sebring", "#21 Inspire Motorsports", "#23 Factory 48 Motorsports", "#13 Inspire Motorsports", "#75 BERG Racing" ], [ "3", "1", "Sebring", "Charlie Shears", "Lee Alexander", "Gary Gibson", "John Weisberg" ], [ "4", "2", "Laguna Seca", "#37 Intersport Racing", "#75 BERG Racing", "#11 Performance Tech", "#75 BERG Racing" ], [ "5", "2", "Laguna Seca", "James Kovacic", "John Weisberg", "Johnny Meriggi", "John Weisberg" ], [ "6", "3", "New Jersey", "#21 Inspire Motorsports", "#23 Factory 48 Motorsports", "#12 Eurosport Racing", "#75 BERG Racing" ], [ "7", "3", "New Jersey", "Charlie Shears", "Lee Alexander", "Matt Downs", "John Weisberg" ], [ "8", "4", "Miller", "#66 Gunnar Racing", "#23 Factory 48 Motorsports", "#4 Eurosport Racing", "#23 Factory 48 Motorsports" ], [ "9", "4", "Miller", "Frankie Montecalvo", "Lee Alexander", "Antonio Downs", "Lee Alexander" ], [ "10", "5", "Lime Rock", "#13 Inspire Motorsports", "#75 BERG Racing", "not held", "not held" ], [ "11", "5", "Lime Rock", "Gary Gibson", "John Weisberg", "not held", "not held" ], [ "12", "6", "Road America", "#34 Eurosport Racing", "#75 BERG Racing", "#4 Eurosport Racing", "#07 Clueless Racing" ], [ "13", "6", "Road America", "Jon Brownson", "John Weisberg", "Antonio Downs", "Rick Bartuska" ], [ "14", "7", "Mosport", "#21 CORE Autosport", "#75 BERG Racing", "#79 Eurosport Racing", "#75 BERG Racing" ], [ "15", "7", "Mosport", "Charlie Shears", "John Weisberg", "Lucas Downs", "John Weisberg" ], [ "16", "8", "Road Atlanta", "#13 CORE Autosport", "#10 WEST Racing", "#8 Performance Tech", "#75 BERG Racing" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"2-7\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,G2:G15=\"2-7\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Tell me the venue for record of 2-7", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"2-7\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"green bay packers\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,C2:C15=\"green bay packers\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Tell me the result for green bay packers", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"green bay packers\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"w 31-21\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G15,D2:D15=\"w 31-21\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Tell mem the opponent for result of w 31-21", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"w 31-21\"", "3" ] } ]
train_2-10360730-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Week", "Date", "Opponent", "Result", "Venue", "Attendance", "Record" ], [ "2", "1", "1962-09-16", "at Green Bay Packers", "L 34-7", "City Stadium", "38,669", "0-1" ], [ "3", "2", "1962-09-23", "Baltimore Colts", "L 34-7", "Metropolitan Stadium", "30,787", "0-2" ], [ "4", "3", "1962-09-30", "at San Francisco 49ers", "L 21-7", "Kezar Stadium", "38,407", "0-3" ], [ "5", "4", "1962-10-07", "Chicago Bears", "L 13-0", "Metropolitan Stadium", "33,141", "0-4" ], [ "6", "5", "1962-10-14", "Green Bay Packers", "L 48-21", "Metropolitan Stadium", "41,475", "0-5" ], [ "7", "6", "1962-10-21", "at Los Angeles Rams", "W 38-14", "Los Angeles Memorial Coliseum", "33,071", "1-5" ], [ "8", "7", "1962-10-28", "Philadelphia Eagles", "W 31-21", "Metropolitan Stadium", "30,071", "2-5" ], [ "9", "8", "1962-11-04", "at Pittsburgh Steelers", "L 39-31", "Forbes Field", "14,462", "2-6" ], [ "10", "9", "1962-11-11", "at Chicago Bears", "L 31-30", "Wrigley Field", "46,984", "2-7" ], [ "11", "10", "1962-11-18", "Detroit Lions", "L 17-6", "Metropolitan Stadium", "31,257", "2-8" ], [ "12", "11", "1962-11-25", "Los Angeles Rams", "T 24-24", "Metropolitan Stadium", "26,728", "2-8-1" ], [ "13", "12", "1962-12-02", "San Francisco 49ers", "L 35-12", "Metropolitan Stadium", "33,076", "2-9-1" ], [ "14", "13", "1962-12-09", "at Detroit Lions", "L 37-23", "Tiger Stadium", "42,256", "2-10-1" ], [ "15", "14", "1962-12-16", "at Baltimore Colts", "L 42-17", "Memorial Stadium", "53,645", "2-11-1" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"bye\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>3))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E18,E2:E18=\"bye\"),SUMMARIZE(CHOOSECOLS(query1,2),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>3))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "What is the Date when the week is more than 3 and the attendance shows bye?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "E1", "=", "\"bye\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "2", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "3" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,E1=\"65,858\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>9))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E18,E2:E18=\"65,858\"),SUMMARIZE(CHOOSECOLS(query1,4),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>9))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "What is the Result when the week is later than 9, and there are 65,858 people in attendance?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "E1", "=", "\"65,858\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "4", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "9" ] } ]
train_2-15331382-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 12, 2004", "at Houston Texans", "W 27–20", "70,255" ], [ "3", "2", "September 19, 2004", "New York Jets", "L 34–28", "57,310" ], [ "4", "3", "September 26, 2004", "at Denver Broncos", "L 23–13", "74,553" ], [ "5", "4", "October 3, 2004", "Tennessee Titans", "W 38–17", "54,006" ], [ "6", "5", "October 10, 2004", "Jacksonville Jaguars", "W 34–21", "52,101" ], [ "7", "6", "October 17, 2004", "at Atlanta Falcons", "L 21–20", "70,187" ], [ "8", "7", "October 24, 2004", "at Carolina Panthers", "W 17–6", "73,096" ], [ "9", "8", "October 31, 2004", "Oakland Raiders", "W 42–14", "66,210" ], [ "10", "9", "November 7, 2004", "New Orleans Saints", "W 43–17", "59,662" ], [ "11", "10", "Bye", "Bye", "Bye", "Bye" ], [ "12", "11", "November 21, 2004", "at Oakland Raiders", "W 23–17", "46,905" ], [ "13", "12", "November 28, 2004", "at Kansas City Chiefs", "W 34–31", "77,447" ], [ "14", "13", "December 5, 2004", "Denver Broncos", "W 20–17", "65,395" ], [ "15", "14", "December 12, 2004", "Tampa Bay Buccaneers", "W 31–24", "65,858" ], [ "16", "15", "December 19, 2004", "at Cleveland Browns", "W 21–0", "72,489" ], [ "17", "16", "December 26, 2004", "at Indianapolis Colts", "L 34–31 (OT)", "57,330" ], [ "18", "17", "January 2, 2005", "Kansas City Chiefs", "W 24–17", "64,920" ] ]
[ { "Formula": "FILTER(C1,E1=16)", "Formula2": "FILTER(C2:C6,E2:E6=16)", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What final date had 16 housemates?", "Tokens": [ "FILTER(", "C1", "E1", "=", "16" ] } ]
dev_2-12977292-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Season", "Launch date", "Final date", "Days", "Housemates", "Winner" ], [ "2", "VIP Brother 1", "13 March 2006", "10 April 2006", "29", "12", "Konstantin" ], [ "3", "VIP Brother 2", "26 March 2007", "27 April 2007", "33", "13", "Hristina" ], [ "4", "VIP Brother 3", "16 March 2009", "10 May 2009", "56", "17", "Deyan" ], [ "5", "VIP Brother 4", "16 September 2012", "17 November 2012", "63", "16", "Orlin" ], [ "6", "VIP Brother 5", "15 September 2013", "17 November 2013", "64", "17", "TBA" ] ]
[ { "Formula": "MIN(FILTER(E1, (A1=\"t3\")*(F1<1500)))", "Formula2": "MIN(FILTER(E2:E11, (A2:A11=\"t3\")*(F2:F11<1500)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the lowest to par of the player with a t3 place and less than $1,500?", "Tokens": [ "MIN(", "FILTER(", "E1", "A1", "=", "\"t3\"", "*", "F1", "<", "1500" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"united states\")*(A1=\"t6\")*(D1=\"71-70-76-72=289\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,(C2:C11=\"united states\")*(A2:A11=\"t6\")*(D2:D11=\"71-70-76-72=289\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who is the player from the United States with a t6 place and a 71-70-76-72=289 score?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"united states\"", "*", "A1", "=", "\"t6\"", "*", "D1", "=", "\"71-70-76-72=289\"", "2" ] }, { "Formula": "SUM(FILTER(F1, (E1=9)*(B1=\"tommy bolt\")))", "Formula2": "SUM(FILTER(F2:F11, (E2:E11=9)*(B2:B11=\"tommy bolt\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "How much total money does player tommy bolt, who has a to par of 9, have?", "Tokens": [ "SUM(", "FILTER(", "F1", "E1", "=", "9", "*", "B1", "=", "\"tommy bolt\"" ] }, { "Formula": "MIN(FILTER(F1, (C1=\"south africa\")*(E1<8)))", "Formula2": "MIN(FILTER(F2:F11, (C2:C11=\"south africa\")*(E2:E11<8)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the lowest amount of money a player from South Africa with a to par less than 8 has?", "Tokens": [ "MIN(", "FILTER(", "F1", "C1", "=", "\"south africa\"", "*", "E1", "<", "8" ] } ]
train_2-17290159-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Player", "Country", "Score", "To par", "Money ( $ )" ], [ "2", "1", "Ed Furgol", "United States", "71-70-71-72=284", "+4", "6,000" ], [ "3", "2", "Gene Littler", "United States", "70-69-76-70=285", "+5", "3,600" ], [ "4", "T3", "Lloyd Mangrum", "United States", "72-71-72-71=286", "+6", "1,500" ], [ "5", "T3", "Dick Mayer", "United States", "72-71-70-73=286", "+6", "1,500" ], [ "6", "5", "Bobby Locke", "South Africa", "74-70-74-70=288", "+8", "960" ], [ "7", "T6", "Tommy Bolt", "United States", "72-72-73-72=289", "+9", "570" ], [ "8", "T6", "Fred Haas", "United States", "73-73-71-72=289", "+9", "570" ], [ "9", "T6", "Ben Hogan", "United States", "71-70-76-72=289", "+9", "570" ], [ "10", "T6", "Shelley Mayfield", "United States", "73-75-72-69=289", "+9", "570" ], [ "11", "T6", "Billy Joe Patton (a)", "United States", "69-76-71-73=289", "+9", "0" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=\"$82,741\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,H2:H10=\"$82,741\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "How much cash was on hand after debt of $82,741?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "H1", "=", "\"$82,741\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,G1=\"$169,256\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,G2:G10=\"$169,256\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the amount of loans received with a total debt of $169,256?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "G1", "=", "\"$169,256\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,B1=\"$925,745\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,B2:B10=\"$925,745\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the amount of total receipts when $925,745 was raised?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "B1", "=", "\"$925,745\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=\"$1,757,936\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,H2:H10=\"$1,757,936\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "How much money was spent when the amount after debt was $1,757,936?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "H1", "=", "\"$1,757,936\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"$651,300\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H10,F2:F10=\"$651,300\"),8))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "How much is after debt when cash on hand is $651,300?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"$651,300\"", "8" ] } ]
train_2-12030247-7
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Candidate", "Money Raised, 3Q", "Loans Received, 3Q", "Money Spent, 3Q", "Total Receipts", "Cash On Hand", "Total Debt", "After Debt" ], [ "2", "Rudy Giuliani", "$11,624,255", "–", "$13,300,649", "$47,253,520", "$16,649,825", "$169,256", "$16,480,569" ], [ "3", "Mitt Romney", "$9,896,719", "$8,500,000", "$21,301,755", "$62,829,068", "$9,216,517", "$17,350,000", "- $8,133,483" ], [ "4", "Fred Thompson", "$9,750,820 †", "–", "$5,706,366", "$12,828,110", "$7,121,744", "$678,432", "$6,443,312" ], [ "5", "Ron Paul", "$5,258,455", "–", "$2,169,644", "$8,268,452", "$5,443,667", "–", "$5,443,667" ], [ "6", "John McCain", "$5,734,477", "–", "$5,470,277", "$32,124,785", "$3,488,627", "$1,730,691", "$1,757,936" ], [ "7", "Mike Huckabee", "$1,034,486", "–", "$819,376", "$2,345,797", "$651,300", "$47,810", "$603,490" ], [ "8", "Duncan Hunter", "$486,356", "$50,000", "$618,117", "$1,890,873", "$132,741", "$50,000", "$82,741" ], [ "9", "Tom Tancredo", "$767,152", "–", "$1,209,583", "$3,538,244", "$110,079", "$295,603", "- $185,524" ], [ "10", "Sam Brownback", "$925,745", "–", "$1,278,856", "$4,235,333", "$94,653", "–", "$94,653" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"adam weaver\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,C2:C18=\"adam weaver\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "The entrepreneur Adam Weaver was featured in which episode?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"adam weaver\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"layla bennett\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,C2:C18=\"layla bennett\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "The entrepreneur Layla Bennett was featured in which episode?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"layla bennett\"", "1" ] } ]
train_2-12617978-12
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Episode", "First aired", "Entrepreneur(s)", "Company or product name", "Money requested (£)", "Investing Dragon(s)" ], [ "2", "Episode 1", "14 July 2010", "Geoff Bowen", "Pebblebed Vineyard", "60,000", "Duncan Bannatyne" ], [ "3", "Episode 1", "14 July 2010", "Kirsty Henshaw", "Worthenshaw's", "65,000", "Duncan Bannatyne and Peter Jones" ], [ "4", "Episode 2", "21 July 2010", "Angela Newman", "Vintage Patisserie", "100,000", "Deborah Meaden and Theo Paphitis" ], [ "5", "Episode 3", "26 July 2010", "Dennis Fuller", "Golfers' Mate", "100,000", "James Caan" ], [ "6", "Episode 3", "26 July 2010", "Peter Harrison and Wesley Downham", "FGH Security", "75,000 (but received 100,000)", "Peter Jones and Theo Paphitis" ], [ "7", "Episode 4", "2 August 2010", "Layla Bennett", "Hawksdrift Falconry", "50,000", "Duncan Bannatyne" ], [ "8", "Episode 4", "2 August 2010", "Tim Williams and Tom Hogan", "Lumacoustics", "50,000", "Peter Jones & Deborah Meaden" ], [ "9", "Episode 5", "9 August 2010", "Sarah & Mike Longthorn & Laura Booth", "WedgeWelly", "65,000", "Theo Paphitis" ], [ "10", "Episode 6", "16 August 2010", "Faizal Khan & Gary Hilman", "Peel Engineering", "80,000", "James Caan" ], [ "11", "Episode 6", "16 August 2010", "Ralf Klinnert", "Funky Moves", "120,000", "Peter Jones and Theo Paphitis" ], [ "12", "Episode 7", "24 August 2010", "Letitia Valentine & Alexander Lewis", "Surviva Jak", "75,000", "Deborah Meaden" ], [ "13", "Episode 7", "24 August 2010", "Richard Blakesley & Chris Barnardo", "The Wand Company", "200,000", "Duncan Bannatyne" ], [ "14", "Episode 8", "31 August 2010", "Patrick van der Vorst", "Value My Stuff Now", "100,000", "Deborah Meaden and Theo Paphitis" ], [ "15", "Episode 8", "31 August 2010", "Chris Elsworthy", "Power8 Workshop", "150,000", "Duncan Bannatyne and Peter Jones" ], [ "16", "Episode 9", "6 September 2010", "Solvej Biddle", "Content and Calm (Traykit)", "80,000", "Peter Jones and Deborah Meaden" ], [ "17", "Episode 9", "6 September 2010", "Adam Weaver", "Proppa", "50,000", "Duncan Bannatyne" ], [ "18", "Episode 10", "13 September 2010", "Ian Taylor", "Media Displays", "80,000", "James Caan" ] ]
[ { "Formula": "MINIFS(A1,B1,\"darren gilpin\")", "Formula2": "MINIFS(A2:A7,B2:B7,\"darren gilpin\")", "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the lowest rank of rider darren gilpin?", "Tokens": [ "MINIFS(", "A1", "B1", "\"darren gilpin\"" ] }, { "Formula": "MAXIFS(A1,B1,\"colin martin\")", "Formula2": "MAXIFS(A2:A7,B2:B7,\"colin martin\")", "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the highest rank of rider colin martin?", "Tokens": [ "MAXIFS(", "A1", "B1", "\"colin martin\"" ] } ]
train_2-18649514-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rank", "Rider", "Team", "Speed", "Time" ], [ "2", "1", "Dan Kneen", "400cc Honda", "95.517mph", "46' 54.48" ], [ "3", "2", "Ian Whitlow", "650cc Suzuki", "91.911mph", "49' 15.64" ], [ "4", "3", "Colin Martin", "400cc Honda", "91.065mph", "49' 43.09" ], [ "5", "4", "Derek Costello", "400cc Honda", "89.673mph", "50' 29.41" ], [ "6", "5", "Dave Walsh", "650cc Suzuki", "88.760mph", "51' 00.56" ], [ "7", "6", "Darren Gilpin", "650cc Suzuki", "88.042mph", "53' 52.39" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(B1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)>202))", "Formula2": "LET(query1,SUMMARIZE(B2:B9,SUMX(E2:E9)),FILTER(query1,CHOOSECOLS(query1,2)>202))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "What is the home team of the match with an attendance greater than 202?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "202" ] }, { "Formula": "AVERAGEIFS(E1,B1,\"arlesey town\")", "Formula2": "AVERAGEIFS(E2:E9,B2:B9,\"arlesey town\")", "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the average attendance of the match with arlesey town as the home team?", "Tokens": [ "AVERAGEIFS(", "E1", "B1", "\"arlesey town\"" ] } ]
train_2-17494040-8
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Tie no", "Home team", "Score", "Away team", "Attendance" ], [ "2", "51", "AFC Hornchurch", "1–2", "Ramsgate", "216" ], [ "3", "52", "Arlesey Town", "1–4", "Edgware Town", "79" ], [ "4", "53", "Heybridge Swifts", "3–0", "Dartford", "152" ], [ "5", "54", "Horsham", "1–2", "Walton Casuals", "187" ], [ "6", "55", "Redbridge", "0–1", "AFC Sudbury", "76" ], [ "7", "56", "Tonbridge Angels", "1–3", "Carshalton Athletic", "202" ], [ "8", "57", "Tooting & Mitcham United", "1–0", "Whyteleafe", "105" ], [ "9", "58", "Wealdstone", "1–0", "Ashford Town (Middx)", "88" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"31.9%\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,C2:C8=\"31.9%\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the week 32 result when week 33 is 31.9%?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"31.9%\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"14.3%\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,C2:C8=\"14.3%\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "List all week 37 results when week 33 is 14.3%.", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"14.3%\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"13.2%\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G8,B2:B8=\"13.2%\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "List the full amount of week 36 results when week 32 is 13.2%.", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"13.2%\"", "6" ] } ]
train_1-23680576-3
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Party", "Week 32", "Week 33", "Week 34", "Week 35", "Week 36", "Week 37" ], [ "2", "Labour", "32.7%", "31.9%", "32.1%", "33.0%", "32.0%", "33.4%" ], [ "3", "Progress", "26.2%", "26.4%", "26.5%", "23.7%", "23.7%", "23.0%" ], [ "4", "Conservative", "13.2%", "14.3%", "13.6%", "14.8%", "14.9%", "16.1%" ], [ "5", "Socialist Left", "7.2%", "7.1%", "7.3%", "8.5%", "7.5%", "7.0%" ], [ "6", "Christian Democratic", "6.4%", "6.1%", "6.0%", "5.9%", "6.5%", "6.7%" ], [ "7", "Centre", "6.5%", "5.9%", "5.8%", "5.8%", "6.5%", "5.8%" ], [ "8", "Liberal", "4.9%", "5.2%", "5.7%", "4.9%", "5.6%", "5.2%" ] ]
[ { "Formula": "MIN(FILTER(E1, (F1>50)*(C1=\"pur\")))", "Formula2": "MIN(FILTER(E2:E16, (F2:F16>50)*(C2:C16=\"pur\")))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "Lowest pur transaction amount with share count over 50.", "Tokens": [ "MIN(", "FILTER(", "E1", "F1", ">", "50", "*", "C1", "=", "\"pur\"" ] }, { "Formula": "SUMMARIZE(A1,DCOUNTX(C1))", "Formula2": "SUMMARIZE(A2:A16,DCOUNTX(C2:C16))", "Funcs": [ "SUMMARIZE(", "Cell", "DCOUNTX(", "Cell" ], "Level": "easy", "Question": "The number of transaction types under each transaction id", "Tokens": [ "SUMMARIZE(", "A1", "DCOUNTX(", "C1" ] }, { "Formula": "SUMMARIZE(HSTACK(B1,A1),AVERAGEX(F1))", "Formula2": "SUMMARIZE(HSTACK(B2:B16,A2:A16),AVERAGEX(F2:F16))", "Funcs": [ "SUMMARIZE(", "HSTACK(", "Cell", "Cell", "AVERAGEX(", "Cell" ], "Level": "medium", "Question": "The average share count of transactions for all investors.", "Tokens": [ "SUMMARIZE(", "HSTACK(", "B1", "A1", "AVERAGEX(", "F1" ] }, { "Formula": "SUMMARIZE(B1,AVERAGEX(E1))", "Formula2": "SUMMARIZE(B2:B16,AVERAGEX(E2:E16))", "Funcs": [ "SUMMARIZE(", "Cell", "AVERAGEX(", "Cell" ], "Level": "easy", "Question": "The average amount of transactions among investors.", "Tokens": [ "SUMMARIZE(", "B1", "AVERAGEX(", "E1" ] }, { "Formula": "LET(query1,FILTER(A1:H1,C1=\"sale\"),UNIQUE(CHOOSECOLS(query1,2,1)))", "Formula2": "LET(query1,FILTER(A2:H16,C2:C16=\"sale\"),UNIQUE(CHOOSECOLS(query1,2,1)))", "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num" ], "Level": "hard", "Question": "Investors with sale transactions", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "H1", "C1", "=", "\"sale\"", "UNIQUE(", "CHOOSECOLS(", "query1", "2", "1" ] }, { "Formula": "SUMMARIZE(B1,SUMX(A1))", "Formula2": "SUMMARIZE(B2:B16,SUMX(A2:A16))", "Funcs": [ "SUMMARIZE(", "Cell", "SUMX(", "Cell" ], "Level": "easy", "Question": "How many transactions did each investor complete?", "Tokens": [ "SUMMARIZE(", "B1", "SUMX(", "A1" ] }, { "Formula": "MAX(E1)", "Formula2": "MAX(E2:E16)", "Funcs": [ "MAX(", "Cell" ], "Level": "easy", "Question": "Highest amount of transactions", "Tokens": [ "MAX(", "E1" ] }, { "Formula": "SUMMARIZE(A1,SUMX(F1))", "Formula2": "SUMMARIZE(A2:A16,SUMX(F2:F16))", "Funcs": [ "SUMMARIZE(", "Cell", "SUMX(", "Cell" ], "Level": "easy", "Question": "The total share of transactions.", "Tokens": [ "SUMMARIZE(", "A1", "SUMX(", "F1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"pur\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,C2:C16=\"pur\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "The ids of pur transactions.", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"pur\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"sale\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,C2:C16=\"sale\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "sale transaction dates", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"sale\"", "4" ] }, { "Formula": "AVERAGEIFS(E1,C1,\"sale\")", "Formula2": "AVERAGEIFS(E2:E16,C2:C16,\"sale\")", "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "Average sale amount of transaction ", "Tokens": [ "AVERAGEIFS(", "E1", "C1", "\"sale\"" ] }, { "Formula": "MAX(E1)", "Formula2": "MAX(E2:E16)", "Funcs": [ "MAX(", "Cell" ], "Level": "easy", "Question": "The greatest amount of transaction.", "Tokens": [ "MAX(", "E1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"sale\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H16,C2:C16=\"sale\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "The dates when sale transaction happened ", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"sale\"", "4" ] }, { "Formula": "MIN(FILTER(E1, (F1>50)*(C1=\"pur\")))", "Formula2": "MIN(FILTER(E2:E16, (F2:F16>50)*(C2:C16=\"pur\")))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "The least amount of pur transaction with share count over 50.", "Tokens": [ "MIN(", "FILTER(", "E1", "F1", ">", "50", "*", "C1", "=", "\"pur\"" ] }, { "Formula": "LET(query1,FILTER(A1:H1,C1=\"sale\"),UNIQUE(CHOOSECOLS(query1,2,1)))", "Formula2": "LET(query1,FILTER(A2:H16,C2:C16=\"sale\"),UNIQUE(CHOOSECOLS(query1,2,1)))", "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num" ], "Level": "hard", "Question": "The investor having sale transaction.", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "H1", "C1", "=", "\"sale\"", "UNIQUE(", "CHOOSECOLS(", "query1", "2", "1" ] }, { "Formula": "SUMMARIZE(B1,SUMX(A1))", "Formula2": "SUMMARIZE(B2:B16,SUMX(A2:A16))", "Funcs": [ "SUMMARIZE(", "Cell", "SUMX(", "Cell" ], "Level": "easy", "Question": "How many transactions did each investor realize?", "Tokens": [ "SUMMARIZE(", "B1", "SUMX(", "A1" ] }, { "Formula": "AVERAGEIFS(E1,C1,\"sale\")", "Formula2": "AVERAGEIFS(E2:E16,C2:C16,\"sale\")", "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the average amount of sale transactions?", "Tokens": [ "AVERAGEIFS(", "E1", "C1", "\"sale\"" ] } ]
share_transactions_transactions
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "transaction id", "investor id", "transaction type code", "date of transaction", "amount of transaction", "share count", "other details", "" ], [ "2", "1", "6", "SALE", "1988-09-16 19:02:51", "302507.6996", "8718572", "", "" ], [ "3", "2", "18", "PUR", "1982-06-06 17:19:00", "27.257", "9", "", "" ], [ "4", "3", "2", "SALE", "1979-04-27 06:03:59", "48777.969", "8580", "", "" ], [ "5", "4", "14", "PUR", "2001-11-28 15:06:25", "4.5263", "8040", "", "" ], [ "6", "5", "8", "PUR", "1977-08-17 13:13:30", "0.0", "930", "", "" ], [ "7", "6", "19", "PUR", "1985-10-08 13:13:39", "207484122.2796", "2751", "", "" ], [ "8", "7", "7", "PUR", "1990-12-02 09:03:38", "822.803", "1522", "", "" ], [ "9", "8", "17", "SALE", "2004-01-18 20:37:50", "78035671.4424", "96178", "", "" ], [ "10", "9", "20", "PUR", "1977-08-13 02:18:47", "82057.207", "", "", "" ], [ "11", "10", "2", "SALE", "1981-01-28 08:07:03", "29.3534", "1654756", "", "" ], [ "12", "11", "3", "SALE", "2000-04-03 20:55:43", "0.0", "674529892", "", "" ], [ "13", "12", "18", "SALE", "1983-11-01 17:57:27", "1.0", "587", "", "" ], [ "14", "13", "3", "SALE", "2002-04-07 20:28:37", "183.2", "", "", "" ], [ "15", "14", "3", "PUR", "2002-09-13 03:04:56", "0.0", "630021", "", "" ], [ "16", "15", "19", "PUR", "1997-12-30 05:05:40", "8.9", "93191", "", "" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(A1=\"t-mobile\")*(B1=\"internet basic\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(A2:A8=\"t-mobile\")*(B2:B8=\"internet basic\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the data limit for a T-Mobile internet basic plan?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"t-mobile\"", "*", "B1", "=", "\"internet basic\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"vodafone\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,A2:A8=\"vodafone\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the data limit for vodafone?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"vodafone\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"300, 500, 750, 1000\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,F2:F8=\"300, 500, 750, 1000\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What plan has monthly prices of 300, 500, 750, 1000?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"300, 500, 750, 1000\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"3g\")*(B1=\"internet premium\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(C2:C8=\"3g\")*(B2:B8=\"internet premium\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the maximum download speed for the Internet premium 3G plan?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"3g\"", "*", "B1", "=", "\"internet premium\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(C1=\"3g\")*(B1=\"internet basic\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F8,(C2:C8=\"3g\")*(B2:B8=\"internet basic\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the maximum download speed for the Internet basic plan with 3G?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"3g\"", "*", "B1", "=", "\"internet basic\"", "4" ] } ]
test_2-12837399-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Company", "Plan name", "Technology", "Maximum download speed/ kbps", "Data limit/ GB", "Monthly price incl. VAT/ CZK" ], [ "2", "T-Mobile", "Internet Basic", "3G", "512", "2/month", "474,81" ], [ "3", "T-Mobile", "Internet Standard", "3G", "512", "5/month", "831,81" ], [ "4", "T-Mobile", "Internet Premium", "3G", "1024", "10/month", "400" ], [ "5", "Telefónica O2", "Mobilní internet", "CDMA 450 MHz OR GPRS / EDGE / UMTS /HSDPA, Wi-Fi", "3600", "10/month", "300, 500, 750, 1000" ], [ "6", "Telefónica O2", "Mobilní internet plus", "CDMA 450 MHz, GPRS , EDGE , UMTS , HSDPA, Wi-Fi", "3600", "none", "1000" ], [ "7", "Vodafone", "Připojení na stálo", "GSM , GPRS , EDGE , 3G , HSDPA, HSUPA, Wi-Fi", "512", "none", "525 (262,50 first 4 months)" ], [ "8", "U:fon", "U:fonův fofr internet", "CDMA 450 MHz, 3G", "300-700", "2/week", "594 (297 first year)" ] ]
[ { "Formula": "FILTER(B1,A1=\"8\")", "Formula2": "FILTER(B2:B11,A2:A11=\"8\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Which Horse finished in 8?", "Tokens": [ "FILTER(", "B1", "A1", "=", "\"8\"" ] }, { "Formula": "FILTER(C1,(D1=\"nick zito\")*(E1=\"34-1\"))", "Formula2": "FILTER(C2:C11,(D2:D11=\"nick zito\")*(E2:E11=\"34-1\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "Who is the Jockey that has Nick Zito as Trainer and Odds of 34-1?", "Tokens": [ "FILTER(", "C1", "D1", "=", "\"nick zito\"", "*", "E1", "=", "\"34-1\"" ] }, { "Formula": "FILTER(E1,B1=\"ready's echo\")", "Formula2": "FILTER(E2:E11,B2:B11=\"ready's echo\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What are the Odds for the Horse called Ready's Echo?", "Tokens": [ "FILTER(", "E1", "B1", "=", "\"ready's echo\"" ] }, { "Formula": "FILTER(E1,D1=\"barclay tagg\")", "Formula2": "FILTER(E2:E11,D2:D11=\"barclay tagg\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What are the Odds for Trainer Barclay Tagg?", "Tokens": [ "FILTER(", "E1", "D1", "=", "\"barclay tagg\"" ] }, { "Formula": "FILTER(A1,(D1=\"nick zito\")*(B1=\"da'tara\"))", "Formula2": "FILTER(A2:A11,(D2:D11=\"nick zito\")*(B2:B11=\"da'tara\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the Finished place for da'tara trained by Nick zito?", "Tokens": [ "FILTER(", "A1", "D1", "=", "\"nick zito\"", "*", "B1", "=", "\"da'tara\"" ] }, { "Formula": "FILTER(C1,B1=\"guadalcanal\")", "Formula2": "FILTER(C2:C11,B2:B11=\"guadalcanal\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "Who is the Jockey for guadalcanal?", "Tokens": [ "FILTER(", "C1", "B1", "=", "\"guadalcanal\"" ] } ]
dev_2-17480962-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Finished", "Horse", "Jockey", "Trainer", "Odds" ], [ "2", "1", "Da'Tara", "Alan Garcia", "Nick Zito", "38-1" ], [ "3", "2", "Denis of Cork", "Robby Albarado", "David M. Carroll", "7-1" ], [ "4", "3 ( DH )", "Anak Nakal", "Julien Leparoux", "Nick Zito", "34-1" ], [ "5", "3 (DH)", "Ready's Echo", "John Velazquez", "Todd Pletcher", "29-1" ], [ "6", "5", "Macho Again", "Garrett Gomez", "Dallas Stewart", "17-1" ], [ "7", "6", "Tale of Ekati", "Eibar Coa", "Barclay Tagg", "14-1" ], [ "8", "7", "Guadalcanal", "Javier Castellano", "Frederick J. Seitz", "25-1" ], [ "9", "8", "Icabad Crane", "Jeremy Rose", "H. Graham Motion", "17-1" ], [ "10", "9", "Big Brown", "Kent Desormeaux", "Rick Dutrow", "1-4" ], [ "11", "Scratched", "Casino Drive", "Edgar Prado", "Kazuo Fujisawa", "7-2" ] ]
[ { "Formula": "SUMIFS(C1,A1,\"fort smith arkansas\")", "Formula2": "SUMIFS(C2:C6,A2:A6,\"fort smith arkansas\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the wards/branches of the fort smith Arkansas stake?", "Tokens": [ "SUMIFS(", "C1", "A1", "\"fort smith arkansas\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"realtor for american equity realty\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"realtor for american equity realty\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What stake has realtor for American equity realty as their occupation?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"realtor for american equity realty\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"senior buyer for wal-mart\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,E2:E6=\"senior buyer for wal-mart\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the organized date of the stake with an occupation of senior buyer for Wal-mart?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"senior buyer for wal-mart\"", "2" ] }, { "Formula": "SUMIFS(C1,A1,\"north little rock arkansas\")", "Formula2": "SUMIFS(C2:C6,A2:A6,\"north little rock arkansas\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the sum of the wards/branches in Arkansas of the North Little Rock Arkansas stake?", "Tokens": [ "SUMIFS(", "C1", "A1", "\"north little rock arkansas\"" ] }, { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(C1)),FILTER(query1,CHOOSECOLS(query1,2)=16))", "Formula2": "LET(query1,SUMMARIZE(A2:A6,SUMX(C2:C6)),FILTER(query1,CHOOSECOLS(query1,2)=16))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What stake has 16 wards/branches in Arkansas?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "C1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "16" ] } ]
train_2-15978776-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Stake", "Organized", "Wards/ Branches in Arkansas", "Stake President", "Occupation" ], [ "2", "Fort Smith Arkansas", "April 30, 1978", "5", "Glenn Richard Titsworth", "realtor for American Equity Realty" ], [ "3", "Little Rock Arkansas", "June 1, 1969", "11", "Michael V. Beheshti", "interventional radiologist at UAMS" ], [ "4", "North Little Rock Arkansas", "June 19, 1983", "16", "Bruce Kevin Berkheimer", "podiatrist" ], [ "5", "Rogers Arkansas Stake", "August 11, 1991", "7", "David Owen Stout", "senior buyer for Wal-Mart" ], [ "6", "Springdale Arkansas Stake", "June 4, 2006", "10", "Thomas Hal Bradford", "physician" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"Clemson\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H8,C2:C8=\"Clemson\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "If the visiting team is Clemson, when was the time?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"Clemson\"", "2" ] }, { "Formula": "SUMIFS(H1,E1,\"Wallace Wade Stadium • Durham, NC\")", "Formula2": "SUMIFS(H2:H8,E2:E8,\"Wallace Wade Stadium • Durham, NC\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How many times was the site wallace wade stadium • durham, nc?", "Tokens": [ "SUMIFS(", "H1", "E1", "\"Wallace Wade Stadium • Durham, NC\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=\"Wallace Wade Stadium • Durham, NC\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H8,E2:E8=\"Wallace Wade Stadium • Durham, NC\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "If the site was wallace wade stadium • durham, nc, what was the result?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "E1", "=", "\"Wallace Wade Stadium • Durham, NC\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,E1=\"Sanford Stadium • Athens, GA\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H8,E2:E8=\"Sanford Stadium • Athens, GA\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "If the site is sanford stadium • athens, ga, what is the date?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "E1", "=", "\"Sanford Stadium • Athens, GA\"", "1" ] } ]
train_1-26842217-8
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Date", "Time", "Visiting team", "Home team", "Site", "Broadcast", "Result", "Attendance" ], [ "2", "September 18", "12:00pm", "#12 Arkansas", "Georgia", "Sanford Stadium • Athens, GA", "ESPN", "ARK 31–24", "92746" ], [ "3", "September 18", "12:21pm", "Vanderbilt", "Ole Miss", "Vaught-Hemingway Stadium • Oxford, MS", "SEC Network", "VAN 28–14", "51667" ], [ "4", "September 18", "3:30pm", "#10 Florida", "Tennessee", "Neyland Stadium • Knoxville, TN", "CBS", "FLA 31–17", "102455" ], [ "5", "September 18", "3:30pm", "#1 Alabama", "Duke", "Wallace Wade Stadium • Durham, NC", "ABC", "W 62–13", "39042" ], [ "6", "September 18", "7:00pm", "Mississippi State", "#15 LSU", "Tiger Stadium • Baton Rouge, LA", "ESPNU", "LSU 29–7", "92538" ], [ "7", "September 18", "7:00pm", "Clemson", "#16 Auburn", "Jordan-Hare Stadium • Auburn, AL", "ESPN", "W 27–24 OT", "87451" ], [ "8", "September 18", "7:00pm", "Akron", "Kentucky", "Commonwealth Stadium • Lexington, KY", "FSN", "W 47–10", "64014" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"eng by 6 wkts\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"eng by 6 wkts\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Tell me the venue with result of eng by 6 wkts", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"eng by 6 wkts\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"the oval\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"the oval\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the Home captain for venue of the oval", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"the oval\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"wi by 9 wkts\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"wi by 9 wkts\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the away captain with result of wi by 9 wkts", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"wi by 9 wkts\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"eng by 6 wkts\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,E2:E7=\"eng by 6 wkts\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the venue for eng by 6 wkts", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"eng by 6 wkts\"", "4" ] } ]
train_2-12410929-52
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Home captain", "Away captain", "Venue", "Result" ], [ "2", "8,9,10,11 June 1995", "Mike Atherton", "Richie Richardson", "Headingley", "WI by 9 wkts" ], [ "3", "22,23,24,25,26 June 1995", "Mike Atherton", "Richie Richardson", "Lord's", "ENG by 72 runs" ], [ "4", "6,7,8 July 1995", "Mike Atherton", "Richie Richardson", "Edgbaston", "WI by Inns&68 runs" ], [ "5", "27,28,29,30 July 1995", "Mike Atherton", "Richie Richardson", "Old Trafford", "ENG by 6 wkts" ], [ "6", "10,11,12,13,14 August 1995", "Mike Atherton", "Richie Richardson", "Trent Bridge", "DRAW" ], [ "7", "24,25,26,27,28 August 1995", "Mike Atherton", "Richie Richardson", "The Oval", "DRAW" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"2 ft 6 in\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=\"2 ft 6 in\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "In what Year is the Gauge 2 ft 6 in?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"2 ft 6 in\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"2040-2049\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"2040-2049\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "In what Year is the Works No. 2040-2049?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"2040-2049\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"2040-2049\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"2040-2049\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "In what Year is the Works no. 2040-2049?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"2040-2049\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"beyer, peacock\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"beyer, peacock\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Gauge of Builder Beyer, Peacock?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"beyer, peacock\"", "1" ] } ]
train_2-15194650-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Gauge", "Railway", "Works no.", "Year", "Builder" ], [ "2", "750 mm", "C.F. du Congo", "1744", "1913", "St. Leonard, Belgium" ], [ "3", "750 mm", "C.F. du Congo", "1901-1912", "1920-21", "St. Leonard, Belgium" ], [ "4", "750 mm", "C.F. du Congo", "2001-2009", "1924-25", "St. Leonard, Belgium" ], [ "5", "750 mm", "C.F. du Congo", "2040-2049", "1925-26", "St. Leonard, Belgium" ], [ "6", "2 ft 6 in", "Buthidaung-Maungdaw Tramway, Burma", "5702-5703", "1913", "Beyer, Peacock" ], [ "7", "1000 mm", "SNCV, Belgium", "2121", "1929", "St. Leonard, Belgium" ], [ "8", "1000 mm", "SNCV, Belgium", "2140", "1930", "St. Leonard, Belgium" ], [ "9", "4 ft 8½ in", "Limburg Tramway, Holland", "22063", "1931", "Hanomag & Henschel" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"2:20.00\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"2:20.00\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Distance has a Time of 2:20.00?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"2:20.00\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"breaststroke\")*(E1=\"beijing, chn\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(B2:B9=\"breaststroke\")*(E2:E9=\"beijing, chn\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Distance has an Event of breaststroke, and a Location of beijing, chn?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"breaststroke\"", "*", "E1", "=", "\"beijing, chn\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"1:04.84\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"1:04.84\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What Meet has a Time of 1:04.84?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"1:04.84\"", "4" ] } ]
train_2-18301533-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Distance", "Event", "Time", "Meet", "Location" ], [ "2", "200m", "Breaststroke", "2:20.22", "2008 Summer Olympics", "Beijing, CHN" ], [ "3", "100m", "Breaststroke", "1:04.84", "2009 World Aquatics Championships", "Rome, ITA" ], [ "4", "200m", "Breaststroke (sc) [a ]", "2:14.57", "2009 Duel in the Pool", "Manchester, UK" ], [ "5", "100m", "Breaststroke (sc) [a ]", "1:02.70", "2009 Duel in the Pool", "Manchester, UK" ], [ "6", "4×100m", "Medley relay (sc) [b ]", "3:45.56", "2011 Duel in the Pool", "Atlanta, Georgia, US" ], [ "7", "200m", "Breaststroke", "2:20.00", "2012 Summer Olympics", "London, UK" ], [ "8", "200m", "Breaststroke [c ]", "2:19.59", "2012 Summer Olympics", "London, UK" ], [ "9", "4×100m", "Medley relay [d ]", "3:52.05", "2012 Summer Olympics", "London, UK" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=1998),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,B2:B20=1998),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Where was the match played in 1998?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "1998", "1" ] } ]
test_2-10539018-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Location", "Year", "Champion", "Runner-up", "Score" ], [ "2", "Valencia", "2013", "Alexander Peya Bruno Soares", "Bob Bryan Mike Bryan", "7–6 (7–3) , 6–7 (1–7) , [13–11]" ], [ "3", "Valencia", "2012", "Alexander Peya Bruno Soares", "David Marrero Fernando Verdasco", "6–3, 6–2" ], [ "4", "Valencia", "2011", "Bob Bryan Mike Bryan", "Eric Butorac Jean-Julien Rojer", "6–4, 7–6 (11–9)" ], [ "5", "Valencia", "2010", "Andy Murray Jamie Murray", "Mahesh Bhupathi Max Mirnyi", "7–6 (10–8) , 5–7, [10–7]" ], [ "6", "Valencia", "2009", "František Čermák Michal Mertiňák", "Marcel Granollers Tommy Robredo", "6–4, 6–3" ], [ "7", "Valencia", "2008", "Máximo González Juan Mónaco", "Travis Parrott Filip Polášek", "7–5, 7–5" ], [ "8", "Valencia", "2007", "Wesley Moodie Todd Perry", "Yves Allegro Sebastián Prieto", "7–5, 7–5" ], [ "9", "Valencia", "2006", "David Škoch Tomáš Zíb", "Lukáš Dlouhý Pavel Vízner", "6–4, 6–3" ], [ "10", "Valencia", "2005", "Fernando González Martín Rodríguez", "Lucas Arnold Ker Mariano Hood", "6–4, 6–4" ], [ "11", "Valencia", "2004", "Gastón Etlis Martín Rodríguez", "Feliciano López Marc López", "7–5, 7–6 (7–5)" ], [ "12", "Valencia", "2003", "Lucas Arnold Ker Mariano Hood", "Brian MacPhie Nenad Zimonjić", "6–1, 6–7 (7–9) , 6–4" ], [ "13", "Majorca", "2002", "Mahesh Bhupathi Leander Paes", "Julian Knowle Michael Kohlmann", "6–2, 6–4" ], [ "14", "Majorca", "2001", "Donald Johnson Jared Palmer", "Feliciano López Francisco Roig", "7–5, 6–3" ], [ "15", "Majorca", "2000", "Michaël Llodra Diego Nargiso", "Alberto Martín Fernando Vicente", "7–6 (7–2) , 7–6 (7–3)" ], [ "16", "Majorca", "1999", "Lucas Arnold Ker Tomás Carbonell", "Alberto Berasategui Francisco Roig", "6–1, 6–4" ], [ "17", "Majorca", "1998", "Pablo Albano Daniel Orsanic", "Jiří Novák David Rikl", "7–6 (11–9) , 6–3" ], [ "18", "Marbella", "1997", "Karim Alami Julian Alonso", "Alberto Berasategui Jordi Burillo", "4–6, 6–3, 6–0" ], [ "19", "Marbella", "1996", "Andrew Kratzmann Jack Waite", "Pablo Albano Lucas Arnold Ker", "6–7, 6–3, 6–4" ], [ "20", "Valencia", "1995", "Tomás Carbonell Francisco Roig", "Tom Kempers Jack Waite", "7–5, 6–3" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(E1, A1=\"Federico Muller\")))", "Formula2": "ROWS(UNIQUE(FILTER(E2:E6, A2:A6=\"Federico Muller\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many athletes were named federico muller?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "E1", "A1", "=", "\"Federico Muller\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"Felipe Saucedo\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,A2:A6=\"Felipe Saucedo\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the round of 16 result for felipe saucedo?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"Felipe Saucedo\"", "4" ] } ]
train_1-29521180-35
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Athlete", "Event", "Elimination Poule", "Round of 16", "Quarterfinals", "Semifinals", "Final" ], [ "2", "José Domínguez", "Individual épée", "3 V - 2 D", "W Kelsey ( USA ) L 8 - 15", "Did not advance", "Did not advance", "Did not advance" ], [ "3", "Federico Muller", "Individual foil", "3 V - 2 D", "E Turbide ( CAN ) L 8 - 15", "Did not advance", "Did not advance", "Did not advance" ], [ "4", "Felipe Saucedo", "Individual foil", "1 V - 4 D", "D Gomez ( MEX ) L 4 - 15", "Did not advance", "Did not advance", "Did not advance" ], [ "5", "Alexander Achten", "Individual sabre", "5 V - 0 D", "C Valencia ( COL ) W 15 - 8", "P Beaudry ( CAN ) L 13 - 15", "Did not advance", "Did not advance" ], [ "6", "Ricardo Bustamante", "Individual sabre", "4 V - 1 D", "Y Iriarte ( CUB ) L 8 - 15", "Did not advance", "Did not advance", "Did not advance" ] ]
[ { "Formula": "FILTER(A1,(E1<225.5)*(B1=\"8–0\"))", "Formula2": "FILTER(A2:A7,(E2:E7<225.5)*(B2:B7=\"8–0\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "Avg/G smaller than 225.5, and a GP-GS of 8–0 has what name?", "Tokens": [ "FILTER(", "A1", "E1", "<", "225.5", "*", "B1", "=", "\"8–0\"" ] }, { "Formula": "ROWS(FILTER(E1,(B1=\"13–13\")*(C1<114.23)))", "Formula2": "ROWS(FILTER(E2:E7,(B2:B7=\"13–13\")*(C2:C7<114.23)))", "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "Avg/G that has a GP-GS of 13–13, and a Effic smaller than 114.23 has what total of numbers?", "Tokens": [ "ROWS(", "FILTER(", "E1", "B1", "=", "\"13–13\"", "*", "C1", "<", "114.23" ] }, { "Formula": "FILTER(C1,E1=2.7)", "Formula2": "FILTER(C2:C7,E2:E7=2.7)", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "Avg/G of 2.7 is what effic?", "Tokens": [ "FILTER(", "C1", "E1", "=", "2.7" ] }, { "Formula": "ROWS(FILTER(E1,(D1=\"1–1–0\")*(C1>394)))", "Formula2": "ROWS(FILTER(E2:E7,(D2:D7=\"1–1–0\")*(C2:C7>394)))", "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "Avg/G that has a Att-Cmp-Int of 1–1–0, and an Effic larger than 394 is what total?", "Tokens": [ "ROWS(", "FILTER(", "E1", "D1", "=", "\"1–1–0\"", "*", "C1", ">", "394" ] } ]
dev_2-13341768-56
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "GP-GS", "Effic", "Att-Cmp-Int", "Avg/G" ], [ "2", "Jameel Sewell", "13–13", "114.94", "364–214–9", "167.4" ], [ "3", "Peter Lalich", "8–0", "109.12", "61–35–1", "40.1" ], [ "4", "TEAM", "13–13", "0.00", "2–2–0", "0.0" ], [ "5", "Vic Hall", "13–13", "394.00", "1–1–0", "2.7" ], [ "6", "Total", "13–13", "114.23", "428–250–10", "194.8" ], [ "7", "Opponents", "13–13", "120.95", "452–263–11", "225.5" ] ]
[ { "Formula": "FILTER(D1,H1=\"47\")", "Formula2": "FILTER(D2:D13,H2:H13=\"47\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the value for the item \"Lost\" when the value \"Tries\" is 47?", "Tokens": [ "FILTER(", "D1", "H1", "=", "\"47\"" ] }, { "Formula": "FILTER(H1,(B1=\"18\")*(F1=\"375\"))", "Formula2": "FILTER(H2:H13,(B2:B13=\"18\")*(F2:F13=\"375\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the value for the item \"Tries\" when the value of the item \"Played\" is 18 and the value of the item \"Points\" is 375?", "Tokens": [ "FILTER(", "H1", "B1", "=", "\"18\"", "*", "F1", "=", "\"375\"" ] }, { "Formula": "FILTER(E1,F1=\"272\")", "Formula2": "FILTER(E2:E13,F2:F13=\"272\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the value of the item \"Points\" when the value of the item \"Points against\" is 272?", "Tokens": [ "FILTER(", "E1", "F1", "=", "\"272\"" ] } ]
dev_2-15467476-4
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Club", "Played", "Drawn", "Lost", "Points for", "Points against", "Points difference", "Tries For", "Tries Against" ], [ "2", "Club", "Played", "Drawn", "Lost", "Points for", "Points against", "Points difference", "Tries For", "Tries Against" ], [ "3", "Bryncethin RFC", "18", "0", "4", "533", "227", "+306", "76", "28" ], [ "4", "Cambrian Welfare RFC", "18", "0", "4", "448", "198", "+250", "62", "20" ], [ "5", "Glyncoch RFC", "18", "0", "5", "407", "252", "+155", "59", "27" ], [ "6", "Ynysowen RFC", "18", "0", "6", "367", "242", "+125", "44", "33" ], [ "7", "Wattstown RFC", "18", "0", "9", "420", "272", "+148", "56", "34" ], [ "8", "CRC Caerdydd RFC", "18", "2", "8", "327", "314", "+13", "47", "46" ], [ "9", "Llanrumney RFC", "18", "2", "8", "383", "375", "+8", "54", "51" ], [ "10", "Caereu Ely RFC", "18", "1", "11", "256", "332", "-76", "33", "45" ], [ "11", "Llandrindod Wells RFC", "18", "1", "14", "216", "351", "-135", "23", "46" ], [ "12", "Sulley Sports RFC", "18", "0", "18", "94", "888", "-794", "10", "134" ], [ "13", "Correct as of 2008-04-27", "Correct as of 2008-04-27", "Correct as of 2008-04-27", "Correct as of 2008-04-27", "Correct as of 2008-04-27", "Correct as of 2008-04-27", "Correct as of 2008-04-27", "Correct as of 2008-04-27", "Correct as of 2008-04-27" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(C1, A1=\"Enterasys Switches\")))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C7, A2:A7=\"Enterasys Switches\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many netflow version are there when the vendor and type is enterasys switches?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "A1", "=", "\"Enterasys Switches\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Alcatel-Lucent routers\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"Alcatel-Lucent routers\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What are the comments when the vendor and type is alcatel-lucent routers?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"Alcatel-Lucent routers\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"Enterasys Switches\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"Enterasys Switches\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What are the comments when vendor and type is enterasys switches?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"Enterasys Switches\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"PC and Servers\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"PC and Servers\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the netflow version when vendor and type is pc and servers?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"PC and Servers\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"Software running on Central Processor Module\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,D2:D7=\"Software running on Central Processor Module\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What are the comments when the implementation is software running on central processor module?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"Software running on Central Processor Module\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"v5, v8, v9, IPFIX\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,C2:C7=\"v5, v8, v9, IPFIX\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the implementation when the netflow version is v5, v8, v9, ipfix?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"v5, v8, v9, IPFIX\"", "4" ] } ]
train_1-1206114-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Vendor and type", "Models", "NetFlow Version", "Implementation", "Comments" ], [ "2", "Cisco IOS-XR routers", "CRS , ASR9000 old 12000", "v5, v8, v9", "Software running on line card CPU", "Comprehensive support for IPv6 and MPLS" ], [ "3", "Alcatel-Lucent routers", "7750SR", "v5, v8, v9, IPFIX", "Software running on Central Processor Module", "IPv6 or MPLS using IOM3 line cards or better" ], [ "4", "Huawei routers", "NE5000E NE40E/X NE80E", "v5, v9", "Software running on service cards", "Support for IPv6 or MPLS is unknown" ], [ "5", "Enterasys Switches", "S-Serie and N-Serie", "v5, v9", "Dedicated hardware", "IPv6 support is unknown" ], [ "6", "PC and Servers", "Linux FreeBSD NetBSD OpenBSD", "v5, v9, IPFIX", "Software like fprobe, ipt-netflow or pflow", "IPv6 support depend on the software used" ], [ "7", "VMware servers", "vSphere 5.x", "v5", "Software", "IPv6 support is unknown" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(C1,SUMX(E1),SUMX(D1)),FILTER(query1,(CHOOSECOLS(query1,2)<16)*(CHOOSECOLS(query1,3)=151)))", "Formula2": "LET(query1,SUMMARIZE(C2:C7,SUMX(E2:E7),SUMX(D2:D7)),FILTER(query1,(CHOOSECOLS(query1,2)<16)*(CHOOSECOLS(query1,3)=151)))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num", "*", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "WHAT YEAR HAS A TO PAR SMALLER THAN 16, TOTAL 151?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "E1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "16", "*", "CHOOSECOLS(", "query1", "3", "=", "151" ] }, { "Formula": "SUM(FILTER(D1, E1=10))", "Formula2": "SUM(FILTER(D2:D7, E2:E7=10))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "WHAT IS THE TOTAL WITH A TO PAR OF 10?", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "=", "10" ] }, { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(D1),SUMX(E1)),FILTER(query1,(CHOOSECOLS(query1,2)<151)*(CHOOSECOLS(query1,3)=8)))", "Formula2": "LET(query1,SUMMARIZE(A2:A7,SUMX(D2:D7),SUMX(E2:E7)),FILTER(query1,(CHOOSECOLS(query1,2)<151)*(CHOOSECOLS(query1,3)=8)))", "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 PLAYER WITH TOTAL LESS THAN 151, TO PAR OF 8?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "D1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "151", "*", "CHOOSECOLS(", "query1", "3", "=", "8" ] } ]
train_2-18059698-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Player", "Country", "Year(s) won", "Total", "To par" ], [ "2", "Mark Brooks", "United States", "1996", "149", "+9" ], [ "3", "Jack Nicklaus", "United States", "1963 , 1971 , 1973 1975 , 1980", "150", "+10" ], [ "4", "Jeff Sluman", "United States", "1988", "151", "+11" ], [ "5", "Hal Sutton", "United States", "1983", "156", "+16" ], [ "6", "Wayne Grady", "Australia", "1990", "158", "+18" ], [ "7", "John Mahaffey", "United States", "1978", "78", "+8" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(F1, A1=\"Fort Vancouver\")))", "Formula2": "ROWS(UNIQUE(FILTER(F2:F7, A2:A7=\"Fort Vancouver\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "how many wiaa classifications does fort vancouver high school have?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "F1", "A1", "=", "\"Fort Vancouver\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Storm\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,E2:E7=\"Storm\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "How many high schools have storm mascots?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Storm\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Vancouver iTech Prepratory\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,A2:A7=\"Vancouver iTech Prepratory\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What wiaa classifications does vancouver itech prepratory have?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Vancouver iTech Prepratory\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Trappers\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,E2:E7=\"Trappers\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What school classifications have trappers as mascot?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Trappers\"", "2" ] } ]
test_1-22058547-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "High School", "Type", "Established", "Enrollment", "Mascot", "WIAA Classification" ], [ "2", "Skyview", "Comprehensive 9–12", "1997", "1975", "Storm", "4A" ], [ "3", "Vancouver iTech Prepratory", "STEM , Magnet School 6-12", "2012", "220", "None", "3A" ], [ "4", "Columbia River", "Comprehensive 9–12", "1962", "1307", "Chieftains", "3A" ], [ "5", "Fort Vancouver", "Comprehensive 9–12", "1888", "1504", "Trappers", "3A" ], [ "6", "Hudson's Bay", "Comprehensive 9–12", "1956", "1522", "Eagles", "3A" ], [ "7", "Vancouver School of Arts and Academics", "Magnet 6–12", "1996", "556", "N/A", "N/A" ] ]
[ { "Formula": "SUM(FILTER(D1, (E1=\"LNWR\")*(C1=\"Castor, Overton, Peterborough East\")))", "Formula2": "SUM(FILTER(D2:D14, (E2:E14=\"LNWR\")*(C2:C14=\"Castor, Overton, Peterborough East\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "How many trains call at Castor, Overton, Peterborough East and are operated by LNWR?", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "=", "\"LNWR\"", "*", "C1", "=", "\"Castor, Overton, Peterborough East\"" ] } ]
train_1-12221135-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Departure", "Going to", "Calling at", "Arrival", "Operator" ], [ "2", "03.54", "Peterborough East", "Peterborough East", "04.05", "LNWR" ], [ "3", "08.29", "Peterborough North", "Castor, Overton, Peterborough North", "08.48", "GNR" ], [ "4", "08.40", "Peterborough East", "Castor, Overton, Peterborough East", "09.04", "LNWR" ], [ "5", "10.19", "Peterborough East", "Castor, Peterborough East", "10.37", "LNWR" ], [ "6", "10.50", "Peterborough East", "Overton, Peterborough East", "11.05", "LNWR" ], [ "7", "11.47", "Peterborough North", "Castor, Overton, Peterborough North", "12.06", "GNR" ], [ "8", "12.28", "Peterborough East", "Peterborough East", "12.40", "LNWR" ], [ "9", "13.52", "Peterborough East", "Castor, Overton, Peterborough East", "14.12", "LNWR" ], [ "10", "14.49", "Peterborough East", "Overton, Peterborough East", "15.05", "LNWR" ], [ "11", "16.16", "Peterborough East", "Castor, Overton, Peterborough East", "16.33", "LNWR" ], [ "12", "17.30", "Peterborough North", "Castor, Peterborough North", "17.46", "GNR" ], [ "13", "19.37", "Peterborough East", "Castor, Overton, Peterborough East", "19.58", "LNWR" ], [ "14", "22.01", "Peterborough East", "Peterborough East", "22.15", "LNWR" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Kelly Tripucka\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,A2:A7=\"Kelly Tripucka\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the nationality of the player named Kelly Tripucka?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Kelly Tripucka\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Iowa State\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,F2:F7=\"Iowa State\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What years were the Iowa State school/club team have a jazz club?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"Iowa State\"", "5" ] }, { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=6))", "Formula2": "LET(query1,SUMMARIZE(A2:A7,SUMX(B2:B7)),FILTER(query1,CHOOSECOLS(query1,2)=6))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "Which player wears the number 6?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"Shooting guard\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,D2:D7=\"Shooting guard\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which player's position is the shooting guard?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"Shooting guard\"", "1" ] }, { "Formula": "SUMIFS(B1,F1,\"BYU\")", "Formula2": "SUMIFS(B2:B7,F2:F7,\"BYU\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the number of school/club teams held by BYU?", "Tokens": [ "SUMIFS(", "B1", "F1", "\"BYU\"" ] } ]
train_1-11545282-19
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "No.", "Nationality", "Position", "Years for Jazz", "School/Club Team" ], [ "2", "Ira Terrell", "34", "United States", "Forward", "1978-79", "Southern Methodist" ], [ "3", "Brooks Thompson", "22", "United States", "Guard", "1996", "Oklahoma State" ], [ "4", "Bob Thornton", "33", "United States", "Forward", "1991-92", "Saddleback College" ], [ "5", "Jamaal Tinsley", "6", "United States", "Point guard", "2011-present", "Iowa State" ], [ "6", "Andy Toolson", "5", "United States", "Guard-Forward", "1990-91; 1995-96", "BYU" ], [ "7", "Kelly Tripucka", "4", "United States", "Shooting guard", "1986-88", "Notre Dame" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"8.7 (55)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"8.7 (55)\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "If the away team scored 8.7 (55), what venue did the play at?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"8.7 (55)\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"25.23 (173)\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"25.23 (173)\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When the home team scored 25.23 (173), what date did they play/", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"25.23 (173)\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"25.23 (173)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"25.23 (173)\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which home team scored 25.23 (173)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"25.23 (173)\"", "1" ] }, { "Formula": "MINIFS(F1,D1,\"7.9 (51)\")", "Formula2": "MINIFS(F2:F7,D2:D7,\"7.9 (51)\")", "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "When the away team scored 7.9 (51), what was the smallest crowd that turned out?", "Tokens": [ "MINIFS(", "F1", "D1", "\"7.9 (51)\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"victoria park\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,E2:E7=\"victoria park\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which home team plays at victoria park?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"victoria park\"", "1" ] } ]
train_2-10883333-19
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Footscray", "5.16 (46)", "St Kilda", "16.18 (114)", "Western Oval", "18,107", "9 August 1975" ], [ "3", "Collingwood", "20.18 (138)", "Essendon", "15.9 (99)", "Victoria Park", "18,664", "9 August 1975" ], [ "4", "Richmond", "13.18 (96)", "North Melbourne", "13.23 (101)", "MCG", "39,664", "9 August 1975" ], [ "5", "Hawthorn", "25.23 (173)", "Geelong", "8.7 (55)", "Princes Park", "8,123", "9 August 1975" ], [ "6", "South Melbourne", "13.20 (98)", "Fitzroy", "16.19 (115)", "Lake Oval", "9,032", "9 August 1975" ], [ "7", "Melbourne", "11.23 (89)", "Carlton", "7.9 (51)", "VFL Park", "30,328", "9 August 1975" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=2),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,A2:A9=2),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Name the distance for stage of 2", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "2", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"sébastien rosseler\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"sébastien rosseler\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the route with winner of sébastien rosseler", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"sébastien rosseler\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"170.8km\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,C2:C9=\"170.8km\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the route for 170.8km distance", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"170.8km\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"luciano pagliarini\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"luciano pagliarini\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the date for luciano pagliarini", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"luciano pagliarini\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"mark cavendish\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,E2:E9=\"mark cavendish\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name the date for mark cavendish", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"mark cavendish\"", "4" ] } ]
train_2-12608303-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Stage", "Route", "Distance", "Date", "Winner" ], [ "2", "P", "Hasselt – Hasselt", "5.1km", "Wednesday, August 22", "Michiel Elijzen" ], [ "3", "1", "Waremme – Eupen", "189.5km", "Thursday, August 23", "Nick Nuyens" ], [ "4", "2", "Antwerp – Knokke-Heist", "199.1km", "Friday, August 24", "Mark Cavendish" ], [ "5", "3", "Knokke-Heist – Putte", "170.8km", "Saturday, August 25", "Robbie McEwen" ], [ "6", "4", "Maldegem – Terneuzen", "182.7km", "Sunday, August 26", "Wouter Weylandt" ], [ "7", "5", "Terneuzen – Nieuwegein", "179.9km", "Monday, August 27", "Luciano Pagliarini" ], [ "8", "6", "Beek – Landgraaf", "177.4km", "Tuesday, August 28", "Pablo Lastras" ], [ "9", "7 ( ITT )", "Sittard – Geleen", "29.6km", "Wednesday, August 29", "Sébastien Rosseler" ] ]
[ { "Formula": "SUM(FILTER(F1, A1<14))", "Formula2": "SUM(FILTER(F2:F12, A2:A12<14))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ], "Level": "easy", "Question": "How many points was before game 14?", "Tokens": [ "SUM(", "FILTER(", "F1", "A1", "<", "14" ] }, { "Formula": "AVERAGE(FILTER(F1, B1=6))", "Formula2": "AVERAGE(FILTER(F2:F12, B2:B12=6))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the average points on November 6?", "Tokens": [ "AVERAGE(", "FILTER(", "F1", "B1", "=", "6" ] } ]
train_2-14347256-4
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Game", "November", "Opponent", "Score", "Record", "Points" ], [ "2", "13", "3", "New York Islanders", "1–2", "6–4–3–0", "15" ], [ "3", "14", "6", "@ Chicago Blackhawks", "1–2", "6–5–3–0", "15" ], [ "4", "15", "8", "@ Tampa Bay Lightning", "2–1", "7–5–3–0", "17" ], [ "5", "16", "10", "@ Florida Panthers", "3–2 OT", "8–5–3–0", "19" ], [ "6", "17", "14", "@ New York Rangers", "2–4", "8–6–3–0", "19" ], [ "7", "18", "15", "Washington Capitals", "5–0", "9–6–3–0", "21" ], [ "8", "19", "17", "@ New Jersey Devils", "3–1", "10–6–3–0", "23" ], [ "9", "20", "20", "New Jersey Devils", "3–3 OT", "10–6–4–0", "24" ], [ "10", "21", "23", "@ Dallas Stars", "3–3 OT", "10–6–5–0", "25" ], [ "11", "22", "25", "Vancouver Canucks", "1–4", "10–7–5–0", "25" ], [ "12", "23", "29", "Boston Bruins", "2–3 OT", "10–7–5–1", "26" ] ]
[ { "Formula": "MAX(FILTER(F1, (A1>2008)*(B1=\"kairat\")*(E1<1)))", "Formula2": "MAX(FILTER(F2:F6, (A2:A6>2008)*(B2:B6=\"kairat\")*(E2:E6<1)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the highest Apps of kairat after 2008 and a Level smaller than 1?", "Tokens": [ "MAX(", "FILTER(", "F1", "A1", ">", "2008", "*", "B1", "=", "\"kairat\"", "*", "E1", "<", "1" ] }, { "Formula": "SUM(FILTER(E1, (F1=27)*(A1>2006)))", "Formula2": "SUM(FILTER(E2:E6, (F2:F6=27)*(A2:A6>2006)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the total Level with 27 Apps after 2006?", "Tokens": [ "SUM(", "FILTER(", "E1", "F1", "=", "27", "*", "A1", ">", "2006" ] }, { "Formula": "MIN(FILTER(F1, E1>1))", "Formula2": "MIN(FILTER(F2:F6, E2:E6>1))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the lowest Apps with more than 1 level?", "Tokens": [ "MIN(", "FILTER(", "F1", "E1", ">", "1" ] }, { "Formula": "SUM(FILTER(E1, A1=2007))", "Formula2": "SUM(FILTER(E2:E6, A2:A6=2007))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "what is the total levels in 2007?", "Tokens": [ "SUM(", "FILTER(", "E1", "A1", "=", "2007" ] } ]
train_2-18119901-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Season", "Team", "Country", "League", "Level", "Apps", "Goals" ], [ "2", "2006", "Irtysh", "Kazakhstan", "Premier League", "1", "27", "2" ], [ "3", "2007", "Irtysh", "Kazakhstan", "Premier League", "1", "17", "1" ], [ "4", "2008", "Tobol", "Kazakhstan", "Premier League", "1", "25", "3" ], [ "5", "2009", "Tobol", "Kazakhstan", "Premier League", "1", "22", "1" ], [ "6", "2010", "Kairat", "Kazakhstan", "Premier League", "1", "15", "0" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"gary player\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,C2:C10=\"gary player\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What did winner Gary Player par?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"gary player\"", "5" ] } ]
train_2-14112941-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Date", "Winner", "Score", "To par", "Winner's share ($)" ], [ "2", "1968", "Jun 6–9", "Billy Casper", "70-71-69-70=280", "−8", "20,000" ], [ "3", "1967", "Jul 6–9", "Frank Beard", "70-71-69-69=279", "−9", "20,000" ], [ "4", "1966", "Jul 28–31", "Billy Casper", "69-70-68-70=277", "−11", "16,400" ], [ "5", "1965", "May 24–27", "Bruce Crampton", "71-70-67-71=279", "−5", "15,200" ], [ "6", "1964", "May 27–31", "Gary Player", "70-66-70-67=273", "−11", "12,000" ], [ "7", "1963", "May 31 – Jun 3", "Dow Finsterwald", "68-68-64-68=268", "−16", "10,000" ], [ "8", "1962", "May 24–27", "Billy Casper", "66-67-67-64=264", "−18", "9,000" ], [ "9", "1961", "May 25–28", "Doug Ford", "69-69-67-68=273", "−12", "9,000" ], [ "10", "1960", "May 26–29", "Doug Ford", "66-68-68-68=270", "−14", "9,000" ] ]
[ { "Formula": "ROWS(FILTER(E1,G1=\"57.5\"))", "Formula2": "ROWS(FILTER(E2:E11,G2:G11=\"57.5\"))", "Funcs": [ "ROWS(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "How man teams had a total weight of 57.5?", "Tokens": [ "ROWS(", "FILTER(", "E1", "G1", "=", "\"57.5\"" ] }, { "Formula": "FILTER(F1,G1=\"56\")", "Formula2": "FILTER(F2:F11,G2:G11=\"56\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "List the weight for 56 kilograms.", "Tokens": [ "FILTER(", "F1", "G1", "=", "\"56\"" ] }, { "Formula": "FILTER(C1,G1=\"56.5\")", "Formula2": "FILTER(C2:C11,G2:G11=\"56.5\")", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "List the weight for 56.5 kilograms.", "Tokens": [ "FILTER(", "C1", "G1", "=", "\"56.5\"" ] } ]
dev_1-2581397-3
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Result", "Date", "Race", "Venue", "Group", "Distance", "Weight (kg)", "Jockey", "Winner/2nd" ], [ "2", "Won", "21 August 1999", "Warwick Stakes", "Warwick Farm", "G2", "1400 m", "55", "L. Cassidy", "2nd - Tie The Knot" ], [ "3", "2nd", "11 September 1999", "Theo Marks Stakes", "Rosehill", "G2", "1300 m", "58", "L. Cassidy", "1st - Adam" ], [ "4", "2nd", "25 September 1999", "George Main Stakes", "Randwick", "G1", "1600 m", "55", "L. Cassidy", "1st - Shogun Lodge" ], [ "5", "4th", "2 October 1999", "Epsom Handicap", "Randwick", "G1", "1600 m", "56.5", "L. Cassidy", "1st - Allez Suez" ], [ "6", "Won", "23 October 1999", "Cox Plate", "Moonee Valley", "G1", "2040 m", "54", "G. Childs", "2nd - Tie The Knot" ], [ "7", "Won", "20 November 1999", "Breeders Stakes", "Pukekohe", "G2", "1400 m", "54.5", "G. Childs", "2nd - Soap Opera" ], [ "8", "7th", "12 December 1999", "Hong Kong Cup", "Sha Tin", "G1", "2000 m", "56", "G. Childs", "1st - Jim And Tonic" ], [ "9", "Won", "11 March 2000", "Apollo Stakes", "Warwick Farm", "G2", "1400 m", "55.5", "G. Childs", "2nd - Adam" ], [ "10", "Won", "1 April 2000", "Coolmore Classic", "Rosehill", "G1", "1500 m", "60", "G. Childs", "2nd - Beat The Fade" ], [ "11", "2nd", "22 April 2000", "Doncaster", "Randwick", "G1", "1600 m", "57.5", "G. Childs", "1st - Over" ] ]
[ { "Formula": "MIN(B1)", "Formula2": "MIN(B2:B12)", "Funcs": [ "MIN(", "Cell" ], "Level": "easy", "Question": "What is the first year in the competition?", "Tokens": [ "MIN(", "B1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"Jennifer Capriati\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,E2:E12=\"Jennifer Capriati\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the result in the final versos Jennifer Capriati?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Jennifer Capriati\"", "1" ] }, { "Formula": "MIN(B1)", "Formula2": "MIN(B2:B12)", "Funcs": [ "MIN(", "Cell" ], "Level": "easy", "Question": "What is the first year that she competed?", "Tokens": [ "MIN(", "B1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"4–6, 7–5, 6–2\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,F2:F12=\"4–6, 7–5, 6–2\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What tournament did she win with a final score of 4–6, 7–5, 6–2?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"4–6, 7–5, 6–2\"", "3" ] } ]
train_1-19047-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Outcome", "Year", "Championship", "Surface", "Opponent in the final", "Score in the final" ], [ "2", "Winner", "1997", "Australian Open", "Hard", "Mary Pierce", "6–2, 6–2" ], [ "3", "Runner-up", "1997", "French Open", "Clay", "Iva Majoli", "6–4, 6–2" ], [ "4", "Winner", "1997", "Wimbledon", "Grass", "Jana Novotná", "2–6, 6–3, 6–3" ], [ "5", "Winner", "1997", "US Open", "Hard", "Venus Williams", "6–0, 6–4" ], [ "6", "Winner", "1998", "Australian Open (2)", "Hard", "Conchita Martínez", "6–3, 6–3" ], [ "7", "Runner-up", "1998", "US Open", "Hard", "Lindsay Davenport", "6–3, 7–5" ], [ "8", "Winner", "1999", "Australian Open (3)", "Hard", "Amélie Mauresmo", "6–2, 6–3" ], [ "9", "Runner-up", "1999", "French Open (2)", "Clay", "Steffi Graf", "4–6, 7–5, 6–2" ], [ "10", "Runner-up", "1999", "US Open (2)", "Hard", "Serena Williams", "6–3, 7–6(4)" ], [ "11", "Runner-up", "2000", "Australian Open", "Hard", "Lindsay Davenport", "6–1, 7–5" ], [ "12", "Runner-up", "2001", "Australian Open (2)", "Hard", "Jennifer Capriati", "6–4, 6–3" ] ]
[ { "Formula": "MAX(FILTER(F1, (D1=1)*(A1>7)))", "Formula2": "MAX(FILTER(F2:F11, (D2:D11=1)*(A2:A11>7)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the largest total with a Silver of 1, and a Rank larger than 7?", "Tokens": [ "MAX(", "FILTER(", "F1", "D1", "=", "1", "*", "A1", ">", "7" ] }, { "Formula": "SUM(FILTER(F1, (E1<3)*(B1=\"zimbabwe\")*(D1<6)))", "Formula2": "SUM(FILTER(F2:F11, (E2:E11<3)*(B2:B11=\"zimbabwe\")*(D2:D11<6)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "How many totals have a Bronze smaller than 3, a Nation of zimbabwe, and a Silver smaller than 6?", "Tokens": [ "SUM(", "FILTER(", "F1", "E1", "<", "3", "*", "B1", "=", "\"zimbabwe\"", "*", "D1", "<", "6" ] }, { "Formula": "MIN(FILTER(D1, (E1<6)*(F1=3)*(A1<9)))", "Formula2": "MIN(FILTER(D2:D11, (E2:E11<6)*(F2:F11=3)*(A2:A11<9)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the smallest silver with a Bronze smaller than 6, a Total of 3, and a Rank smaller than 9?", "Tokens": [ "MIN(", "FILTER(", "D1", "E1", "<", "6", "*", "F1", "=", "3", "*", "A1", "<", "9" ] }, { "Formula": "SUM(FILTER(A1, (C1=0)*(B1=\"namibia\")*(F1<1)))", "Formula2": "SUM(FILTER(A2:A11, (C2:C11=0)*(B2:B11=\"namibia\")*(F2:F11<1)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "How many ranks have 0 golds, a Nation of namibia, and a Total smaller than 1?", "Tokens": [ "SUM(", "FILTER(", "A1", "C1", "=", "0", "*", "B1", "=", "\"namibia\"", "*", "F1", "<", "1" ] }, { "Formula": "SUM(FILTER(F1, (E1=0)*(C1<0)))", "Formula2": "SUM(FILTER(F2:F11, (E2:E11=0)*(C2:C11<0)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "How many totals have a Bronze of 0, and a Gold smaller than 0?", "Tokens": [ "SUM(", "FILTER(", "F1", "E1", "=", "0", "*", "C1", "<", "0" ] }, { "Formula": "SUM(FILTER(D1, (A1>9)*(F1>1)))", "Formula2": "SUM(FILTER(D2:D11, (A2:A11>9)*(F2:F11>1)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the total silver with a Rank larger than 9, and a Total larger than 1?", "Tokens": [ "SUM(", "FILTER(", "D1", "A1", ">", "9", "*", "F1", ">", "1" ] } ]
train_2-12377104-4
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Nation", "Gold", "Silver", "Bronze", "Total" ], [ "2", "1", "South Africa", "25", "15", "12", "52" ], [ "3", "2", "Zimbabwe", "7", "6", "2", "15" ], [ "4", "3", "Algeria", "4", "6", "6", "16" ], [ "5", "4", "Kenya", "3", "2", "3", "8" ], [ "6", "5", "Tunisia", "1", "5", "7", "13" ], [ "7", "6", "Egypt", "0", "4", "6", "10" ], [ "8", "7", "Nigeria", "0", "1", "0", "1" ], [ "9", "7", "Namibia", "0", "1", "0", "1" ], [ "10", "9", "Senegal", "0", "0", "3", "3" ], [ "11", "10", "Zambia", "0", "0", "1", "1" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"best current affairs presenter\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,C2:C12=\"best current affairs presenter\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the result for the award for best current affairs presenter?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"best current affairs presenter\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"lianhe zaobao\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,B2:B12=\"lianhe zaobao\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which award was given to Lianhe Zaobao?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"lianhe zaobao\"", "3" ] } ]
train_2-18498470-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Year", "Organisation", "Award", "Nominated Work Title", "Result" ], [ "2", "2000", "Star Awards", "Best News / Current Affairs Presenter", "News 8 at Ten", "Nominated" ], [ "3", "2001", "Star Awards", "Best News / Current Affairs Presenter", "News 8 at Ten", "Nominated" ], [ "4", "2003", "Asian Television Awards", "Best Current Affairs Presenter", "Inside Out", "Runner-up" ], [ "5", "2004", "Lianhe Zaobao", "Top 50 Most Popular Asian Idol", "N/A", "Won" ], [ "6", "2008", "The Anniversary Gala 2008", "Most Memorable News Presenter (2000s Era)", "N/A", "Won" ], [ "7", "2009", "Star Awards", "Best News / Current Affairs Presenter", "News 8 at Ten", "Nominated" ], [ "8", "2010", "Star Awards", "Best News Presenter", "News 8 at Ten", "Nominated" ], [ "9", "2011", "Star Awards", "Best News Story", "Kallang Slash", "Nominated" ], [ "10", "2011", "Star Awards", "Best News Presenter", "News Tonight", "Nominated" ], [ "11", "2012", "Star Awards", "Best News Presenter", "News Tonight", "Won" ], [ "12", "2013", "Star Awards", "Best News Presenter", "News Tonight", "Nominated" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"banwen rfc\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G16,A2:A16=\"banwen rfc\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what's the played status when the club was banwen rfc?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"banwen rfc\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"points against\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G16,F2:F16=\"points against\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what's the points total when points against was points against?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"points against\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(G1=36)*(F1=\"489\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G16,(G2:G16=36)*(F2:F16=\"489\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "when points were 36 and points against 489 what is the lost?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "36", "*", "F1", "=", "\"489\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"387\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G16,F2:F16=\"387\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "when points against was 387 what was the lost?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"387\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,E1=\"points for\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G16,E2:E16=\"points for\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "when points for was points for what was the points?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"points for\"", "7" ] } ]
train_2-13564702-6
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Club", "Played", "Drawn", "Lost", "Points for", "Points against", "Points" ], [ "2", "Club", "Played", "Drawn", "Lost", "Points for", "Points against", "Points" ], [ "3", "Mumbles RFC", "24", "0", "2", "875", "230", "66" ], [ "4", "Heol y Cyw RFC", "24", "1", "7", "598", "424", "49" ], [ "5", "Tondu RFC", "24", "0", "8", "549", "387", "48" ], [ "6", "Aberavon Quins RFC", "24", "0", "10", "547", "345", "42" ], [ "7", "Nantyffyllon RFC", "24", "0", "11", "503", "410", "39" ], [ "8", "Vardre RFC", "24", "0", "12", "510", "489", "36" ], [ "9", "Kenfig Hill RFC", "24", "0", "12", "546", "527", "36" ], [ "10", "Amman United RFC", "24", "0", "12", "369", "512", "36" ], [ "11", "Skewen RFC", "24", "1", "12", "403", "487", "34" ], [ "12", "Banwen RFC", "24", "0", "16", "346", "471", "24" ], [ "13", "Cwmgors RFC", "24", "0", "17", "336", "723", "21" ], [ "14", "Bryncoch RFC", "24", "0", "17", "355", "693", "21" ], [ "15", "Brynamman RFC", "24", "0", "19", "371", "610", "15" ], [ "16", "Correct as of 2007-10-04", "Correct as of 2007-10-04", "Correct as of 2007-10-04", "Correct as of 2007-10-04", "Correct as of 2007-10-04", "Correct as of 2007-10-04", "Correct as of 2007-10-04" ] ]
[ { "Formula": "SUMIFS(A1,B1,\"september 27, 1953\")", "Formula2": "SUMIFS(A2:A13,B2:B13,\"september 27, 1953\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "Which week's date was September 27, 1953?", "Tokens": [ "SUMIFS(", "A1", "B1", "\"september 27, 1953\"" ] }, { "Formula": "MAX(FILTER(E1, (C1=\"chicago cardinals\")*(A1<4)))", "Formula2": "MAX(FILTER(E2:E13, (C2:C13=\"chicago cardinals\")*(A2:A13<4)))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the largest attendance number when the Chicago Cardinals were the opponent and the week was less than 4?", "Tokens": [ "MAX(", "FILTER(", "E1", "C1", "=", "\"chicago cardinals\"", "*", "A1", "<", "4" ] } ]
train_2-15765437-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 27, 1953", "at Los Angeles Rams", "L 21–7", "49,579" ], [ "3", "2", "October 3, 1953", "at Pittsburgh Steelers", "L 24–14", "31,500" ], [ "4", "3", "October 11, 1953", "at Washington Redskins", "L 13–9", "26,241" ], [ "5", "4", "October 18, 1953", "Chicago Cardinals", "W 21–7", "30,301" ], [ "6", "5", "October 25, 1953", "Cleveland Browns", "L 7–0", "30,773" ], [ "7", "6", "November 1, 1953", "at Chicago Cardinals", "W 23–20", "17,499" ], [ "8", "7", "November 8, 1953", "at Philadelphia Eagles", "L 30–7", "24,331" ], [ "9", "8", "November 15, 1953", "Pittsburgh Steelers", "L 14–10", "20,411" ], [ "10", "9", "November 22, 1953", "Washington Redskins", "L 24–21", "16,887" ], [ "11", "10", "November 29, 1953", "Philadelphia Eagles", "W 37–28", "20,294" ], [ "12", "11", "December 6, 1953", "at Cleveland Browns", "L 62–14", "40,235" ], [ "13", "12", "December 13, 1953", "Detroit Lions", "L 27–16", "28,390" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"john mcenroe\")*(F1=\"3–6, 6–3, 2–6\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,(E2:E14=\"john mcenroe\")*(F2:F14=\"3–6, 6–3, 2–6\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the date of the match against John McEnroe with a Score of 3–6, 6–3, 2–6?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"john mcenroe\"", "*", "F1", "=", "\"3–6, 6–3, 2–6\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=1989),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,B2:B14=1989),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What is the Opponent of the game in 1989?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "1989", "5" ] } ]
train_2-1717013-4
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Outcome", "Date", "Championship", "Surface", "Opponent", "Score" ], [ "2", "Winner", "1981", "Johannesburg , South Africa", "Hard", "Bernard Mitton", "6–4, 6–4" ], [ "3", "Runner-up", "1982", "Los Angeles , U.S.", "Carpet", "Ivan Lendl", "6–7 (5–7) , 5–7, 1–6" ], [ "4", "Runner-up", "1982", "Amsterdam , Netherlands", "Carpet", "Wojtek Fibak", "5–7, 6–3, 4–6, 3–6" ], [ "5", "Winner", "1982", "Cologne , Germany", "Hard (i)", "Shlomo Glickstein", "2–6, 6–2, 6–3" ], [ "6", "Runner-up", "1983", "Milan , Italy", "Carpet", "Ivan Lendl", "7–5, 3–6, 6–7" ], [ "7", "Runner-up", "1984", "Australian Open", "Grass", "Mats Wilander", "7–6 (7–5) , 4–6, 6–7 (3–7) , 2–6" ], [ "8", "Winner", "1985", "Toronto , Canada", "Carpet", "Anders Järryd", "7–6 (8–6) , 6–3" ], [ "9", "Runner-up", "1985", "Houston , U.S.", "Carpet", "John McEnroe", "5–7, 1–6, 6–7 (4–7)" ], [ "10", "Runner-up", "1985", "Wimbledon", "Grass", "Boris Becker", "3–6, 7–6 (7–4) , 6–7 (3–7) , 4–6" ], [ "11", "Winner", "1986", "Atlanta , U.S.", "Carpet", "Tim Wilkison", "7–6 (7–5) , 7–6 (7–2)" ], [ "12", "Runner-up", "1986", "Scottsdale , U.S.", "Hard", "John McEnroe", "3–6, 6–3, 2–6" ], [ "13", "Runner-up", "1988", "Toronto , Canada", "Hard", "Ivan Lendl", "6–7 (10–12) , 2–6" ], [ "14", "Winner", "1989", "Frankfurt , Germany", "Carpet", "Petr Korda", "6–2, 7–5" ] ]
[ { "Formula": "FILTER(E1,(C1=\"united states\")*(D1=\"72-67-80-71=290\"))", "Formula2": "FILTER(E2:E13,(C2:C13=\"united states\")*(D2:D13=\"72-67-80-71=290\"))", "Funcs": [ "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the to par for the player from the United States with a 72-67-80-71=290 score?", "Tokens": [ "FILTER(", "E1", "C1", "=", "\"united states\"", "*", "D1", "=", "\"72-67-80-71=290\"" ] } ]
dev_2-12925508-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Player", "Country", "Score", "To par", "Money ( $ )" ], [ "2", "1", "Claude Harmon", "United States", "70-70-69-70=279", "–9", "2,500" ], [ "3", "2", "Cary Middlecoff", "United States", "74-71-69-70=284", "–4", "1,500" ], [ "4", "3", "Chick Harbert", "United States", "71-70-70-76=287", "–1", "1,000" ], [ "5", "T4", "Jim Ferrier", "Australia", "71-71-75-71=288", "E", "750" ], [ "6", "T4", "Lloyd Mangrum", "United States", "69-73-75-71=288", "E", "750" ], [ "7", "T6", "Ed Furgol", "United States", "70-72-73-74=289", "+1", "500" ], [ "8", "T6", "Ben Hogan", "United States", "70-71-77-71=289", "+1", "500" ], [ "9", "T8", "Byron Nelson", "United States", "71-73-72-74=290", "+2", "350" ], [ "10", "T8", "Harry Todd", "United States", "72-67-80-71=290", "+2", "350" ], [ "11", "T10", "Herman Keiser", "United States", "70-72-76-73=291", "+3", "250" ], [ "12", "T10", "Bobby Locke", "South Africa", "71-71-74-75=291", "+3", "250" ], [ "13", "T10", "Dick Metz", "United States", "71-72-75-73=291", "+3", "250" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(G1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)<19))", "Formula2": "LET(query1,SUMMARIZE(G2:G16,SUMX(A2:A16)),FILTER(query1,CHOOSECOLS(query1,2)<19))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "Who had the high assists in the game less than 19?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "G1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "19" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"philips arena 12,088\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,H2:H16=\"philips arena 12,088\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who had the high rebounds in Philips Arena 12,088?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "\"philips arena 12,088\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"w 108–105 (ot)\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I16,D2:D16=\"w 108–105 (ot)\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who had the high points when the score was w 108–105 (ot)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"w 108–105 (ot)\"", "5" ] } ]
train_2-17121262-6
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Team", "Score", "High points", "High rebounds", "High assists", "Location Attendance", "Record" ], [ "2", "18", "December 3", "@ Atlanta", "L 95–105 (OT)", "Hakim Warrick (20)", "Rudy Gay (10)", "Mike Conley, Jr. , Kyle Lowry (4)", "Philips Arena 12,088", "4–14" ], [ "3", "19", "December 5", "L.A. Clippers", "W 93–81 (OT)", "Rudy Gay (25)", "Darko Miličić (9)", "Kyle Lowry (5)", "FedExForum 10,484", "5–14" ], [ "4", "20", "December 6", "@ New Orleans", "L 87–106 (OT)", "Marc Gasol (21)", "Marc Gasol (7)", "O. J. Mayo (5)", "New Orleans Arena 16,822", "5–15" ], [ "5", "21", "December 8", "Houston", "W 109–97 (OT)", "Rudy Gay (20)", "Hakim Warrick , Marc Gasol (8)", "Kyle Lowry (5)", "FedExForum 10,691", "6–15" ], [ "6", "22", "December 10", "@ Oklahoma City", "W 108–102 (OT)", "Rudy Gay (22)", "Rudy Gay , Hakim Warrick , Marc Gasol (6)", "O. J. Mayo , Kyle Lowry (5)", "Ford Center 18,009", "7–15" ], [ "7", "23", "December 12", "Chicago", "W 103–96 (OT)", "Rudy Gay (29)", "Darko Miličić (11)", "Mike Conley, Jr. (7)", "FedExForum 17,132", "8–15" ], [ "8", "24", "December 14", "Miami", "W 102–86 (OT)", "O. J. Mayo (28)", "Marc Gasol (7)", "Kyle Lowry (5)", "FedExForum 12,271", "9–15" ], [ "9", "25", "December 16", "New Orleans", "L 84–91 (OT)", "Rudy Gay (28)", "Marc Gasol (11)", "O. J. Mayo , Mike Conley, Jr. (4)", "FedExForum 10,231", "9–16" ], [ "10", "26", "December 19", "Charlotte", "L 83–112 (OT)", "Rudy Gay (17)", "Marc Gasol (6)", "O. J. Mayo (4)", "FedExForum 11,869", "9–17" ], [ "11", "27", "December 22", "L.A. Lakers", "L 96–105 (OT)", "Rudy Gay (23)", "Darko Miličić (8)", "Kyle Lowry (7)", "FedExForum 17,456", "9–18" ], [ "12", "28", "December 23", "@ Dallas", "L 82–100 (OT)", "Hakim Warrick (17)", "Rudy Gay (9)", "Kyle Lowry (4)", "American Airlines Center 20,200", "9–19" ], [ "13", "29", "December 26", "Indiana", "W 108–105 (OT)", "Hakim Warrick (21)", "O. J. Mayo (8)", "O. J. Mayo (7)", "FedExForum 12,346", "10–19" ], [ "14", "30", "December 27", "@ San Antonio", "L 103–106 (2OT)", "O. J. Mayo (29)", "Rudy Gay (11)", "Kyle Lowry (8)", "AT&T Center 18,797", "10–20" ], [ "15", "31", "December 29", "@ Minnesota", "L 98–108 (OT)", "O. J. Mayo (23)", "Hakim Warrick (8)", "Kyle Lowry (12)", "Target Center 12,207", "10–21" ], [ "16", "32", "December 30", "Phoenix", "L 89–101 (OT)", "Hakim Warrick (25)", "Marc Gasol (13)", "Kyle Lowry (6)", "FedExForum 14,471", "10–22" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"going for gold\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"going for gold\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which channel did Going for Gold air on?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"going for gold\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"gladiators\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,A2:A7=\"gladiators\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What channel is Gladiators on?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"gladiators\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"bbc one\")*(A1=\"going for gold\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E7,(C2:C7=\"bbc one\")*(A2:A7=\"going for gold\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When did Going for Gold return in BBC One?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"bbc one\"", "*", "A1", "=", "\"going for gold\"", "4" ] } ]
train_2-13549921-18
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Programme", "Date(s) of original removal", "Original channel", "Date(s) of return", "New channel(s)" ], [ "2", "Mr. and Mrs. as All Star Mr & Mrs", "1999", "ITV", "12 April 2008", "N/A (Same channel as original)" ], [ "3", "ITV News at Ten", "5 March 1999 30 January 2004", "ITV", "22 January 2001 14 January 2008", "N/A (Same channel as original)" ], [ "4", "Gladiators", "1 January 2000", "ITV", "11 May 2008", "Sky1" ], [ "5", "Superstars", "2005", "BBC One", "July 2008", "Five" ], [ "6", "It'll Be Alright on the Night", "18 March 2006", "ITV", "20 September 2008", "N/A (Same channel as original)" ], [ "7", "Going for Gold", "9 July 1996", "BBC One", "13 October 2008", "Five" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"uk\")*(C1=\"razor records\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(A2:A9=\"uk\")*(C2:C9=\"razor records\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Catalog, when the Region is UK, and when Label is Razor Records?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"uk\"", "*", "C1", "=", "\"razor records\"", "5" ] }, { "Formula": "MAXIFS(B1,C1,\"captain oi! records\")", "Formula2": "MAXIFS(B2:B9,C2:C9,\"captain oi! records\")", "Funcs": [ "MAXIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the latest Date, when Label is Captain Oi! Records?", "Tokens": [ "MAXIFS(", "B1", "C1", "\"captain oi! records\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=2004),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,B2:B9=2004),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What is Region, when Date is 2004?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "2004", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"cd\")*(A1=\"us\")*(B1<2004)*(C1=\"taang! records\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E9,(D2:D9=\"cd\")*(A2:A9=\"us\")*(B2:B9<2004)*(C2:C9=\"taang! records\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Catalog, when Format is CD, when Region is US, when Date is before 2004, and when Label is Taang! Records?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"cd\"", "*", "A1", "=", "\"us\"", "*", "B1", "<", "2004", "*", "C1", "=", "\"taang! records\"", "5" ] } ]
train_2-15682621-2
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Region", "Date", "Label", "Format", "Catalog" ], [ "2", "UK", "1982", "Razor Records", "LP", "RAZ 2" ], [ "3", "US", "1993", "Cleopatra Records", "CD", "CLEO 3315-2" ], [ "4", "UK", "1998", "Captain Oi! Records", "CD", "AHOY CD 088" ], [ "5", "UK", "2002", "Captain Oi! Records", "CD", "AHOY CD 195" ], [ "6", "US", "2002", "Taang! Records", "CD", "TAANG! 139" ], [ "7", "US", "2004", "Taang! Records", "CD", "TAANG! 171" ], [ "8", "US", "2006", "SOS Records", "CD", "SOSR 6048" ], [ "9", "US", "2008", "Taang! Records", "LP", "TAANG! 171" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,E1=\"58:20\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,E2:E6=\"58:20\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the trans 2 duration if the biking stage is covered within 58:20?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "E1", "=", "\"58:20\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"1:51:19.45\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,H2:H6=\"1:51:19.45\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the trans 2 duration if the total time is 1:51:19.45?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "\"1:51:19.45\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,A1=\"Daniela Ryf\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,A2:A6=\"Daniela Ryf\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the duration of Daniela Ryf's swimming stage?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "A1", "=", "\"Daniela Ryf\"", "3" ] }, { "Formula": "ROWS(UNIQUE(FILTER(A1, D1=\"0:26\")))", "Formula2": "ROWS(UNIQUE(FILTER(A2:A6, D2:D6=\"0:26\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many athletes completed a trans 1 within 0:26?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "A1", "D1", "=", "\"0:26\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,E1=\"58:52\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I6,E2:E6=\"58:52\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the athlete that covered biking within 58:52?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "E1", "=", "\"58:52\"", "1" ] } ]
train_1-17085947-32
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Athlete", "Event", "Swim (1.5km)", "Trans 1", "Bike (40km)", "Trans 2", "Run (10km)", "Total Time", "Rank" ], [ "2", "Reto Hug", "Men's", "18:55", "0:27", "58:20", "0:29", "33:53", "1:52:04.93", "29" ], [ "3", "Olivier Marceau", "Men's", "18:55", "0:29", "58:18", "0:31", "32:37", "1:50:50.07", "19" ], [ "4", "Sven Riederer", "Men's", "18:14", "0:34", "58:52", "0:28", "33:11", "1:51:19.45", "23" ], [ "5", "Magali Chopard Di Marco", "Women's", "19:50", "0:30", "1:04:22", "0:29", "36:39", "2:01:50.74", "13" ], [ "6", "Daniela Ryf", "Women's", "19:56", "0:26", "1:04:17", "0:30", "35:31", "2:00:40.20", "7" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"10.15 (75)\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,D2:D7=\"10.15 (75)\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the home team when the away team scored 10.15 (75)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"10.15 (75)\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"10.8 (68)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,B2:B7=\"10.8 (68)\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was the away team when the home team scored 10.8 (68)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"10.8 (68)\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"17 august 1935\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,G2:G7=\"17 august 1935\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the away team score at the game held on 17 August 1935?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"17 august 1935\"", "4" ] } ]
test_2-10790651-15
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Essendon", "15.25 (115)", "Footscray", "12.10 (82)", "Windy Hill", "11,000", "10 August 1935" ], [ "3", "Collingwood", "22.13 (145)", "Geelong", "16.15 (111)", "Victoria Park", "9,000", "10 August 1935" ], [ "4", "Carlton", "16.26 (122)", "South Melbourne", "12.9 (81)", "Princes Park", "40,000", "10 August 1935" ], [ "5", "St Kilda", "17.22 (124)", "Hawthorn", "9.9 (63)", "Junction Oval", "9,000", "10 August 1935" ], [ "6", "North Melbourne", "10.13 (73)", "Fitzroy", "12.10 (82)", "Arden Street Oval", "7,000", "10 August 1935" ], [ "7", "Melbourne", "10.8 (68)", "Richmond", "10.15 (75)", "MCG", "27,572", "17 August 1935" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,F1=\"297 421\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,F2:F14=\"297 421\"),8))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What are the cargo tonnes when the international (non-CIS) is 297 421?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "F1", "=", "\"297 421\"", "8" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=\"18 344\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,H2:H14=\"18 344\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "How manu aircraft landings when the cargo tonnes are 18 344?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "H1", "=", "\"18 344\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=\"25 866\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,H2:H14=\"25 866\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the domestic figure when cargo tonnes equal 25 866?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "H1", "=", "\"25 866\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,C1=\"+32,9%\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,C2:C14=\"+32,9%\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the year that saw a passenger change of +32,9%?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "C1", "=", "\"+32,9%\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:H1,H1=\"13 585\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:H14,H2:H14=\"13 585\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What year had cargo tonnes of 13 585?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "H1", "H1", "=", "\"13 585\"", "1" ] } ]
train_2-1794033-4
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "Year", "Total passengers", "Passenger Change", "Domestic", "International (total)", "International (non-CIS)", "Aircraft Landings", "Cargo (tonnes)" ], [ "2", "2000", "930 251", "+2%", "698 957", "231 294", "155 898", "8 619", "18 344" ], [ "3", "2001", "1 028 295", "+10,5%", "733 022", "295 273", "186 861", "9 062", "22 178" ], [ "4", "2002", "1 182 815", "+15,0%", "793 295", "389 520", "239 461", "10 162", "20 153" ], [ "5", "2003", "1 335 757", "+12,9%", "879 665", "456 092", "297 421", "10 092", "18 054" ], [ "6", "2004", "1 553 628", "+16,3%", "972 287", "581 341", "429 049", "11 816", "20 457" ], [ "7", "2005", "1 566 792", "+0,8%", "1 006 422", "560 370", "429 790", "11 877", "11 545" ], [ "8", "2006", "1 764 948", "+12,7%", "1 128 489", "636 459", "488 954", "13 289", "15 519" ], [ "9", "2007", "2 345 097", "+32,9%", "1 486 888", "858 209", "683 092", "16 767", "16 965" ], [ "10", "2008", "2 529 395", "+7,8%", "1 523 102", "1 006 293", "815 124", "16 407", "17 142" ], [ "11", "2009", "2 169 136", "−14,2%", "1 290 639", "878 497", "727 718", "13 798", "13 585" ], [ "12", "2010", "2 748 919", "+26,7%", "1 529 245", "1 219 674", "1 017 509", "15 989", "22 946" ], [ "13", "2011", "3 355 883", "+22,1%", "1 856 948", "1 498 935", "1 184 771", "20 142", "24 890" ], [ "14", "2012", "3 783 069", "+12.7%", "1 934 016", "1 849 053", "1 448 765", "21 728", "25 866" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(B1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=184))", "Formula2": "LET(query1,SUMMARIZE(B2:B12,SUMX(D2:D12)),FILTER(query1,CHOOSECOLS(query1,2)=184))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What is the latitude when the diameter is 184.0?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "184" ] }, { "Formula": "ROWS(UNIQUE(FILTER(C1, D1=224)))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C12, D2:D12=224)))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "medium", "Question": "How many longitudes have a diameter of 224.0?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "D1", "=", "224" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"189.5W\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,C2:C12=\"189.5W\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the namesake of the feature found at 189.5w longitude? ", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"189.5W\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"147.1W\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,C2:C12=\"147.1W\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When the longitude is 147.1w what is the namesake of the feature? ", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"147.1W\"", "6" ] }, { "Formula": "ROWS(UNIQUE(FILTER(C1, B1=\"9.9N\")))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C12, B2:B12=\"9.9N\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many longitudes have a latitude of 9.9n?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "B1", "=", "\"9.9N\"" ] } ]
train_1-16768245-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Latitude", "Longitude", "Diameter", "Year named", "Namesake" ], [ "2", "Abydos Facula", "33.4N", "153.4W", "180.0", "1985", "Egyptian town where Osiris was worshipped." ], [ "3", "Akhmin Facula", "27.7N", "189.5W", "245.0", "1997", "Egyptian town where Min was worshipped." ], [ "4", "Bigeh Facula", "29.0N", "94.3W", "224.0", "2000", "Island where Hapi, Egyptian Nile god, resided." ], [ "5", "Buto Facula", "13.2N", "203.5W", "245.0", "1985", "Swamp where Isis hid Osiris' body." ], [ "6", "Coptos Facula", "9.9N", "209.2W", "329.0", "1985", "Early town from which caravans departed." ], [ "7", "Edfu Facula", "25.7N", "147.1W", "184.0", "1985", "Egyptian town where Horus was worshipped." ], [ "8", "Heliopolis Facula", "18.5N", "147.2W", "50.0", "1997", "Sacred Egyptian city of the sun." ], [ "9", "Hermopolis Facula", "22.4N", "195.3W", "260.0", "1997", "Place where Unut was worshipped." ], [ "10", "Memphis Facula", "14.1N", "131.9W", "361.0", "1985", "Ancient capitol of lower kingdom." ], [ "11", "Sais Facula", "37.9N", "14.2W", "137.0", "1988", "Capital of Egypt in mid-7th century B.C." ], [ "12", "Siwah Facula", "7.0N", "143.1W", "220.0", "1985", "Oasis oracle of Zeus-Ammon; visited by Alexander." ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=1818),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,D2:D17=1818),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "Who was the ran as an incumbent leader first in 1818?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "1818", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Joshua Sands\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F17,B2:B17=\"Joshua Sands\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who were the running candidates when Joshua Sands was the incumbent?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Joshua Sands\"", "6" ] } ]
train_1-2668254-17
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "New York 1", "Silas Wood", "Adams", "1818", "Re-elected", "Silas Wood (A) 97.9% Tredwell Scudder 2.1%" ], [ "3", "New York 2", "Joshua Sands", "Adams", "1802 1824", "Retired Jacksonian gain", "John J. Wood (J) 54.7% John T. Smith (A) 45.3%" ], [ "4", "New York 4", "Aaron Ward", "Adams", "1824", "Re-elected", "Aaron Ward (A) 59.6% John Haff (J) 40.4%" ], [ "5", "New York 6", "John Hallock, Jr.", "Jacksonian", "1824", "Re-elected", "John Hallock, Jr. (J) 56.8% Hector Craig (J) 43.2%" ], [ "6", "New York 8", "James Strong", "Adams", "1818 1822", "Re-elected", "James Strong (A) 59.8% Walter Patterson (A?) 40.2%" ], [ "7", "New York 10", "Stephen Van Rensselaer", "Adams", "1822 (special)", "Re-elected", "Stephen Van Rensselaer (A) 100%" ], [ "8", "New York 11", "Henry Ashley", "Jacksonian", "1824", "Retired Jacksonian hold", "Selah R. Hobbie (J) 58.9% Isaac Burr (A) 41.1%" ], [ "9", "New York 12", "William Dietz", "Jacksonian", "1824", "Retired Jacksonian hold", "John I. De Graff (J) 100%" ], [ "10", "New York 14", "Henry R. Storrs", "Adams", "1816 1822", "Re-elected", "Henry R. Storrs (A) 69.8% Ezekiel Bacon (J) 30.2%" ], [ "11", "New York 16", "Henry Markell", "Adams", "1824", "Re-elected", "Henry Markell (A) 51.6% Aaron Haring (J) 48.4%" ], [ "12", "New York 19", "Henry Ross", "Adams", "1824", "Retired Jacksonian gain", "Richard Keese (J) 52.4% Asa Hascall (A) 47.6%" ], [ "13", "New York 21", "Elias Whitmore", "Adams", "1824", "Retired Jacksonian gain", "John C. Clark (J) 52.6% Robert Monell (J) 47.4%" ], [ "14", "New York 22", "John Miller", "Adams", "1824", "Lost re-election Jacksonian gain", "John G. Stower (J) 52.0% John Miller (A) 48.0%" ], [ "15", "New York 23", "Luther Badger", "Adams", "1824", "Lost re-election Jacksonian gain", "Jonas Earll, Jr. (J) 51.8% Luther Badger (A) 48.2%" ], [ "16", "New York 24", "Charles Kellogg", "Jacksonian", "1824", "Retired Jacksonian hold", "Nathaniel Garrow (J) 54.1% Elijah Miller (A) 45.9%" ], [ "17", "New York 27", "Moses Hayden", "Adams", "1822", "Retired Adams hold", "Daniel D. Barnard (A) 52.3% Enos Pomeroy 47.7%" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"footscray\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G7,C2:C7=\"footscray\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who was Footscray's opponent on June 15th of 1968?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"footscray\"", "1" ] } ]
train_2-10808933-9
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Melbourne", "9.9 (63)", "Richmond", "17.17 (119)", "MCG", "39,609", "15 June 1968" ], [ "3", "Geelong", "15.9 (99)", "St Kilda", "11.9 (75)", "Kardinia Park", "29,404", "15 June 1968" ], [ "4", "Essendon", "11.17 (83)", "Footscray", "5.11 (41)", "Windy Hill", "14,000", "15 June 1968" ], [ "5", "Carlton", "20.11 (131)", "North Melbourne", "10.15 (75)", "Princes Park", "15,270", "15 June 1968" ], [ "6", "Hawthorn", "21.14 (140)", "Fitzroy", "16.14 (110)", "Glenferrie Oval", "11,039", "15 June 1968" ], [ "7", "South Melbourne", "19.10 (124)", "Collingwood", "15.9 (99)", "Lake Oval", "17,193", "15 June 1968" ] ]
[ { "Formula": "AVERAGEIFS(C1,B1,\"east lansing, mi\")", "Formula2": "AVERAGEIFS(C2:C9,B2:B9,\"east lansing, mi\")", "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the average number of students in East Lansing, MI?", "Tokens": [ "AVERAGEIFS(", "C1", "B1", "\"east lansing, mi\"" ] }, { "Formula": "SUMIFS(C1,D1,\"community college\")", "Formula2": "SUMIFS(C2:C9,D2:D9,\"community college\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the lowest number of students at the community college?", "Tokens": [ "SUMIFS(", "C1", "D1", "\"community college\"" ] } ]
train_2-16432704-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Institution", "Location", "Founded", "Affiliation", "Enrollment", "Nickname" ], [ "2", "Adrian College -Black", "Adrian, MI", "1859", "Private/ Methodist", "1,700", "Bulldogs" ], [ "3", "Aquinas College", "Grand Rapids, MI", "1886", "Private/ Catholic", "2,235", "Saints" ], [ "4", "Calvin College", "Grand Rapids, MI", "1876", "Private/ Protestant", "4,075", "Knights" ], [ "5", "Davenport University", "Grand Rapids, MI", "1866", "Private/Non-profit", "12,471", "Panthers" ], [ "6", "Grand Valley State University", "Allendale, MI", "1960", "Public", "24,408", "Lakers" ], [ "7", "Hope College", "Holland, MI", "1960", "Private/ Protestant", "3,200", "Flying Dutchmen" ], [ "8", "Lansing Community College", "Lansing, MI", "1957", "Community College", "20,394", "Stars" ], [ "9", "Michigan State University", "East Lansing, MI", "1855", "Public", "48,000", "Spartans" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(E1=\"Re-elected\")*(A1=\"South Carolina 3\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,(E2:E6=\"Re-elected\")*(A2:A6=\"South Carolina 3\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is the earliest first elected with the results re-elected in the district south carolina 3?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"Re-elected\"", "*", "A1", "=", "\"South Carolina 3\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Jim DeMint\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"Jim DeMint\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is the party with the incumbent jim demint?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Jim DeMint\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"South Carolina 4\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,A2:A6=\"South Carolina 4\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is the party for the district south carolina 4?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"South Carolina 4\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Jim DeMint (R) 80%\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,F2:F6=\"Jim DeMint (R) 80%\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is the party when candidates is jim demint (r) 80%?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"Jim DeMint (R) 80%\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=\"Jim DeMint (R) 80%\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,F2:F6=\"Jim DeMint (R) 80%\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "what is the party when candidates is jim demint (r) 80%?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"Jim DeMint (R) 80%\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Lindsey Graham\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F6,B2:B6=\"Lindsey Graham\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "who are the candidates when the incumbent is lindsey graham?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Lindsey Graham\"", "6" ] } ]
train_1-1341423-40
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Results", "Candidates" ], [ "2", "South Carolina 1", "Mark Sanford", "Republican", "1994", "Retired Republican hold", "Henry Brown (R) 60% Andy Brack (D) 36%" ], [ "3", "South Carolina 2", "Floyd Spence", "Republican", "1970", "Re-elected", "Floyd Spence (R) 58% Jane Frederick (D) 41%" ], [ "4", "South Carolina 3", "Lindsey Graham", "Republican", "1994", "Re-elected", "Lindsey Graham (R) 68% George Brightharp (D) 31%" ], [ "5", "South Carolina 4", "Jim DeMint", "Republican", "1998", "Re-elected", "Jim DeMint (R) 80%" ], [ "6", "South Carolina 5", "John Spratt", "Democratic", "1982", "Re-elected", "John Spratt (D) 59% Carl Gullick (R) 40%" ] ]
[ { "Formula": "AVERAGEIFS(E1,B1,\"miller barber\")", "Formula2": "AVERAGEIFS(E2:E6,B2:B6,\"miller barber\")", "Funcs": [ "AVERAGEIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "Name the average events for miller barber", "Tokens": [ "AVERAGEIFS(", "E1", "B1", "\"miller barber\"" ] }, { "Formula": "MAX(FILTER(F1, D1=130002))", "Formula2": "MAX(FILTER(F2:F6, D2:D6=130002))", "Funcs": [ "MAX(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "Name the most wins for earnings of 130,002", "Tokens": [ "MAX(", "FILTER(", "F1", "D1", "=", "130002" ] }, { "Formula": "AVERAGE(FILTER(F1, (D1>120367)*(E1<13)))", "Formula2": "AVERAGE(FILTER(F2:F6, (D2:D6>120367)*(E2:E6<13)))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "Name the average wins for earnings more than 120,367 and events less than 13", "Tokens": [ "AVERAGE(", "FILTER(", "F1", "D1", ">", "120367", "*", "E1", "<", "13" ] }, { "Formula": "AVERAGE(FILTER(A1, (D1<231008)*(F1<1)))", "Formula2": "AVERAGE(FILTER(A2:A6, (D2:D6<231008)*(F2:F6<1)))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "Name the average rank for earnings less than 231,008 and wins less than 1", "Tokens": [ "AVERAGE(", "FILTER(", "A1", "D1", "<", "231008", "*", "F1", "<", "1" ] } ]
train_2-11622862-3
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Rank", "Player", "Country", "Earnings ( $ )", "Events", "Wins" ], [ "2", "1", "Don January", "United States", "237,571", "13", "6" ], [ "3", "2", "Miller Barber", "United States", "231,008", "16", "4" ], [ "4", "3", "Billy Casper", "United States", "136,749", "13", "1" ], [ "5", "4", "Gene Littler", "United States", "130,002", "13", "2" ], [ "6", "5", "Rod Funseth", "United States", "120,367", "14", "1" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(G1,SUMX(H1)),FILTER(query1,CHOOSECOLS(query1,2)=4.32))", "Formula2": "LET(query1,SUMMARIZE(G2:G18,SUMX(H2:H18)),FILTER(query1,CHOOSECOLS(query1,2)=4.32))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What is the production code for the movie with 4.32 million U.S. viewers?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "G1", "SUMX(", "H1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "4.32" ] } ]
train_1-26845668-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H" ], [ "1", "No. in series", "No. in season", "Title", "Directed by", "Written by", "Original air date", "Production code", "U.S. viewers (millions)" ], [ "2", "45", "1", "\"Friends and Enemies\"", "Tim Matheson", "Matt Nix", "June3,2010", "BN401", "6.62" ], [ "3", "46", "2", "\"Fast Friends\"", "Dennie Gordon", "Rashad Raisani", "June10,2010", "BN402", "5.67" ], [ "4", "47", "3", "\"Made Man\"", "Jeffrey Donovan", "Alfredo Barrios, Jr.", "June17,2010", "BN403", "5.31" ], [ "5", "48", "4", "\"Breach of Faith\"", "Jeremiah Chechik", "Ben Watkins", "June24,2010", "BN404", "5.33" ], [ "6", "49", "5", "\"Neighborhood Watch\"", "Kevin Bray", "Michael Horowitz", "July1,2010", "BN405", "5.21" ], [ "7", "50", "6", "\"Entry Point\"", "Jeffrey Hunt", "Craig O'Neill", "July15,2010", "BN406", "5.65" ], [ "8", "51", "7", "\"Past & Future Tense\"", "Jeremiah Chechik", "Jason Tracey", "July22,2010", "BN407", "5.87" ], [ "9", "52", "8", "\"Where There's Smoke\"", "Kevin Bray", "Lisa Joy", "July29,2010", "BN408", "5.38" ], [ "10", "53", "9", "\"Center of the Storm\"", "Colin Bucksey", "Ryan Johnson & Peter Lalayanis", "August5,2010", "BN409", "5.69" ], [ "11", "54", "10", "\"Hard Time\"", "Dennie Gordon", "Alfredo Barrios, Jr.", "August12,2010", "BN410", "5.57" ], [ "12", "55", "11", "\"Blind Spot\"", "Michael Smith", "Michael Horowitz", "August19,2010", "BN411", "5.50" ], [ "13", "56", "12", "\"Guilty as Charged\"", "Jeremiah Chechik", "Matt Nix", "August26,2010", "BN412", "6.29" ], [ "14", "57", "13", "\"Eyes Open\"", "Dennie Gordon", "Jason Tracey", "November11,2010", "BN413", "4.32" ], [ "15", "58", "14", "\"Hot Property\"", "Jonathan Frakes", "Rashad Raisani", "November18,2010", "BN414", "3.50" ], [ "16", "59", "15", "\"Brotherly Love\"", "Terry Miller", "Ben Watkins", "December2,2010", "BN415", "3.70" ], [ "17", "60", "16", "\"Dead or Alive\"", "Peter Markle", "Lisa Joy", "December9,2010", "BN416", "4.34" ], [ "18", "61", "17", "\"Out of the Fire\"", "Marc Roskin", "Craig O'Neill", "December16,2010", "BN417", "4.77" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"68-69-73-70=280\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,D2:D11=\"68-69-73-70=280\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "In what place is the golfer with a score of 68-69-73-70=280?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"68-69-73-70=280\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=40850)*(D1=\"72-74-70-70=286\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,(F2:F11=40850)*(D2:D11=\"72-74-70-70=286\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the to par of the golfer with winnings of 40,850 and a score of 72-74-70-70=286?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "40850", "*", "D1", "=", "\"72-74-70-70=286\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,F1=49500),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F11,F2:F11=49500),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What is the to par for the player with winnings of 49,500?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "49500", "5" ] } ]
test_2-18049082-7
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Player", "Country", "Score", "To par", "Money ( £ )" ], [ "2", "T1", "Mark O'Meara", "United States", "72-68-72-68=280", "E", "Playoff" ], [ "3", "T1", "Brian Watts", "United States", "68-69-73-70=280", "E", "Playoff" ], [ "4", "3", "Tiger Woods", "United States", "65-73-77-66=281", "+1", "135,000" ], [ "5", "T4", "Jesper Parnevik", "Sweden", "68-72-72-70=282", "+2", "76,667" ], [ "6", "T4", "Raymond Russell", "Scotland", "68-73-75-66=282", "+2", "76,667" ], [ "7", "T4", "Jim Furyk", "United States", "70-70-72-70=282", "+2", "76,667" ], [ "8", "T4", "Justin Rose (a)", "England", "72-66-75-69=282", "+2", "0" ], [ "9", "8", "Davis Love III", "United States", "67-73-77-68=285", "+5", "49,500" ], [ "10", "T9", "Thomas Bjørn", "Denmark", "68-71-76-71=286", "+6", "40,850" ], [ "11", "T9", "Costantino Rocca", "Italy", "72-74-70-70=286", "+6", "40,850" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"lew worsham\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F13,B2:B13=\"lew worsham\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was Lew Worsham's score?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"lew worsham\"", "4" ] } ]
train_2-17290176-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Player", "Country", "Score", "To par", "Money ( $ )" ], [ "2", "1", "Julius Boros", "United States", "71-71-68-71=281", "+1", "4,000" ], [ "3", "2", "Ed Oliver", "United States", "71-72-70-72=285", "+5", "2,500" ], [ "4", "3", "Ben Hogan", "United States", "69-69-74-74=286", "+6", "1,000" ], [ "5", "4", "Johnny Bulla", "United States", "73-68-73-73=287", "+7", "800" ], [ "6", "5", "George Fazio", "United States", "71-69-75-75=290", "+10", "600" ], [ "7", "6", "Dick Metz", "United States", "70-74-76-71=291", "+11", "500" ], [ "8", "T7", "Tommy Bolt", "United States", "72-76-71-73=292", "+12", "350" ], [ "9", "T7", "Ted Kroll", "United States", "71-75-76-70=292", "+12", "350" ], [ "10", "T7", "Lew Worsham", "United States", "72-71-74-75=292", "+12", "350" ], [ "11", "T10", "Lloyd Mangrum", "United States", "75-74-72-72=293", "+13", "200" ], [ "12", "T10", "Sam Snead", "United States", "70-75-76-72=293", "+13", "200" ], [ "13", "T10", "Earl Stewart", "United States", "76-75-70-72=293", "+13", "200" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"18 february 1956\")*(D1=\"tottenham hotspur\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(E2:E12=\"18 february 1956\")*(D2:D12=\"tottenham hotspur\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "/What is Tie No, when Date is 18 February 1956, and when Away Team is Tottenham Hotspur?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"18 february 1956\"", "*", "D1", "=", "\"tottenham hotspur\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"18 february 1956\")*(B1=\"charlton athletic\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(E2:E12=\"18 february 1956\")*(B2:B12=\"charlton athletic\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Tie No, when Date is 18 February 1956, and when Home Team is Charlton Athletic?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"18 february 1956\"", "*", "B1", "=", "\"charlton athletic\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"replay\")*(B1=\"sunderland\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(A2:A12=\"replay\")*(B2:B12=\"sunderland\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Score, when Tie No is Replay, and when Home Team is Sunderland?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"replay\"", "*", "B1", "=", "\"sunderland\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"18 february 1956\")*(D1=\"blackburn rovers\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(E2:E12=\"18 february 1956\")*(D2:D12=\"blackburn rovers\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Home Team, when Date is 18 February 1956, and when Away Team is Blackburn Rovers?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"18 february 1956\"", "*", "D1", "=", "\"blackburn rovers\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(E1=\"18 february 1956\")*(A1=\"3\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,(E2:E12=\"18 february 1956\")*(A2:A12=\"3\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Home Team, when Date is 18 February 1956, and when Tie No is 3?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"18 february 1956\"", "*", "A1", "=", "\"3\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"4\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E12,A2:A12=\"4\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is Home Team, when Tie No is 4?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"4\"", "2" ] } ]
test_2-17054550-6
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Tie no", "Home team", "Score", "Away team", "Date" ], [ "2", "1", "West Bromwich Albion", "0–1", "Birmingham City", "18 February 1956" ], [ "3", "2", "Everton", "1–0", "Chelsea", "18 February 1956" ], [ "4", "3", "Doncaster Rovers", "0–2", "Tottenham Hotspur", "18 February 1956" ], [ "5", "4", "Sheffield United", "0–0", "Sunderland", "18 February 1956" ], [ "6", "Replay", "Sunderland", "1–0", "Sheffield United", "22 February 1956" ], [ "7", "5", "Newcastle United", "2–1", "Stoke City", "18 February 1956" ], [ "8", "6", "Manchester City", "0–0", "Liverpool", "18 February 1956" ], [ "9", "Replay", "Liverpool", "1–2", "Manchester City", "22 February 1956" ], [ "10", "7", "West Ham United", "0–0", "Blackburn Rovers", "18 February 1956" ], [ "11", "Replay", "Blackburn Rovers", "2–3", "West Ham United", "23 February 1956" ], [ "12", "8", "Charlton Athletic", "0–2", "Arsenal", "18 February 1956" ] ]
[ { "Formula": "FILTER(A1,(B1>20)*(E1=\"costume action\"))", "Formula2": "FILTER(A2:A13,(B2:B13>20)*(E2:E13=\"costume action\"))", "Funcs": [ "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What was the airing date when the number of episodes was larger than 20 and had the genre of costume action?", "Tokens": [ "FILTER(", "A1", "B1", ">", "20", "*", "E1", "=", "\"costume action\"" ] }, { "Formula": "AVERAGE(FILTER(B1,(E1=\"modern drama\")*(D1=28)))", "Formula2": "AVERAGE(FILTER(B2:B13,(E2:E13=\"modern drama\")*(D2:D13=28)))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num" ], "Level": "easy", "Question": "What are the number of episodes when the genre is modern drama and the highest average ratings points are 28?", "Tokens": [ "AVERAGE(", "FILTER(", "B1", "E1", "=", "\"modern drama\"", "*", "D1", "=", "28" ] } ]
dev_2-11926114-4
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Airing date", "Number of episodes", "HD format", "Highest average point ratings", "Genre", "Official website" ], [ "2", "1 Jan- 27 Jan", "20", "Yes", "37", "Modern comedy", "Official website" ], [ "3", "28 Jan- 22 Feb", "20", "No", "32", "Modern drama", "Official website" ], [ "4", "25 Feb- 28 Mar", "25", "Yes", "29", "Period action", "Official website" ], [ "5", "31 Mar- 25 Apr", "20", "No", "32", "Modern drama", "Official website" ], [ "6", "28 Apr- 23 May", "21", "No", "34", "Costume drama", "Official website" ], [ "7", "26 May- 20 Jun", "21", "No", "31", "Modern drama", "Official website" ], [ "8", "23 Jun- 21 Jul", "20", "No", "30", "Modern drama", "Official website" ], [ "9", "21 Jul- 15 Aug", "20", "Yes", "32", "Modern drama", "Official website" ], [ "10", "25 Aug- 19 Sep", "20", "Yes", "31", "Modern drama", "Official website" ], [ "11", "22 Sep- 24 Oct", "24", "No", "30", "Costume action", "Official website" ], [ "12", "27 Oct- 5 Dec", "30", "No", "29", "Period drama", "Official website" ], [ "13", "8 Dec 2008- 2 Jan 2009", "20", "No", "28", "Modern drama", "Official website" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=11))", "Formula2": "LET(query1,SUMMARIZE(A2:A11,SUMX(B2:B11)),FILTER(query1,CHOOSECOLS(query1,2)=11))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What is the opposing team with 11 against?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "11" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"argentina\")*(E1=\"test match\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(A2:A11=\"argentina\")*(E2:E11=\"test match\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the venue where Argentina was the opposing team in a test match?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"argentina\"", "*", "E1", "=", "\"test match\"", "4" ] } ]
train_2-18178551-10
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Opposing Teams", "Against", "Date", "Venue", "Status" ], [ "2", "Italy", "11", "07/02/2009", "Twickenham , London", "Six Nations" ], [ "3", "Wales", "23", "14/02/2009", "Millennium Stadium , Cardiff", "Six Nations" ], [ "4", "Ireland", "14", "28/02/2009", "Croke Park , Dublin", "Six Nations" ], [ "5", "France", "10", "15/03/2009", "Twickenham , London", "Six Nations" ], [ "6", "Scotland", "12", "21/03/2009", "Twickenham , London", "Six Nations" ], [ "7", "Argentina", "15", "06/06/2009", "Old Trafford , Manchester", "First Test" ], [ "8", "Argentina", "24", "13/06/2009", "Estadio Padre Ernesto Martearena , Salta", "Second Test" ], [ "9", "Australia", "18", "07/11/2009", "Twickenham , London", "Test Match" ], [ "10", "Argentina", "9", "14/11/2009", "Twickenham , London", "Test Match" ], [ "11", "New Zealand", "19", "21/11/2009", "Twickenham , London", "Test Match" ] ]
[ { "Formula": "SUM(FILTER(E1, (C1=\"philadelphia eagles\")*(A1>9)))", "Formula2": "SUM(FILTER(E2:E17, (C2:C17=\"philadelphia eagles\")*(A2:A17>9)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the sum of the attendance during the game against the philadelphia eagles after week 9?", "Tokens": [ "SUM(", "FILTER(", "E1", "C1", "=", "\"philadelphia eagles\"", "*", "A1", ">", "9" ] }, { "Formula": "SUM(FILTER(E1, (B1=\"october 8, 1989\")*(A1<5)))", "Formula2": "SUM(FILTER(E2:E17, (B2:B17=\"october 8, 1989\")*(A2:A17<5)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the total number of fans attending the game on October 8, 1989 before week 5?", "Tokens": [ "SUM(", "FILTER(", "E1", "B1", "=", "\"october 8, 1989\"", "*", "A1", "<", "5" ] } ]
test_2-15378581-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 10, 1989", "at Los Angeles Raiders", "L 40–14", "40,237" ], [ "3", "2", "September 17, 1989", "Houston Oilers", "L 34–27", "42,013" ], [ "4", "3", "September 24, 1989", "Kansas City Chiefs", "W 21–6", "40,128" ], [ "5", "4", "October 1, 1989", "at Phoenix Cardinals", "W 24–13", "44,201" ], [ "6", "5", "October 8, 1989", "at Denver Broncos", "L 16–10", "75,222" ], [ "7", "6", "October 15, 1989", "Seattle Seahawks", "L 17–16", "50,079" ], [ "8", "7", "October 22, 1989", "New York Giants", "L 20–13", "48,566" ], [ "9", "8", "October 29, 1989", "at Seattle Seahawks", "L 10–7", "59,691" ], [ "10", "9", "November 5, 1989", "Philadelphia Eagles", "W 20–17", "47,019" ], [ "11", "10", "November 12, 1989", "Los Angeles Raiders", "W 14–12", "59,151" ], [ "12", "11", "November 19, 1989", "at Pittsburgh Steelers", "L 20–17", "44,203" ], [ "13", "12", "November 26, 1989", "at Indianapolis Colts", "L 10–6", "58,822" ], [ "14", "13", "December 3, 1989", "New York Jets", "L 20–17", "38,954" ], [ "15", "14", "December 10, 1989", "at Washington Redskins", "L 26–21", "47,693" ], [ "16", "15", "December 17, 1989", "at Kansas City Chiefs", "W 20–13", "40,623" ], [ "17", "16", "December 24, 1989", "Denver Broncos", "W 19–16", "50,524" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,C1=\"Force Recon\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F15,C2:C15=\"Force Recon\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "when was the premiere of the episode called \"force recon\"?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "C1", "=", "\"Force Recon\"", "6" ] }, { "Formula": "SUMIFS(B1,F1,\"January 3, 1997\")", "Formula2": "SUMIFS(B2:B15,F2:F15,\"January 3, 1997\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "which is the number of the season episode whose premiere was in january 3, 1997?", "Tokens": [ "SUMIFS(", "B1", "F1", "\"January 3, 1997\"" ] }, { "Formula": "SUM(FILTER(B1, (E1=\"R. Scott Gemmill\")*(D1=\"Ray Austin\")))", "Formula2": "SUM(FILTER(B2:B15, (E2:E15=\"R. Scott Gemmill\")*(D2:D15=\"Ray Austin\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "which is the number of the season episode whose writer is R. Scott Gemmill and the Director is Ray Austin?", "Tokens": [ "SUM(", "FILTER(", "B1", "E1", "=", "\"R. Scott Gemmill\"", "*", "D1", "=", "\"Ray Austin\"" ] }, { "Formula": "LET(query1,SUMMARIZE(C1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=31))", "Formula2": "LET(query1,SUMMARIZE(C2:C15,SUMX(A2:A15)),FILTER(query1,CHOOSECOLS(query1,2)=31))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "what is the name of the episode whose number of the series episode was 31?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "31" ] } ]
train_1-228973-3
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "No. in series", "No. in season", "Title", "Directed by", "Written by", "Original air date" ], [ "2", "23", "1", "\"We the People\"", "Les Landau", "Donald P. Bellisario", "January 3, 1997" ], [ "3", "24", "2", "\"Secrets\"", "Ray Austin", "Tom Towler", "January 10, 1997" ], [ "4", "25", "3", "\"Jinx\"", "Jerry Jameson", "Jack Orman", "January 17, 1997" ], [ "5", "26", "4", "\"Heroes\"", "Tony Wharmby", "R. Scott Gemmill", "January 24, 1997" ], [ "6", "27", "5", "\"Crossing the Line\"", "Tony Wharmby", "Stephen Zito", "January 31, 1997" ], [ "7", "28", "6", "\"Trinity\"", "Alan J. Levi", "Jack Orman", "February 7, 1997" ], [ "8", "29", "7", "\"Ghosts\"", "Ray Austin", "R. Scott Gemmill", "February 7, 1997" ], [ "9", "30", "8", "\"Full Engagement\"", "Alan J. Levi", "Jack Orman", "February 21, 1997" ], [ "10", "31", "9", "\"Washington Holiday\"", "Joe Napolitano", "Stephen Zito", "February 28, 1997" ], [ "11", "32", "10", "\"The Game of Go\"", "Ray Austin", "Tom Towler", "February 28, 1997" ], [ "12", "33", "11", "\"Force Recon\"", "Alan J. Levi", "Tom Towler & Stephen Zito", "March 7, 1997" ], [ "13", "34", "12", "\"The Guardian\"", "Michael Schultz", "Jack Orman", "March 28, 1997" ], [ "14", "35", "13", "\"Code Blue\"", "Tony Wharmby", "R. Scott Gemmill", "April 4, 1997" ], [ "15", "36", "14", "\"Cowboys & Cossacks\"", "Tony Wharmby", "R. Scott Gemmill", "April 11, 1997" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(E1=\"nicklas kulti\")*(G1=\"3–6, 7–6, 6–4\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,(E2:E9=\"nicklas kulti\")*(G2:G9=\"3–6, 7–6, 6–4\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When was the most recent game that he partnered with nicklas kulti and they scored 3–6, 7–6, 6–4?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"nicklas kulti\"", "*", "G1", "=", "\"3–6, 7–6, 6–4\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"hard\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,D2:D9=\"hard\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who did he play on a hard surface?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"hard\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(D1=\"clay\")*(G1=\"0–6, 3–6\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,(D2:D9=\"clay\")*(G2:G9=\"0–6, 3–6\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When was his first game on a clay surface where he scored 0–6, 3–6?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"clay\"", "*", "G1", "=", "\"0–6, 3–6\"", "2" ] } ]
test_2-1728546-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Outcome", "Date", "Tournament", "Surface", "Partner", "Opponents", "Score" ], [ "2", "Winner", "1991", "Florence , Italy", "Clay", "Ola Jonsson", "Juan Carlos Báguena Carlos Costa", "3–6, 6–1, 6–1" ], [ "3", "Winner", "1992", "Copenhagen , Denmark", "Carpet", "Nicklas Kulti", "Hendrik Jan Davids Libor Pimek", "6–3, 6–4" ], [ "4", "Winner", "1994", "Monte Carlo , Monaco", "Clay", "Nicklas Kulti", "Yevgeny Kafelnikov Daniel Vacek", "3–6, 7–6, 6–4" ], [ "5", "Winner", "1995", "Doha , Qatar", "Hard", "Stefan Edberg", "Andrei Olhovskiy Jan Siemerink", "7–6, 6–2" ], [ "6", "Runner-up", "1995", "French Open , Paris", "Clay", "Nicklas Kulti", "Jacco Eltingh Paul Haarhuis", "7–6, 4–6, 1–6" ], [ "7", "Winner", "1997", "Marseille , France", "Hard (i)", "Thomas Enqvist", "Olivier Delaître Fabrice Santoro", "6–3, 6–4" ], [ "8", "Runner-up", "1997", "Båstad , Sweden", "Clay", "Magnus Gustafsson", "Nicklas Kulti Mikael Tillström", "0–6, 3–6" ], [ "9", "Winner", "1998", "Båstad , Sweden", "Clay", "Magnus Gustafsson", "Lan Bale Piet Norval", "6–4, 6–2" ] ]
[ { "Formula": "SUMIFS(B1,D1,\"defensive end\")", "Formula2": "SUMIFS(B2:B6,D2:D6,\"defensive end\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "Which pick played the Defensive End position?", "Tokens": [ "SUMIFS(", "B1", "D1", "\"defensive end\"" ] }, { "Formula": "SUM(FILTER(B1, (D1=\"linebacker\")*(A1<3)))", "Formula2": "SUM(FILTER(B2:B6, (D2:D6=\"linebacker\")*(A2:A6<3)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "How many picks were taken before round 3 and played Linebacker?", "Tokens": [ "SUM(", "FILTER(", "B1", "D1", "=", "\"linebacker\"", "*", "A1", "<", "3" ] } ]
train_2-18908350-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Pick", "Player", "Position", "School" ], [ "2", "1", "7", "Mel Farr", "Running Back", "UCLA" ], [ "3", "2", "34", "Lem Barney", "Defensive Back", "Jackson State" ], [ "4", "3", "60", "Paul Naumoff", "Linebacker", "Tennessee" ], [ "5", "4", "88", "Lew Kamanu", "Defensive End", "Weber State" ], [ "6", "6", "141", "Tim Jones", "Quarterback", "Weber State" ] ]
[ { "Formula": "MIN(FILTER(D1, (A1=\"Scania\")*(E1=\"3230\")))", "Formula2": "MIN(FILTER(D2:D20, (A2:A20=\"Scania\")*(E2:E20=\"3230\")))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "what is smallest number in fleet for chassis manufacturer Scania and fleet numbers is 3230?", "Tokens": [ "MIN(", "FILTER(", "D1", "A1", "=", "\"Scania\"", "*", "E1", "=", "\"3230\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"2530-2558\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,E2:E20=\"2530-2558\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which chassis manufacturer is for fleet numbers range 2530-2558", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"2530-2558\"", "1" ] }, { "Formula": "MINIFS(D1,B1,\"Scania K360UA\")", "Formula2": "MINIFS(D2:D20,B2:B20,\"Scania K360UA\")", "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "Chassis model Scania K360ua has what minimum number in fleet?", "Tokens": [ "MINIFS(", "D1", "B1", "\"Scania K360UA\"" ] } ]
train_1-1425948-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Chassis Manufacturer", "Chassis Model", "Body Model", "Number in Fleet", "Fleet Numbers" ], [ "2", "MAN", "11.190 HOCL-NL", "PMCA 160", "20", "2101-2120" ], [ "3", "MAN", "18.280 HOCL-NL", "ABM CB64A", "50", "2701-2750" ], [ "4", "Mercedes-Benz", "O405NH", "ABM CB60", "2", "2520-2521" ], [ "5", "Mitsubishi", "Fuso Rosa", "Mitsubishi Rosa", "6", "34, 2601-2603, 2605-2606" ], [ "6", "Scania", "Scania K280UB", "Custom Coaches CB60 Evo II", "3", "2522-2523, 3225" ], [ "7", "Scania", "Scania L94UA", "Custom Coaches CB60 Combo", "22", "2802-2823" ], [ "8", "Scania", "Scania L94UA", "Volgren CR228L", "1", "3331" ], [ "9", "Scania", "Scania L94UB", "Volgren CR224L", "30", "2510-2511, 3200-3222, 3269-3273" ], [ "10", "Scania", "Scania L94UB", "Volgren CR228L", "2", "3274-3275" ], [ "11", "Scania", "Scania L94UB", "Custom Coaches CB60A", "29", "2530-2558" ], [ "12", "Scania", "Scania L94UB 14.5m", "Volgren CR224L", "14", "3310-3313, 3350-3359" ], [ "13", "Scania", "Scania L94UB 14.5m", "Volgren CR228L", "3", "3314-3316" ], [ "14", "Scania", "Scania K230UB", "Custom Coaches CB60 Evo II", "27", "2559-2585" ], [ "15", "Scania", "Scania K270UB", "Volgren CR228L", "3", "3276-3278" ], [ "16", "Scania", "Scania K230UB", "Custom Coaches CB80", "7", "2586-2592" ], [ "17", "Scania", "Scania K280UB", "Volgren CR228L", "1", "3230" ], [ "18", "Scania", "Scania K320UA", "Custom Coaches Evo II", "6", "2831-2836" ], [ "19", "Scania", "Scania K320UA", "Custom Coaches CB80", "14", "2837-2850" ], [ "20", "Scania", "Scania K360UA", "Custom Coaches CB80", "21", "2851-2857, 3371-3376, R800-R807" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"25-8\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,I2:I10=\"25-8\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the score in the game that had a record of 25-8?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "I1", "=", "\"25-8\"", "4" ] }, { "Formula": "MINIFS(A1,B1,\"August 20\")", "Formula2": "MINIFS(A2:A10,B2:B10,\"August 20\")", "Funcs": [ "MINIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What was # of the first game played on August 20?", "Tokens": [ "MINIFS(", "A1", "B1", "\"August 20\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,H1=\"MCI Center\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,H2:H10=\"MCI Center\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What were the high points for the game played at the MCI Center?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "H1", "=", "\"MCI Center\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,I1=\"19-6\"),8))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I10,I2:I10=\"19-6\"),8))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Where was the game played that had a record of 19-6?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "I1", "=", "\"19-6\"", "8" ] } ]
train_1-18904831-7
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "Game", "Date", "Opponent", "Score", "High points", "High rebounds", "High assists", "Location", "Record" ], [ "2", "25", "August 2", "@ New York", "W 72-65", "McWilliams-Franklin (19)", "McWilliams-Franklin (7)", "Whalen (6)", "Madison Square Garden", "19-6" ], [ "3", "26", "August 6", "@ Indiana", "W 74-65", "Sales (26)", "McWilliams-Franklin (12)", "Whalen (6)", "Conseco Fieldhouse", "20-6" ], [ "4", "27", "August 9", "Los Angeles", "W 64-51", "Douglas (22)", "Douglas (8)", "Whalen (6)", "Mohegan Sun Arena", "21-6" ], [ "5", "28", "August 11", "@ Washington", "W 80-65", "Sales (20)", "McWilliams-Franklin (10)", "Douglas , Whalen (4)", "MCI Center", "22-6" ], [ "6", "29", "August 14", "Washington", "W 80-77", "Sales (17)", "McWilliams-Franklin (7)", "Douglas (5)", "Mohegan Sun Arena", "23-6" ], [ "7", "30", "August 18", "Charlotte", "W 84-70", "Whalen (28)", "McWilliams-Franklin (11)", "Whalen (6)", "Mohegan Sun Arena", "24-6" ], [ "8", "31", "August 20", "New York", "L 58-64", "Whalen (22)", "McWilliams-Franklin (11)", "Sales , Whalen (3)", "Mohegan Sun Arena", "24-7" ], [ "9", "32", "August 23", "Indiana", "L 63-69", "McWilliams-Franklin (16)", "McWilliams-Franklin (4)", "Whalen (5)", "Mohegan Sun Arena", "24-8" ], [ "10", "33", "August 26", "Washington", "W 81-47", "Sales (20)", "Dydek (11)", "Whalen (4)", "Mohegan Sun Arena", "25-8" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"5-0\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"5-0\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Score of the Competition with a Result of 5-0?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"5-0\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"5-0\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,D2:D6=\"5-0\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Score of the Competition with a 5-0 Result?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"5-0\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"5-0\")*(C1=\"4-0\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E6,(D2:D6=\"5-0\")*(C2:C6=\"4-0\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Date of the Competition with a Score of 4-0 and 5-0 Result?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"5-0\"", "*", "C1", "=", "\"4-0\"", "1" ] } ]
train_2-15532127-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Venue", "Score", "Result", "Competition" ], [ "2", "8 May 1996", "Dushanbe , Tajikistan", "4-0", "4-0", "1996 AFC Asian Cup qualification" ], [ "3", "1 June 1997", "Ho Chi Minh City , Vietnam", "0-3", "0-4", "1998 FIFA World Cup qualification" ], [ "4", "22 June 1997", "Dushanbe , Tajikistan", "1-0", "5-0", "1998 FIFA World Cup qualification" ], [ "5", "22 June 1997", "Dushanbe , Tajikistan", "3-0", "5-0", "1998 FIFA World Cup qualification" ], [ "6", "22 June 1997", "Dushanbe , Tajikistan", "4-0", "5-0", "1998 FIFA World Cup qualification" ] ]
[ { "Formula": "MIN(FILTER(E1, F1=1261))", "Formula2": "MIN(FILTER(E2:E12, F2:F12=1261))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the least amount of draws with an against of 1261?", "Tokens": [ "MIN(", "FILTER(", "E1", "F1", "=", "1261" ] } ]
train_2-1552908-17
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Ballarat FL", "Wins", "Byes", "Losses", "Draws", "Against" ], [ "2", "Darley", "15", "2", "1", "0", "1067" ], [ "3", "East Point", "12", "2", "4", "0", "1180" ], [ "4", "Sunbury", "11", "2", "5", "0", "1246" ], [ "5", "Ballarat", "9", "2", "7", "0", "1105" ], [ "6", "Melton South", "9", "2", "7", "0", "1286" ], [ "7", "Lake Wendouree", "8", "2", "8", "0", "1186" ], [ "8", "Redan", "7", "2", "9", "0", "1261" ], [ "9", "Bacchus Marsh", "6", "2", "10", "0", "1814" ], [ "10", "Melton", "6", "2", "10", "0", "1729" ], [ "11", "North Ballarat City", "4", "2", "12", "0", "1596" ], [ "12", "Sebastapol", "1", "2", "15", "0", "1963" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,F1=\"No award given\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,F2:F17=\"No award given\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the season for no award given for rookie of the year?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "F1", "=", "\"No award given\"", "1" ] } ]
train_1-13082900-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Season", "Teams", "Champion", "Season MVP", "Top Draft Pick", "Rookie of the Year", "All-Star Game" ], [ "2", "1997", "8", "Houston Comets", "Cynthia Cooper Houston Comets", "Tina Thompson Houston Comets", "No award given", "No game held" ], [ "3", "1998", "10", "Houston Comets (2)", "Cynthia Cooper (2) Houston Comets", "Margo Dydek Utah Starzz", "Tracy Reid Charlotte Sting", "No game held" ], [ "4", "1999", "12", "Houston Comets (3)", "Yolanda Griffith Sacramento Monarchs", "Chamique Holdsclaw Washington Mystics", "Chamique Holdsclaw Washington Mystics", "Madison Square Garden , New York 79-61, WEST" ], [ "5", "2000", "16", "Houston Comets (4)", "Sheryl Swoopes Houston Comets", "Ann Wauters Cleveland Rockers", "Betty Lennox Minnesota Lynx", "America West Arena , Phoenix 73-61, WEST" ], [ "6", "2001", "16", "Los Angeles Sparks", "Lisa Leslie Los Angeles Sparks", "Lauren Jackson Seattle Storm", "Jackie Stiles Portland Fire", "TD Waterhouse Centre , Orlando 80-72, WEST" ], [ "7", "2002", "16", "Los Angeles Sparks (2)", "Sheryl Swoopes (2) Houston Comets", "Sue Bird Seattle Storm", "Tamika Catchings Indiana Fever", "MCI Center , Washington DC 81-76, WEST" ], [ "8", "2003", "14", "Detroit Shock", "Lauren Jackson Seattle Storm", "LaToya Thomas Cleveland Rockers", "Cheryl Ford Detroit Shock", "Madison Square Garden , New York 84-75, WEST" ], [ "9", "2004", "13", "Seattle Storm", "Lisa Leslie (2) Los Angeles Sparks", "Diana Taurasi Phoenix Mercury", "Diana Taurasi Phoenix Mercury", "The Game at Radio City" ], [ "10", "2005", "13", "Sacramento Monarchs", "Sheryl Swoopes (3) Houston Comets", "Janel McCarville Charlotte Sting", "Temeka Johnson Washington Mystics", "Mohegan Sun Arena , Connecticut 122-99, WEST" ], [ "11", "2006", "14", "Detroit Shock (2)", "Lisa Leslie (3) Los Angeles Sparks", "Seimone Augustus Minnesota Lynx", "Seimone Augustus Minnesota Lynx", "Madison Square Garden , New York 98-82, EAST" ], [ "12", "2007", "13", "Phoenix Mercury", "Lauren Jackson (2) Seattle Storm", "Lindsey Harding Phoenix Mercury", "Armintie Price Chicago Sky", "Verizon Center , Washington DC 103-99, EAST" ], [ "13", "2008", "14", "Detroit Shock (3)", "Candace Parker Los Angeles Sparks", "Candace Parker Los Angeles Sparks", "Candace Parker Los Angeles Sparks", "No game held" ], [ "14", "2009", "13", "Phoenix Mercury (2)", "Diana Taurasi Phoenix Mercury", "Angel McCoughtry Atlanta Dream", "Angel McCoughtry Atlanta Dream", "Mohegan Sun Arena , Connecticut 130-118, WEST" ], [ "15", "2010", "12", "Seattle Storm (2)", "Lauren Jackson (3) Seattle Storm", "Tina Charles Connecticut Sun", "Tina Charles Connecticut Sun", "Stars at the Sun" ], [ "16", "2011", "12", "Minnesota Lynx", "Tamika Catchings Indiana Fever", "Maya Moore Minnesota Lynx", "Maya Moore Minnesota Lynx", "AT&T Center , San Antonio 118-113, EAST" ], [ "17", "2012", "12", "Indiana Fever", "Tina Charles Connecticut Sun", "Nneka Ogwumike Los Angeles Sparks", "Nneka Ogwumike Los Angeles Sparks", "No game held" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"rookie draft\")*(C1=15)),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,(F2:F10=\"rookie draft\")*(C2:C10=15)),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What is the Season with an Acquisition via of rookie draft, and the number is 15?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"rookie draft\"", "*", "C1", "=", "15", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"dennis miranda\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,A2:A10=\"dennis miranda\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Acquisition via for Dennis Miranda?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"dennis miranda\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"rookie draft\")*(B1=\"guard\")*(A1=\"dennis miranda\")),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,(F2:F10=\"rookie draft\")*(B2:B10=\"guard\")*(A2:A10=\"dennis miranda\")),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What team acquired as a rookie draft in the position of guard Dennis Miranda?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"rookie draft\"", "*", "B1", "=", "\"guard\"", "*", "A1", "=", "\"dennis miranda\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(B1=\"guard\")*(D1=\"perpetual help\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,(B2:B10=\"guard\")*(D2:D10=\"perpetual help\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What season was School/Club Team perpetual help in the guard position?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"guard\"", "*", "D1", "=", "\"perpetual help\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"rashad mccants\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,A2:A10=\"rashad mccants\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What number was Rashad McCants?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"rashad mccants\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"trade\")*(D1=\"east\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F10,(F2:F10=\"trade\")*(D2:D10=\"east\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What season did School/Club Team, East have an Acquisition via of trade?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"trade\"", "*", "D1", "=", "\"east\"", "5" ] } ]
train_2-15463188-13
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Name", "Position", "Number", "School/Club Team", "Season", "Acquisition via" ], [ "2", "Mark Macapagal", "Guard", "81, 80", "San Sebastian", "2007-2011", "Trade" ], [ "3", "Billy Mamaril", "Center", "2", "Bakersfield", "2005-2006", "Trade" ], [ "4", "Jojo Manalo", "Guard", "3", "Perpetual Help", "2002", "Rookie Draft" ], [ "5", "James Martinez", "Guard", "3", "East", "2011-2012", "Trade" ], [ "6", "Rashad McCants", "Guard/Forward", "32", "North Carolina", "2012", "Import" ], [ "7", "Paolo Mendoza", "Guard", "13", "UP Diliman", "2010-2011", "Trade" ], [ "8", "Dennis Miranda", "Guard", "3", "Far Eastern", "2005-2007", "Rookie Draft" ], [ "9", "Jason Misolas", "Forward", "15", "Letran", "2002, 2006-2009", "Rookie Draft" ], [ "10", "Renato Morano", "Guard", "10", "San Beda", "2002-2006", "Rookie Draft" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"69-68-69-70=276\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,D2:D14=\"69-68-69-70=276\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What place did the golfer who had a score of 69-68-69-70=276 finish in?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"69-68-69-70=276\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"mike weir\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,B2:B14=\"mike weir\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the to par score for Mike Weir?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"mike weir\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"jay haas\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F14,B2:B14=\"jay haas\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What country was Jay Haas representing?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"jay haas\"", "3" ] } ]
train_2-17991356-7
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Place", "Player", "Country", "Score", "To par", "Money ( $ )" ], [ "2", "1", "Shaun Micheel", "United States", "69-68-69-70=276", "–4", "1,080,000" ], [ "3", "2", "Chad Campbell", "United States", "69-72-65-72=278", "–2", "648,000" ], [ "4", "3", "Tim Clark", "South Africa", "72-70-68-69=279", "–1", "408,000" ], [ "5", "4", "Alex Čejka", "Germany", "74-69-68-69=280", "E", "288,000" ], [ "6", "T5", "Ernie Els", "South Africa", "71-70-70-71=282", "+2", "214,000" ], [ "7", "T5", "Jay Haas", "United States", "70-74-69-69=282", "+2", "214,000" ], [ "8", "T7", "Fred Funk", "United States", "69-73-70-72=284", "+4", "175,667" ], [ "9", "T7", "Loren Roberts", "United States", "70-73-70-71=284", "+4", "175,667" ], [ "10", "T7", "Mike Weir", "Canada", "68-71-70-75=284", "+4", "175,667" ], [ "11", "T10", "Billy Andrade", "United States", "67-72-72-74=285", "+5", "135,500" ], [ "12", "T10", "Niclas Fasth", "Sweden", "76-70-71-68=285", "+5", "135,500" ], [ "13", "T10", "Charles Howell III", "United States", "70-72-70-73=285", "+5", "135,500" ], [ "14", "T10", "Kenny Perry", "United States", "75-72-70-68=285", "+5", "135,500" ] ]
[ { "Formula": "AVERAGE(FILTER(G1, (F1=\"lower snake\")*(C1=6)*(B1<3)))", "Formula2": "AVERAGE(FILTER(G2:G7, (F2:F7=\"lower snake\")*(C2:C7=6)*(B2:B7<3)))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the mean huc example code when the example name's lower snake, there are 6 digits, and less than 3 levels?", "Tokens": [ "AVERAGE(", "FILTER(", "G1", "F1", "=", "\"lower snake\"", "*", "C1", "=", "6", "*", "B1", "<", "3" ] }, { "Formula": "SUM(FILTER(E1, (C1>2)*(B1=6)))", "Formula2": "SUM(FILTER(E2:E7, (C2:C7>2)*(B2:B7=6)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Num" ], "Level": "easy", "Question": "What's the approximate number of HUs when there are more than 2 digits, and 6 levels?", "Tokens": [ "SUM(", "FILTER(", "E1", "C1", ">", "2", "*", "B1", "=", "6" ] }, { "Formula": "SUM(FILTER(G1, B1=1))", "Formula2": "SUM(FILTER(G2:G7, B2:B7=1))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "How many HUC example codes have 1 level?", "Tokens": [ "SUM(", "FILTER(", "G1", "B1", "=", "1" ] }, { "Formula": "AVERAGE(FILTER(B1, (F1=\"lower snake\")*(E1<370)))", "Formula2": "AVERAGE(FILTER(B2:B7, (F2:F7=\"lower snake\")*(E2:E7<370)))", "Funcs": [ "AVERAGE(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the mean level number when the example name is lower snake and the approximate number is hus is less than 370?", "Tokens": [ "AVERAGE(", "FILTER(", "B1", "F1", "=", "\"lower snake\"", "*", "E1", "<", "370" ] } ]
train_2-16087261-2
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Name", "Level", "Digits", "Average size (square miles)", "Number of HUs (approximate)", "Example name", "Example code (HUC)" ], [ "2", "Region", "1", "2", "177,560", "21", "Pacific Northwest", "17" ], [ "3", "Subregion", "2", "4", "16,800", "222", "Lower Snake", "1706" ], [ "4", "Basin", "3", "6", "10,596", "370", "Lower Snake", "170601" ], [ "5", "Subbasin", "4", "8", "700", "2,200", "Imnaha River", "17060102" ], [ "6", "Watershed", "5", "10", "227 (40,000–250,000 acres)", "22,000", "Upper Imnaha River", "1706010201" ], [ "7", "Subwatershed", "6", "12", "40 (10,000–40,000 acres)", "160,000", "South Fork Imnaha River", "170601020101" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,D1=\"74-68\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,D2:D12=\"74-68\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which finish has a Record of 74-68?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "D1", "=", "\"74-68\"", "5" ] }, { "Formula": "SUM(FILTER(A1, (B1=\"johnson city yankees\")*(E1=\"6th\")))", "Formula2": "SUM(FILTER(A2:A12, (B2:B12=\"johnson city yankees\")*(E2:E12=\"6th\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the total of the year with a Team of johnson city yankees, and a Finish of 6th?", "Tokens": [ "SUM(", "FILTER(", "A1", "B1", "=", "\"johnson city yankees\"", "*", "E1", "=", "\"6th\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"manchester yankees\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,B2:B12=\"manchester yankees\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which record has a Team of manchester yankees?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"manchester yankees\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,E1=\"4th\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,E2:E12=\"4th\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which organization has a Finish of 4th?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "E1", "=", "\"4th\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,(F1=\"new york yankees\")*(B1=\"johnson city yankees\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,(F2:F12=\"new york yankees\")*(B2:B12=\"johnson city yankees\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which year has an Organization of new york yankees, and a Team of johnson city yankees?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "F1", "=", "\"new york yankees\"", "*", "B1", "=", "\"johnson city yankees\"", "1" ] } ]
test_2-11763491-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Year", "Team", "League", "Record", "Finish", "Organization" ], [ "2", "1968", "Johnson City Yankees", "Appalachian League", "39-32", "3rd", "New York Yankees" ], [ "3", "1969", "Kinston Eagles", "Carolina League", "74-68", "5th", "New York Yankees" ], [ "4", "1970", "Manchester Yankees", "Eastern League", "66-73", "5th", "New York Yankees" ], [ "5", "1971", "Kinston Eagles", "Carolina League", "83-52", "2nd", "New York Yankees" ], [ "6", "1972", "Kinston Eagles", "Carolina League", "73-64", "3rd", "New York Yankees" ], [ "7", "1973", "Kinston Eagles", "Carolina League", "68-69", "4th", "New York Yankees" ], [ "8", "1974", "Johnson City Yankees", "Appalachian League", "31-38", "6th", "New York Yankees" ], [ "9", "1975", "Kingsport Braves", "Appalachian League", "33-33", "6th", "Atlanta Braves" ], [ "10", "1976", "Greenwood Braves", "Western Carolinas League", "75-64", "2nd", "Atlanta Braves" ], [ "11", "1977", "Savannah Braves", "Southern League", "77-63", "3rd", "Atlanta Braves" ], [ "12", "1979", "Kingsport Braves", "Appalachian League", "39-31", "2nd", "Atlanta Braves" ] ]
[ { "Formula": "SUM(FILTER(A1, G1<26048))", "Formula2": "SUM(FILTER(A2:A15, G2:G15<26048))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ], "Level": "easy", "Question": "How many weeks have an attendance less than 26,048?", "Tokens": [ "SUM(", "FILTER(", "A1", "G1", "<", "26048" ] } ]
train_2-17924362-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Week", "Date", "Opponent", "Result", "Game site", "Record", "Attendance" ], [ "2", "1", "September 21", "Kansas City Chiefs", "W 37–33", "Mile High Stadium", "1–0", "51,858" ], [ "3", "2", "September 29", "Green Bay Packers", "W 23–13", "Mile High Stadium", "2–0", "52,621" ], [ "4", "3", "October 5", "at Buffalo Bills", "L 14–38", "Rich Stadium", "2–1", "79,864" ], [ "5", "4", "October 12", "at Pittsburgh Steelers", "L 9–20", "Three Rivers Stadium", "2–2", "49,169" ], [ "6", "5", "October 19", "Cleveland Browns", "W 16–15", "Mile High Stadium", "3–2", "52,590" ], [ "7", "6", "October 26", "at Kansas City Chiefs", "L 13–26", "Arrowhead Stadium", "3–3", "70,043" ], [ "8", "7", "November 26", "Oakland Raiders", "L 17–42", "Mile High Stadium", "3–4", "52,505" ], [ "9", "8", "November 9", "Cincinnati Bengals", "L 16–17", "Mile High Stadium", "3–5", "49,919" ], [ "10", "9", "November 16", "at San Diego Chargers", "W 27–17", "San Diego Stadium", "4–5", "26,048" ], [ "11", "10", "November 23", "at Atlanta Falcons", "L 21–35", "Atlanta-Fulton County Stadium", "4–6", "28,686" ], [ "12", "11", "November 30", "San Diego Chargers", "W 13–10 (OT)", "Mile High Stadium", "5–6", "44,982" ], [ "13", "12", "December 8", "at Oakland Raiders", "L 10–17", "Oakland-Alameda County Coliseum", "5–7", "51,075" ], [ "14", "13", "December 14", "Philadelphia Eagles", "W 25–10", "Mile High Stadium", "6–7", "36,860" ], [ "15", "14", "December 20", "at Miami Dolphins", "L 13–14", "Miami Orange Bowl", "6–8", "43,064" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"punter\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)>101))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E8,D2:D8=\"punter\"),SUMMARIZE(CHOOSECOLS(query1,5),SUMX(CHOOSECOLS(query1,2)))),FILTER(query1,CHOOSECOLS(query1,2)>101))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "What school did the punter picked after 101 attend?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "\"punter\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "5", "SUMX(", "CHOOSECOLS(", "query1", "2", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "101" ] }, { "Formula": "LET(query1,SUMMARIZE(C1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=176))", "Formula2": "LET(query1,SUMMARIZE(C2:C8,SUMX(B2:B8)),FILTER(query1,CHOOSECOLS(query1,2)=176))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What player was picked 176?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "176" ] }, { "Formula": "LET(query1,SUMMARIZE(C1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=252))", "Formula2": "LET(query1,SUMMARIZE(C2:C8,SUMX(B2:B8)),FILTER(query1,CHOOSECOLS(query1,2)=252))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What player was drafted 252?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "C1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "252" ] } ]
test_2-10659676-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Round", "Pick", "Player", "Position", "College" ], [ "2", "1", "6", "Torry Holt", "Wide Receiver", "NC State" ], [ "3", "2", "41", "Dré Bly", "Cornerback", "North Carolina" ], [ "4", "3", "68", "Rich Coady", "Strong Safety", "Texas A&M" ], [ "5", "4", "101", "Joe Germaine", "Quarterback", "Ohio State" ], [ "6", "5", "145", "Cameron Spikes", "Guard", "Texas A&M" ], [ "7", "6", "176", "Lionel Barnes", "Defensive End", "Louisiana-Monroe" ], [ "8", "7", "252", "Rodney Williams", "Punter", "Georgia Tech" ] ]
[ { "Formula": "SUMIFS(D1,A1,\"south carolina 2\")", "Formula2": "SUMIFS(D2:D8,A2:A8,\"south carolina 2\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "Which First elected has a District of south carolina 2?", "Tokens": [ "SUMIFS(", "D1", "A1", "\"south carolina 2\"" ] }, { "Formula": "LET(query1,SUMMARIZE(B1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)>1884))", "Formula2": "LET(query1,SUMMARIZE(B2:B8,SUMX(D2:D8)),FILTER(query1,CHOOSECOLS(query1,2)>1884))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">", "Num" ], "Level": "hard", "Question": "Which Incumbent has a First elected larger than 1884?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "1884" ] } ]
train_2-1431459-6
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result" ], [ "2", "South Carolina 1", "Samuel Dibble", "Democratic", "1882", "Re-elected" ], [ "3", "South Carolina 2", "George D. Tillman", "Democratic", "1878", "Re-elected" ], [ "4", "South Carolina 3", "James S. Cothran", "Democratic", "1886", "Re-elected" ], [ "5", "South Carolina 4", "William H. Perry", "Democratic", "1884", "Re-elected" ], [ "6", "South Carolina 5", "John J. Hemphill", "Democratic", "1882", "Re-elected" ], [ "7", "South Carolina 6", "George W. Dargan", "Democratic", "1882", "Re-elected" ], [ "8", "South Carolina 7", "William Elliott", "Democratic", "1884", "Re-elected" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,D1=\"l 13–30\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G17,D2:D17=\"l 13–30\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Record has a Result of l 13–30?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "D1", "=", "\"l 13–30\"", "7" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:G1,(E1=\"mile high stadium\")*(G1=\"3–3\")),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>3))", "Formula2": "LET(query1,LET(query1,FILTER(A2:G17,(E2:E17=\"mile high stadium\")*(G2:G17=\"3–3\")),SUMMARIZE(CHOOSECOLS(query1,3),SUMX(CHOOSECOLS(query1,1)))),FILTER(query1,CHOOSECOLS(query1,2)>3))", "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 Opponent has a Week larger than 3, and a Game site of mile high stadium, and a Record of 3–3?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "G1", "E1", "=", "\"mile high stadium\"", "*", "G1", "=", "\"3–3\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "3", "SUMX(", "CHOOSECOLS(", "query1", "1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "3" ] } ]
test_2-17928023-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Week", "Date", "Opponent", "Result", "Game site", "Attendance", "Record" ], [ "2", "1", "Sep 7", "at Philadelphia Eagles", "L 6–27", "Veteran's Stadium", "70,307", "0–1" ], [ "3", "2", "Sep 14", "Dallas Cowboys", "W 41–20", "Mile High Stadium", "74,919", "1–1" ], [ "4", "3", "Sep 21", "San Diego Chargers", "L 13–30", "Mile High Stadium", "74,970", "1–2" ], [ "5", "4", "Sep 29", "at New England Patriots", "L 14–23", "Schaefer Stadium", "60,153", "1–3" ], [ "6", "5", "Oct 5", "at Cleveland Browns", "W 19–16", "Municipal Stadium", "81,065", "2–3" ], [ "7", "6", "Oct 13", "Washington Redskins", "W 20–17", "Mile High Stadium", "74,657", "3–3" ], [ "8", "7", "Oct 19", "Kansas City Chiefs", "L 17–23", "Mile High Stadium", "74,459", "3–4" ], [ "9", "8", "Oct 26", "at New York Giants", "W 14–9", "Giants Stadium", "67,598", "4–4" ], [ "10", "9", "Nov 2", "Houston Oilers", "L 16–20", "Mile High Stadium", "74,717", "4–5" ], [ "11", "10", "Nov 9", "at San Diego Chargers", "W 20–13", "San Diego Stadium", "51,435", "5–5" ], [ "12", "11", "Nov 16", "New York Jets", "W 31–24", "Mile High Stadium", "72,114", "6–5" ], [ "13", "12", "Nov 23", "Seattle Seahawks", "W 36–20", "Mile High Stadium", "73,274", "7–5" ], [ "14", "13", "Dec 1", "at Oakland Raiders", "L 3–9", "Oakland-Alameda County Coliseum", "51,593", "7–6" ], [ "15", "14", "Dec 7", "at Kansas City Chiefs", "L 14–31", "Arrowhead Stadium", "40,237", "7–7" ], [ "16", "15", "Dec 14", "Oakland Raiders", "L 21–24", "Mile High Stadium", "73,974", "7–8" ], [ "17", "16", "Dec 21", "at Seattle Seahawks", "W 25–17", "Kingdome", "51,853", "8–8" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"st kilda\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,A2:A6=\"st kilda\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When was the game played where St Kilda was the home team?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"st kilda\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"melbourne\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,C2:C6=\"melbourne\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the home team score with an away team of Melbourne?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"melbourne\"", "2" ] }, { "Formula": "SUMIFS(F1,B1,\"11.14 (80)\")", "Formula2": "SUMIFS(F2:F6,B2:B6,\"11.14 (80)\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What was the average amount of spectators when the home team scored 11.14 (80)?", "Tokens": [ "SUMIFS(", "F1", "B1", "\"11.14 (80)\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,B1=\"12.19 (91)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,B2:B6=\"12.19 (91)\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which away team had a home team that scored 12.19 (91)?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "B1", "=", "\"12.19 (91)\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,A1=\"footscray\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G6,A2:A6=\"footscray\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which away team played the home team of Footscray?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "A1", "=", "\"footscray\"", "3" ] }, { "Formula": "SUMIFS(F1,D1,\"10.12 (72)\")", "Formula2": "SUMIFS(F2:F6,D2:D6,\"10.12 (72)\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How many spectators were present when the away team scored 10.12 (72)?", "Tokens": [ "SUMIFS(", "F1", "D1", "\"10.12 (72)\"" ] } ]
train_2-10807990-7
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Home team", "Home team score", "Away team", "Away team score", "Venue", "Crowd", "Date" ], [ "2", "Richmond", "10.9 (69)", "South Melbourne", "11.20 (86)", "Punt Road Oval", "18,000", "20 June 1942" ], [ "3", "Fitzroy", "16.14 (110)", "Hawthorn", "14.10 (94)", "Brunswick Street Oval", "5,000", "20 June 1942" ], [ "4", "North Melbourne", "11.10 (76)", "Melbourne", "12.11 (83)", "Arden Street Oval", "4,000", "20 June 1942" ], [ "5", "St Kilda", "11.14 (80)", "Collingwood", "9.14 (68)", "Toorak Park", "5,000", "20 June 1942" ], [ "6", "Footscray", "12.19 (91)", "Carlton", "10.12 (72)", "Yarraville Oval", "8,500", "20 June 1942" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"+31.426\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E20,D2:D20=\"+31.426\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which rider has the time of +31.426?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"+31.426\"", "1" ] }, { "Formula": "SUM(FILTER(E1, (B1=\"suzuki\")*(D1=\"+1:01.894\")))", "Formula2": "SUM(FILTER(E2:E20, (B2:B20=\"suzuki\")*(D2:D20=\"+1:01.894\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the grid for the rider who rides a Suzuki and has the time of +1:01.894?", "Tokens": [ "SUM(", "FILTER(", "E1", "B1", "=", "\"suzuki\"", "*", "D1", "=", "\"+1:01.894\"" ] } ]
train_2-12262589-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Rider", "Manufacturer", "Laps", "Time/Retired", "Grid" ], [ "2", "Dani Pedrosa", "Honda", "30", "41:53.196", "2" ], [ "3", "Loris Capirossi", "Ducati", "30", "+13.166", "7" ], [ "4", "Nicky Hayden", "Honda", "30", "+16.771", "14" ], [ "5", "Colin Edwards", "Yamaha", "30", "+18.299", "13" ], [ "6", "Casey Stoner", "Ducati", "30", "+31.426", "1" ], [ "7", "Marco Melandri", "Honda", "30", "+31.917", "3" ], [ "8", "John Hopkins", "Suzuki", "30", "+33.395", "5" ], [ "9", "Anthony West", "Kawasaki", "30", "+41.194", "12" ], [ "10", "Alex Hofmann", "Ducati", "30", "+43.214", "16" ], [ "11", "Michel Fabrizio", "Honda", "30", "+44.459", "17" ], [ "12", "Chris Vermeulen", "Suzuki", "30", "+1:01.894", "11" ], [ "13", "Kurtis Roberts", "KR212V", "30", "+1:10.721", "19" ], [ "14", "Makoto Tamada", "Yamaha", "28", "+2 Laps", "18" ], [ "15", "Carlos Checa", "Honda", "27", "+3 Laps", "15" ], [ "16", "Randy de Puniet", "Kawasaki", "29", "Retirement", "4" ], [ "17", "Shinya Nakano", "Honda", "19", "Retirement", "10" ], [ "18", "Alex Barros", "Ducati", "9", "Accident", "8" ], [ "19", "Valentino Rossi", "Yamaha", "5", "Accident", "6" ], [ "20", "Sylvain Guintoli", "Ducati", "3", "Accident", "9" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(B1,SUMX(D1)),FILTER(query1,CHOOSECOLS(query1,2)=42.2))", "Formula2": "LET(query1,SUMMARIZE(B2:B15,SUMX(D2:D15)),FILTER(query1,CHOOSECOLS(query1,2)=42.2))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What contestant had a starting BMI of 42.2?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "B1", "SUMX(", "D1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "42.2" ] }, { "Formula": "LET(query1,LET(query1,FILTER(A1:F1,A1=\"season 8\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<46.3))", "Formula2": "LET(query1,LET(query1,FILTER(A2:F15,A2:A15=\"season 8\"),SUMMARIZE(CHOOSECOLS(query1,6),SUMX(CHOOSECOLS(query1,4)))),FILTER(query1,CHOOSECOLS(query1,2)<46.3))", "Funcs": [ "LET(", "query1", "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "SUMMARIZE(", "CHOOSECOLS(", "query1", "Num", "SUMX(", "CHOOSECOLS(", "query1", "Num", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "<", "Num" ], "Level": "hard", "Question": "What is the recent BMI on season 8 for the person who's BMI started under 46.3?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "F1", "A1", "=", "\"season 8\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "6", "SUMX(", "CHOOSECOLS(", "query1", "4", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "<", "46.3" ] } ]
train_2-1151047-4
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "season", "Contestant", "Height", "Start BMI", "Start Weight", "Recent BMI" ], [ "2", "season 1", "Dave Fioravanti", "5' 0 6\"", "40.4", "250", "28.9" ], [ "3", "season 2", "Pete Thomas", "6' 0 5\"", "47.6", "401", "25.6" ], [ "4", "season 3", "Brian Starkey", "5' 0 8\"", "46.8", "308", "bgcolor=\" 03C03C\" | 23.1 || 152 || 156 || -50.6%" ], [ "5", "season 4", "Jim Germanakos", "5' 0 7\"", "56.5", "361", "27.4" ], [ "6", "season 5", "Bernie Salazar", "5' 0 5\"", "47.1", "283", "25.5" ], [ "7", "season 6", "Heba Salama", "5' 10\"", "42.2", "294", "bgcolor=\" 03C03C\" | 22.4 || 156 || 138 || -46.9%" ], [ "8", "season 7", "Jerry Hayes", "6' 0 3\"", "46.1", "369", "bgcolor=\" 03C03C\" | 24.0 || 192 || 177 || -48%" ], [ "9", "season 8", "Rebecca Meyer", "5' 0 6\"", "45.0", "279", "bgcolor=\" 03C03C\" | 22.6 || 140 || 139 || -49.8%" ], [ "10", "season 9", "Koli Palu", "6' 0 1\"", "53.2", "403", "bgcolor=\" 03C03C\" | 24.8 || 188 || 215 || -53.3%" ], [ "11", "season 10", "Mark Pinkhasovich", "6' 0 3\"", "52.6", "421", "26.0" ], [ "12", "season 11", "Deni Hill", "5' 0 6\"", "41.3", "256", "bgcolor=\" 03C03C\" | 21.1 || 131 || 125 || -48.8%" ], [ "13", "season 12", "Jennifer Rumple", "5' 0 7\"", "51.7", "330", "29.0" ], [ "14", "season 13", "Mike Messina", "6' 0 2\"", "46.0", "358", "25.4" ], [ "15", "season 14", "Gina McDonald", "5' 0 1\"", "46.3", "245", "bgcolor=\" 03C03C\" | 24.9 || 132 || 113 || -46.1%" ] ]
[ { "Formula": "LET(query1,LET(query1,FILTER(A1:E1,D1=\"modern drama\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>21))", "Formula2": "LET(query1,LET(query1,FILTER(A2:E14,D2:D14=\"modern drama\"),SUMMARIZE(CHOOSECOLS(query1,1),SUMX(CHOOSECOLS(query1,3)))),FILTER(query1,CHOOSECOLS(query1,2)>21))", "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 airing date for a modern drama with more than 21 episodes?", "Tokens": [ "LET(", "query1", "LET(", "query1", "FILTER(", "A1", ":", "E1", "D1", "=", "\"modern drama\"", "SUMMARIZE(", "CHOOSECOLS(", "query1", "1", "SUMX(", "CHOOSECOLS(", "query1", "3", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">", "21" ] } ]
train_2-10942714-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Airing date", "English title (Chinese title)", "Number of episodes", "Genre", "Official website" ], [ "2", "7 Dec 2005- 4 Jan 2006", "When Rules Turn Loose 識法代言人", "21", "Modern drama", "Official website" ], [ "3", "5 Jan- 25 Feb", "Lethal Weapons of Love and Passion 覆雨翻雲", "40", "Costume action", "Official website" ], [ "4", "31 Jan- 26 Feb", "A Pillow Case of Mystery 施公奇案", "20", "Costume comedy", "Official website" ], [ "5", "27 Feb- 31 Mar", "Safe Guards 鐵血保鏢", "25", "Costume drama", "Official website" ], [ "6", "3 Apr- 28 Apr", "Bar Bender 潮爆大狀", "20", "Modern drama", "Official website" ], [ "7", "17 April- 14 May", "La Femme Desperado 女人唔易做", "22", "Modern drama", "Official website" ], [ "8", "15 May- 9 Jun", "Trimming Success 飛短留長父子兵", "20", "Modern drama", "Official website" ], [ "9", "13 Jun- 9 Jul", "Men in Pain 男人之苦", "21", "Modern drama", "Official website" ], [ "10", "10 Jul- 27 Aug", "The Saviour of the Soul 神鵰俠侶", "37", "Costume drama", "Official website" ], [ "11", "28 Aug- 6 Oct", "Maidens' Vow 鳳凰四重奏", "30", "Drama", "Official website" ], [ "12", "9 Oct- 3 Nov", "At Home With Love 樓住有情人", "20", "Modern drama", "Official website" ], [ "13", "6 Nov- 15 Dec", "Glittering Days 東方之珠", "30", "Period drama", "Official website" ], [ "14", "18 Dec 2006- 10 Feb 2007", "The Conquest 爭霸", "42", "Costume action", "Official website" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"january 28, 2006\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,A2:A10=\"january 28, 2006\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the Winning team on january 28, 2006?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"january 28, 2006\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"iowa state\")*(C1=\"w basketball\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,(D2:D10=\"iowa state\")*(C2:C10=\"w basketball\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Series has a Winning team of iowa state and a Sport of w basketball?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"iowa state\"", "*", "C1", "=", "\"w basketball\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"ames\")*(A1=\"september 10, 2005\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,(B2:B10=\"ames\")*(A2:A10=\"september 10, 2005\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Series has a Site of ames on september 10, 2005?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"ames\"", "*", "A1", "=", "\"september 10, 2005\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"ames\")*(C1=\"w gymnastics\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,(B2:B10=\"ames\")*(C2:C10=\"w gymnastics\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Series has a Site of ames and a Sport of w gymnastics?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"ames\"", "*", "C1", "=", "\"w gymnastics\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"march 17, 2006\")*(D1=\"iowa state\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,(A2:A10=\"march 17, 2006\")*(D2:D10=\"iowa state\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "WHich port is on march 17, 2006 and has a Winning team of iowa state?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"march 17, 2006\"", "*", "D1", "=", "\"iowa state\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(A1=\"march 17, 2006\")*(D1=\"iowa state\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E10,(A2:A10=\"march 17, 2006\")*(D2:D10=\"iowa state\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which Site has a Date of march 17, 2006 and an iowa state Winning team?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"march 17, 2006\"", "*", "D1", "=", "\"iowa state\"", "2" ] } ]
train_2-14175075-3
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Site", "Sport", "Winning team", "Series" ], [ "2", "September 7, 2005", "Iowa City", "W Soccer", "Iowa State", "Iowa State 2–0" ], [ "3", "September 10, 2005", "Ames", "Football", "Iowa State", "Iowa State 5–0" ], [ "4", "December 2, 2005", "Ames", "Wrestling", "Iowa", "Iowa State 5–2" ], [ "5", "December 8, 2005", "Ames", "W Basketball", "Iowa State", "Iowa State 7–2" ], [ "6", "December 9, 2005", "Ames", "M Basketball", "Iowa State", "Iowa State 9–2" ], [ "7", "December 9, 2005", "Ames", "W Swimming", "Iowa", "Iowa State 9–4" ], [ "8", "January 28, 2006", "Iowa City", "W Gymnastics", "Iowa State", "Iowa State 11–4" ], [ "9", "March 17, 2006", "Ames", "W Gymnastics", "Iowa State", "Iowa State 13–4" ], [ "10", "March 17, 2006", "Ames", "Softball", "Iowa", "Iowa State 13–6" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=27321),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=27321),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What was the result when there were 27,321 in attendance?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "27321", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"dowdy-ficklen stadium • greenville, nc\")*(B1=\"ohio\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(C2:C13=\"dowdy-ficklen stadium • greenville, nc\")*(B2:B13=\"ohio\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What is the number in attendance at Dowdy-Ficklen stadium • Greenville, NC, and the opponent was Ohio?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"dowdy-ficklen stadium • greenville, nc\"", "*", "B1", "=", "\"ohio\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"dowdy-ficklen stadium • greenville, nc\")*(E1=27321)),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(C2:C13=\"dowdy-ficklen stadium • greenville, nc\")*(E2:E13=27321)),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What date was the game at Dowdy-Ficklen stadium • Greenville, NC, with 27,321 in attendance?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"dowdy-ficklen stadium • greenville, nc\"", "*", "E1", "=", "27321", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=27321),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,E2:E13=27321),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What team was the opponent when there were 27,321 in attendance?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "27321", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"williams-brice stadium • columbia, sc\"),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,C2:C13=\"williams-brice stadium • columbia, sc\"),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What date was the game at Williams-Brice stadium • Columbia, SC?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"williams-brice stadium • columbia, sc\"", "1" ] } ]
train_2-17345263-5
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Opponent", "Site", "Result", "Attendance" ], [ "2", "September 7", "East Tennessee State", "Dowdy-Ficklen Stadium • Greenville, NC", "W45–21", "25,512" ], [ "3", "September 14", "at West Virginia", "Mountaineer Field • Morgantown, WV", "L9–10", "50,129" ], [ "4", "September 21", "at South Carolina", "Williams-Brice Stadium • Columbia, SC", "W23–7", "79,806" ], [ "5", "September 28", "Central Florida", "Dowdy-Ficklen Stadium • Greenville, NC", "W28–7", "34,121" ], [ "6", "October 10", "Southern Mississippi", "Dowdy-Ficklen Stadium • Greenville, NC", "L7–28", "34,480" ], [ "7", "October 19", "at 12 Miami (FL)", "Miami Orange Bowl • Miami, FL", "W31–6", "31,909" ], [ "8", "November 2", "Arkansas State", "Dowdy-Ficklen Stadium • Greenville, NC", "W34–16", "24,890" ], [ "9", "November 9", "at 25 Virginia Tech", "Lane Stadium • Blacksburg, VA", "L14–35", "49,128" ], [ "10", "November 16", "Ohio", "Dowdy-Ficklen Stadium • Greenville, NC", "W55–45", "27,321" ], [ "11", "November 23", "at Memphis", "Liberty Bowl • Memphis, TN", "W20–10", "25,059" ], [ "12", "November 30", "vs. North Carolina State", "Ericsson Stadium • Charlotte, NC", "W50–29", "66,347" ], [ "13", "All times are in Eastern.", "All times are in Eastern.", "All times are in Eastern.", "All times are in Eastern.", "All times are in Eastern." ] ]
[ { "Formula": "ROWS(UNIQUE(D1))", "Formula2": "ROWS(UNIQUE(D2:D8))", "Funcs": [ "ROWS(", "UNIQUE(", "Cell" ], "Level": "easy", "Question": "How many distinct governors are there?", "Tokens": [ "ROWS(", "UNIQUE(", "D1" ] }, { "Formula": "ROWS(UNIQUE(D1))", "Formula2": "ROWS(UNIQUE(D2:D8))", "Funcs": [ "ROWS(", "UNIQUE(", "Cell" ], "Level": "easy", "Question": "Count the number of distinct governors.", "Tokens": [ "ROWS(", "UNIQUE(", "D1" ] }, { "Formula": "CHOOSE({1,2},FILTER(E1,C1=\"Democratic\"),FILTER(F1,C1=\"Democratic\"))", "Formula2": "CHOOSE({1,2},FILTER(E2:E8,C2:C8=\"Democratic\"),FILTER(F2:F8,C2:C8=\"Democratic\"))", "Funcs": [ "CHOOSE(", "Num", "Num", "FILTER(", "Cell", "Cell", "=", "Str", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "Show the lieutenant governor and comptroller from the democratic party.", "Tokens": [ "CHOOSE(", "1", "2", "FILTER(", "E1", "C1", "=", "\"Democratic\"", "FILTER(", "F1", "C1", "=", "\"Democratic\"" ] }, { "Formula": "CHOOSE({1,2},FILTER(E1,C1=\"Democratic\"),FILTER(F1,C1=\"Democratic\"))", "Formula2": "CHOOSE({1,2},FILTER(E2:E8,C2:C8=\"Democratic\"),FILTER(F2:F8,C2:C8=\"Democratic\"))", "Funcs": [ "CHOOSE(", "Num", "Num", "FILTER(", "Cell", "Cell", "=", "Str", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "Who are the lieutenant governor and comptroller from the democratic party?", "Tokens": [ "CHOOSE(", "1", "2", "FILTER(", "E1", "C1", "=", "\"Democratic\"", "FILTER(", "F1", "C1", "=", "\"Democratic\"" ] }, { "Formula": "UNIQUE(FILTER(B1,D1=\"Eliot Spitzer\"))", "Formula2": "UNIQUE(FILTER(B2:B8,D2:D8=\"Eliot Spitzer\"))", "Funcs": [ "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "easy", "Question": "In which distinct years was the governor \"Eliot Spitzer\"?", "Tokens": [ "UNIQUE(", "FILTER(", "B1", "D1", "=", "\"Eliot Spitzer\"" ] }, { "Formula": "LET(a,HSTACK(C1,A1),b,A1,c,CHOOSECOLS(LET(query1,SUMMARIZE(A1,SUMX(I1)),FILTER(query1,CHOOSECOLS(query1,2)>=2)),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))", "Formula2": "LET(a,HSTACK(C2:C8,A2:A8),b,A2:A8,c,CHOOSECOLS(LET(query1,SUMMARIZE(A2:A8,SUMX(I2:I8)),FILTER(query1,CHOOSECOLS(query1,2)>=2)),1),UNIQUE(FILTER(a,NOT(ISNA(XLOOKUP(b,c,c))))))", "Funcs": [ "LET(", "a", "HSTACK(", "Cell", "Cell", "b", "Cell", "c", "CHOOSECOLS(", "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">=", "Num", "Num", "UNIQUE(", "FILTER(", "a", "NOT(", "ISNA(", "XLOOKUP(", "b", "c", "c" ], "Level": "hard", "Question": "Show the name of the party that has at least two records.", "Tokens": [ "LET(", "a", "HSTACK(", "C1", "A1", "b", "A1", "c", "CHOOSECOLS(", "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "I1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">=", "2", "1", "UNIQUE(", "FILTER(", "a", "NOT(", "ISNA(", "XLOOKUP(", "b", "c", "c" ] }, { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(I1)),FILTER(query1,CHOOSECOLS(query1,2)>=2))", "Formula2": "LET(query1,SUMMARIZE(A2:A8,SUMX(I2:I8)),FILTER(query1,CHOOSECOLS(query1,2)>=2))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">=", "Num" ], "Level": "hard", "Question": "Which party has two or more records?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "I1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">=", "2" ] }, { "Formula": "ROWS(UNIQUE(D1))", "Formula2": "ROWS(UNIQUE(D2:D8))", "Funcs": [ "ROWS(", "UNIQUE(", "Cell" ], "Level": "easy", "Question": "How many governors are there in total?", "Tokens": [ "ROWS(", "UNIQUE(", "D1" ] }, { "Formula": "ROWS(UNIQUE(D1))", "Formula2": "ROWS(UNIQUE(D2:D8))", "Funcs": [ "ROWS(", "UNIQUE(", "Cell" ], "Level": "easy", "Question": "What's the total number of governors?", "Tokens": [ "ROWS(", "UNIQUE(", "D1" ] }, { "Formula": "LET(query1,FILTER(A1:I1,C1=\"democratic\"),UNIQUE(CHOOSECOLS(query1,5,6,1)))", "Formula2": "LET(query1,FILTER(A2:I8,C2:C8=\"democratic\"),UNIQUE(CHOOSECOLS(query1,5,6,1)))", "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num", "Num" ], "Level": "hard", "Question": "show all democratic lieutenant governors, comptrollers and their party ids ", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "I1", "C1", "=", "\"democratic\"", "UNIQUE(", "CHOOSECOLS(", "query1", "5", "6", "1" ] }, { "Formula": "LET(query1,FILTER(A1:I1,C1=\"democratic\"),UNIQUE(CHOOSECOLS(query1,5,6,1)))", "Formula2": "LET(query1,FILTER(A2:I8,C2:C8=\"democratic\"),UNIQUE(CHOOSECOLS(query1,5,6,1)))", "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num", "Num" ], "Level": "hard", "Question": "What are the democratic lieutenant governors, comptrollers and their party ids?", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "I1", "C1", "=", "\"democratic\"", "UNIQUE(", "CHOOSECOLS(", "query1", "5", "6", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"eliot spitzer\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,D2:D8=\"eliot spitzer\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "years that eliot spitzer governed", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"eliot spitzer\"", "2" ] }, { "Formula": "LET(query1,SUMMARIZE(HSTACK(C1,A1),SUMX(I1)),FILTER(query1,CHOOSECOLS(query1,3)>=2))", "Formula2": "LET(query1,SUMMARIZE(HSTACK(C2:C8,A2:A8),SUMX(I2:I8)),FILTER(query1,CHOOSECOLS(query1,3)>=2))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "HSTACK(", "Cell", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">=", "Num" ], "Level": "hard", "Question": "show ids and names of all parties with at least 2 records", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "HSTACK(", "C1", "A1", "SUMX(", "I1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", ">=", "2" ] }, { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(I1)),FILTER(query1,CHOOSECOLS(query1,2)>=2))", "Formula2": "LET(query1,SUMMARIZE(A2:A8,SUMX(I2:I8)),FILTER(query1,CHOOSECOLS(query1,2)>=2))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">=", "Num" ], "Level": "hard", "Question": "ids of parties with 2 or more records", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "I1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">=", "2" ] }, { "Formula": "ROWS(UNIQUE(D1))", "Formula2": "ROWS(UNIQUE(D2:D8))", "Funcs": [ "ROWS(", "UNIQUE(", "Cell" ], "Level": "easy", "Question": "How many governors?", "Tokens": [ "ROWS(", "UNIQUE(", "D1" ] }, { "Formula": "ROWS(UNIQUE(D1))", "Formula2": "ROWS(UNIQUE(D2:D8))", "Funcs": [ "ROWS(", "UNIQUE(", "Cell" ], "Level": "easy", "Question": "What's the number of governors?", "Tokens": [ "ROWS(", "UNIQUE(", "D1" ] }, { "Formula": "LET(query1,FILTER(A1:I1,C1=\"democratic\"),UNIQUE(CHOOSECOLS(query1,5,6,1)))", "Formula2": "LET(query1,FILTER(A2:I8,C2:C8=\"democratic\"),UNIQUE(CHOOSECOLS(query1,5,6,1)))", "Funcs": [ "LET(", "query1", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "UNIQUE(", "CHOOSECOLS(", "query1", "Num", "Num", "Num" ], "Level": "hard", "Question": "the democratic lieutenant governors, comptrollers and their party ids.", "Tokens": [ "LET(", "query1", "FILTER(", "A1", ":", "I1", "C1", "=", "\"democratic\"", "UNIQUE(", "CHOOSECOLS(", "query1", "5", "6", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,D1=\"eliot spitzer\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I8,D2:D8=\"eliot spitzer\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "the year governed by eliot spitzer.", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "D1", "=", "\"eliot spitzer\"", "2" ] }, { "Formula": "LET(query1,SUMMARIZE(HSTACK(C1,A1),SUMX(I1)),FILTER(query1,CHOOSECOLS(query1,3)>=2))", "Formula2": "LET(query1,SUMMARIZE(HSTACK(C2:C8,A2:A8),SUMX(I2:I8)),FILTER(query1,CHOOSECOLS(query1,3)>=2))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "HSTACK(", "Cell", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">=", "Num" ], "Level": "hard", "Question": "the id and name of the party with at least 2 records", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "HSTACK(", "C1", "A1", "SUMX(", "I1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "3", ">=", "2" ] }, { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(I1)),FILTER(query1,CHOOSECOLS(query1,2)>=2))", "Formula2": "LET(query1,SUMMARIZE(A2:A8,SUMX(I2:I8)),FILTER(query1,CHOOSECOLS(query1,2)>=2))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", ">=", "Num" ], "Level": "hard", "Question": "the id of party having at least 2 records", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "I1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", ">=", "2" ] } ]
election_party
[ [ "0", "A", "B", "C", "D", "E", "F", "G", "H", "I" ], [ "1", "party id", "year", "party name", "governor", "lieutenant governor", "comptroller", "attorney general", "us senate", "records" ], [ "2", "1", "1998", "Democratic", "Peter Vallone", "Sandra Frankel", "Carl McCall", "Eliot Spitzer", "Charles Schumer", "2" ], [ "3", "2", "1998", "Liberal", "Betsy McCaughey Ross", "Jonathan Reiter", "Carl McCall", "Eliot Spitzer", "Charles Schumer", "3" ], [ "4", "3", "2002", "Democratic", "Carl McCall", "Dennis Mehiel", "Alan Hevesi", "Eliot Spitzer", "(no election)", "4" ], [ "5", "4", "2002", "Independence", "Tom Golisano", "Mary Donohue", "John Faso", "Eliot Spitzer", "(no election)", "5" ], [ "6", "5", "2006", "Democratic", "Eliot Spitzer", "David Paterson", "Alan Hevesi", "Andrew Cuomo", "Hillary Rodham Clinton", "6" ], [ "7", "6", "2006", "Independence", "Eliot Spitzer", "David Paterson", "Alan Hevesi", "Jeanine Pirro", "Hillary Rodham Clinton", "7" ], [ "8", "7", "2006", "Working Families", "Eliot Spitzer", "David Paterson", "Alan Hevesi", "Andrew Cuomo", "Hillary Rodham Clinton", "8" ] ]
[ { "Formula": "SUM(FILTER(A1, (D1=\"lance moon\")*(C1<171)))", "Formula2": "SUM(FILTER(A2:A20, (D2:D20=\"lance moon\")*(C2:C20<171)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "With an Overall less than 171, what is the Round pick of Lance Moon?", "Tokens": [ "SUM(", "FILTER(", "A1", "D1", "=", "\"lance moon\"", "*", "C1", "<", "171" ] }, { "Formula": "LET(query1,SUMMARIZE(D1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=10))", "Formula2": "LET(query1,SUMMARIZE(D2:D20,SUMX(B2:B20)),FILTER(query1,CHOOSECOLS(query1,2)=10))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What is the Name of draft Pick #10?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "10" ] } ]
train_2-15198842-7
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Round", "Pick #", "Overall", "Name", "Position", "College" ], [ "2", "1", "15", "15", "Clarence Ellis", "Safety", "Notre Dame" ], [ "3", "2", "14", "40", "Pat Sullivan", "Quarterback", "Auburn" ], [ "4", "2", "15", "41", "Steve Okoniewski", "Offensive Tackle", "Montana" ], [ "5", "2", "16", "42", "Roosevelt Manning", "Defensive Tackle", "Northeastern State Normal School (OK)" ], [ "6", "3", "15", "67", "Les Goodman", "Running Back", "Yankton" ], [ "7", "4", "16", "94", "Andrew Howard", "Defensive Tackle", "Grambling" ], [ "8", "5", "5", "109", "Billy Taylor", "Running Back", "Michigan" ], [ "9", "5", "15", "119", "Ralph Cindrich", "Linebacker", "Pittsburgh" ], [ "10", "6", "10", "140", "Mike Perfetti", "Defensive Back", "Minnesota" ], [ "11", "6", "16", "146", "Fred Riley", "Wide Receiver", "Idaho" ], [ "12", "7", "15", "171", "Lance Moon", "Running Back", "Wisconsin" ], [ "13", "8", "16", "198", "Henry Brandon", "Running Back", "Southern" ], [ "14", "9", "15", "223", "Ray Easterling", "Safety", "Richmond" ], [ "15", "11", "15", "275", "Jack Phillips", "Wide Receiver", "Grambling" ], [ "16", "12", "16", "302", "Larry Mialik", "Tight End", "Wisconsin" ], [ "17", "13", "15", "327", "Henry Sovio", "Tight End", "Hawaii" ], [ "18", "14", "16", "354", "Tom Chandler", "Linebacker", "Minnesota" ], [ "19", "15", "15", "379", "Oscar Jenkins", "Defensive Back", "Virginia Union" ], [ "20", "16", "16", "406", "Larry Butler", "Linebacker", "Stanford" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"iv j.c.c. jersey road race\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F18,A2:A18=\"iv j.c.c. jersey road race\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which driver won the iv j.c.c. jersey road race?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"iv j.c.c. jersey road race\"", "4" ] } ]
train_2-1140119-5
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Race Name", "Circuit", "Date", "Winning driver", "Constructor", "Report" ], [ "2", "XI Pau Grand Prix", "Pau", "10 April", "Juan Manuel Fangio", "Maserati", "Report" ], [ "3", "II Richmond Trophy", "Goodwood", "10 April", "Reg Parnell", "Maserati", "Report" ], [ "4", "V San Remo Grand Prix", "Sanremo", "16 April", "Juan Manuel Fangio", "Alfa Romeo", "Report" ], [ "5", "IV Grand Prix de Paris", "Montlhéry", "30 April", "Georges Grignard", "Talbot-Lago", "Report" ], [ "6", "XII British Empire Trophy", "Douglas", "15 June", "Bob Gerard", "ERA", "Report" ], [ "7", "IV Gran Premio di Bari", "Bari", "9 July", "Giuseppe Farina", "Alfa Romeo", "Report" ], [ "8", "IV J.C.C. Jersey Road Race", "Jersey", "13 July", "Peter Whitehead", "Ferrari", "Report" ], [ "9", "XII Circuit de l'Albigeois", "Albi", "16 July", "Louis Rosier", "Talbot-Lago", "Report" ], [ "10", "I Grote Prijs van Nederland", "Zandvoort", "23 July", "Louis Rosier", "Talbot-Lago", "Report" ], [ "11", "III Grand Prix des Nations", "Geneve", "30 July", "Juan Manuel Fangio", "Alfa Romeo", "Report" ], [ "12", "I Nottingham Trophy", "Gamston", "7 August", "David Hampshire", "Maserati", "Report" ], [ "13", "IV Ulster Trophy", "Dundrod", "12 August", "Peter Whitehead", "Ferrari", "Report" ], [ "14", "XIX Coppa Acerbo", "Pescara", "15 August", "Juan Manuel Fangio", "Alfa Romeo", "Report" ], [ "15", "I Sheffield Telegraph Trophy", "Gamston", "19 August", "Cuth Harrison", "ERA", "Report" ], [ "16", "II BRDC International Trophy", "Silverstone", "26 August", "Giuseppe Farina", "Alfa Romeo", "Report" ], [ "17", "III Goodwood Trophy", "Goodwood", "30 September", "Reg Parnell", "BRM", "Report" ], [ "18", "X Gran Premio de Penya Rhin", "Pedralbes", "29 October", "Alberto Ascari", "Ferrari", "Report" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,A1=\"Chris Corchiani\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F9,A2:A9=\"Chris Corchiani\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "During what years did Chris Corchiani play in Orlando?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "A1", "=", "\"Chris Corchiani\"", "5" ] } ]
train_1-15621965-3
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Player", "No.", "Nationality", "Position", "Years in Orlando", "School/Club Team" ], [ "2", "Vince Carter", "15", "United States", "Guard-Forward", "2009–2010", "North Carolina" ], [ "3", "Terry Catledge", "33", "United States", "Forward", "1989–1993", "South Alabama" ], [ "4", "Kelvin Cato", "13", "United States", "Center", "2004–2006", "Iowa State" ], [ "5", "Doug Christie", "1", "United States", "Guard-Forward", "2005", "Pepperdine" ], [ "6", "Earl Clark", "3", "United States", "Forward", "2010–2012", "Louisville" ], [ "7", "Anthony Cook", "0", "United States", "Forward-Center", "1993", "Arizona" ], [ "8", "Brian Cook", "34", "United States", "Forward", "2007–2009", "Illinois" ], [ "9", "Chris Corchiani", "13", "United States", "Guard", "1991–1992", "NC State" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"new jersey\")*(E1=\"7-23-7\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(D2:D13=\"new jersey\")*(E2:E13=\"7-23-7\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "When was the home game when the New Jersey team's record became 7-23-7?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"new jersey\"", "*", "E1", "=", "\"7-23-7\"", "1" ] } ]
train_2-12019734-5
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Date", "Visitor", "Score", "Home", "Record" ], [ "2", "December 1", "Toronto", "3 - 7", "New Jersey", "5-16-7" ], [ "3", "December 3", "Hartford", "4 - 5", "New Jersey", "6-16-7" ], [ "4", "December 4", "New Jersey", "2 - 6", "Detroit", "6-17-7" ], [ "5", "December 6", "Winnipeg", "5 - 3", "New Jersey", "6-18-7" ], [ "6", "December 9", "Washington", "6 - 4", "New Jersey", "6-19-7" ], [ "7", "December 11", "New Jersey", "1 - 7", "NY Islanders", "6-20-7" ], [ "8", "December 12", "New Jersey", "0 - 4", "NY Rangers", "6-21-7" ], [ "9", "December 17", "New Jersey", "4 - 10", "Edmonton", "6-22-7" ], [ "10", "December 19", "New Jersey", "3 - 2", "Winnipeg", "7-22-7" ], [ "11", "December 22", "Philadelphia", "3 - 1", "New Jersey", "7-23-7" ], [ "12", "December 26", "New Jersey", "2 - 5", "Boston", "7-24-7" ], [ "13", "December 30", "NY Rangers", "5 - 2", "New Jersey", "7-25-7" ] ]
[ { "Formula": "ROWS(UNIQUE(FILTER(B1, C1=\"Jamel Wallace\")))", "Formula2": "ROWS(UNIQUE(FILTER(B2:B15, C2:C15=\"Jamel Wallace\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many mls teams had player jamel wallace?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "B1", "C1", "=", "\"Jamel Wallace\"" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,C1=\"Kwaku Nyamekye\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,C2:C15=\"Kwaku Nyamekye\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What university is kwaku nyamekye affiliated with?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"Kwaku Nyamekye\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"Houston Dynamo\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E15,B2:B15=\"Houston Dynamo\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What university is houston dynamo affiliated with?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"Houston Dynamo\"", "5" ] }, { "Formula": "LET(query1,SUMMARIZE(D1,SUMX(A1)),FILTER(query1,CHOOSECOLS(query1,2)=63))", "Formula2": "LET(query1,SUMMARIZE(D2:D15,SUMX(A2:A15)),FILTER(query1,CHOOSECOLS(query1,2)=63))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What is the position of pick # 63?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "A1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "63" ] }, { "Formula": "ROWS(UNIQUE(FILTER(C1, E1=\"Indiana University\")))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C15, E2:E15=\"Indiana University\")))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Str" ], "Level": "medium", "Question": "How many players are affiliated with indiana university?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "E1", "=", "\"Indiana University\"" ] } ]
test_1-25518547-4
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Pick #", "MLS Team", "Player", "Position", "Affiliation" ], [ "2", "49", "Philadelphia Union", "Brian Perk", "Goalkeeper", "UCLA Seattle Wolves" ], [ "3", "51", "Chicago Fire", "* Sean Johnson", "Goalkeeper", "University of Central Florida Atlanta Blackhawks" ], [ "4", "52", "Kansas City Wizards", "Ofori Sarkodie", "Defender", "Indiana University" ], [ "5", "53", "Toronto FC", "Joseph Nane", "Midfielder", "Old Dominion University Hampton Roads Piranhas" ], [ "6", "54", "FC Dallas", "Dane Saintus", "Midfielder", "Southern Methodist University DFW Tornados" ], [ "7", "55", "D.C. United", "Jordan Graye", "Defender", "University of North Carolina Cary Clarets" ], [ "8", "56", "Colorado Rapids", "Chris Cutshaw", "Midfielder", "Bradley University Chicago Fire Premier" ], [ "9", "57", "New England Revolution", "Adam Welch", "Defender", "Lehigh University Reading Rage" ], [ "10", "58", "Chivas USA", "Chris Ross", "Midfielder", "Colgate University DFW Tornados" ], [ "11", "59", "Seattle Sounders FC", "Jamel Wallace", "Midfielder", "San Diego State University" ], [ "12", "60", "Columbus Crew", "Kwaku Nyamekye", "Defender", "Harvard University" ], [ "13", "61", "Columbus Crew", "Othaniel Yanez", "Midfielder", "University of Louisville Yakima Reds" ], [ "14", "62", "Houston Dynamo", "Euan Holden", "Defender", "University of New Mexico Austin Aztex U23" ], [ "15", "63", "Columbus Crew", "Shaun Francis", "Defender", "Lindsey Wilson College Thunder Bay Chill" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"october 2, 2005\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,B2:B18=\"october 2, 2005\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who played the Rams on October 2, 2005?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"october 2, 2005\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,B1=\"december 11, 2005\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,B2:B18=\"december 11, 2005\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What was the attendance of the game on December 11, 2005?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"december 11, 2005\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=65473),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E18,E2:E18=65473),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Num", "Num" ], "Level": "medium", "Question": "What was the result of the game played in front of 65,473?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "65473", "4" ] } ]
train_2-10653676-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Week", "Date", "Opponent", "Result", "Attendance" ], [ "2", "1", "September 11, 2005", "at San Francisco 49ers", "L 28-25", "67,918" ], [ "3", "2", "September 18, 2005", "at Arizona Cardinals", "W 17-12", "45,160" ], [ "4", "3", "September 25, 2005", "Tennessee Titans", "W 31-27", "65,835" ], [ "5", "4", "October 2, 2005", "at New York Giants", "L 44-24", "78,453" ], [ "6", "5", "October 9, 2005", "Seattle Seahawks", "L 37-31", "65,707" ], [ "7", "6", "October 17, 2005", "at Indianapolis Colts", "L 45-28", "57,307" ], [ "8", "7", "October 23, 2005", "New Orleans Saints", "W 28-17", "64,586" ], [ "9", "8", "October 30, 2005", "Jacksonville Jaguars", "W 24-21", "65,251" ], [ "10", "9", "Bye", "Bye", "Bye", "Bye" ], [ "11", "10", "November 13, 2005", "at Seattle Seahawks", "L 31-16", "67,192" ], [ "12", "11", "November 20, 2005", "Arizona Cardinals", "L 38-28", "65,750" ], [ "13", "12", "November 27, 2005", "at Houston Texans", "W 33-27", "70,010" ], [ "14", "13", "December 4, 2005", "Washington Redskins", "L 24-9", "65,701" ], [ "15", "14", "December 11, 2005", "at Minnesota Vikings", "L 27-13", "64,005" ], [ "16", "15", "December 18, 2005", "Philadelphia Eagles", "L 17-16", "65,382" ], [ "17", "16", "December 24, 2005", "San Francisco 49ers", "L 24-20", "65,473" ], [ "18", "17", "January 1, 2006", "at Dallas Cowboys", "W 20-10", "63,131" ] ]
[ { "Formula": "SUM(FILTER(C1, D1>1))", "Formula2": "SUM(FILTER(C2:C9, D2:D9>1))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num" ], "Level": "easy", "Question": "What is the number of points when the draws are more than 1?", "Tokens": [ "SUM(", "FILTER(", "C1", "D1", ">", "1" ] }, { "Formula": "SUM(FILTER(B1, (D1>0)*(A1=\"polonia bydgoszcz\")*(C1<17)))", "Formula2": "SUM(FILTER(B2:B9, (D2:D9>0)*(A2:A9=\"polonia bydgoszcz\")*(C2:C9<17)))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", ">", "Num", "*", "Cell", "=", "Str", "*", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the number for match when the draws in more than 0, the team is Polonia Bydgoszcz, and there are less than 17 points?", "Tokens": [ "SUM(", "FILTER(", "B1", "D1", ">", "0", "*", "A1", "=", "\"polonia bydgoszcz\"", "*", "C1", "<", "17" ] }, { "Formula": "MIN(FILTER(D1, (C1<17)*(E1=13)))", "Formula2": "MIN(FILTER(D2:D9, (C2:C9<17)*(E2:E9=13)))", "Funcs": [ "MIN(", "FILTER(", "Cell", "Cell", "<", "Num", "*", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the lowest number for draw when the points are less than 17, and the lost is 13?", "Tokens": [ "MIN(", "FILTER(", "D1", "C1", "<", "17", "*", "E1", "=", "13" ] }, { "Formula": "SUM(FILTER(C1, B1<14))", "Formula2": "SUM(FILTER(C2:C9, B2:B9<14))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "<", "Num" ], "Level": "easy", "Question": "What is the number of points when the match is smaller than 14?", "Tokens": [ "SUM(", "FILTER(", "C1", "B1", "<", "14" ] } ]
test_2-17543955-1
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Team", "Match", "Points", "Draw", "Lost" ], [ "2", "Włókniarz Częstochowa", "14", "26", "0", "1" ], [ "3", "Górnik Rybnik", "14", "24", "0", "2" ], [ "4", "Legia Warszawa", "14", "18", "0", "5" ], [ "5", "Polonia Bydgoszcz", "14", "17", "1", "5" ], [ "6", "Start Gniezno", "14", "11", "1", "8" ], [ "7", "Unia Leszno", "14", "8", "0", "10" ], [ "8", "Sparta Wrocław", "14", "6", "0", "11" ], [ "9", "Kolejarz Rawicz", "14", "2", "0", "13" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"ბრაზილიის უბანი\"),7))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,C2:C9=\"ბრაზილიის უბანი\"),7))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "At what time is the ბრაზილიის უბანი shown?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"ბრაზილიის უბანი\"", "7" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,(E1=\"present\")*(F1=\"monday to sunday\")*(G1=\"18:45-21:00\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,(E2:E9=\"present\")*(F2:F9=\"monday to sunday\")*(G2:G9=\"18:45-21:00\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What country was the series finale present and was shown Monday to Sunday at 18:45-21:00?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "E1", "=", "\"present\"", "*", "F1", "=", "\"monday to sunday\"", "*", "G1", "=", "\"18:45-21:00\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,C1=\"ოჰ ეს ცრემლები / პარალელური საიდუმლო\"),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,C2:C9=\"ოჰ ეს ცრემლები / პარალელური საიდუმლო\"),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What series finale has the translation ოჰ ეს ცრემლები / პარალელური საიდუმლო?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "C1", "=", "\"ოჰ ეს ცრემლები / პარალელური საიდუმლო\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"16:45\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,G2:G9=\"16:45\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What days of the week is the show aired on that runs at 16:45?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"16:45\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:G1,G1=\"11:00\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:G9,G2:G9=\"11:00\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Which days of the week does the telenovela play that is aired at 11:00?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "G1", "G1", "=", "\"11:00\"", "6" ] } ]
train_2-1544974-1
[ [ "0", "A", "B", "C", "D", "E", "F", "G" ], [ "1", "Country", "Telenovela", "Translation", "Series Premiere", "Series Finale", "Weekly Schedule", "Timeslot" ], [ "2", "Mexico", "Mentir para vivir", "ოჰ ეს ცრემლები / პარალელური საიდუმლო", "September 2, 2013", "present", "Monday to Friday", "10:10" ], [ "3", "Mexico", "Corazon indomable", "კატური სულის საიდუმლო", "June 24, 2013", "present", "Monday to Friday", "10:55" ], [ "4", "Mexico", "Cachito de Cielo", "მცირე ნაწილი", "October 7, 2013", "present", "Monday to Sunday", "16:45" ], [ "5", "EE.UU", "La Patrona", "მკაწრავი უკვდავება", "September 22, 2013", "present", "Monday to Sunday", "19:45" ], [ "6", "Mexico", "Amores verdaderos", "უყვარს კალოჩე", "July 17, 2013", "Cancelled since October 6, 2013", "Monday to Friday", "17:45" ], [ "7", "Mexico", "La Tempestad", "შტორმის მოტანილს შტორმი წაიყვანს", "October 7, 2013", "present", "Monday to Friday", "17:45" ], [ "8", "Brazil", "Avenida Brasil", "ბრაზილიის უბანი", "October 14, 2013", "present", "Monday to Friday", "11:00" ], [ "9", "Turkey", "Lale Devri", "ტიტების ტყვეობაში", "July 25, 2013", "present", "Monday to Sunday", "18:45-21:00" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"10 (0)\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"10 (0)\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What years have 10 (0) in the finals?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"10 (0)\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"6 (1)\")*(A1=\"leigh broxham\")),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(D2:D11=\"6 (1)\")*(A2:A11=\"leigh broxham\")),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What A-League has 6 (1) for the finals, and leigh broxham as the name?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"6 (1)\"", "*", "A1", "=", "\"leigh broxham\"", "3" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,A1=\"grant brebner\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,A2:A11=\"grant brebner\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What finals have grant brebner as the name?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "A1", "=", "\"grant brebner\"", "4" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(D1=\"9 (0)\")*(C1=\"133 (1)\")),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,(D2:D11=\"9 (0)\")*(C2:C11=\"133 (1)\")),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What years have 9 (0) as the finals and 133 (1) as the A-League?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"9 (0)\"", "*", "C1", "=", "\"133 (1)\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,D1=\"9 (3)\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,D2:D11=\"9 (3)\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What years have 9 (3) as the finals?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "D1", "=", "\"9 (3)\"", "2" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,E1=\"101 (16)\"),2))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E11,E2:E11=\"101 (16)\"),2))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What years have 101 (16) as the total?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "E1", "=", "\"101 (16)\"", "2" ] } ]
train_2-18639024-11
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Name", "Years", "A-League", "Finals", "Total" ], [ "2", "Archie Thompson", "2005/06 -", "149 (5)", "11 (2)", "170 (9)" ], [ "3", "Adrian Leijer", "2006/07 - 2007/08, 2009/10 -", "133 (1)", "9 (0)", "153 (1)" ], [ "4", "Rodrigo Vargas", "2006/07 -2011/2012", "129 (1)", "10 (0)", "153 (1)" ], [ "5", "Leigh Broxham", "2006/2007 -", "124 (37)", "6 (1)", "143 (39)" ], [ "6", "Kevin Muscat", "2005/06 - 2010/2011", "113 (0)", "9 (0)", "138 (0)" ], [ "7", "Carlos Hernández", "2007/08 - 2011/2012", "114 (11)", "7 (1)", "134 (16)" ], [ "8", "Danny Allsopp", "2005/06 - 2009, 2009/2010 -", "111 (17)", "7 (0)", "129 (17)" ], [ "9", "Grant Brebner", "2006/07 - 2011/2012", "110 (22)", "9 (3)", "126 (25)" ], [ "10", "Billy Celeski", "2009/10 - 2012/13", "86 (12)", "6 (1)", "101 (16)" ], [ "11", "Matthew Kemp", "2006/07 - 2011/2012", "76 (7)", "3 (0)", "89 (7)" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,G1=\"Craig Smith (4)\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,G2:G14=\"Craig Smith (4)\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who performed all the high rebounds when craig smith (4) was the lead for high assists?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "G1", "=", "\"Craig Smith (4)\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,E1=\"Kevin Love (20)\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,E2:E14=\"Kevin Love (20)\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Who had all the high rebounds when kevin love (20) scored the highest points?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "E1", "=", "\"Kevin Love (20)\"", "6" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:I1,G1=\"Sebastian Telfair (7)\"),3))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:I14,G2:G14=\"Sebastian Telfair (7)\"),3))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What opposing team was playing when sebastian telfair (7) had the highest assists?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "I1", "G1", "=", "\"Sebastian Telfair (7)\"", "3" ] } ]
train_1-17058226-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", "2", "November 1", "Dallas", "L 85–95 (OT)", "Rashad McCants (18)", "Al Jefferson (12)", "Randy Foye (6)", "Target Center 16,893", "1–1" ], [ "3", "3", "November 2", "@ Oklahoma City", "L 85–88 (OT)", "Al Jefferson (24)", "Al Jefferson (13)", "Randy Foye (6)", "Ford Center 18,163", "1–2" ], [ "4", "4", "November 5", "San Antonio", "L 125–129 (2OT)", "Al Jefferson (30)", "Al Jefferson (14)", "Sebastian Telfair (10)", "Target Center 11,112", "1–3" ], [ "5", "5", "November 7", "@ Sacramento", "L 109–121 (OT)", "Kevin Love (20)", "Al Jefferson (9)", "Sebastian Telfair (7)", "ARCO Arena 10,592", "1–4" ], [ "6", "6", "November 8", "@ Portland", "L 93–97 (OT)", "Al Jefferson (27)", "Kevin Love (7)", "Al Jefferson , Randy Foye (5)", "Rose Garden 20,599", "1–5" ], [ "7", "7", "November 11", "@ Golden State", "L 110–113 (OT)", "Al Jefferson (25)", "Al Jefferson (12)", "Randy Foye (8)", "Oracle Arena 17,422", "1–6" ], [ "8", "8", "November 15", "Portland", "L 83–88 (OT)", "Al Jefferson (26)", "Al Jefferson (6)", "Mike Miller (5)", "Target Center 12,213", "1–7" ], [ "9", "9", "November 16", "@ Denver", "L 84–90 (OT)", "Al Jefferson (20)", "Al Jefferson (14)", "Randy Foye (6)", "Pepsi Center 16,721", "1–8" ], [ "10", "10", "November 19", "Philadelphia", "W 102–96 (OT)", "Al Jefferson (25)", "Mike Miller (10)", "Sebastian Telfair (8)", "Target Center 10,111", "2–8" ], [ "11", "11", "November 21", "Boston", "L 78–95 (OT)", "Al Jefferson (21)", "Craig Smith (7)", "Craig Smith (4)", "Target Center 19,107", "2–9" ], [ "12", "12", "November 23", "@ Detroit", "W 106–80 (OT)", "Randy Foye (23)", "Craig Smith (9)", "Randy Foye (14)", "The Palace of Auburn Hills 22,076", "3–9" ], [ "13", "13", "November 26", "Phoenix", "L 102–110 (OT)", "Al Jefferson (28)", "Al Jefferson (17)", "Mike Miller (6)", "Target Center 11,708", "3–10" ], [ "14", "14", "November 28", "@ Oklahoma City", "W 105–103 (OT)", "Craig Smith (23)", "Al Jefferson (9)", "Randy Foye (7)", "Ford Center 18,229", "4–10" ] ]
[ { "Formula": "LET(query1,SUMMARIZE(D1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=70))", "Formula2": "LET(query1,SUMMARIZE(D2:D12,SUMX(E2:E12)),FILTER(query1,CHOOSECOLS(query1,2)=70))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "If the number of floors is 70, what is the height?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "D1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "70" ] }, { "Formula": "SUM(FILTER(E1, F1=2010))", "Formula2": "SUM(FILTER(E2:E12, F2:F12=2010))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "if the completed is 2010, what is the number of floors?", "Tokens": [ "SUM(", "FILTER(", "E1", "F1", "=", "2010" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Costanera Center Torre 1\"),4))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F12,B2:B12=\"Costanera Center Torre 1\"),4))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "If the building is Costanera Center Torre 1, what is the height?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Costanera Center Torre 1\"", "4" ] }, { "Formula": "SUMIFS(A1,B1,\"Costanera Center Torre 1\")", "Formula2": "SUMIFS(A2:A12,B2:B12,\"Costanera Center Torre 1\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How many positions does building Costanera Center Torre 1 have?", "Tokens": [ "SUMIFS(", "A1", "B1", "\"Costanera Center Torre 1\"" ] } ]
train_1-27067379-1
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Position", "Building", "City", "Height", "Number of floors", "Completion" ], [ "2", "1", "Gran Torre Santiago", "Santiago", "300 m", "70", "2012" ], [ "3", "2", "Titanium La Portada", "Santiago", "m (ft)", "55", "2010" ], [ "4", "3", "Costanera Center Torre 1", "Santiago", "170 m", "41", "2012" ], [ "5", "3", "Costanera Center Torre 2", "Santiago", "170 m", "41", "2012" ], [ "6", "4", "Boulevard Kennedy (Marriot)", "Santiago", "140 m", "40", "1999" ], [ "7", "5", "Torre Telefónica Chile", "Santiago", "132 m", "32", "1994" ], [ "8", "6", "Torre Entel", "Santiago", "127 m", "0", "1974" ], [ "9", "7", "Torre de la Industria", "Santiago", "120 m", "33", "1994" ], [ "10", "8", "Territoria 3000", "Santiago", "118 m", "31", "2008" ], [ "11", "9", "Torre Mall Center", "Concepción", "115 m", "31", "2009" ], [ "12", "9", "Torre Centenario", "Santiago", "115 m", "31", "2000" ] ]
[ { "Formula": "SUM(FILTER(F1, (D1=\"h\")*(C1=\"auxerre\")))", "Formula2": "SUM(FILTER(F2:F9, (D2:D9=\"h\")*(C2:C9=\"auxerre\")))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str" ], "Level": "easy", "Question": "What is the total of attendance at Venue h when Auxerre were playing?", "Tokens": [ "SUM(", "FILTER(", "F1", "D1", "=", "\"h\"", "*", "C1", "=", "\"auxerre\"" ] } ]
train_2-16618361-4
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Date", "Round", "Opponent", "Venue", "Result", "Attendance" ], [ "2", "7 August 1996", "QR", "Alania Vladikavkaz", "H", "3–1", "44,799" ], [ "3", "21 August 1996", "QR", "Alania Vladikavkaz", "A", "7–2", "32,000" ], [ "4", "11 September 1996", "GS", "Grasshopper Zurich", "A", "0–3", "20,030" ], [ "5", "25 September 1996", "GS", "Auxerre", "H", "1–2", "37,344" ], [ "6", "16 October 1996", "GS", "Ajax", "A", "1–4", "47,000" ], [ "7", "30 October 1996", "GS", "Ajax", "H", "0–1", "42,265" ], [ "8", "20 November 1996", "GS", "Grasshopper Zurich", "H", "2–1", "34,192" ], [ "9", "4 December 1996", "GS", "Auxerre", "A", "1–2", "21,300" ] ]
[ { "Formula": "SUM(FILTER(D1, E1=6876))", "Formula2": "SUM(FILTER(D2:D11, E2:E11=6876))", "Funcs": [ "SUM(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "easy", "Question": "What is the p max ( bar ) for the 6876 f bolt ( kgf )?", "Tokens": [ "SUM(", "FILTER(", "D1", "E1", "=", "6876" ] }, { "Formula": "SUMIFS(B1,A1,\".300 Lapua Magnum\")", "Formula2": "SUMIFS(B2:B11,A2:A11,\".300 Lapua Magnum\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "What is the p1 diameter (mm) when .300 lapua magnum is the chambering?", "Tokens": [ "SUMIFS(", "B1", "A1", "\".300 Lapua Magnum\"" ] }, { "Formula": "LET(query1,SUMMARIZE(A1,SUMX(E1)),FILTER(query1,CHOOSECOLS(query1,2)=8339))", "Formula2": "LET(query1,SUMMARIZE(A2:A11,SUMX(E2:E11)),FILTER(query1,CHOOSECOLS(query1,2)=8339))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What is the chambering for the 8339 f bolt ( kgf )?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "A1", "SUMX(", "E1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "8339" ] }, { "Formula": "LET(query1,SUMMARIZE(F1,SUMX(B1)),FILTER(query1,CHOOSECOLS(query1,2)=11.35))", "Formula2": "LET(query1,SUMMARIZE(F2:F11,SUMX(B2:B11)),FILTER(query1,CHOOSECOLS(query1,2)=11.35))", "Funcs": [ "LET(", "query1", "SUMMARIZE(", "Cell", "SUMX(", "Cell", "FILTER(", "query1", "CHOOSECOLS(", "query1", "Num", "=", "Num" ], "Level": "hard", "Question": "What is the f bolt for 11.35 p1 diameter (mm)?", "Tokens": [ "LET(", "query1", "SUMMARIZE(", "F1", "SUMX(", "B1", "FILTER(", "query1", "CHOOSECOLS(", "query1", "2", "=", "11.35" ] }, { "Formula": "SUMIFS(C1,A1,\".338 Lapua Magnum\")", "Formula2": "SUMIFS(C2:C11,A2:A11,\".338 Lapua Magnum\")", "Funcs": [ "SUMIFS(", "Cell", "Cell", "Str" ], "Level": "easy", "Question": "How many external (cm 2 ) are there for the .338 lapua magnum chambering?", "Tokens": [ "SUMIFS(", "C1", "A1", "\".338 Lapua Magnum\"" ] } ]
train_1-26967904-2
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "Chambering", "P1 diameter (mm)", "A external (cm 2 )", "P max ( bar )", "F bolt ( kgf )", "F bolt" ], [ "2", "5.45x39mm", "10.00", "0.7854", "3800", "2985", "N ( lbf )" ], [ "3", ".223 Remington", "9.58", "0.7208", "4300", "3099", "N (lbf)" ], [ "4", "7.62x39mm", "11.35", "1.0118", "3550", "3592", "N (lbf)" ], [ "5", ".308 Winchester", "11.96", "1.1234", "4150", "4662", "N (lbf)" ], [ "6", ".300 Winchester Magnum", "13.03", "1.3335", "4300", "5734", "N (lbf)" ], [ "7", ".300 WSM", "14.12", "1.5659", "4450", "6968", "N (lbf)" ], [ "8", ".300 Remington Ultra Magnum", "13.97", "1.5328", "4480", "6876", "N (lbf)" ], [ "9", ".338 Lapua Magnum", "14.91", "1.7460", "4200", "7333", "N (lbf)" ], [ "10", ".300 Lapua Magnum", "14.91", "1.7460", "4700", "8339", "N (lbf)" ], [ "11", ".50 BMG", "20.42", "3.2749", "3700", "12117", "N (lbf)" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(B1=\"november 10, 2007\")*(D1=\"cd\")),1))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(B2:B13=\"november 10, 2007\")*(D2:D13=\"cd\")),1))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What's the region for an item on November 10, 2007 that's a cd?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "B1", "=", "\"november 10, 2007\"", "*", "D1", "=", "\"cd\"", "1" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"columbia\")*(A1=\"united states\")*(D1=\"cd/dvd\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(C2:C13=\"columbia\")*(A2:A13=\"united states\")*(D2:D13=\"cd/dvd\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What's the catalog number for a record from columbia formatted in a cd/dvd that's from the United States region?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"columbia\"", "*", "A1", "=", "\"united states\"", "*", "D1", "=", "\"cd/dvd\"", "5" ] }, { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:E1,(C1=\"columbia\")*(B1=\"december 11, 2007\")*(A1=\"canada\")),5))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:E13,(C2:C13=\"columbia\")*(B2:B13=\"december 11, 2007\")*(A2:A13=\"canada\")),5))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "*", "Cell", "=", "Str", "*", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "What's the catalog number for a December 11, 2007 record from columbia formatted in a that's from Canada?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "E1", "C1", "=", "\"columbia\"", "*", "B1", "=", "\"december 11, 2007\"", "*", "A1", "=", "\"canada\"", "5" ] } ]
train_2-11391762-5
[ [ "0", "A", "B", "C", "D", "E" ], [ "1", "Region", "Date", "Label", "Format", "Catalog" ], [ "2", "Japan", "November 7, 2007", "Sony", "CD", "EICP-875" ], [ "3", "Europe", "November 9, 2007", "Columbia", "CD", "88697081142" ], [ "4", "Europe", "November 9, 2007", "Columbia", "CD/ DVD", "88697147842" ], [ "5", "Australia", "November 10, 2007", "Epic", "CD", "88697081142" ], [ "6", "Australia", "November 10, 2007", "Epic", "CD/DVD", "88697147842" ], [ "7", "United States", "November 13, 2007", "Columbia", "CD", "88697081142" ], [ "8", "United States", "November 13, 2007", "Columbia", "CD/DVD", "88697147842" ], [ "9", "United States", "December 11, 2007", "Columbia", "CD/DVD/ Perfume", "88697147862" ], [ "10", "Canada", "November 13, 2007", "Columbia", "CD", "88697081142" ], [ "11", "Canada", "November 13, 2007", "Columbia", "CD/DVD", "88697147842" ], [ "12", "Canada", "December 11, 2007", "Columbia", "CD/DVD/Perfume", "88697147862" ], [ "13", "Europe", "February 8, 2008", "Columbia", "CD/DVD/Perfume", "88697147862" ] ]
[ { "Formula": "UNIQUE(CHOOSECOLS(FILTER(A1:F1,B1=\"Harold D. Cooley\"),6))", "Formula2": "UNIQUE(CHOOSECOLS(FILTER(A2:F7,B2:B7=\"Harold D. Cooley\"),6))", "Funcs": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "Cell", ":", "Cell", "Cell", "=", "Str", "Num" ], "Level": "medium", "Question": "Name all the candidates that ran for the seat where Harold D. Cooley is the incumbent?", "Tokens": [ "UNIQUE(", "CHOOSECOLS(", "FILTER(", "A1", ":", "F1", "B1", "=", "\"Harold D. Cooley\"", "6" ] }, { "Formula": "ROWS(UNIQUE(FILTER(C1, D1=1923)))", "Formula2": "ROWS(UNIQUE(FILTER(C2:C7, D2:D7=1923)))", "Funcs": [ "ROWS(", "UNIQUE(", "FILTER(", "Cell", "Cell", "=", "Num" ], "Level": "medium", "Question": "How many partys have a candidate first elected in 1923?", "Tokens": [ "ROWS(", "UNIQUE(", "FILTER(", "C1", "D1", "=", "1923" ] } ]
train_1-1342256-33
[ [ "0", "A", "B", "C", "D", "E", "F" ], [ "1", "District", "Incumbent", "Party", "First elected", "Result", "Candidates" ], [ "2", "North Carolina 2", "John H. Kerr", "Democratic", "1923", "Re-elected", "John H. Kerr (D) Unopposed" ], [ "3", "North Carolina 3", "Graham Arthur Barden", "Democratic", "1934", "Re-elected", "Graham Arthur Barden (D) Unopposed" ], [ "4", "North Carolina 4", "Harold D. Cooley", "Democratic", "1934", "Re-elected", "Harold D. Cooley (D) 65.2% Wiley L. Ward (R) 34.8%" ], [ "5", "North Carolina 7", "J. Bayard Clark", "Democratic", "1928", "Re-elected", "J. Bayard Clark (D) Unopposed" ], [ "6", "North Carolina 8", "William O. Burgin", "Democratic", "1938", "Re-elected", "William O. Burgin (D) 56.5% A. D. Barber (R) 43.5%" ], [ "7", "North Carolina 9", "Robert L. Doughton", "Democratic", "1910", "Re-elected", "Robert L. Doughton (D) Unopposed" ] ]